.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:0,60,255;--color-primary-1:23,167,223;--color-primary-2:60,106,162;--color-primary-3:0,98,202;--color-primary-4:11,33,49;--color-secondary-0:167,121,253;--color-secondary-1:138,67,255;--color-secondary-2:138,102,169;--color-secondary-3:122,4,255;--color-secondary-4:111,59,167;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"Kanit"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/726fe0f7-2346-4174-8e4e-b4ef534ccf08/Technology.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm.adaptive-delivery-prevent-bg, #fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm.lazyload, #fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm.lazyloading { background-image: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container { background-color: transparent; background-image: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container > .video-iframe-container { display: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row > .video-iframe-container { display: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .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); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container { border-width: 0; border-radius: 0; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container { width:60rem;height:37.75rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#f9VPdw3uAz6OdsMxHEAyRBTk7PnS3ebH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.8125rem;width:42.375rem;top:9.8115234375rem;left:0rem;display:none; }
#TzvmTKgtGIniD73yaPIkRwZtDxdBP4yM { color:rgba(var(--color-tertiary-0),1);display:block;width:25.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:24.12353515625rem;left:34.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MJh9ghTUzGGksz5CCQBUozXWU3BvEc9t { color:#ffd44d;display:block;width:17.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.9248046875rem;left:42.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FkHXzRILSsgJ4224tWuSSkVfLZFGXgfg { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a0008ec-3b48-4cca-a933-8a4df5ea818a/Logo_color_Vertical_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8rem;top:3.6861979961395rem;left:20.7578125rem;display:block; }#FkHXzRILSsgJ4224tWuSSkVfLZFGXgfg.adaptive-delivery-prevent-bg, #FkHXzRILSsgJ4224tWuSSkVfLZFGXgfg.lazyload, #FkHXzRILSsgJ4224tWuSSkVfLZFGXgfg.lazyloading { background-image: none; }
#VcUt98MSRJo45hwDE2K0OT4JOF3TEuPJ { color:#45c7ff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:12.037109375rem;left:0rem;height:3.9rem;font-style:italic;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; }
#f3BRDRKkHA3DuhL5sB7B5JmkozFB2w8E { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:20.559926986694rem;left:0.1875rem;height:8.28661875rem;font-style:italic;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; }
#rywTxQNpmMJrFFbyizCaPX6KVMg0eNTS { color:#45c7ff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:10.8349609375rem;left:0rem;height:3.9rem;font-style:italic;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; }
#FAAtClmMow0tDA7U9siXXIGArJK9HgZr { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:14.7333984375rem;left:0rem;height:3.33125rem;font-style:italic;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; }
#TEeIbOT0Dee8hOzcL4sXosmqyKZpdgk0 { box-sizing:content-box;height:0.249755625rem;width:29.87475rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;top:19.288330078125rem;left:14.0712890625rem;display:block; }
#ssvTyIPyJ5ve5r12ShCCG04S6fLBx3Hs { z-index:15003;top:31.325521469116rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ulTQrNG8vnn4fLVzUT52OlIVf3DiS4Sh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGoli3cTwko8WkibaCQOIM9NefMtFw3C { position:absolute;display:block;z-index:15027;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1c047cdc-9177-408d-b96b-a027d3d9df49/ALLElementnew6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:6rem;top:4.3111982345581rem;left:32.5rem;display:block; }#QGoli3cTwko8WkibaCQOIM9NefMtFw3C.adaptive-delivery-prevent-bg, #QGoli3cTwko8WkibaCQOIM9NefMtFw3C.lazyload, #QGoli3cTwko8WkibaCQOIM9NefMtFw3C.lazyloading { background-image: none; }
#ESaeEhABfHJAr8O2rTppT0CFD4xecJky { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:5.8411459922791rem;left:28.9375rem;height:2.7625rem;font-style:italic;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; }
#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N { position:relative;display:block; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N { background-color: transparent; background-image: none; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .row .container > .video-iframe-container { display: none; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .row > .video-iframe-container { display: none; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .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); }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N { border-width: 0; border-radius: 0; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .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; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .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:38.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eB06o57BGSEmi19hV3FSKaSf4cs7ZQtI { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9127616882324rem;left:7.46875rem;height:3.16845625rem;font-style:normal;display:block; }
#PDeF2zWVzZqiiLvo9CyV7nEAMToLSXzz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.25rem;width:46.875rem;top:6.7701826095581rem;left:5.3125rem;display:block; }
#eFuiTM4zd7R7iX4r4GtPRtrA2GyGOmMa { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9127616882324rem;left:7.46875rem;height:3.16861875rem;font-style:normal;display:none; }
#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row .container { background-color: transparent; background-image: none; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row .container > .video-iframe-container { display: none; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row > .video-iframe-container { display: none; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .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); }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row .container { border-width: 0; border-radius: 0; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#X1eBytqpeSuIrpRpbMqB8ZsmveImx068 { color:#f1cb46;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:0.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zf6izTO5uhVroMPDTfuDLOEidhyVSmGe { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.16894375rem;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; }
#p1TGhWMPAyfhJboVUDcD6ubmgmUrhf4u { box-sizing:content-box;height:32.0625rem;width:25.6875rem;position:absolute;display:block;z-index:15018;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:-9.25rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#BkqUkJDGE1qLfvim8Vr4b7KHNz0OhslQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.5625rem;left:-7.91666675rem; }
#H5MGyGhFRPKyEuIzwd0IPgDCqlt3uVTu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:18.3125rem;left:-7.3125rem;height:;font-style:normal;display:block; }
#a2zgOWKG40dlLv2F23GQGANF9MASBcTF { color:#1a74ff;display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.992839813233rem;left:-7.1875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmSS16oiTq42C7RevHBi2yNzrwFTDv5B { color:#727272;display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.1875rem;left:-7.0625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXDMaGcxvMDkTDokrAPFXm72hDBtKtGE { box-sizing:content-box;height:11.625rem;width:23.375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:-7.8125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#FQNQ1MXeXT5c9mlGuMwCbN1nRBalx5vH { color:#1a74ff;display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:29.1875rem;left:-6.625rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qecBiRSFwSVyWWOFLFCqr7x8BKCxJhEi { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:31.4375rem;left:-6.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#qecBiRSFwSVyWWOFLFCqr7x8BKCxJhEi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qecBiRSFwSVyWWOFLFCqr7x8BKCxJhEi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
#eFaKCFn1RfqZ7RyZFoBMUQbf47AIh7Am { box-sizing:content-box;height:32.5rem;width:25.6875rem;position:absolute;display:block;z-index:15019;background-color:#0c1c3a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:17.6875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#nwrtN1UG1LwtrkBkdwDk8sPCM1MeuLeF { box-sizing:content-box;height:32.75rem;width:25.6875rem;position:absolute;display:block;z-index:15020;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11rem;left:44.625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#RkR8de248xXIOJuwWJyw2aSMmLNog6Sc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.5625rem;left:19.21875rem; }
#WqUMlusgLW49eKBhElf69Q04TgTRdxSk { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:18.434246063233rem;left:19.21875rem;height:2.19375rem;font-style:normal;display:block; }
#bHZvpRZ0tEpTyGbhJKJ4JLienb95i3NU { color:#00e5ff;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.9921875rem;left:19.21875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHNJfh5bH73fxQzzByIXpJnyZe0f9vcw { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:23.186847686767rem;left:19.21875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CDFXZrlhTUhCxVtLXyzvI1Fm9DAzsBC4 { box-sizing:content-box;height:11.625rem;width:23.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:18.84375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#Ot3sOqbZGygeuoq8NWTGRPuSAm63Cq2I { color:#1a74ff;display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.1875rem;left:20rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6e3xtrDob2XnUBnpBFSfbgG9ANGhoIk { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:31.4375rem;left:20rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#o6e3xtrDob2XnUBnpBFSfbgG9ANGhoIk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o6e3xtrDob2XnUBnpBFSfbgG9ANGhoIk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
#Xd2zpBAiKfSqM90Mi0e9XQGfGeCpn0W1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:12.5625rem;left:45.59375rem; }
#t9mzSNIH19zMRefGAqLVAnXIPGzKTgwk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:18.3125rem;left:46.5rem;height:;font-style:normal;display:block; }
#zrhSDTqZe8f3FfWDvsyNTIr7uoz2pFVJ { color:#1a74ff;display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:20.9921875rem;left:46.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ze0c4Ma9tLWsEJUZposZcmhuBkvFFO8h { color:#727272;display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.186849594116rem;left:46.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DNi4acGEoq7KqUFszr0zApsWmo9liKrR { color:#1a74ff;display:block;width:9.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:29.1875rem;left:47.3125rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cC6cqAmIXWrRkJx4QyAt8H7XxQcR1zBK { box-sizing:content-box;height:11.625rem;width:23.0625rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.3125rem;left:46.0625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#qAJiLRkK9GEUsOeWy2hcRnBz2A2MT18D { color:#000000;display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:31.4375rem;left:47rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#qAJiLRkK9GEUsOeWy2hcRnBz2A2MT18D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qAJiLRkK9GEUsOeWy2hcRnBz2A2MT18D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
#d9m16h15DI1QmssypOKBbwzOD4BnbI0J { color:#727272;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:1.7875rem;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; }
#Ty4CIgVv2CWDU7i5LkhSvfTweLTaeGEO { color:#727272;display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:23.1875rem;left:-7.0625rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BEiHtpbA3h54gNEuiVHNseJ6an3IfEgw { z-index:15004;top:45.9375rem;left:23.748046875rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4995rem;height:3.4995125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EExgqRssDQaAZtq7xgg9iI9c8ic5FBhi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osflW5BX7VrBM692oXRTUhns8iVJ4cia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceff6;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; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row .container { background-color: transparent; background-image: none; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row .container > .video-iframe-container { display: none; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row > .video-iframe-container { display: none; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .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); }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row .container { border-width: 0; border-radius: 0; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row .container { font-size:0.875rem;font-family:arial;height:121rem;width:60rem;position:relative;display:block; }#UiFTvzK33U8TOfU8bTpq1pn1QxEdVQkt { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:3.75rem;left:8.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fFtSTXZsH1htVbCwl7QfiC7tfwEg1aQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.16552734375rem;left:1.484619140625rem;height:4.03661875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#fFtSTXZsH1htVbCwl7QfiC7tfwEg1aQQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fFtSTXZsH1htVbCwl7QfiC7tfwEg1aQQ li:before{  }
#h6SWMcgdSMBbxEop4vdAaVRwAM7Wpp0o { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.138671875rem;left:1.484619140625rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#L591bTpRn3DoGmJUPJtU8FEmOvo0ZyqR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZ983RP4vZkgPCloHUfIuoqTU6xUc8gN { box-sizing:content-box;height:0.125rem;width:10.5625rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.2285118103025rem;left:24.71875rem;display:block; }
#xZtpq1EfzNdqDtCqfieU50Q3QO1wgT37 { box-sizing:content-box;height:13.8125rem;width:55.4375rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.875rem;left:2.8125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#bTK75X86B8fVqDwZtsiGhsOqQ1CfTAid { color:#000000;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:56.1875rem;left:5.125rem;height:2.36266875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bTK75X86B8fVqDwZtsiGhsOqQ1CfTAid li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bTK75X86B8fVqDwZtsiGhsOqQ1CfTAid li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
#TouwiBBrMZDPV8Zg5avqxPsHWzLTOTh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:60rem;left:5.125rem;height:1.7875rem;display:block; }
#zHILl65lbsRlkxXylSQmMmH9FpUbohaL { color:#fd0a0a;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.6875rem;left:5.125rem;height:3.574225rem;display:block; }
#gyzgSRo2DniUclBT33FkTBVLzCRLtO1n { box-sizing:content-box;height:13.8125rem;width:55.4375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.3125rem;left:2.8125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#X1P02vU2hSsdLEF90IXfVaQGERQ8vxuV { color:#fd0a0a;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:33.125rem;left:5.125rem;height:3.57421875rem;display:block; }
#ZF9NrKITs8ZKG0vyysBaHO7Fh5LhPitT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:30.4375rem;left:5.125rem;height:1.7875rem;display:block; }
#nk2THXhtI2PndEC25NpdqNHTmpTT4uOF { color:#000000;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:26.625rem;left:5.125rem;height:2.36266875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nk2THXhtI2PndEC25NpdqNHTmpTT4uOF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nk2THXhtI2PndEC25NpdqNHTmpTT4uOF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
#S0Tn9AJSWR8XUV4MG93ozc2BR5vp1oZ7 { box-sizing:content-box;height:13.8125rem;width:55.4375rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.25rem;left:3rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#ZDLr0gGGcZOZauXTDQkzQwAMa98iO7bi { color:#fd0a0a;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.3125rem;height:3.574225rem;display:block; }
#GhIHPASvFVzX3QkeL1ex9u7DI7REAbLX { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:15.375rem;left:5.3125rem;height:1.7875rem;display:block; }
#sDll9lWbodUR8plEOHoOpwn92wdm94zt { color:#000000;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:11.5625rem;left:5.3125rem;height:2.36266875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sDll9lWbodUR8plEOHoOpwn92wdm94zt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDll9lWbodUR8plEOHoOpwn92wdm94zt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
#xph7XD0o95R7ATOatchMf1dNTlSHbupb { box-sizing:content-box;height:13.8125rem;width:55.4375rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-1),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.999995231628rem;left:2.96875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#n7ZgkyPgf8uRQQziVtSL3hqnoUxEmaRl { color:#fd0a0a;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:47.62434387207rem;left:4.625rem;height:3.574225rem;display:block; }
#gmCAGz9LSwafauivUOezASt2p4uFTRZl { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:44.437496185302rem;left:5.125rem;height:1.7875rem;display:block; }
#Uo28SAr04msSFxOZEcTXW8frPdqZ6WLE { color:#000000;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:41.062495231628rem;left:4.625rem;height:2.36266875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Uo28SAr04msSFxOZEcTXW8frPdqZ6WLE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uo28SAr04msSFxOZEcTXW8frPdqZ6WLE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
#uKKMcyt5TcgcP6K8eToeMKq58HmTlncC { color:#141520;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:71.962234497069rem;left:0rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myNTuPXMvwEloblrkmpima6KDKSVDw0t { color:#fd0a0a;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:48.4375rem;left:4.75rem;height:3.574225rem;display:none; }
#ArzscuHUESxbeeZ3CuNQpAv2EK4dQnCO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.625rem;width:49.1875rem;top:82.853518486025rem;left:5.40625rem;display:block; }
#IQ4pHa8MyS06yZ7Be09ZdlmPnvf4U6lz { z-index:15005;top:114.52083587646rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FdTMBHv5ZINeS5qKN3b69Gr8qEEpQs94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQq4UsgvP9QaJf6CQPAQCrqHsdDSBTrk { color:#fd0a0a;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.6875rem;left:5.125rem;height:3.574225rem;display:none; }
#StEaJ7rtDx28C83UBpxBJ6WSh5LDGOud { color:#fd0a0a;display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:47.62434387207rem;left:4.625rem;height:3.574225rem;display:none; }
#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX { position:relative;display:block; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX { background-color: transparent; background-image: none; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .row .container > .video-iframe-container { display: none; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .row > .video-iframe-container { display: none; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .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); }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX { border-width: 0; border-radius: 0; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .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; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .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:74.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gKTZ00iFtRpBeIukAoVyHCRJra6h63TK { color:#00388b;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:2.125rem;left:0rem;height:1.92505rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KbfkceNuFcQRWO8aoU2R159uM7J5bgxq { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625001490116rem;left:0rem;height:3.16894375rem;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; }
#UAKgkoskHO1asp6lG71A80QeDhHCdTRB { color:#727272;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.8125006258488rem;left:0rem;height:3.574225rem;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; }
#KGIz7QJW3s9wEt0BBKaLTdGTZgwNE03L { box-sizing:content-box;height:48.875rem;width:17.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.187500953674rem;left:-6rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#aXiWLsQRbrlJzs4GRsyNMxRpz6syGT6J { box-sizing:content-box;height:48.8125rem;width:18rem;position:absolute;display:block;z-index:15021;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:48.625rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#XenxhSrP2VncV0UGUvy4i8dWWgknIXfO { box-sizing:content-box;height:48.6875rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:12.375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#r74F09xGFRuZaqSs0G3tRizffhGpAUJt { box-sizing:content-box;height:2rem;width:5.9375rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:-4.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#HGvgEkVd6R7Zx6WJ3Vo3cmxLiBqOTiR9 { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:18.828125953674rem;left:-3.125rem;height:1.21875rem;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; }
#iWJTnxtA4koLbhWRSCDFZJyTZ0mfTx8P { box-sizing:content-box;height:2rem;width:7rem;position:absolute;display:block;z-index:15053;background-color:#ff6f05;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:2.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#W6QAmpmRmh8BPR2kQVTCsRk3z1y7tZuO { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:18.875rem;left:3.0625rem;height:1.21875rem;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; }
#cqcgJsIe6oiX7SzSErTJfpBTBwTpMzoK { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:14.75rem;width:14.75rem;top:21.458334563233rem;left:-4.66666675rem;overflow:hidden;display:block; }
#poMxT2SiJDfg6Gp9TT9dDsAvvSt9od9H { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:36.750001907349rem;left:-4.125rem;height:3.5rem;font-style:normal;display:block; }
#o0xpMvCWVSPuOwVlafI2kOME2WgaIW6D { color:rgba(var(--color-primary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:40.937501907349rem;left:-4.0625rem;height:1.4875rem;font-style:normal;display:block; }
#vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41f6d6dc-5ee1-4618-9c52-939815db0ed2/image4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:43.061849594116rem;left:1.4166679382324rem;display:block; }#vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3.adaptive-delivery-prevent-bg, #vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3.lazyload, #vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3.lazyloading { background-image: none; }
#BsyWb8ZmnIo09h5oqSDk8d75T0TXzMGc { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/ba301430-292e-4a57-b405-b2205564fcd0/image5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.37435rem;width:5.8125rem;top:43.186849594116rem;left:4.59375rem;display:block; }#BsyWb8ZmnIo09h5oqSDk8d75T0TXzMGc.adaptive-delivery-prevent-bg, #BsyWb8ZmnIo09h5oqSDk8d75T0TXzMGc.lazyload, #BsyWb8ZmnIo09h5oqSDk8d75T0TXzMGc.lazyloading { background-image: none; }
#V7IU4aQWXAqSo5Sk0pTNzgExMO6na0V8 { position:absolute;display:block;z-index:15055;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:3.25rem;width:3.25rem;top:42.687501907349rem;left:-4.85416675rem;overflow:hidden;display:block; }
#NBK52vnHah5tiaxzlWatPkLZ5rsJJHmg { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:43.125rem;left:-1.458333375rem;overflow:hidden;display:block; }
#nXFes76iVhHuczT1Qe4xXWUaqEAL8Tyg { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:14.8125rem;top:46.500001907349rem;left:-4.5016266187592rem;overflow:hidden;display:block; }
#DmcFHZyaT1tFlAKau7OQqPEVUgklQaTu { color:#727272;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:50.375001907349rem;left:-4.3125rem;height:4.2rem;font-style:normal;display:block; }
#VgeKF2uH94Fugcmh9JP0P0USA7onM6fv { color:#23326b;display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:56.250001907349rem;left:-4.625rem;height:6.9995rem;font-style:normal;display:block; }
#ZgoZcXhV6NAT2UcW4CglKycRrzJWvef9 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:18.828125953674rem;left:52.75rem;height:1.21875rem;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; }
#QveQkwTeq7efILO4aouvAPJALuEFxzM3 { box-sizing:content-box;height:2rem;width:14.25rem;position:absolute;display:block;z-index:15051;background-color:#25c156;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:50.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#W89GQgs64LrcXT8741nPTmxAIqSAOymo { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:14.5625rem;width:14.5625rem;top:21.489583969116rem;left:50.83333325rem;overflow:hidden;display:block; }
#kTmyzycSozshAtg6Gkh5U7OATOrtEZif { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:36.750001907349rem;left:50.75rem;height:3.5rem;font-style:normal;display:block; }
#CgxDodustAhqoW7m0QTGCrsJDUVT3q4z { color:rgba(var(--color-primary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:40.13720703125rem;left:50.8125rem;height:;font-style:normal;display:block; }
#KvWyR5OXp8Z3XsPHDHDPHBXPfhHoZ8le { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:4.5rem;width:11.75rem;top:45.156251907349rem;left:50.712267434941rem;overflow:hidden;display:block; }
#z4vn2nVy5y9HHB7zG1RKwcBPVinua4sx { color:#727272;display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:50.375001907349rem;left:50.6875rem;height:4.2rem;font-style:normal;display:block; }
#wREmU1TUaTtuXiW1BH4OyTTNlFx85088 { color:#23326b;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:57.125rem;left:50.5rem;height:6.9995rem;font-style:normal;display:block; }
#amDg1ecDUR8JWEU5Llp40vrT1TTHLrBp { box-sizing:content-box;height:2rem;width:15.0625rem;position:absolute;display:block;z-index:15053;background-color:#e64433;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:13.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#CCdUXdMOwTont3OaLxmESe7aFPumrwHW { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:18.875rem;left:14.8125rem;height:1.21875rem;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; }
#mOCy8h0qU27btHcEgKXmvluGEEilG4dQ { position:absolute;display:block;z-index:15054;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:14.6875rem;width:14.6875rem;top:21.3125rem;left:14.0625rem;overflow:hidden;display:block; }
#gbqFy75f8eKKZ8hk7q4bbPGeSJwkW38C { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:36.75rem;left:14.25rem;height:3.5rem;font-style:normal;display:block; }
#h6c8MSZAucQmDLw73MSgCaH7Z40hfs41 { color:rgba(var(--color-primary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:40.9375rem;left:14.25rem;height:;font-style:normal;display:block; }
#wUAWowZpKE2buiK0crq2QDsgpP6dgdEa { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:3.0625rem;width:6.375rem;top:46.5rem;left:13.875rem;overflow:hidden;display:block; }
#Dx4WTZJ2nGzDVo4y0mTlPVeT8HFgAoLw { color:#727272;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:50.375rem;left:13.375rem;height:4.2rem;font-style:normal;display:block; }
#UH7Vxyd95JwFa53V8gTctuVan2FCmNJZ { color:#23326b;display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:57.125rem;left:13.4375rem;height:6.9995rem;font-style:normal;display:block; }
#iB6huVfgz0DpAC73Og6uZTecTc1AyLZI { box-sizing:content-box;height:49.0625rem;width:17rem;position:absolute;display:block;z-index:15028;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.125rem;left:30.8125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#sCggU5TOVAcL5TeTNpW7IGDBqcvPyxgR { box-sizing:content-box;height:2rem;width:14.3125rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:32.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#pJMpBKmtxDWR077wpsi6S6yEFrEWJ8oI { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:18.9375rem;left:33.1875rem;height:1.21875rem;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; }
#bIHVUlWCMVa7DT7RpAocHEupI3G3VvDC { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:14.375rem;width:14.375rem;top:21.625rem;left:32.25rem;overflow:hidden;display:block; }
#wtK5Ft24Wqg3hGE2QG64xTZigH1yF72a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:36.8125rem;left:32.3125rem;height:3.5rem;font-style:normal;display:block; }
#maDyaKDaLq8VNmwGEAc3DywCMlLOZZvd { color:rgba(var(--color-primary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:40.9375rem;left:32.5625rem;height:1.4875rem;font-style:normal;display:block; }
#b0X5ZDHhXMnww6MD6217hIHN2ZKZTqnu { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.375rem;top:43.1875rem;left:32.3125rem;overflow:hidden;display:block; }
#vgEy5UrQB8v1J45v4703a0XyTxWEAcuA { color:#727272;display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:50.4375rem;left:32.0625rem;height:4.2rem;font-style:normal;display:block; }
#A87rdfOr7XvdWXzMgQ2SwWc3SsE3azdA { color:#23326b;display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:57.1875rem;left:32.3125rem;height:8.3994375rem;font-style:normal;display:block; }
#WKdbVzwPV7wKL5oW7CAvZA5KleV6qyQR { color:rgba(var(--color-primary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:42.4248046875rem;left:14.25rem;height:3.9375rem;font-style:normal;display:block; }
#Glf0zOCNlfPMCPb5iEvNfTuZGzs5lm0W { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:3.0625rem;width:3.0625rem;top:46.5rem;left:21rem;overflow:hidden;display:block; }
#qn8MLowr0Cc8zQwKmymb3R6xaOTsDh4n { z-index:15006;top:68.9375rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VcKuBSaFsCsGXHkNblcl44G1mhyVxkHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row .container { background-color: transparent; background-image: none; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row .container > .video-iframe-container { display: none; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row > .video-iframe-container { display: none; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .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); }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row .container { border-width: 0; border-radius: 0; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row .container { font-size:0.875rem;font-family:arial;height:127.0625rem;width:60rem;position:relative;display:block; }#zP3CMdB5iBRyPGPTJc6hHPuSp9goCnFU { color:#00e5ff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:2.625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGnTW51M3N9xUPZqOEvtxQiTEdU8Hakw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:3.16894375rem;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; }
#f1DlqlIQHrnuREWr7ehkDCV6vI0RaTzo { color:#e3e3e3;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.3125rem;left:0rem;height:4.125rem;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; }
#mplXrsc6vIfVADmk1EhXfUNUO9RJ7COP { box-sizing:content-box;height:0.125rem;width:10.5625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.520183563233rem;left:24.71875rem;display:block; }
#SWJO89Utc6ztmkQIqGFfLo4tdKGvdTVa { box-sizing:content-box;height:17.25rem;width:55.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: 0.4375rem 0.5rem 0.3125rem rgba(var(--color-primary-1),0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.9375rem;left:2.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#T7MKIfgDCAZEiczHlFiQzPqGKwxKpZWD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:78.8125rem;left:4.875rem; }
#vd7FDK7uCcHibOL25GcK4f2E4cCaIL4r { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:78.8125rem;left:11.3125rem;height:2.35625rem;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; }
#nsZ1iFhCnyFE77yWMoZNd12lkKLJzdyz { color:#e3e3e3;display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:82.4375rem;left:11.875rem;height:1.70605625rem;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; }
#foBoRxqMWcOAiDLK0UT4ghrZ1lgSGm2M { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.6;letter-spacing:0;top:86.0625rem;left:4.1875rem;height:5.423825rem;display:block; }#foBoRxqMWcOAiDLK0UT4ghrZ1lgSGm2M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#foBoRxqMWcOAiDLK0UT4ghrZ1lgSGm2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
#HJOm4K2dX9Buyc75QvDTC3wtl5B33GCx { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.6;letter-spacing:0;top:86.0625rem;left:31.6875rem;height:5.423825rem;display:block; }#HJOm4K2dX9Buyc75QvDTC3wtl5B33GCx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HJOm4K2dX9Buyc75QvDTC3wtl5B33GCx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
#idW54zCK3hMTuCLLpA7HQkRzOsSQXcw7 { box-sizing:content-box;height:17.25rem;width:55.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: 0.4375rem 0.5rem 0.3125rem rgba(var(--color-primary-1),0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.25rem;left:2.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#TBsBIGg2vqUAOu3ZvZItO64O6yeoCI4n { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.6;letter-spacing:0;top:26.375rem;left:4.875rem;height:5.423825rem;display:block; }#TBsBIGg2vqUAOu3ZvZItO64O6yeoCI4n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBsBIGg2vqUAOu3ZvZItO64O6yeoCI4n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
#wzwf3M0c5h7dMRwznRomGLf2XTqwK4iU { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.6;letter-spacing:0;top:26.375rem;left:31.6875rem;height:5.423825rem;display:block; }#wzwf3M0c5h7dMRwznRomGLf2XTqwK4iU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wzwf3M0c5h7dMRwznRomGLf2XTqwK4iU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
#AZ77XIUP5HXTUPXboikFITN6B9nd5FCf { color:#e3e3e3;display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.75rem;left:11.875rem;height:1.70605625rem;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; }
#kgiVSSJSfZJhS2oplNHlw3NCUk8IXoD9 { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.125rem;left:11.3125rem;height:2.35625rem;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; }
#UMkTBiTe52Fc8tqibyHwb77EMw1ug19d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:19.125rem;left:4.875rem; }
#GGvuceFhAoy4ThrrWSNSVqNr2bw0uZ9E { box-sizing:content-box;height:17.25rem;width:55.75rem;position:absolute;display:block;z-index:15027;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: 0.4375rem 0.5rem 0.3125rem rgba(var(--color-primary-1),0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.6875rem;left:2.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#LfMfoymKTC87RhgnzlqD6W47osRxRcBp { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.6;letter-spacing:0;top:45.8125rem;left:4.875rem;height:5.423825rem;display:block; }#LfMfoymKTC87RhgnzlqD6W47osRxRcBp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LfMfoymKTC87RhgnzlqD6W47osRxRcBp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f51896aad997d3fb5d531d535b1bc479a63c8889.svg); }
#ZbiVdlO9Jpyhz7pxdQTQukBEfVESoCZl { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.6;letter-spacing:0;top:45.8125rem;left:31.6875rem;height:5.423825rem;display:block; }#ZbiVdlO9Jpyhz7pxdQTQukBEfVESoCZl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZbiVdlO9Jpyhz7pxdQTQukBEfVESoCZl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f51896aad997d3fb5d531d535b1bc479a63c8889.svg); }
#HBJrOVFumgX9JlDAsRB6TQSdMtCtGRlK { color:#e3e3e3;display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:42.1875rem;left:11.875rem;height:1.70605625rem;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; }
#quAyBsuapi9bHLJQBSy5XfQ4m2eLniT5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:38.5625rem;left:4.875rem; }
#K45mmU3zV0Ny9fQDRnf6BlIeg2TNVn15 { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:38.5625rem;left:11.3125rem;height:2.35625rem;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; }
#vJ40cdqu7eJarw296FP8bdCXtDveXhbi { box-sizing:content-box;height:17.25rem;width:55.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: 0.4375rem 0.5rem 0.3125rem rgba(var(--color-primary-1),0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96.0625rem;left:2.5rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#rTtRFNOGek8kOwzsAET90E308cdfFexo { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15071;line-height:1.6;letter-spacing:0;top:105.1875rem;left:4.875rem;height:5.423825rem;display:block; }#rTtRFNOGek8kOwzsAET90E308cdfFexo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTtRFNOGek8kOwzsAET90E308cdfFexo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
#Zuvp5EwFLARJSifzyxECbzdbat4LxFnr { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:105.1875rem;left:31.6875rem;height:5.423825rem;display:block; }#Zuvp5EwFLARJSifzyxECbzdbat4LxFnr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zuvp5EwFLARJSifzyxECbzdbat4LxFnr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
#sqy8Ace77kApspqCHPMMGPUwOkfnpJBm { color:#e3e3e3;display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:101.5625rem;left:11.875rem;height:1.70605625rem;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; }
#mX3MN3Kple7R2ascBczGgiplo5FLviVh { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:97.9375rem;left:11.3125rem;height:2.35625rem;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; }
#Xa5L6zvCx0mmRnmZhTNnzPKK66pxMeTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:97.9375rem;left:4.875rem; }
#GqIqgXCTueikzr4qUmxwf5wUseKNKBuQ { box-sizing:content-box;height:19.3125rem;width:55.875rem;position:absolute;display:block;z-index:15039;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: 0.4375rem 0.5rem 0.3125rem rgba(var(--color-primary-1),0.16) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56rem;left:2.125rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#nNhCIOfdo58eRMxo70hk9r8lXnZaDehC { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.6;letter-spacing:0;top:65.125rem;left:3.8125rem;height:5.423825rem;display:block; }#nNhCIOfdo58eRMxo70hk9r8lXnZaDehC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nNhCIOfdo58eRMxo70hk9r8lXnZaDehC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
#cI5eq8dfequCnFwFECgVWh5QfFxTNn6X { color:rgba(var(--color-tertiary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:65.125rem;left:31.3125rem;height:5.423825rem;display:block; }#cI5eq8dfequCnFwFECgVWh5QfFxTNn6X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cI5eq8dfequCnFwFECgVWh5QfFxTNn6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
#V2QBttwrJ00PRr1PU9yG0sgBb1pJAJ8p { color:#e3e3e3;display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:61.5rem;left:11.5rem;height:1.70605625rem;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; }
#KQmFxaoqStckWuqKsvLV68rQ4SJt1tuh { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:57.75rem;left:10.4375rem;height:2.35625rem;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; }
#P2U2wvEZnZTsaGZG59rBQ9QxX8fF2OdM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:57.875rem;left:4.5rem; }
#N0yvOu8itqbmpf8ATTmplnU9WAvXozU4 { z-index:15007;top:121.51977539062rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.49975625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RufWquKo69Om7XbAZFw66mQCL4gUUU49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFwNOUsPANyLn5gK1x6lkahOHBkODrXD { color:#e3e3e3;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.3125rem;left:0rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SIlsUZJRcZAnZVWl31QMmahDhA7sxOaC { color:#e3e3e3;display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.75rem;left:11.875rem;height:1.705075rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gT6tOAT9pLC5HBEk7ml2mBTnAsNEcADT { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.6;letter-spacing:0;top:26.375rem;left:31.6875rem;height:5.42285rem;display:none; }#gT6tOAT9pLC5HBEk7ml2mBTnAsNEcADT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gT6tOAT9pLC5HBEk7ml2mBTnAsNEcADT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
#rITPcfryv0J66KHglKw2TwU3GI27Tm7w { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.6;letter-spacing:0;top:26.375rem;left:4.875rem;height:5.42285rem;display:none; }#rITPcfryv0J66KHglKw2TwU3GI27Tm7w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rITPcfryv0J66KHglKw2TwU3GI27Tm7w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
#s6ZkRnDAsS6RLi4BQiiSo0vPfioiLZ3f { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.6;letter-spacing:0;top:65.125rem;left:3.8125rem;height:5.42285rem;display:none; }#s6ZkRnDAsS6RLi4BQiiSo0vPfioiLZ3f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#s6ZkRnDAsS6RLi4BQiiSo0vPfioiLZ3f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
#JaEM80EpPqp4ZOx2F9D6CXySem4EMdTF { color:rgba(var(--color-tertiary-2),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:65.125rem;left:31.3125rem;height:5.42285rem;display:none; }#JaEM80EpPqp4ZOx2F9D6CXySem4EMdTF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JaEM80EpPqp4ZOx2F9D6CXySem4EMdTF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
#oTxZoa9rHHaAmTNT2ePJA4MWXq5oMPTI { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.6;letter-spacing:0;top:84.5rem;left:4.1875rem;height:5.42285rem;display:none; }#oTxZoa9rHHaAmTNT2ePJA4MWXq5oMPTI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oTxZoa9rHHaAmTNT2ePJA4MWXq5oMPTI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
#soubEZprc4RrSTPx831TDo354kSzMfss { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:103.625rem;left:31.6875rem;height:5.42285rem;display:none; }#soubEZprc4RrSTPx831TDo354kSzMfss li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#soubEZprc4RrSTPx831TDo354kSzMfss li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
#QnACgTJCQTSq6TO0NpEfaS4PZPQ25Xa3 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:72.375rem;left:21.46875rem;height:0;display:none; }
#uVFtHwIZmWAlser0JgKeN44B4SlGPONN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:115.68664550781rem;left:0rem;height:3.16894375rem;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; }
#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B { position:relative;display:block; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B { background-color: transparent; background-image: none; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .row .container > .video-iframe-container { display: none; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .row > .video-iframe-container { display: none; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .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); }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B { border-width: 0; border-radius: 0; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .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; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .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:56.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DIab8qSUW9d3aygBPvk0gVtkr5hJq7uz { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9368495941162rem;left:0rem;height:3.16894375rem;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; }
#D0EOh8abKulmrw0EToxDoVyLrWRFOkUe { color:#727272;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:6.875rem;left:0rem;height:2.0625rem;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; }
#OSHz1Q8sg8c8LTF7QZUrgmg1Lvn9k8UU { box-sizing:content-box;height:8.375rem;width:19.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.9375rem;left:20.6875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#GG57o0sx4zvN0AVLPR9B9h4BSDiJh6oZ { position:absolute;display:block;z-index:15023;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:4.0625rem;width:4.0625rem;top:40.6875rem;left:21.3125rem;overflow:hidden;display:block; }
#wFQoHLBNIVAdZduHcXqymFLtQl5LJFXD { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:41.875rem;left:25.375rem;height:1.6875rem;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; }
#f7zDEXTRkGKOqQgN0HFzT0gsBbATo82X { color:#686868;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:44.75rem;left:21rem;height:1.6875rem;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; }
#efImcrBeBAdZx5UnvXOyDKTpaqmuR9IU { box-sizing:content-box;height:9rem;width:19.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:20.6875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#hZDz07Mnw13ra7XUKKhIEn2eM4FqVO19 { color:#686868;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:34.875rem;left:22.4375rem;height:1.6875rem;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; }
#wDth45yGSgoGzN8J8iGMho4TdLEqhVaa { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:30.625rem;left:26.0625rem;height:3.375rem;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; }
#i7S40J8c2UVM1huzFxF8hyamI3mRWE3I { position:absolute;display:block;z-index:15027;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:4.0625rem;width:4.0625rem;top:29.9375rem;left:21.875rem;overflow:hidden;display:block; }
#hMIvPa8cw9Qy2OH5PHErbu0mweAJs87l { box-sizing:content-box;height:8.125rem;width:18.5625rem;position:absolute;display:block;z-index:15024;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.9375rem;left:41.4375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#VwIofGUlrb1kLJ1mH4rvri3eKsT2LXPW { color:#686868;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:43.9375rem;left:42.5625rem;height:3.375rem;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; }
#Q54rigDdx7XofGBwFunHff4RsJVRLmy1 { color:#000000;display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:41.875rem;left:46.125rem;height:1.6875rem;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; }
#DwovxxpbdvzLN2nQb4NLuyAy3Ul1QCd5 { position:absolute;display:block;z-index:15031;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:3.3125rem;width:3.3125rem;top:40.875rem;left:42.125rem;overflow:hidden;display:block; }
#A8Q0MRQIXviKpSpehGabzDLree8wo6Ra { box-sizing:content-box;height:9.5rem;width:18.5625rem;position:absolute;display:block;z-index:15032;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.9375rem;left:41.4375rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#dSJxZfxLBSvBoQNCFTfkAeQLZKllONLn { box-sizing:content-box;height:9rem;width:18.5625rem;position:absolute;display:block;z-index:15036;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.625rem;left:0.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#wM5Cic3TkIJURvFORzdkrMQ47zgumUAD { box-sizing:content-box;height:9.125rem;width:18.5625rem;position:absolute;display:block;z-index:15028;background-color:rgba(19,57,139,0.07);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.1875rem;left:0.875rem;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;display:block; }
#lXciKORcwfTGtUiPH1Toc0Ih2SUTQ8EU { color:#686868;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:34rem;left:2rem;height:3.375rem;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; }
#vwlaerVvO9Wi0fr1p5havdopzLhI16VN { color:#686868;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:33.75rem;left:42.1875rem;height:3.375rem;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; }
#w0XXANhiCVD8gE3T3OdObTqa2mT5RA4E { color:#686868;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:44.4375rem;left:1.9375rem;height:3.375rem;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; }
#NGibOklwPpDtEZ4GQAGFRVqo222e6nsd { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:31.5rem;left:5.6875rem;height:1.6875rem;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; }
#pX7XB0y5XtbNqTakJg4g2QGxgN9OutGa { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:30.375rem;left:46.25rem;height:3.375rem;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; }
#biWLZEnoGbnUB3vDnfVTmIn2K6JOQz36 { color:#000000;display:block;width:11.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:41.5625rem;left:5.5625rem;height:1.6875rem;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; }
#C3CL99SyhEbnd9lGLpiLv3QSXt86J8Dn { position:absolute;display:block;z-index:15043;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:3.3125rem;width:3.3125rem;top:40.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#TGT30vCdTB6oTkz8tmoOJraRI0NkSs7T { 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:4.0625rem;width:4.0625rem;top:30rem;left:1.5rem;overflow:hidden;display:block; }
#IQFT7DEyRMWZPmcNKDrX6glZy3VTT34A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:30rem;left:42.8125rem; }
#nUk8KiSyGVb6ddqTFhh4tWaUdzckaAG5 { z-index:15008;top:50.25rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W0k57L11p6h47ZdqXlziGLtaA1mqXUzh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wph9ZWavfkHmBRmffx4CGr6sD6stk1BF { color:#727272;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:6.875rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Uh1zdCBK6CStOERBCHSPXGocQB87Vs45 { color:#686868;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:26.25rem;left:42.5625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#c4E14I0agssudNGnAGgpvXwJd5n8T32J { color:#686868;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:26.75rem;left:1.9375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bxmcDXuNyvLGfkhnyPZBJESe6UbWvpx4 { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:12.125rem;top:10.375rem;left:41.4375rem;overflow:hidden;display:block; }
#TqFrtKQIXTTypa55QT1Udw2t8RTQAURm { position:absolute;display:block;z-index:15079;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:11.8125rem;top:10.375rem;left:29.8125rem;overflow:hidden;display:block; }
#ObaiiAFcW1LtK9vTVo5OCrf5UTZupvDp { position:absolute;display:block;z-index:15080;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:11.9375rem;top:10.40625rem;left:19.4375rem;overflow:hidden;display:block; }
#Ui7svnoWRao0ZydlaP1eR0R21kl0p6lo { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:12rem;top:10.40625rem;left:8.75rem;overflow:hidden;display:block; }
#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK { 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; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container { background-color: transparent; background-image: none; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container > .video-iframe-container { display: none; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row > .video-iframe-container { display: none; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .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); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container { border-width: 0; border-radius: 0; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#bBcOdt550rlndKfEhEo9OkEESvUdRi8Z { 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:25.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Hk0XEPbKBPntfXkyf9m3CHJixklTuw2n { 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:24.5625rem;left:12.9375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gsJHoZbHyMa4aP8Ikof3d0m5Tbc1EAfh { 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; }
#RRVutWGk4IiUo4eTFntefiUf6cyZ0KXL { 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:7.5rem;width:13.375rem;top:16.0625rem;left:5.875rem;overflow:hidden;display:block; }
#AqktCau7lOS84Ka6SUW0wcWV6q07670w { 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; }
#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row .container { background-color: transparent; background-image: none; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row .container > .video-iframe-container { display: none; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row > .video-iframe-container { display: none; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .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); }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row .container { border-width: 0; border-radius: 0; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;position:relative;display:block; }#Llg53H1Rwcklo7XJ51lQwxNRsd8N0yKh { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.125rem;left:2.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bLaCqwWGRGTTEiWZp3wmLLIbDESGhR9R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.125rem;left:0.75rem; }
#uwo1oWmkb71v8s52fol5AETxBEQNspXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.1875rem;left:23.3125rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONHpXeAE0XGRSiqvLB2LSxNoJSuoRaWC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.25rem;left:20rem; }
#RUIMLkRztAXQTvJDRTmrFI85fSyTGKvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.8125rem;left:2.8125rem;height:5.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e6L7USAMJQQ4CiOOUiC2TvbbCvcGysu3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.125rem;left:43.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQk8IhCelzgbtd69SGuJdLUz3R5x0ng4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.4375rem;left:40.8125rem; }
#SnvcDDtg4xrO23RIyLJtdckGrG2gd1mx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.125rem;top:16.2158203125rem;left:40.4375rem;overflow:hidden;display:block; }
#MO7NU9E19DhwvwnRX4ht6t7b3popdMqw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.312rem;width:18.937375rem;top:16.129760742188rem;left:20.531005859375rem;overflow:hidden;display:block; }
#ZQqtW2invku7McL91ESdM5IqUJ4T8fpu { 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:13.75rem;width:17.5rem;top:14.757160186767rem;left:1.25rem;overflow:hidden;display:block; }
#rfyNetkhy1PzbxoeMTGwmATRc2sGbl0S { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:30.4375rem;left:21rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rcyk7ZKILZiDlwAgcgBA40ZxOqX87RZ9 { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:31.060546875rem;left:1.1041679382324rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gcHa8eLmTnsNiV9bwiTMsaJodscfFKKT { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:30.756511688233rem;left:41rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row .container { background-color: transparent; background-image: none; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row .container > .video-iframe-container { display: none; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row > .video-iframe-container { display: none; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .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); }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row .container { border-width: 0; border-radius: 0; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#QJ5e2hxdk2fIOfVM39CXgFHuJ5VTmv02 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.82470703125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h8oJFZK0k8tQDuu5KBOOPCqdtWbebTln { color:rgba(var(--color-tertiary-0),1);display:block;width:18.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.9383544921875rem;left:33.905029296875rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6xn0t1y7BTiM2u4TN9hBuT7rTzILzT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:12.73193359375rem;left:32.247924804688rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kbz8UHDNeO1z0frazxP6cai5CW2Q6aIu { color:#ffd300;display:block;width:21.93725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:17.442016601562rem;left:32.341918945312rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rAmXzb7Kb8eS27DFeQcCfeLlDFF0AE9G { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #001887);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #001887);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #001887);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #001887);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#001887' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#001887' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), #001887);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:14.6875rem;width:27.75rem;top:8.91162109375rem;left:30rem;display:block; }
#vtpzPy6Tf1EVxIHXBWlT71y1C7hTC5gC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.317749023438rem;left:32.341918945312rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vniPVg15su885pCdARV046T3L8b8X1cz { color:rgba(var(--color-tertiary-0),1);display:block;width:21.93725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:20.812377929688rem;left:32.904663085938rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTJUy08hDQTqO8q0UtEL9FCxCOU88tMX { z-index:15009;top:24.310302734375rem;left:33.568725585938rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4365rem;height:3.061525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r0IMfiixekFacg31SkqRxVWq2IvChdX6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ig8ymKAdUda3NNuEWFUX6bya7MWU4VHM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:21.3125rem;width:21.3125rem;top:7.061767578125rem;left:9.91455078125rem;overflow:hidden;display:block; }
#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row .container { background-color: transparent; background-image: none; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row .container > .video-iframe-container { display: none; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row > .video-iframe-container { display: none; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .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); }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row .container { border-width: 0; border-radius: 0; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#f5KJ043l5BolpNKnSgBXEB3gTPk1DDP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:26.75rem;left:6.0625rem;height:8.911125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#f5KJ043l5BolpNKnSgBXEB3gTPk1DDP9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f5KJ043l5BolpNKnSgBXEB3gTPk1DDP9 li:before{  }
#wbWMaGkiXxq7I1FJ3LoSsThtCK46u9eG { color:#2e00b9;display:block;width:20.1235625rem;position:absolute;font-family:worksans;font-size:5.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:15.04296875rem;left:5.65625rem;height:6.74375rem;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;font-style:normal;display:block; }
#LTgBpqlzV2rqtodvF9g03fdMN5C4NqF3 { color:#2e00b9;display:block;width:15.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:3.712890625rem;left:8.12353515625rem;height:3.8999rem;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;font-style:normal;display:block; }
#mBOUpdBIy9Cfz5EtdLJWgZmkou0yBsEE { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 1rem 0.0625rem 4.1875rem rgba(var(--color-tertiary-0),0.08) ;height:35.4375rem;width:28.25rem;top:2.1875rem;left:1.6875rem;display:block; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc { 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.5rem;height:3.58rem;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.375rem;left:40rem;z-index:15039; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #g5zh8L0kRDCXbcQZgmH5cvZZ8KMAb2TI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #kAbk5S4FZINtQz7JRST6TLiwxkJrsWTi { width:auto; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #r4FvQrfWsvwXKMWsyZh7AvmZMLxHLEgS {  }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #whw1B7yDlytfdBLFQe90ioshh3X3ditk { display:flex;position:relative;top:0rem;left:0rem; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #ey6H2MDOz90P58mx8oqV6SF1DR6pBTol {  }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #NTs7rpnLV7p7aW3P9cND6RnLsBKA5LdN {  }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #I3eVqruywAEUuTiaHCVpJEnogv6FsfiP { display:flex;position:relative;top:0rem;left:0rem; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #r7hTCyKUXzG5mus45LTHLwzPoH1vRzRs {  }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #iZO1EUWLuF5hLPzuDIBvs434So7IwGTB {  }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #pVOwLxEFC7NqEVANTN9kVXdFM4u4Lbas { display:flex;position:relative;top:0rem;left:0rem; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #Rm1rCMdN2AkOniaM7N3TslS0TykJUaEH {  }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #zaOKK7gyIXJ6g4n9ehyd1EVDukLulZ50 {  }
#C1Hxa4crtADiq9WPwTa5geHTRX8K73lo { color:rgba(var(--color-tertiary-4),1);display:block;width:27.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:7.890625rem;left:2.09228515625rem;height:2.51875rem;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;font-style:normal;display:block; }
#G50fJZiGfeM0eETg5IM86m3Mrl8Jvv93 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:11.375rem;left:4.21875rem;height:2.1rem;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;font-style:normal;display:block; }
#mQXXneu9o0CN4XMUpoRSPwFhAX0bTuCm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0610625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;top:23.25rem;left:4.1875rem;height:2.1rem;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;font-style:normal;display:block; }
#qqKnm3p03ev2iUXelAn8UvBDadWWvf7G { color:rgba(var(--color-primary-1),1);display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:2.28125rem;left:36.87451171875rem;height:;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;font-style:normal;display:block; }
#QDqnH7Joq9nr0mRskaLPtvH7InTCAHwp { color:#f8f600;display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:2.28125rem;left:34.65625rem;height:;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;font-style:normal;display:block; }
#B6WZOs4XMTZWIm8s4Ncz2EvgfQAJnKln { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:5.375rem;left:36.25rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aps0y4OATqFUoIe2Q4nBWCudfkUcnkzQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:8.4375rem;left:37.25rem;height:1.42516875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-form-header {  }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:21.5625rem;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; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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 rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:21.5625rem;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; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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(69deg, #fb8749, #facc6c);background-image: -moz-linear-gradient(69deg, #fb8749, #facc6c);background-image: -ms-linear-gradient(69deg, #fb8749, #facc6c);background-image: -o-linear-gradient(69deg, #fb8749, #facc6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#facc6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#facc6c' );";background-image: linear-gradient(69deg, #fb8749, #facc6c);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.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.5rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .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; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-container:first-of-type{padding-top:0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-container:last-of-type{padding-bottom:0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT  { 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:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.263671875rem;top:15.04296875rem;z-index:15022;position:absolute; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),0.65);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT {display:block;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT { 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:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.263671875rem;top:15.04296875rem;z-index:15022;position:absolute; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #wXfxKJSdD2UtBsk154V8pmoDKxboJPgJ { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #G9DcbsP0lQdieLo5q0DbzpgEAiMFJ2xZ { position:relative;display:block; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #m90PaSJu9i3vTay4d7ogBpt6iD4kdoRv { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #J0lDpJEaNbkvrwA1Vf2wDUN0HD1cpuIl { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #sNx30BLTmODVvzFa4MxoluZ1uiDfeeCZ { position:relative;display:block; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #wtQR6G9tFKu4vDuwh4Bt1ZTswXDVPLTf { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #OokksJHB12C8tAMERlTnm2CTBtGEHSdu { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #c1I4c8GkTmCJSuT8Qsu1ReKyNLlfvprs { position:relative;display:block; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #elmO4bKT97b7luU7RkHrsXAhEP98W967 { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #T5uAcJpUbKrZfXFiGxEvS7MecmdATZWi { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #GwWLKdKMVdXBg337E8E8XRUC9aS34MNL { position:relative;z-index:2; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #Ck3cfeLXq8Geo5srkUFyP3p2HUiKzold { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #yOG9P3oXxpsBlf3T90iivsLrSJak6dtR { position:relative;display:block;z-index:15000; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #TIKQK4xJmKQoVq9LD0hnAkUcEXq0w8I9 { position:relative;display:block;z-index:15000; }
#cyCy8TdOKIOKxshTP5hie2amHTOAHThn { position:relative;display:block; }
#iyPMrIa4DzZq0QRSaTpQk1VOTJq8i1BH { position:relative;display:block; }
#b6vWWMnyE6KcTcsbOSLaD9vQWgZDtqld { position:relative;display:block; }
#kUqFmNsOzkHyrtzf8zA2NpdcIDAW5pFT { position:relative;display:block; }
#sxnKzmVP7r64I1mvnwuKmnTx2UZSDSHS { position:relative;display:block; }
#pws9CgIhnq7umnCvy9dkKq8AP8GNDXs3 { position:relative;display:block; }
#D8ndsIuT3zeANStBy1Iffv6hQdmAtbKk { position:relative;display:block; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #VGrBqpvazHF06Q7xZJ2wQ7y2ysGEppBx { position:relative; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT #aU4ahehTv05RnJS5v67DRcGQakL8PdAy { position:relative; }
#y4qkKilGuf0qXfiqv7844TzILa9wIsOu { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TXMy5UhPDQhLW8cAzg6mo2migq6cJcv8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nqTZiWTNMlPpndKXzTifSv0AJ37dLoz2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mQgGJehqvtM9JT5KSIsBmoy4QPT6KNfn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o4RER9ZqahQT75u7JFedFtrABqIeMZbZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R5cq3hMAlGAS7ultSkgTBNeBHPyiiykC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DmmJiIWLZ6Ag2E55T1mGMZQNnzIiyQk1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THZcVxzkE02adKmg79iSqLMRJwAEwoIX { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R6oZZ6M94dO0lwXFmwmFs6zTJZxRf7cs { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtcFkRHa1RWpNgmqTcv63VL1LEUOkCr0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mGwlgg22isN8cbfPPLWbm5vmUBOVwgQu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cVbaZWoSmLtDrU65RmEiEXCXp0ITJbL9 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nFuFgCzDrPKE7F8P7yO0S6f3yzNKReOn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xbBPNnxzfkpV5ap9fmLe3WfugCD36tfy { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P9BaxWDCT87TpQmoH0nakXul0GoGJOTB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bgnpl3JZGT8Q1WuVxXT71d2JGydoIqId { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ze63uws4uvHC0ODmvne1G7P69M11G2Pp { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wwt2ydfrLg7VnbOJiefzaTyRvBBle8BD { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o5JTPdab4Ev7HtCFVaIPFTe3Th2DCt0x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nq9dgNwi4ZMfJ2u9QLuchBe9ycz9poss { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BtslMNEN2N4MOSXMTKPITaTIiSEJE6Ws { position:relative; }
#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row .container { background-color: transparent; background-image: none; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row .container > .video-iframe-container { display: none; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row > .video-iframe-container { display: none; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .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); }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row .container { border-width: 0; border-radius: 0; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#x8s8KtfGwNtD4ZIR4zbQov7QrQ5UrcV5 { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:7.1875rem;width:60rem;top:7.3125rem;left:0rem;display:block; }
#Cxcf7fF3tHDx8dcOLMPOaqiNzWSeykKy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0623125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:7.3125rem;left:17rem;height:2.6rem;font-style:normal;display:block; }
#KT5428P4eWxfZa1B5fArDvwWgR0DIZwS { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.125rem;height:2.275rem;font-style:normal;display:block; }
#fc2gPBHq9XpTJxp3FoiWUeJOpNGwhKLB { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1865234375rem;left:-0.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PlvHRiu1ah0eWWfRW7V4iNcJi5TX3OBG { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:10.625rem;left:1.125rem;height:2.625rem;font-style:normal;display:block; }
#rH1S6MOiFECAIkx8Q9wp8vAqTv86Hh7i { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:15.625rem;left:0rem;display:block; }
#QsZGLycAwUUGKyNcgRbJbaDnCf2UVhlq { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#B8vKvTAzF5Ns9HpgkXR1r8Rm4UT6CwbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15064;line-height:2.1;letter-spacing:0;top:19.0625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#CxzOSkJQzgx7tAyeCwH2C1h7Or3oqIuq { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:30.75rem;left:0rem;display:block; }
#q4D7ym9v0GCpovmeQH9fITSs24xRVEFr { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:block; }
#DLFtgPXPaIZiJtG4TDU5RWKgR6KFTWo7 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:31.375rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#bm9pC3KltPtBObnEa3w6TkkVgMd22ovw { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:38.5rem;left:0rem;display:block; }
#skBVSeX6VAgvsTgM3cn8Izb2IOooM3aN { color:rgba(var(--color-tertiary-4),1);display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:41.8125rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#FOTfDVoCiJcdf62EPB4s8ctXrCAtA8zC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:39.625rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#Rx22gz0kHC65AXUvooT3usIDVBPB0PH6 { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:6.375rem;width:60rem;top:23.25rem;left:0rem;display:block; }
#CVPBls6Tvuc6edkiMlTnc1oAvbDmkevO { color:rgba(var(--color-tertiary-4),1);display:block;width:56.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15076;line-height:2.1;letter-spacing:0;top:26.5625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#qAkJxBsDnWWmldH23rfIJrXxBTdurlep { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.19375rem;font-style:normal;display:block; }
#M9tKzLrd27Pd7S2BuW8RzLZ1cwDCMvxh { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:none; }
#xVwtXICzGpHfatqIpQ4w1P4WUiLzNM4L { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.1933625rem;font-style:normal;display:none; }
#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row .container { background-color: transparent; background-image: none; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row .container > .video-iframe-container { display: none; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row > .video-iframe-container { display: none; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .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); }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row .container { border-width: 0; border-radius: 0; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:block; }#dUCsGsNBTZvc2v0Vb026JFnPc1XCIh43 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:sukhumvit;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#piufpbK53iafO06DnNbnUhFBEOXunqfX { color:#45c7ff;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.3125rem;left:16.125rem;height:2.11230625rem;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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:rgba(var(--color-tertiary-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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z { 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.5rem;height:3.58rem;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:4.5625rem;left:31.3125rem;z-index:15004; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #TTi9FqPqiO7dx1LoygBhe1Eo3yeU2lSr { display:flex;position:relative;top:0rem;left:0rem; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #iqTffimMQT8oeSq1z6O9EA9TF1Gv7Pze { width:auto; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #hHvSpL7Cu4cBpSr17TuS911nAGBKaTAT {  }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #DyewUixScdwMWr36VFHk53OEFJOp5e5F { display:flex;position:relative;top:0rem;left:0rem; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #uUCPsPt7IhQtyfBaFICpFqvZLigHZD0B {  }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #BiMVGmRfL7vr5Dne22TsP3TveqLRAF5W {  }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #IG9QLaaFIBRUdHTx6I30kpTrG7y1wdVS { display:flex;position:relative;top:0rem;left:0rem; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #OZ9zKUhKTTXTOLePUTTT24nT2mAVgnrE {  }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #EAnpnPmT8qrI3yi8T2rnp4PHfzSbh1oH {  }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #OMAqJTRUBNI6tKwmhEesvFwiZMMdo3Ov { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #kyvJSzGKr5oQihRHEWc4HHOSE0y3ZMTr {  }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #tNugO7wFyN3utmTuqplLNbZbbwXkO68A {  }
#uxpDPtuIkba6aCN0INM9MXBKg0pFqe9H { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:sukhumvit;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9921875rem;left:0rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yJCInoNvkEwVxTVg7WinvCi6S68QnDh3 { z-index:15009;top:10.713500976562rem;left:23.75rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #fea858, #ed765e);background-image: -moz-linear-gradient(45deg, #fea858, #ed765e);background-image: -ms-linear-gradient(45deg, #fea858, #ed765e);background-image: -o-linear-gradient(45deg, #fea858, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea858', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #fea858, #ed765e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.061525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r5FLBzpb0izISy1GzI2es4ieFfh67WHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm { display:block; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9VPdw3uAz6OdsMxHEAyRBTk7PnS3ebH { top:9.75rem;left:0rem;width:42.375rem;height:23.812671463212rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzvmTKgtGIniD73yaPIkRwZtDxdBP4yM { width:20rem;height:8.5rem;top:24.0625rem;left:27.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJh9ghTUzGGksz5CCQBUozXWU3BvEc9t { width:17.25rem;height:;top:38.875rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkHXzRILSsgJ4224tWuSSkVfLZFGXgfg { top:3.625rem;left:14.6328125rem;width:8rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcUt98MSRJo45hwDE2K0OT4JOF3TEuPJ { width:47.75rem;height:3.875rem;top:12rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3BRDRKkHA3DuhL5sB7B5JmkozFB2w8E { width:47.75rem;height:8.25rem;top:20.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rywTxQNpmMJrFFbyizCaPX6KVMg0eNTS { width:47.75rem;height:3.875rem;top:10.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAAtClmMow0tDA7U9siXXIGArJK9HgZr { width:47.75rem;height:3.3125rem;top:14.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEeIbOT0Dee8hOzcL4sXosmqyKZpdgk0 { top:19.25rem;left:7.9462890625rem;width:29.8125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssvTyIPyJ5ve5r12ShCCG04S6fLBx3Hs { top:31.3125rem;left:17.625rem;width:12.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTQrNG8vnn4fLVzUT52OlIVf3DiS4Sh { display:block; }
 }@media only screen and (max-width: 763px) { #QGoli3cTwko8WkibaCQOIM9NefMtFw3C { top:4.25rem;left:26.375rem;width:6rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESaeEhABfHJAr8O2rTppT0CFD4xecJky { width:2.3125rem;height:2.75rem;top:5.8125rem;left:22.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N { display:block; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eB06o57BGSEmi19hV3FSKaSf4cs7ZQtI { top:1.875rem;left:1.34375rem;width:42.5625rem;height:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDeF2zWVzZqiiLvo9CyV7nEAMToLSXzz { top:6.75rem;left:0rem;width:46.875rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFuiTM4zd7R7iX4r4GtPRtrA2GyGOmMa { top:3.8125rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm { display:block; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1eBytqpeSuIrpRpbMqB8ZsmveImx068 { width:18.75rem;height:2.25rem;top:4rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zf6izTO5uhVroMPDTfuDLOEidhyVSmGe { width:47.75rem;height:3.125rem;top:2.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1TGhWMPAyfhJboVUDcD6ubmgmUrhf4u { top:11rem;left:0rem;width:25.6875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkqUkJDGE1qLfvim8Vr4b7KHNz0OhslQ { top:12.5625rem;left:0rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5MGyGhFRPKyEuIzwd0IPgDCqlt3uVTu { top:18.3125rem;left:0rem;width:17.1875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2zgOWKG40dlLv2F23GQGANF9MASBcTF { top:20.9375rem;left:0rem;width:20.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmSS16oiTq42C7RevHBi2yNzrwFTDv5B { top:23.1875rem;left:0rem;width:22.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXDMaGcxvMDkTDokrAPFXm72hDBtKtGE { top:28.3125rem;left:0rem;width:23.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQNQ1MXeXT5c9mlGuMwCbN1nRBalx5vH { top:29.1875rem;left:0rem;width:9.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qecBiRSFwSVyWWOFLFCqr7x8BKCxJhEi { top:31.4375rem;left:0rem;width:22.3125rem;height:;font-size:0.8125rem;display:block; }#qecBiRSFwSVyWWOFLFCqr7x8BKCxJhEi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
 }@media only screen and (max-width: 763px) { #eFaKCFn1RfqZ7RyZFoBMUQbf47AIh7Am { top:11rem;left:0rem;width:25.6875rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwrtN1UG1LwtrkBkdwDk8sPCM1MeuLeF { top:11rem;left:21.9375rem;width:25.6875rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkR8de248xXIOJuwWJyw2aSMmLNog6Sc { top:12.5625rem;left:12.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqUMlusgLW49eKBhElf69Q04TgTRdxSk { top:18.375rem;left:1.875rem;width:17.5rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHZvpRZ0tEpTyGbhJKJ4JLienb95i3NU { top:20.9375rem;left:1.375rem;width:14.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNJfh5bH73fxQzzByIXpJnyZe0f9vcw { top:23.125rem;left:0rem;width:26.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDFXZrlhTUhCxVtLXyzvI1Fm9DAzsBC4 { top:28.3125rem;left:0rem;width:23.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot3sOqbZGygeuoq8NWTGRPuSAm63Cq2I { top:29.1875rem;left:15.875rem;width:9.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6e3xtrDob2XnUBnpBFSfbgG9ANGhoIk { top:31.4375rem;left:9.4375rem;width:22.3125rem;height:;font-size:0.8125rem;display:block; }#o6e3xtrDob2XnUBnpBFSfbgG9ANGhoIk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
 }@media only screen and (max-width: 763px) { #Xd2zpBAiKfSqM90Mi0e9XQGfGeCpn0W1 { top:12.5625rem;left:35.28125rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9mzSNIH19zMRefGAqLVAnXIPGzKTgwk { top:18.3125rem;left:31.5625rem;width:16.0625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrhSDTqZe8f3FfWDvsyNTIr7uoz2pFVJ { top:20.9375rem;left:28.375rem;width:19.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0c4Ma9tLWsEJUZposZcmhuBkvFFO8h { top:23.125rem;left:26rem;width:21.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNi4acGEoq7KqUFszr0zApsWmo9liKrR { top:29.1875rem;left:37rem;width:9.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC6cqAmIXWrRkJx4QyAt8H7XxQcR1zBK { top:28.3125rem;left:24.6875rem;width:23.0625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJiLRkK9GEUsOeWy2hcRnBz2A2MT18D { top:31.4375rem;left:26.125rem;width:21.5rem;height:;font-size:0.8125rem;display:block; }#qAJiLRkK9GEUsOeWy2hcRnBz2A2MT18D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
 }@media only screen and (max-width: 763px) { #d9m16h15DI1QmssypOKBbwzOD4BnbI0J { width:47.75rem;height:1.75rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4CIgVv2CWDU7i5LkhSvfTweLTaeGEO { top:18.0625rem;left:0rem;width:17.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEiHtpbA3h54gNEuiVHNseJ6an3IfEgw { top:45.9375rem;left:17.560546875rem;width:12.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EExgqRssDQaAZtq7xgg9iI9c8ic5FBhi { display:block; }
 }@media only screen and (max-width: 763px) { #osflW5BX7VrBM692oXRTUhns8iVJ4cia { display:block; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiFTvzK33U8TOfU8bTpq1pn1QxEdVQkt { width:15.8125rem;height:6.0625rem;top:3.75rem;left:2.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFtSTXZsH1htVbCwl7QfiC7tfwEg1aQQ { width:25.875rem;height:4rem;top:12.125rem;left:0rem;font-size:0.625rem;display:block; }#fFtSTXZsH1htVbCwl7QfiC7tfwEg1aQQ li:before{  }
 }@media only screen and (max-width: 763px) { #h6SWMcgdSMBbxEop4vdAaVRwAM7Wpp0o { width:25.875rem;height:2.25rem;top:17.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L591bTpRn3DoGmJUPJtU8FEmOvo0ZyqR { top:2.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ983RP4vZkgPCloHUfIuoqTU6xUc8gN { top:7.1875rem;left:18.59375rem;width:10.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtpq1EfzNdqDtCqfieU50Q3QO1wgT37 { top:54.875rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTK75X86B8fVqDwZtsiGhsOqQ1CfTAid { top:56.1875rem;left:0rem;width:36.375rem;height:2.3125rem;font-size:1.25rem;display:block; }#bTK75X86B8fVqDwZtsiGhsOqQ1CfTAid li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #TouwiBBrMZDPV8Zg5avqxPsHWzLTOTh9 { top:60rem;left:0rem;width:38.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHILl65lbsRlkxXylSQmMmH9FpUbohaL { top:62.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyzgSRo2DniUclBT33FkTBVLzCRLtO1n { top:25.3125rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1P02vU2hSsdLEF90IXfVaQGERQ8vxuV { top:33.125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9NrKITs8ZKG0vyysBaHO7Fh5LhPitT { top:30.4375rem;left:0rem;width:47.0625rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2THXhtI2PndEC25NpdqNHTmpTT4uOF { top:26.625rem;left:0rem;width:36.375rem;height:;font-size:1.25rem;display:block; }#nk2THXhtI2PndEC25NpdqNHTmpTT4uOF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #S0Tn9AJSWR8XUV4MG93ozc2BR5vp1oZ7 { top:10.25rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDLr0gGGcZOZauXTDQkzQwAMa98iO7bi { top:18.0625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhIHPASvFVzX3QkeL1ex9u7DI7REAbLX { top:15.375rem;left:0rem;width:47.0625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDll9lWbodUR8plEOHoOpwn92wdm94zt { top:11.5625rem;left:0rem;width:36.375rem;height:2.3125rem;font-size:1.25rem;display:block; }#sDll9lWbodUR8plEOHoOpwn92wdm94zt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #xph7XD0o95R7ATOatchMf1dNTlSHbupb { top:39.9375rem;left:0rem;width:47.75rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ZgkyPgf8uRQQziVtSL3hqnoUxEmaRl { top:47.5625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmCAGz9LSwafauivUOezASt2p4uFTRZl { top:44.375rem;left:0rem;width:47.0625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo28SAr04msSFxOZEcTXW8frPdqZ6WLE { top:41rem;left:0rem;width:36.375rem;height:2.3125rem;font-size:1.25rem;display:block; }#Uo28SAr04msSFxOZEcTXW8frPdqZ6WLE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #uKKMcyt5TcgcP6K8eToeMKq58HmTlncC { top:71.9375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myNTuPXMvwEloblrkmpima6KDKSVDw0t { top:57.375rem;left:0rem;width:17.8125rem;height:4.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArzscuHUESxbeeZ3CuNQpAv2EK4dQnCO { top:82.8125rem;left:0rem;width:47.75rem;height:28.759212198221rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ4pHa8MyS06yZ7Be09ZdlmPnvf4U6lz { top:114.5rem;left:17.625rem;width:12.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTMBHv5ZINeS5qKN3b69Gr8qEEpQs94 { display:block; }
 }@media only screen and (max-width: 763px) { #IQq4UsgvP9QaJf6CQPAQCrqHsdDSBTrk { top:16.625rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #StEaJ7rtDx28C83UBpxBJ6WSh5LDGOud { top:50.0625rem;left:0rem;width:17.25rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX { display:block; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKTZ00iFtRpBeIukAoVyHCRJra6h63TK { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbfkceNuFcQRWO8aoU2R159uM7J5bgxq { width:47.75rem;height:3.125rem;top:5.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAKgkoskHO1asp6lG71A80QeDhHCdTRB { width:47.75rem;height:3.5625rem;top:9.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGIz7QJW3s9wEt0BBKaLTdGTZgwNE03L { top:17.1875rem;left:0rem;width:17.625rem;height:48.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXiWLsQRbrlJzs4GRsyNMxRpz6syGT6J { top:17.25rem;left:29.75rem;width:18rem;height:48.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XenxhSrP2VncV0UGUvy4i8dWWgknIXfO { top:17.3125rem;left:0rem;width:17.6875rem;height:48.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r74F09xGFRuZaqSs0G3tRizffhGpAUJt { top:18.4375rem;left:0rem;width:5.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGvgEkVd6R7Zx6WJ3Vo3cmxLiBqOTiR9 { width:4.125rem;height:1.25rem;top:18.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWJTnxtA4koLbhWRSCDFZJyTZ0mfTx8P { top:18.4375rem;left:0.65625rem;width:7rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6QAmpmRmh8BPR2kQVTCsRk3z1y7tZuO { width:5.375rem;height:1.1875rem;top:18.875rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqcgJsIe6oiX7SzSErTJfpBTBwTpMzoK { top:21.4375rem;left:0rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #poMxT2SiJDfg6Gp9TT9dDsAvvSt9od9H { top:36.75rem;left:0rem;width:15.625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xpMvCWVSPuOwVlafI2kOME2WgaIW6D { top:40.9375rem;left:0rem;width:15.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3 { top:43rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsyWb8ZmnIo09h5oqSDk8d75T0TXzMGc { top:43.125rem;left:3.0625rem;width:5.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7IU4aQWXAqSo5Sk0pTNzgExMO6na0V8 { top:42.6875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBK52vnHah5tiaxzlWatPkLZ5rsJJHmg { top:43.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFes76iVhHuczT1Qe4xXWUaqEAL8Tyg { top:46.5rem;left:0rem;width:14.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmcFHZyaT1tFlAKau7OQqPEVUgklQaTu { top:50.375rem;left:0rem;width:20rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgeKF2uH94Fugcmh9JP0P0USA7onM6fv { top:56.25rem;left:0rem;width:14.5625rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgoZcXhV6NAT2UcW4CglKycRrzJWvef9 { width:10.875rem;height:1.25rem;top:18.8125rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QveQkwTeq7efILO4aouvAPJALuEFxzM3 { top:18.4375rem;left:29.25rem;width:14.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W89GQgs64LrcXT8741nPTmxAIqSAOymo { top:21.4375rem;left:31.375rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmyzycSozshAtg6Gkh5U7OATOrtEZif { top:36.75rem;left:34.5rem;width:13.25rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgxDodustAhqoW7m0QTGCrsJDUVT3q4z { top:40.125rem;left:30.375rem;width:17.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvWyR5OXp8Z3XsPHDHDPHBXPfhHoZ8le { top:45.125rem;left:36rem;width:11.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4vn2nVy5y9HHB7zG1RKwcBPVinua4sx { top:50.375rem;left:32.25rem;width:15.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wREmU1TUaTtuXiW1BH4OyTTNlFx85088 { top:57.125rem;left:31.8125rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amDg1ecDUR8JWEU5Llp40vrT1TTHLrBp { top:18.4375rem;left:0rem;width:15.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCdUXdMOwTont3OaLxmESe7aFPumrwHW { width:13.25rem;height:1.1875rem;top:18.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOCy8h0qU27btHcEgKXmvluGEEilG4dQ { top:21.3125rem;left:0rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbqFy75f8eKKZ8hk7q4bbPGeSJwkW38C { top:36.75rem;left:0rem;width:14.375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6c8MSZAucQmDLw73MSgCaH7Z40hfs41 { top:40.9375rem;left:0rem;width:19.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUAWowZpKE2buiK0crq2QDsgpP6dgdEa { top:46.5rem;left:5.5625rem;width:6.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx4WTZJ2nGzDVo4y0mTlPVeT8HFgAoLw { top:50.375rem;left:0rem;width:14.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH7Vxyd95JwFa53V8gTctuVan2FCmNJZ { top:57.125rem;left:0rem;width:16.1875rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB6huVfgz0DpAC73Og6uZTecTc1AyLZI { top:17.125rem;left:18.8125rem;width:17rem;height:49.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCggU5TOVAcL5TeTNpW7IGDBqcvPyxgR { top:18.5rem;left:21.5rem;width:14.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJMpBKmtxDWR077wpsi6S6yEFrEWJ8oI { width:12.375rem;height:1.1875rem;top:18.9375rem;left:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIHVUlWCMVa7DT7RpAocHEupI3G3VvDC { top:21.625rem;left:21.4375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtK5Ft24Wqg3hGE2QG64xTZigH1yF72a { top:36.8125rem;left:23.375rem;width:12.4375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDyaKDaLq8VNmwGEAc3DywCMlLOZZvd { top:40.9375rem;left:21.5625rem;width:14.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0X5ZDHhXMnww6MD6217hIHN2ZKZTqnu { top:43.1875rem;left:24.4375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgEy5UrQB8v1J45v4703a0XyTxWEAcuA { top:50.4375rem;left:21.25rem;width:14.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A87rdfOr7XvdWXzMgQ2SwWc3SsE3azdA { top:57.1875rem;left:22.625rem;width:13.1875rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKdbVzwPV7wKL5oW7CAvZA5KleV6qyQR { top:42.375rem;left:0rem;width:14.8125rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glf0zOCNlfPMCPb5iEvNfTuZGzs5lm0W { top:46.5rem;left:16.40625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn8MLowr0Cc8zQwKmymb3R6xaOTsDh4n { top:68.9375rem;left:11.375rem;width:12.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcKuBSaFsCsGXHkNblcl44G1mhyVxkHz { display:block; }
 }@media only screen and (max-width: 763px) { #fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE { display:block; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zP3CMdB5iBRyPGPTJc6hHPuSp9goCnFU { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGnTW51M3N9xUPZqOEvtxQiTEdU8Hakw { width:47.75rem;height:3.125rem;top:6.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1DlqlIQHrnuREWr7ehkDCV6vI0RaTzo { width:47.75rem;height:4.125rem;top:12.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mplXrsc6vIfVADmk1EhXfUNUO9RJ7COP { top:10.5rem;left:18.59375rem;width:10.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWJO89Utc6ztmkQIqGFfLo4tdKGvdTVa { top:76.9375rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MKIfgDCAZEiczHlFiQzPqGKwxKpZWD { top:78.8125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd7FDK7uCcHibOL25GcK4f2E4cCaIL4r { width:32.75rem;height:2.3125rem;top:78.8125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsZ1iFhCnyFE77yWMoZNd12lkKLJzdyz { width:42.4375rem;height:1.6875rem;top:82.4375rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foBoRxqMWcOAiDLK0UT4ghrZ1lgSGm2M { top:86.0625rem;left:0rem;width:31.6875rem;height:5.375rem;font-size:0.75rem;display:block; }#foBoRxqMWcOAiDLK0UT4ghrZ1lgSGm2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
 }@media only screen and (max-width: 763px) { #HJOm4K2dX9Buyc75QvDTC3wtl5B33GCx { top:86.0625rem;left:20.125rem;width:27.625rem;height:5.375rem;font-size:0.75rem;display:block; }#HJOm4K2dX9Buyc75QvDTC3wtl5B33GCx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
 }@media only screen and (max-width: 763px) { #idW54zCK3hMTuCLLpA7HQkRzOsSQXcw7 { top:17.25rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBsBIGg2vqUAOu3ZvZItO64O6yeoCI4n { top:26.375rem;left:0rem;width:31.6875rem;height:5.375rem;font-size:0.75rem;display:block; }#TBsBIGg2vqUAOu3ZvZItO64O6yeoCI4n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #wzwf3M0c5h7dMRwznRomGLf2XTqwK4iU { top:26.375rem;left:19.375rem;width:28.375rem;height:5.375rem;font-size:0.75rem;display:block; }#wzwf3M0c5h7dMRwznRomGLf2XTqwK4iU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #AZ77XIUP5HXTUPXboikFITN6B9nd5FCf { width:33.8125rem;height:1.6875rem;top:22.75rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgiVSSJSfZJhS2oplNHlw3NCUk8IXoD9 { width:32.75rem;height:2.3125rem;top:19.125rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMkTBiTe52Fc8tqibyHwb77EMw1ug19d { top:19.125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGvuceFhAoy4ThrrWSNSVqNr2bw0uZ9E { top:36.6875rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfMfoymKTC87RhgnzlqD6W47osRxRcBp { top:45.8125rem;left:0rem;width:31.6875rem;height:5.375rem;font-size:0.75rem;display:block; }#LfMfoymKTC87RhgnzlqD6W47osRxRcBp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f51896aad997d3fb5d531d535b1bc479a63c8889.svg); }
 }@media only screen and (max-width: 763px) { #ZbiVdlO9Jpyhz7pxdQTQukBEfVESoCZl { top:45.8125rem;left:20.125rem;width:27.625rem;height:5.375rem;font-size:0.75rem;display:block; }#ZbiVdlO9Jpyhz7pxdQTQukBEfVESoCZl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f51896aad997d3fb5d531d535b1bc479a63c8889.svg); }
 }@media only screen and (max-width: 763px) { #HBJrOVFumgX9JlDAsRB6TQSdMtCtGRlK { width:36.6875rem;height:1.6875rem;top:42.1875rem;left:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quAyBsuapi9bHLJQBSy5XfQ4m2eLniT5 { top:38.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K45mmU3zV0Ny9fQDRnf6BlIeg2TNVn15 { width:32.75rem;height:2.3125rem;top:38.5625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ40cdqu7eJarw296FP8bdCXtDveXhbi { top:96.0625rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtRFNOGek8kOwzsAET90E308cdfFexo { top:105.1875rem;left:0rem;width:31.6875rem;height:5.375rem;font-size:0.75rem;display:block; }#rTtRFNOGek8kOwzsAET90E308cdfFexo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
 }@media only screen and (max-width: 763px) { #Zuvp5EwFLARJSifzyxECbzdbat4LxFnr { top:105.1875rem;left:20.125rem;width:27.625rem;height:5.375rem;font-size:0.75rem;display:block; }#Zuvp5EwFLARJSifzyxECbzdbat4LxFnr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
 }@media only screen and (max-width: 763px) { #sqy8Ace77kApspqCHPMMGPUwOkfnpJBm { width:25.6875rem;height:1.6875rem;top:101.5625rem;left:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX3MN3Kple7R2ascBczGgiplo5FLviVh { width:32.75rem;height:2.3125rem;top:97.9375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5L6zvCx0mmRnmZhTNnzPKK66pxMeTn { top:97.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqIqgXCTueikzr4qUmxwf5wUseKNKBuQ { top:56rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNhCIOfdo58eRMxo70hk9r8lXnZaDehC { top:65.125rem;left:0rem;width:31.6875rem;height:5.375rem;font-size:0.75rem;display:block; }#nNhCIOfdo58eRMxo70hk9r8lXnZaDehC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #cI5eq8dfequCnFwFECgVWh5QfFxTNn6X { top:65.125rem;left:21.0625rem;width:26.6875rem;height:5.375rem;font-size:0.75rem;display:block; }#cI5eq8dfequCnFwFECgVWh5QfFxTNn6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #V2QBttwrJ00PRr1PU9yG0sgBb1pJAJ8p { width:35.4375rem;height:1.6875rem;top:61.5rem;left:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQmFxaoqStckWuqKsvLV68rQ4SJt1tuh { width:36.625rem;height:2.3125rem;top:57.75rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2U2wvEZnZTsaGZG59rBQ9QxX8fF2OdM { top:57.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0yvOu8itqbmpf8ATTmplnU9WAvXozU4 { top:121.5rem;left:17.625rem;width:12.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RufWquKo69Om7XbAZFw66mQCL4gUUU49 { display:block; }
 }@media only screen and (max-width: 763px) { #NFwNOUsPANyLn5gK1x6lkahOHBkODrXD { width:20rem;height:7.25rem;top:18.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SIlsUZJRcZAnZVWl31QMmahDhA7sxOaC { width:14.5rem;height:2.875rem;top:26.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT6tOAT9pLC5HBEk7ml2mBTnAsNEcADT { top:41.75rem;left:0rem;width:18.875rem;height:;font-size:0.75rem;display:none; }#gT6tOAT9pLC5HBEk7ml2mBTnAsNEcADT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #rITPcfryv0J66KHglKw2TwU3GI27Tm7w { top:48.375rem;left:0rem;width:18.8125rem;height:;font-size:0.75rem;display:none; }#rITPcfryv0J66KHglKw2TwU3GI27Tm7w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #s6ZkRnDAsS6RLi4BQiiSo0vPfioiLZ3f { top:73.0625rem;left:0rem;width:18.75rem;height:;font-size:0.75rem;display:none; }#s6ZkRnDAsS6RLi4BQiiSo0vPfioiLZ3f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #JaEM80EpPqp4ZOx2F9D6CXySem4EMdTF { top:80.5625rem;left:0rem;width:18.8125rem;height:;font-size:0.75rem;display:none; }#JaEM80EpPqp4ZOx2F9D6CXySem4EMdTF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #oTxZoa9rHHaAmTNT2ePJA4MWXq5oMPTI { top:97.6875rem;left:0rem;width:19.3125rem;height:;font-size:0.75rem;display:none; }#oTxZoa9rHHaAmTNT2ePJA4MWXq5oMPTI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
 }@media only screen and (max-width: 763px) { #soubEZprc4RrSTPx831TDo354kSzMfss { top:111.1875rem;left:0rem;width:18.75rem;height:;font-size:0.75rem;display:none; }#soubEZprc4RrSTPx831TDo354kSzMfss li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
 }@media only screen and (max-width: 763px) { #QnACgTJCQTSq6TO0NpEfaS4PZPQ25Xa3 { top:72.375rem;left:15.34375rem;width:17.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVFtHwIZmWAlser0JgKeN44B4SlGPONN { width:47.75rem;height:3.125rem;top:115.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B { display:block; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIab8qSUW9d3aygBPvk0gVtkr5hJq7uz { width:47.75rem;height:3.125rem;top:2.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0EOh8abKulmrw0EToxDoVyLrWRFOkUe { width:47.75rem;height:2.0625rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSHz1Q8sg8c8LTF7QZUrgmg1Lvn9k8UU { top:39.9375rem;left:14.5625rem;width:19.25rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG57o0sx4zvN0AVLPR9B9h4BSDiJh6oZ { top:40.6875rem;left:15.1875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFQoHLBNIVAdZduHcXqymFLtQl5LJFXD { width:12.6875rem;height:1.6875rem;top:41.875rem;left:19.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7zDEXTRkGKOqQgN0HFzT0gsBbATo82X { width:18rem;height:1.6875rem;top:44.75rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efImcrBeBAdZx5UnvXOyDKTpaqmuR9IU { top:29.1875rem;left:14.5625rem;width:19.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDz07Mnw13ra7XUKKhIEn2eM4FqVO19 { width:17.125rem;height:1.6875rem;top:34.875rem;left:16.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDth45yGSgoGzN8J8iGMho4TdLEqhVaa { width:12.6875rem;height:3.375rem;top:30.625rem;left:19.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7S40J8c2UVM1huzFxF8hyamI3mRWE3I { top:29.9375rem;left:15.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMIvPa8cw9Qy2OH5PHErbu0mweAJs87l { top:39.9375rem;left:29.1875rem;width:18.5625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwIofGUlrb1kLJ1mH4rvri3eKsT2LXPW { width:16.3125rem;height:3.375rem;top:43.9375rem;left:31.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q54rigDdx7XofGBwFunHff4RsJVRLmy1 { width:10.625rem;height:1.6875rem;top:41.875rem;left:37.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwovxxpbdvzLN2nQb4NLuyAy3Ul1QCd5 { top:40.875rem;left:36rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Q0MRQIXviKpSpehGabzDLree8wo6Ra { top:28.9375rem;left:29.1875rem;width:18.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJxZfxLBSvBoQNCFTfkAeQLZKllONLn { top:39.625rem;left:0rem;width:18.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM5Cic3TkIJURvFORzdkrMQ47zgumUAD { top:29.1875rem;left:0rem;width:18.5625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXciKORcwfTGtUiPH1Toc0Ih2SUTQ8EU { width:16.3125rem;height:3.375rem;top:34rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwlaerVvO9Wi0fr1p5havdopzLhI16VN { width:17.125rem;height:3.375rem;top:33.75rem;left:30.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0XXANhiCVD8gE3T3OdObTqa2mT5RA4E { width:16.3125rem;height:3.375rem;top:44.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGibOklwPpDtEZ4GQAGFRVqo222e6nsd { width:12.6875rem;height:1.6875rem;top:31.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX7XB0y5XtbNqTakJg4g2QGxgN9OutGa { width:12.6875rem;height:3.375rem;top:30.375rem;left:35.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biWLZEnoGbnUB3vDnfVTmIn2K6JOQz36 { width:11.75rem;height:1.6875rem;top:41.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3CL99SyhEbnd9lGLpiLv3QSXt86J8Dn { top:40.5625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGT30vCdTB6oTkz8tmoOJraRI0NkSs7T { top:30rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQFT7DEyRMWZPmcNKDrX6glZy3VTT34A { top:30rem;left:36.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUk8KiSyGVb6ddqTFhh4tWaUdzckaAG5 { top:50.25rem;left:17.625rem;width:12.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0k57L11p6h47ZdqXlziGLtaA1mqXUzh { display:block; }
 }@media only screen and (max-width: 763px) { #wph9ZWavfkHmBRmffx4CGr6sD6stk1BF { width:20rem;height:3.5625rem;top:12.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uh1zdCBK6CStOERBCHSPXGocQB87Vs45 { width:16.3125rem;height:1.6875rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4E14I0agssudNGnAGgpvXwJd5n8T32J { width:16.3125rem;height:1.6875rem;top:45rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxmcDXuNyvLGfkhnyPZBJESe6UbWvpx4 { top:10.375rem;left:35.3125rem;width:12.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFrtKQIXTTypa55QT1Udw2t8RTQAURm { top:10.375rem;left:23.6875rem;width:11.8125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObaiiAFcW1LtK9vTVo5OCrf5UTZupvDp { top:10.375rem;left:13.3125rem;width:11.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7svnoWRao0ZydlaP1eR0R21kl0p6lo { top:10.375rem;left:2.625rem;width:12rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X87CXNJMkwenQA9BLVbQHKLP1fpycwlK { display:block; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBcOdt550rlndKfEhEo9OkEESvUdRi8Z { top:0rem;left:0rem;width:47.75rem;height:20.44296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk0XEPbKBPntfXkyf9m3CHJixklTuw2n { top:24.5625rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJHoZbHyMa4aP8Ikof3d0m5Tbc1EAfh { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRVutWGk4IiUo4eTFntefiUf6cyZ0KXL { top:16.0625rem;left:0rem;width:13.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqktCau7lOS84Ka6SUW0wcWV6q07670w { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #D0aHm4D2wkdT3AFxct2cMclbv3syHnnB { display:block; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Llg53H1Rwcklo7XJ51lQwxNRsd8N0yKh { top:10.0625rem;left:0rem;width:17.8125rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLaCqwWGRGTTEiWZp3wmLLIbDESGhR9R { top:10.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwo1oWmkb71v8s52fol5AETxBEQNspXJ { top:10.125rem;left:15.0625rem;width:16.625rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONHpXeAE0XGRSiqvLB2LSxNoJSuoRaWC { top:10.25rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUIMLkRztAXQTvJDRTmrFI85fSyTGKvQ { top:1.75rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6L7USAMJQQ4CiOOUiC2TvbbCvcGysu3 { top:10.0625rem;left:32.8125rem;width:14.75rem;height:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQk8IhCelzgbtd69SGuJdLUz3R5x0ng4 { top:10.4375rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnvcDDtg4xrO23RIyLJtdckGrG2gd1mx { top:16.1875rem;left:28.5rem;width:19.125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO7NU9E19DhwvwnRX4ht6t7b3popdMqw { top:16.125rem;left:12.875rem;width:18.875rem;height:12.271447336286rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqtW2invku7McL91ESdM5IqUJ4T8fpu { top:14.75rem;left:0rem;width:17.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyNetkhy1PzbxoeMTGwmATRc2sGbl0S { top:30.4375rem;left:12.6875rem;width:19.0625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcyk7ZKILZiDlwAgcgBA40ZxOqX87RZ9 { top:31rem;left:0rem;width:22.25rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcHa8eLmTnsNiV9bwiTMsaJodscfFKKT { top:30.75rem;left:28rem;width:18.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V { display:block; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ5e2hxdk2fIOfVM39CXgFHuJ5VTmv02 { top:1.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8oJFZK0k8tQDuu5KBOOPCqdtWbebTln { width:18.75rem;height:1.75rem;top:9.9375rem;left:24.717529296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6xn0t1y7BTiM2u4TN9hBuT7rTzILzT0 { width:22.0625rem;height:3rem;top:12.6875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbz8UHDNeO1z0frazxP6cai5CW2Q6aIu { width:21.875rem;height:2.6875rem;top:17.4375rem;left:23.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAmXzb7Kb8eS27DFeQcCfeLlDFF0AE9G { top:8.875rem;left:20rem;width:27.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtpzPy6Tf1EVxIHXBWlT71y1C7hTC5gC { width:21.875rem;height:1.0625rem;top:16.3125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vniPVg15su885pCdARV046T3L8b8X1cz { width:21.875rem;height:1.0625rem;top:20.75rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTJUy08hDQTqO8q0UtEL9FCxCOU88tMX { top:24.25rem;left:24.381225585938rem;width:22.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0IMfiixekFacg31SkqRxVWq2IvChdX6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ig8ymKAdUda3NNuEWFUX6bya7MWU4VHM { top:7rem;left:2.5625rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 { display:block; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5KJ043l5BolpNKnSgBXEB3gTPk1DDP9 { width:19.25rem;height:8.875rem;top:26.75rem;left:0rem;font-size:0.875rem;display:block; }#f5KJ043l5BolpNKnSgBXEB3gTPk1DDP9 li:before{  }
 }@media only screen and (max-width: 763px) { #wbWMaGkiXxq7I1FJ3LoSsThtCK46u9eG { width:20.0625rem;height:6.6875rem;top:15rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTgBpqlzV2rqtodvF9g03fdMN5C4NqF3 { width:15.125rem;height:3.875rem;top:3.6875rem;left:0.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBOUpdBIy9Cfz5EtdLJWgZmkou0yBsEE { top:2.1875rem;left:0rem;width:28.25rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #g5zh8L0kRDCXbcQZgmH5cvZZ8KMAb2TI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #kAbk5S4FZINtQz7JRST6TLiwxkJrsWTi {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #r4FvQrfWsvwXKMWsyZh7AvmZMLxHLEgS {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #whw1B7yDlytfdBLFQe90ioshh3X3ditk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #ey6H2MDOz90P58mx8oqV6SF1DR6pBTol {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #NTs7rpnLV7p7aW3P9cND6RnLsBKA5LdN {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #I3eVqruywAEUuTiaHCVpJEnogv6FsfiP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #r7hTCyKUXzG5mus45LTHLwzPoH1vRzRs {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #iZO1EUWLuF5hLPzuDIBvs434So7IwGTB {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #pVOwLxEFC7NqEVANTN9kVXdFM4u4Lbas { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #Rm1rCMdN2AkOniaM7N3TslS0TykJUaEH {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #zaOKK7gyIXJ6g4n9ehyd1EVDukLulZ50 {  }
 }@media only screen and (max-width: 763px) { #C1Hxa4crtADiq9WPwTa5geHTRX8K73lo { width:27.1875rem;height:2.5rem;top:7.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G50fJZiGfeM0eETg5IM86m3Mrl8Jvv93 { width:22.9375rem;height:2.0625rem;top:11.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQXXneu9o0CN4XMUpoRSPwFhAX0bTuCm { width:23rem;height:2.0625rem;top:23.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqKnm3p03ev2iUXelAn8UvBDadWWvf7G { width:17.875rem;height:;top:2.25rem;left:13.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDqnH7Joq9nr0mRskaLPtvH7InTCAHwp { width:22.3125rem;height:;top:2.25rem;left:9.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WZOs4XMTZWIm8s4Ncz2EvgfQAJnKln { width:19.125rem;height:2.125rem;top:5.375rem;left:12.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aps0y4OATqFUoIe2Q4nBWCudfkUcnkzQ { width:17.125rem;height:1.375rem;top:8.4375rem;left:14.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT  { width:21.5625rem;height:auto;top:15rem;left:7.6875rem; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT {display:block;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT { width:21.5625rem;height:auto;top:15rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #wXfxKJSdD2UtBsk154V8pmoDKxboJPgJ {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #G9DcbsP0lQdieLo5q0DbzpgEAiMFJ2xZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #m90PaSJu9i3vTay4d7ogBpt6iD4kdoRv {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #J0lDpJEaNbkvrwA1Vf2wDUN0HD1cpuIl {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #sNx30BLTmODVvzFa4MxoluZ1uiDfeeCZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #wtQR6G9tFKu4vDuwh4Bt1ZTswXDVPLTf {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #OokksJHB12C8tAMERlTnm2CTBtGEHSdu {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #c1I4c8GkTmCJSuT8Qsu1ReKyNLlfvprs { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #elmO4bKT97b7luU7RkHrsXAhEP98W967 {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #T5uAcJpUbKrZfXFiGxEvS7MecmdATZWi {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #GwWLKdKMVdXBg337E8E8XRUC9aS34MNL {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #Ck3cfeLXq8Geo5srkUFyP3p2HUiKzold {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #yOG9P3oXxpsBlf3T90iivsLrSJak6dtR {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #TIKQK4xJmKQoVq9LD0hnAkUcEXq0w8I9 {  }
 }@media only screen and (max-width: 763px) { #cyCy8TdOKIOKxshTP5hie2amHTOAHThn { display:block; }
 }@media only screen and (max-width: 763px) { #iyPMrIa4DzZq0QRSaTpQk1VOTJq8i1BH { display:block; }
 }@media only screen and (max-width: 763px) { #b6vWWMnyE6KcTcsbOSLaD9vQWgZDtqld { display:block; }
 }@media only screen and (max-width: 763px) { #kUqFmNsOzkHyrtzf8zA2NpdcIDAW5pFT { display:block; }
 }@media only screen and (max-width: 763px) { #sxnKzmVP7r64I1mvnwuKmnTx2UZSDSHS { display:block; }
 }@media only screen and (max-width: 763px) { #pws9CgIhnq7umnCvy9dkKq8AP8GNDXs3 { display:block; }
 }@media only screen and (max-width: 763px) { #D8ndsIuT3zeANStBy1Iffv6hQdmAtbKk { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #VGrBqpvazHF06Q7xZJ2wQ7y2ysGEppBx {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #aU4ahehTv05RnJS5v67DRcGQakL8PdAy {  }
 }@media only screen and (max-width: 763px) { #y4qkKilGuf0qXfiqv7844TzILa9wIsOu { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TXMy5UhPDQhLW8cAzg6mo2migq6cJcv8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nqTZiWTNMlPpndKXzTifSv0AJ37dLoz2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mQgGJehqvtM9JT5KSIsBmoy4QPT6KNfn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o4RER9ZqahQT75u7JFedFtrABqIeMZbZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R5cq3hMAlGAS7ultSkgTBNeBHPyiiykC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DmmJiIWLZ6Ag2E55T1mGMZQNnzIiyQk1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THZcVxzkE02adKmg79iSqLMRJwAEwoIX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R6oZZ6M94dO0lwXFmwmFs6zTJZxRf7cs {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtcFkRHa1RWpNgmqTcv63VL1LEUOkCr0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mGwlgg22isN8cbfPPLWbm5vmUBOVwgQu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cVbaZWoSmLtDrU65RmEiEXCXp0ITJbL9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nFuFgCzDrPKE7F8P7yO0S6f3yzNKReOn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xbBPNnxzfkpV5ap9fmLe3WfugCD36tfy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P9BaxWDCT87TpQmoH0nakXul0GoGJOTB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bgnpl3JZGT8Q1WuVxXT71d2JGydoIqId {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ze63uws4uvHC0ODmvne1G7P69M11G2Pp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wwt2ydfrLg7VnbOJiefzaTyRvBBle8BD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o5JTPdab4Ev7HtCFVaIPFTe3Th2DCt0x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nq9dgNwi4ZMfJ2u9QLuchBe9ycz9poss {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BtslMNEN2N4MOSXMTKPITaTIiSEJE6Ws {  }
 }@media only screen and (max-width: 763px) { #CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd { display:block; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8s8KtfGwNtD4ZIR4zbQov7QrQ5UrcV5 { top:7.3125rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxcf7fF3tHDx8dcOLMPOaqiNzWSeykKy { top:7.3125rem;left:10.875rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5428P4eWxfZa1B5fArDvwWgR0DIZwS { top:8.375rem;left:0rem;width:25.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc2gPBHq9XpTJxp3FoiWUeJOpNGwhKLB { top:2.125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlvHRiu1ah0eWWfRW7V4iNcJi5TX3OBG { top:10.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH1S6MOiFECAIkx8Q9wp8vAqTv86Hh7i { top:15.625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZGLycAwUUGKyNcgRbJbaDnCf2UVhlq { top:16.875rem;left:0rem;width:36.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8vKvTAzF5Ns9HpgkXR1r8Rm4UT6CwbJ { top:19.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxzOSkJQzgx7tAyeCwH2C1h7Or3oqIuq { top:30.75rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4D7ym9v0GCpovmeQH9fITSs24xRVEFr { top:33.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLFtgPXPaIZiJtG4TDU5RWKgR6KFTWo7 { top:31.375rem;left:0rem;width:29.25rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm9pC3KltPtBObnEa3w6TkkVgMd22ovw { top:38.5rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skBVSeX6VAgvsTgM3cn8Izb2IOooM3aN { top:41.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTfDVoCiJcdf62EPB4s8ctXrCAtA8zC { top:39.625rem;left:0rem;width:27.9375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx22gz0kHC65AXUvooT3usIDVBPB0PH6 { top:23.25rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVPBls6Tvuc6edkiMlTnc1oAvbDmkevO { top:26.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAkJxBsDnWWmldH23rfIJrXxBTdurlep { top:24.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9tKzLrd27Pd7S2BuW8RzLZ1cwDCMvxh { top:27.375rem;left:0rem;width:18.5rem;height:3.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVwtXICzGpHfatqIpQ4w1P4WUiLzNM4L { top:23.75rem;left:0rem;width:18.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ { display:block; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUCsGsNBTZvc2v0Vb026JFnPc1XCIh43 { top:0.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piufpbK53iafO06DnNbnUhFBEOXunqfX { width:12.5rem;height:2.0625rem;top:5.3125rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z { width:13.5rem;height:5.0625rem;display:flex;top:2.25rem;left:22.082466125488rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #TTi9FqPqiO7dx1LoygBhe1Eo3yeU2lSr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #iqTffimMQT8oeSq1z6O9EA9TF1Gv7Pze {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #hHvSpL7Cu4cBpSr17TuS911nAGBKaTAT {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #DyewUixScdwMWr36VFHk53OEFJOp5e5F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #uUCPsPt7IhQtyfBaFICpFqvZLigHZD0B {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #BiMVGmRfL7vr5Dne22TsP3TveqLRAF5W {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #IG9QLaaFIBRUdHTx6I30kpTrG7y1wdVS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #OZ9zKUhKTTXTOLePUTTT24nT2mAVgnrE {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #EAnpnPmT8qrI3yi8T2rnp4PHfzSbh1oH {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #OMAqJTRUBNI6tKwmhEesvFwiZMMdo3Ov { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #kyvJSzGKr5oQihRHEWc4HHOSE0y3ZMTr {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #tNugO7wFyN3utmTuqplLNbZbbwXkO68A {  }
 }@media only screen and (max-width: 763px) { #uxpDPtuIkba6aCN0INM9MXBKg0pFqe9H { top:1.9375rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJCInoNvkEwVxTVg7WinvCi6S68QnDh3 { top:10.6875rem;left:11.375rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5FLBzpb0izISy1GzI2es4ieFfh67WHw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/726fe0f7-2346-4174-8e4e-b4ef534ccf08/Technology.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm.adaptive-delivery-prevent-bg, #fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm.lazyload, #fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm.lazyloading { background-image: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container { background-color: transparent; background-image: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,45,67,0.3); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container > .video-iframe-container { display: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(17,45,67,0.3); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row > .video-iframe-container { display: none; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .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); }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container { border-width: 0; border-radius: 0; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJWCRFnO9vHhdz0ThywM0pEbAXJUFcBm > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9VPdw3uAz6OdsMxHEAyRBTk7PnS3ebH { height:11.238938053098rem;width:20rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzvmTKgtGIniD73yaPIkRwZtDxdBP4yM { width:20rem;height:0;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.8;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #MJh9ghTUzGGksz5CCQBUozXWU3BvEc9t { width:17.25rem;height:;top:17.625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #FkHXzRILSsgJ4224tWuSSkVfLZFGXgfg { width:5.875rem;height:3.5rem;top:1.24853515625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcUt98MSRJo45hwDE2K0OT4JOF3TEuPJ { width:20rem;height:2.92480625rem;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #f3BRDRKkHA3DuhL5sB7B5JmkozFB2w8E { width:20rem;height:5.39941875rem;top:13rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #rywTxQNpmMJrFFbyizCaPX6KVMg0eNTS { width:20rem;height:2.5874rem;top:6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #FAAtClmMow0tDA7U9siXXIGArJK9HgZr { width:20rem;height:2.474975rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #TEeIbOT0Dee8hOzcL4sXosmqyKZpdgk0 { width:13.8745rem;height:0.187378125rem;top:11.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssvTyIPyJ5ve5r12ShCCG04S6fLBx3Hs { top:19.75rem;left:3.75rem;width:12.5rem;height:1.99935rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulTQrNG8vnn4fLVzUT52OlIVf3DiS4Sh { display:block; }
 }@media only screen and (max-width: 763px) { #QGoli3cTwko8WkibaCQOIM9NefMtFw3C { width:4.5rem;height:2.6875rem;top:1.65478515625rem;left:10.23291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESaeEhABfHJAr8O2rTppT0CFD4xecJky { width:2.3125rem;height:1.79980625rem;top:2.7858073711395rem;left:7.9205732345581rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N { display:block; }#pWxU51Lo56IBa1zXIRu1bgob3nRUTN4N > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eB06o57BGSEmi19hV3FSKaSf4cs7ZQtI { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PDeF2zWVzZqiiLvo9CyV7nEAMToLSXzz { height:12.053333333333rem;width:20rem;top:6.3867197036744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFuiTM4zd7R7iX4r4GtPRtrA2GyGOmMa { width:20rem;height:4.19921875rem;top:1.1542978286743rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15001;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm { display:block; }#DvLTR9BrPIIAvvQ9zL8amWALGCQVgPbm > .row .container { width:20rem;height:101.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1eBytqpeSuIrpRpbMqB8ZsmveImx068 { width:18.75rem;height:0;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15017;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zf6izTO5uhVroMPDTfuDLOEidhyVSmGe { width:20rem;height:5.17480625rem;top:1.1236982345581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p1TGhWMPAyfhJboVUDcD6ubmgmUrhf4u { width:20rem;height:27.0625rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkqUkJDGE1qLfvim8Vr4b7KHNz0OhslQ { display:flex;width:3.4375rem;height:3.4375rem;top:12.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #H5MGyGhFRPKyEuIzwd0IPgDCqlt3uVTu { width:17.375rem;height:1.86865rem;top:17.5rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2zgOWKG40dlLv2F23GQGANF9MASBcTF { width:19rem;height:1.4624rem;top:20.0625rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmSS16oiTq42C7RevHBi2yNzrwFTDv5B { width:15.125rem;height:0;top:24.310546875rem;left:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXDMaGcxvMDkTDokrAPFXm72hDBtKtGE { width:20rem;height:10.5625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQNQ1MXeXT5c9mlGuMwCbN1nRBalx5vH { width:9.8125rem;height:1.381225rem;top:27.937501430511rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qecBiRSFwSVyWWOFLFCqr7x8BKCxJhEi { width:19rem;height:6.53075rem;top:29.824220180511rem;left:1rem;font-size:0.8125rem;display:block; }#qecBiRSFwSVyWWOFLFCqr7x8BKCxJhEi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
 }@media only screen and (max-width: 763px) { #eFaKCFn1RfqZ7RyZFoBMUQbf47AIh7Am { width:20rem;height:29.6875rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwrtN1UG1LwtrkBkdwDk8sPCM1MeuLeF { width:20rem;height:26.375rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkR8de248xXIOJuwWJyw2aSMmLNog6Sc { display:flex;width:3.5rem;height:3.5rem;top:40.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #WqUMlusgLW49eKBhElf69Q04TgTRdxSk { width:17.5625rem;height:1.86865rem;top:45.6875rem;left:1.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHZvpRZ0tEpTyGbhJKJ4JLienb95i3NU { width:14.75rem;height:1.4624rem;top:48.125rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHNJfh5bH73fxQzzByIXpJnyZe0f9vcw { width:17.8125rem;height:3.8994125rem;top:50.4375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDFXZrlhTUhCxVtLXyzvI1Fm9DAzsBC4 { width:20rem;height:10.9375rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot3sOqbZGygeuoq8NWTGRPuSAm63Cq2I { width:9.8125rem;height:1.381225rem;top:57.1875rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6e3xtrDob2XnUBnpBFSfbgG9ANGhoIk { width:19.1875rem;height:6.53075rem;top:59.4375rem;left:0.6875rem;font-size:0.8125rem;display:block; }#o6e3xtrDob2XnUBnpBFSfbgG9ANGhoIk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
 }@media only screen and (max-width: 763px) { #Xd2zpBAiKfSqM90Mi0e9XQGfGeCpn0W1 { display:flex;width:3.5625rem;height:3.5625rem;top:71.375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #t9mzSNIH19zMRefGAqLVAnXIPGzKTgwk { width:16.0625rem;height:1.86865rem;top:75.625rem;left:1.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrhSDTqZe8f3FfWDvsyNTIr7uoz2pFVJ { width:14.5625rem;height:1.4624rem;top:77.4375rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze0c4Ma9tLWsEJUZposZcmhuBkvFFO8h { width:18.8125rem;height:3.8994125rem;top:79.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNi4acGEoq7KqUFszr0zApsWmo9liKrR { width:9.8125rem;height:1.381225rem;top:85.25rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC6cqAmIXWrRkJx4QyAt8H7XxQcR1zBK { width:20rem;height:10.6875rem;top:84.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJiLRkK9GEUsOeWy2hcRnBz2A2MT18D { width:18.9375rem;height:6.53075rem;top:87.5rem;left:0.5625rem;font-size:0.8125rem;display:block; }#qAJiLRkK9GEUsOeWy2hcRnBz2A2MT18D li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d3b1d89ba5847225934192703dc5232e.svg); }
 }@media only screen and (max-width: 763px) { #d9m16h15DI1QmssypOKBbwzOD4BnbI0J { width:20rem;height:3.375rem;top:6.2981777191163rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4CIgVv2CWDU7i5LkhSvfTweLTaeGEO { width:18.875rem;height:3.8994125rem;top:22.0625rem;left:1rem;font-size:1rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #BEiHtpbA3h54gNEuiVHNseJ6an3IfEgw { top:97.25rem;left:3.75rem;width:12.4375rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EExgqRssDQaAZtq7xgg9iI9c8ic5FBhi { display:block; }
 }@media only screen and (max-width: 763px) { #osflW5BX7VrBM692oXRTUhns8iVJ4cia { display:block; }#osflW5BX7VrBM692oXRTUhns8iVJ4cia > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiFTvzK33U8TOfU8bTpq1pn1QxEdVQkt { width:16.375rem;height:0;top:1.90625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;z-index:15008;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #fFtSTXZsH1htVbCwl7QfiC7tfwEg1aQQ { width:9.0625rem;height:0;top:10.91259765625rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.625rem;display:none; }#fFtSTXZsH1htVbCwl7QfiC7tfwEg1aQQ li:before{  }
 }@media only screen and (max-width: 763px) { #h6SWMcgdSMBbxEop4vdAaVRwAM7Wpp0o { width:13.875rem;height:0;top:16.0810546875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L591bTpRn3DoGmJUPJtU8FEmOvo0ZyqR { width:20rem;height:3.73730625rem;top:2.4375000596046rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WZ983RP4vZkgPCloHUfIuoqTU6xUc8gN { width:10.5625rem;height:0.125rem;top:7.3385422825813rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZtpq1EfzNdqDtCqfieU50Q3QO1wgT37 { width:20rem;height:10.6875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTK75X86B8fVqDwZtsiGhsOqQ1CfTAid { width:14.8125rem;height:1.75rem;top:9.625rem;left:1.40625rem;font-size:1.25rem;display:block; }#bTK75X86B8fVqDwZtsiGhsOqQ1CfTAid li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #TouwiBBrMZDPV8Zg5avqxPsHWzLTOTh9 { width:17.875rem;height:2.4375rem;top:12.1875rem;left:1.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHILl65lbsRlkxXylSQmMmH9FpUbohaL { width:18.4375rem;height:0;top:16.875rem;left:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyzgSRo2DniUclBT33FkTBVLzCRLtO1n { width:20rem;height:10.5rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1P02vU2hSsdLEF90IXfVaQGERQ8vxuV { width:17.1875rem;height:3.16845625rem;top:27.0625rem;left:1.40625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF9NrKITs8ZKG0vyysBaHO7Fh5LhPitT { width:18.5625rem;height:2.4375rem;top:23.75rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk2THXhtI2PndEC25NpdqNHTmpTT4uOF { width:18.375rem;height:1.75rem;top:21.125rem;left:1.625rem;font-size:1.25rem;display:block; }#nk2THXhtI2PndEC25NpdqNHTmpTT4uOF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #S0Tn9AJSWR8XUV4MG93ozc2BR5vp1oZ7 { width:20rem;height:9.875rem;top:31.54150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDLr0gGGcZOZauXTDQkzQwAMa98iO7bi { width:17.8125rem;height:0;top:46.8125rem;left:1.09375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhIHPASvFVzX3QkeL1ex9u7DI7REAbLX { width:17.4375rem;height:2.4375rem;top:34.59814453125rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDll9lWbodUR8plEOHoOpwn92wdm94zt { width:17.4375rem;height:1.75rem;top:32.25rem;left:1.28125rem;font-size:1.25rem;display:block; }#sDll9lWbodUR8plEOHoOpwn92wdm94zt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #xph7XD0o95R7ATOatchMf1dNTlSHbupb { width:20rem;height:11.0625rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ZgkyPgf8uRQQziVtSL3hqnoUxEmaRl { width:17.25rem;height:0;top:49.75rem;left:1.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmCAGz9LSwafauivUOezASt2p4uFTRZl { width:18.75rem;height:2.4375rem;top:46rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo28SAr04msSFxOZEcTXW8frPdqZ6WLE { width:18.625rem;height:1.75rem;top:43.1875rem;left:1.375rem;font-size:1.25rem;display:block; }#Uo28SAr04msSFxOZEcTXW8frPdqZ6WLE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_87046d6a0e4cc0659502d51fa155dc07.svg); }
 }@media only screen and (max-width: 763px) { #uKKMcyt5TcgcP6K8eToeMKq58HmTlncC { width:20rem;height:0;top:9.1875009536744rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #myNTuPXMvwEloblrkmpima6KDKSVDw0t { width:18.375rem;height:2.11230625rem;top:38.125rem;left:1.09375rem;font-size:0.8125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ArzscuHUESxbeeZ3CuNQpAv2EK4dQnCO { height:11.25rem;width:18.75rem;top:54.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ4pHa8MyS06yZ7Be09ZdlmPnvf4U6lz { top:67.875rem;left:3.75rem;width:12.5rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTMBHv5ZINeS5qKN3b69Gr8qEEpQs94 { display:block; }
 }@media only screen and (max-width: 763px) { #IQq4UsgvP9QaJf6CQPAQCrqHsdDSBTrk { width:16.9375rem;height:3.16845625rem;top:15.140625rem;left:1.34375rem;font-size:0.8125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #StEaJ7rtDx28C83UBpxBJ6WSh5LDGOud { width:17.25rem;height:3.16845625rem;top:49.1875rem;left:1.375rem;font-size:0.8125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX { display:block; }#wDhiwh6BrUXQwUKQ1a6Wn34bUo8Na2cX > .row .container { width:20rem;height:212.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKTZ00iFtRpBeIukAoVyHCRJra6h63TK { width:20rem;height:0;top:2rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbfkceNuFcQRWO8aoU2R159uM7J5bgxq { width:20rem;height:2.5874rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #UAKgkoskHO1asp6lG71A80QeDhHCdTRB { width:20rem;height:2.9248rem;top:5.4375057220459rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #KGIz7QJW3s9wEt0BBKaLTdGTZgwNE03L { width:17rem;height:48.875rem;top:9.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXiWLsQRbrlJzs4GRsyNMxRpz6syGT6J { width:18.4375rem;height:48.8125rem;top:155.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XenxhSrP2VncV0UGUvy4i8dWWgknIXfO { width:18.125rem;height:49.25rem;top:59.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r74F09xGFRuZaqSs0G3tRizffhGpAUJt { width:7rem;height:2rem;top:10.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGvgEkVd6R7Zx6WJ3Vo3cmxLiBqOTiR9 { width:5.25rem;height:1.6875rem;top:10.59375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #iWJTnxtA4koLbhWRSCDFZJyTZ0mfTx8P { width:7rem;height:2rem;top:10.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6QAmpmRmh8BPR2kQVTCsRk3z1y7tZuO { width:5.75rem;height:1.6875rem;top:10.59375rem;left:11rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #cqcgJsIe6oiX7SzSErTJfpBTBwTpMzoK { width:14.375rem;height:14.375rem;top:13.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poMxT2SiJDfg6Gp9TT9dDsAvvSt9od9H { width:13.0625rem;height:3.5rem;top:28.75rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xpMvCWVSPuOwVlafI2kOME2WgaIW6D { width:12.6875rem;height:1.487425rem;top:32.9375rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3 { width:2.375rem;height:2.375rem;top:35.25rem;left:8.625rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/41f6d6dc-5ee1-4618-9c52-939815db0ed2/image4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3.adaptive-delivery-prevent-bg, #vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3.lazyload, #vDvl9BJG3zaZNxFrWCQnWUG9SsJFSeT3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BsyWb8ZmnIo09h5oqSDk8d75T0TXzMGc { width:5.8125rem;height:2.3125rem;top:35.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7IU4aQWXAqSo5Sk0pTNzgExMO6na0V8 { width:3.875rem;height:3.875rem;top:34.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBK52vnHah5tiaxzlWatPkLZ5rsJJHmg { width:2.5625rem;height:2.5625rem;top:35.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXFes76iVhHuczT1Qe4xXWUaqEAL8Tyg { width:16.1875rem;height:3rem;top:38.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmcFHZyaT1tFlAKau7OQqPEVUgklQaTu { width:15.125rem;height:4.19970625rem;top:42.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgeKF2uH94Fugcmh9JP0P0USA7onM6fv { width:16.3125rem;height:6.9995rem;top:48.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgoZcXhV6NAT2UcW4CglKycRrzJWvef9 { width:12.375rem;height:1.6875rem;top:157.625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #QveQkwTeq7efILO4aouvAPJALuEFxzM3 { width:14.3125rem;height:2rem;top:157.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W89GQgs64LrcXT8741nPTmxAIqSAOymo { width:14.375rem;height:14.375rem;top:160.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTmyzycSozshAtg6Gkh5U7OATOrtEZif { width:12.25rem;height:3.5rem;top:175.5rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgxDodustAhqoW7m0QTGCrsJDUVT3q4z { width:16.9375rem;height:4.46228125rem;top:179rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvWyR5OXp8Z3XsPHDHDPHBXPfhHoZ8le { width:11rem;height:4.5625rem;top:184rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4vn2nVy5y9HHB7zG1RKwcBPVinua4sx { width:16.1875rem;height:4.19970625rem;top:189.125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wREmU1TUaTtuXiW1BH4OyTTNlFx85088 { width:15.6875rem;height:6.9995rem;top:195.3125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amDg1ecDUR8JWEU5Llp40vrT1TTHLrBp { width:15.0625rem;height:2rem;top:60.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCdUXdMOwTont3OaLxmESe7aFPumrwHW { width:13.25rem;height:1.6875rem;top:60.656276702881rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #mOCy8h0qU27btHcEgKXmvluGEEilG4dQ { width:14.6875rem;height:14.6875rem;top:63.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbqFy75f8eKKZ8hk7q4bbPGeSJwkW38C { width:14.375rem;height:3.5rem;top:78.8125rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6c8MSZAucQmDLw73MSgCaH7Z40hfs41 { width:14.375rem;height:2.97485625rem;top:83rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUAWowZpKE2buiK0crq2QDsgpP6dgdEa { width:5.625rem;height:2.6875rem;top:90.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx4WTZJ2nGzDVo4y0mTlPVeT8HFgAoLw { width:14.75rem;height:4.19970625rem;top:94.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH7Vxyd95JwFa53V8gTctuVan2FCmNJZ { width:16.125rem;height:6.9995rem;top:100.0625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB6huVfgz0DpAC73Og6uZTecTc1AyLZI { width:18.375rem;height:45.375rem;top:109.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCggU5TOVAcL5TeTNpW7IGDBqcvPyxgR { width:14.3125rem;height:2rem;top:110.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJMpBKmtxDWR077wpsi6S6yEFrEWJ8oI { width:12.375rem;height:1.6875rem;top:111.125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #bIHVUlWCMVa7DT7RpAocHEupI3G3VvDC { width:14.375rem;height:14.375rem;top:114.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtK5Ft24Wqg3hGE2QG64xTZigH1yF72a { width:12.4375rem;height:3.5rem;top:129.25rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #maDyaKDaLq8VNmwGEAc3DywCMlLOZZvd { width:14.25rem;height:1.487425rem;top:133.375rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0X5ZDHhXMnww6MD6217hIHN2ZKZTqnu { width:11.375rem;height:2.5rem;top:135.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgEy5UrQB8v1J45v4703a0XyTxWEAcuA { width:14.5625rem;height:4.19970625rem;top:139.93750572204rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A87rdfOr7XvdWXzMgQ2SwWc3SsE3azdA { width:13.1875rem;height:8.3994375rem;top:145.37500572204rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKdbVzwPV7wKL5oW7CAvZA5KleV6qyQR { width:14.8125rem;height:3.9375rem;top:84.875rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glf0zOCNlfPMCPb5iEvNfTuZGzs5lm0W { width:3.0625rem;height:3.0625rem;top:89.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn8MLowr0Cc8zQwKmymb3R6xaOTsDh4n { top:206.83465194702rem;left:3.75rem;width:12.5rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcKuBSaFsCsGXHkNblcl44G1mhyVxkHz { display:block; }
 }@media only screen and (max-width: 763px) { #fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE { display:block; }#fTlEohmT5D1ZrM2UlnBWlpJTUrL4oCHE > .row .container { width:20rem;height:130.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zP3CMdB5iBRyPGPTJc6hHPuSp9goCnFU { width:20rem;height:1.92505rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGnTW51M3N9xUPZqOEvtxQiTEdU8Hakw { width:20rem;height:5.17480625rem;top:4.42448125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #f1DlqlIQHrnuREWr7ehkDCV6vI0RaTzo { width:20rem;height:0;top:14.24873125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #mplXrsc6vIfVADmk1EhXfUNUO9RJ7COP { width:10.5625rem;height:0.125rem;top:10.498037338257rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWJO89Utc6ztmkQIqGFfLo4tdKGvdTVa { width:20rem;height:17.5625rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7MKIfgDCAZEiczHlFiQzPqGKwxKpZWD { display:flex;width:2.625rem;height:2.625rem;top:85.4375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #vd7FDK7uCcHibOL25GcK4f2E4cCaIL4r { width:11.625rem;height:3.5996125rem;top:84.9375rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #nsZ1iFhCnyFE77yWMoZNd12lkKLJzdyz { width:15.375rem;height:0;top:87.125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #foBoRxqMWcOAiDLK0UT4ghrZ1lgSGm2M { width:19.3125rem;height:0;top:93rem;left:0.78125rem;font-size:0.75rem;display:none; }#foBoRxqMWcOAiDLK0UT4ghrZ1lgSGm2M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
 }@media only screen and (max-width: 763px) { #HJOm4K2dX9Buyc75QvDTC3wtl5B33GCx { width:19.125rem;height:4.22411875rem;top:89.625rem;left:0.875rem;font-size:0.75rem;display:block; }#HJOm4K2dX9Buyc75QvDTC3wtl5B33GCx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
 }@media only screen and (max-width: 763px) { #idW54zCK3hMTuCLLpA7HQkRzOsSQXcw7 { width:20rem;height:19.4375rem;top:21.11376953125rem;left:0rem;box-shadow: 0.4375rem 0.5rem 0.3125rem rgba(var(--color-primary-1),0.16) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TBsBIGg2vqUAOu3ZvZItO64O6yeoCI4n { width:18.8125rem;height:0;top:47.974609375rem;left:1.1875rem;font-size:0.75rem;display:none; }#TBsBIGg2vqUAOu3ZvZItO64O6yeoCI4n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #wzwf3M0c5h7dMRwznRomGLf2XTqwK4iU { width:18.875rem;height:0;top:44.30126953125rem;left:1.125rem;font-size:0.75rem;display:none; }#wzwf3M0c5h7dMRwznRomGLf2XTqwK4iU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #AZ77XIUP5HXTUPXboikFITN6B9nd5FCf { width:10.3125rem;height:0;top:29.92626953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #kgiVSSJSfZJhS2oplNHlw3NCUk8IXoD9 { width:11.9375rem;height:3.5996125rem;top:21.38818359375rem;left:4.03125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #UMkTBiTe52Fc8tqibyHwb77EMw1ug19d { display:flex;width:2.4375rem;height:2.4375rem;top:21.9697265625rem;left:0.46875rem; }
 }@media only screen and (max-width: 763px) { #GGvuceFhAoy4ThrrWSNSVqNr2bw0uZ9E { width:20rem;height:16.375rem;top:42.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfMfoymKTC87RhgnzlqD6W47osRxRcBp { width:19rem;height:4.22411875rem;top:48.6611328125rem;left:1rem;font-size:0.75rem;display:block; }#LfMfoymKTC87RhgnzlqD6W47osRxRcBp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f51896aad997d3fb5d531d535b1bc479a63c8889.svg); }
 }@media only screen and (max-width: 763px) { #ZbiVdlO9Jpyhz7pxdQTQukBEfVESoCZl { width:18.9375rem;height:4.22411875rem;top:53.5859375rem;left:1.0625rem;font-size:0.75rem;display:block; }#ZbiVdlO9Jpyhz7pxdQTQukBEfVESoCZl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f51896aad997d3fb5d531d535b1bc479a63c8889.svg); }
 }@media only screen and (max-width: 763px) { #HBJrOVFumgX9JlDAsRB6TQSdMtCtGRlK { width:20rem;height:0;top:56.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #quAyBsuapi9bHLJQBSy5XfQ4m2eLniT5 { display:flex;width:2.75rem;height:2.75rem;top:43.9609375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #K45mmU3zV0Ny9fQDRnf6BlIeg2TNVn15 { width:13.1875rem;height:3.5996125rem;top:43.5361328125rem;left:4.21875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #vJ40cdqu7eJarw296FP8bdCXtDveXhbi { width:20rem;height:15.625rem;top:103.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtRFNOGek8kOwzsAET90E308cdfFexo { width:18.75rem;height:4.22411875rem;top:108.8125rem;left:1.25rem;font-size:0.75rem;display:block; }#rTtRFNOGek8kOwzsAET90E308cdfFexo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
 }@media only screen and (max-width: 763px) { #Zuvp5EwFLARJSifzyxECbzdbat4LxFnr { width:18.75rem;height:0;top:111.125rem;left:1.25rem;font-size:0.75rem;display:none; }#Zuvp5EwFLARJSifzyxECbzdbat4LxFnr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
 }@media only screen and (max-width: 763px) { #sqy8Ace77kApspqCHPMMGPUwOkfnpJBm { width:20rem;height:0;top:107.0751953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #mX3MN3Kple7R2ascBczGgiplo5FLviVh { width:12.3125rem;height:3.5996125rem;top:104.25rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5L6zvCx0mmRnmZhTNnzPKK66pxMeTn { display:flex;width:2.6875rem;height:2.6875rem;top:104.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #GqIqgXCTueikzr4qUmxwf5wUseKNKBuQ { width:20rem;height:21.5625rem;top:61.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNhCIOfdo58eRMxo70hk9r8lXnZaDehC { width:18.75rem;height:0;top:67.5rem;left:1.25rem;font-size:0.75rem;display:none; }#nNhCIOfdo58eRMxo70hk9r8lXnZaDehC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #cI5eq8dfequCnFwFECgVWh5QfFxTNn6X { width:18.8125rem;height:0;top:73.7724609375rem;left:1.1875rem;font-size:0.75rem;display:none; }#cI5eq8dfequCnFwFECgVWh5QfFxTNn6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #V2QBttwrJ00PRr1PU9yG0sgBb1pJAJ8p { width:20rem;height:0;top:70.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #KQmFxaoqStckWuqKsvLV68rQ4SJt1tuh { width:13.25rem;height:3.5996125rem;top:62.375rem;left:4.40625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #P2U2wvEZnZTsaGZG59rBQ9QxX8fF2OdM { display:flex;width:2.9375rem;height:2.9375rem;top:62.375rem;left:0.46875rem; }
 }@media only screen and (max-width: 763px) { #N0yvOu8itqbmpf8ATTmplnU9WAvXozU4 { top:124.56176757812rem;left:3.75rem;width:12.5rem;height:3.49975625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RufWquKo69Om7XbAZFw66mQCL4gUUU49 { display:block; }
 }@media only screen and (max-width: 763px) { #NFwNOUsPANyLn5gK1x6lkahOHBkODrXD { width:20rem;height:7.312rem;top:12.310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SIlsUZJRcZAnZVWl31QMmahDhA7sxOaC { width:14.5rem;height:0;top:25.8447265625rem;left:3rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.8;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #gT6tOAT9pLC5HBEk7ml2mBTnAsNEcADT { width:18.875rem;height:5.423825rem;top:33.6904296875rem;left:1.125rem;font-size:0.75rem;z-index:15061;display:block; }#gT6tOAT9pLC5HBEk7ml2mBTnAsNEcADT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #rITPcfryv0J66KHglKw2TwU3GI27Tm7w { width:18.8125rem;height:6.6235625rem;top:26.224609375rem;left:1.1875rem;font-size:0.75rem;z-index:15060;display:block; }#rITPcfryv0J66KHglKw2TwU3GI27Tm7w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_447f2fc4dab29d64558d4138f3c255898b77ea00.svg); }
 }@media only screen and (max-width: 763px) { #s6ZkRnDAsS6RLi4BQiiSo0vPfioiLZ3f { width:18.75rem;height:5.423825rem;top:67.099609375rem;left:1.25rem;font-size:0.75rem;z-index:15078;display:block; }#s6ZkRnDAsS6RLi4BQiiSo0vPfioiLZ3f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #JaEM80EpPqp4ZOx2F9D6CXySem4EMdTF { width:18.8125rem;height:5.423825rem;top:73.5224609375rem;left:1.1875rem;font-size:0.75rem;z-index:15079;display:block; }#JaEM80EpPqp4ZOx2F9D6CXySem4EMdTF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_65ba80faf3410facd1470808a9171785892bb318.svg); }
 }@media only screen and (max-width: 763px) { #oTxZoa9rHHaAmTNT2ePJA4MWXq5oMPTI { width:19.125rem;height:5.423825rem;top:94.5rem;left:0.875rem;font-size:0.75rem;z-index:15054;display:block; }#oTxZoa9rHHaAmTNT2ePJA4MWXq5oMPTI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_257590b5493c0db607d7995fa0e523467597170a.svg); }
 }@media only screen and (max-width: 763px) { #soubEZprc4RrSTPx831TDo354kSzMfss { width:18.75rem;height:4.22411875rem;top:113.625rem;left:1.25rem;font-size:0.75rem;z-index:15073;display:block; }#soubEZprc4RrSTPx831TDo354kSzMfss li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d5d84d9f5c37d80bee0d48a4db3c2de71c23fc0a.svg); }
 }@media only screen and (max-width: 763px) { #QnACgTJCQTSq6TO0NpEfaS4PZPQ25Xa3 { width:14.3125rem;height:1.05615rem;top:80.0625rem;left:2.84375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVFtHwIZmWAlser0JgKeN44B4SlGPONN { width:20rem;height:2.5874rem;top:120.82580566406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B { display:block; }#wfTEkX7tgtFKMdGothoxAH0ByV7JFn9B > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIab8qSUW9d3aygBPvk0gVtkr5hJq7uz { width:20rem;height:2.5874rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #D0EOh8abKulmrw0EToxDoVyLrWRFOkUe { width:20rem;height:0;top:5.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #OSHz1Q8sg8c8LTF7QZUrgmg1Lvn9k8UU { width:20rem;height:5.375rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG57o0sx4zvN0AVLPR9B9h4BSDiJh6oZ { width:3.5rem;height:3.5rem;top:17rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFQoHLBNIVAdZduHcXqymFLtQl5LJFXD { width:12.6875rem;height:1.6875rem;top:17rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #f7zDEXTRkGKOqQgN0HFzT0gsBbATo82X { width:14.5625rem;height:1.6875rem;top:19.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #efImcrBeBAdZx5UnvXOyDKTpaqmuR9IU { width:20rem;height:6.25rem;top:28.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDz07Mnw13ra7XUKKhIEn2eM4FqVO19 { width:17.125rem;height:1.6875rem;top:32.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #wDth45yGSgoGzN8J8iGMho4TdLEqhVaa { width:14.1875rem;height:3.375rem;top:29.0625rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #i7S40J8c2UVM1huzFxF8hyamI3mRWE3I { width:2.9375rem;height:2.9375rem;top:29.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMIvPa8cw9Qy2OH5PHErbu0mweAJs87l { width:20rem;height:5.5rem;top:22.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwIofGUlrb1kLJ1mH4rvri3eKsT2LXPW { width:16.3125rem;height:0;top:16.4375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #Q54rigDdx7XofGBwFunHff4RsJVRLmy1 { width:8.9375rem;height:1.6875rem;top:23.5rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #DwovxxpbdvzLN2nQb4NLuyAy3Ul1QCd5 { width:2.9375rem;height:2.9375rem;top:23.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8Q0MRQIXviKpSpehGabzDLree8wo6Ra { width:20rem;height:7.25rem;top:48.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJxZfxLBSvBoQNCFTfkAeQLZKllONLn { width:20rem;height:6.5rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM5Cic3TkIJURvFORzdkrMQ47zgumUAD { width:20rem;height:5.4375rem;top:35.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXciKORcwfTGtUiPH1Toc0Ih2SUTQ8EU { width:18.625rem;height:1.6875rem;top:38rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #vwlaerVvO9Wi0fr1p5havdopzLhI16VN { width:17.125rem;height:3.375rem;top:51.8125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #w0XXANhiCVD8gE3T3OdObTqa2mT5RA4E { width:16.3125rem;height:0;top:37rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #NGibOklwPpDtEZ4GQAGFRVqo222e6nsd { width:10.875rem;height:1.6875rem;top:36.3125rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #pX7XB0y5XtbNqTakJg4g2QGxgN9OutGa { width:12.6875rem;height:1.6875rem;top:49.5rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #biWLZEnoGbnUB3vDnfVTmIn2K6JOQz36 { width:10rem;height:1.6875rem;top:42.5rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #C3CL99SyhEbnd9lGLpiLv3QSXt86J8Dn { width:2.4375rem;height:2.4375rem;top:42.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGT30vCdTB6oTkz8tmoOJraRI0NkSs7T { width:2.4375rem;height:2.4375rem;top:35.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQFT7DEyRMWZPmcNKDrX6glZy3VTT34A { display:flex;width:1.75rem;height:1.75rem;top:49.4375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #nUk8KiSyGVb6ddqTFhh4tWaUdzckaAG5 { top:57.763671875rem;left:3.75rem;width:12.5rem;height:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0k57L11p6h47ZdqXlziGLtaA1mqXUzh { display:block; }
 }@media only screen and (max-width: 763px) { #wph9ZWavfkHmBRmffx4CGr6sD6stk1BF { width:20rem;height:3.5996125rem;top:3.83642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Uh1zdCBK6CStOERBCHSPXGocQB87Vs45 { width:15.6875rem;height:1.6875rem;top:25.1875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #c4E14I0agssudNGnAGgpvXwJd5n8T32J { width:16.3125rem;height:1.6875rem;top:45.125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.8;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #bxmcDXuNyvLGfkhnyPZBJESe6UbWvpx4 { width:5.6875rem;height:7.9375rem;top:8.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFrtKQIXTTypa55QT1Udw2t8RTQAURm { width:5.5rem;height:7.9375rem;top:8.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObaiiAFcW1LtK9vTVo5OCrf5UTZupvDp { width:5.5625rem;height:7.9375rem;top:8.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui7svnoWRao0ZydlaP1eR0R21kl0p6lo { width:5.5625rem;height:7.9375rem;top:8.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X87CXNJMkwenQA9BLVbQHKLP1fpycwlK { background-color:#11002c;background-image:none;display:block; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container { background-color: transparent; background-image: none; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container > .video-iframe-container { display: none; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row > .video-iframe-container { display: none; }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .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); }#X87CXNJMkwenQA9BLVbQHKLP1fpycwlK > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBcOdt550rlndKfEhEo9OkEESvUdRi8Z { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hk0XEPbKBPntfXkyf9m3CHJixklTuw2n { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJHoZbHyMa4aP8Ikof3d0m5Tbc1EAfh { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RRVutWGk4IiUo4eTFntefiUf6cyZ0KXL { width:7.6875rem;height:4.25rem;top:17.59375rem;left:10.68017578125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AqktCau7lOS84Ka6SUW0wcWV6q07670w { top:18.3125rem;left:3.375rem;width:12.5rem;height:3.75rem;z-index:15002;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #D0aHm4D2wkdT3AFxct2cMclbv3syHnnB { display:block; }#D0aHm4D2wkdT3AFxct2cMclbv3syHnnB > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Llg53H1Rwcklo7XJ51lQwxNRsd8N0yKh { width:17.8125rem;height:3.1497375rem;top:10.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLaCqwWGRGTTEiWZp3wmLLIbDESGhR9R { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwo1oWmkb71v8s52fol5AETxBEQNspXJ { width:20rem;height:3.1497375rem;top:31.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONHpXeAE0XGRSiqvLB2LSxNoJSuoRaWC { width:3.125rem;height:3.125rem;top:27.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUIMLkRztAXQTvJDRTmrFI85fSyTGKvQ { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6L7USAMJQQ4CiOOUiC2TvbbCvcGysu3 { width:20rem;height:3.1494125rem;top:51.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQk8IhCelzgbtd69SGuJdLUz3R5x0ng4 { width:3.125rem;height:3.125rem;top:47.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnvcDDtg4xrO23RIyLJtdckGrG2gd1mx { width:19.12475rem;height:12.24975rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO7NU9E19DhwvwnRX4ht6t7b3popdMqw { width:18.8745rem;height:12.271125rem;top:34.96142578125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQqtW2invku7McL91ESdM5IqUJ4T8fpu { width:13rem;height:10.1875rem;top:15.7841796875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyNetkhy1PzbxoeMTGwmATRc2sGbl0S { width:19.0625rem;height:0;top:92.492233886719rem;left:0.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rcyk7ZKILZiDlwAgcgBA40ZxOqX87RZ9 { width:20rem;height:0;top:86.460983886719rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcHa8eLmTnsNiV9bwiTMsaJodscfFKKT { width:18.875rem;height:0;top:98.523483886719rem;left:0.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V { display:block; }#CrGqrRN1wzPQ7AgvkDnGelFADUXH4a8V > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJ5e2hxdk2fIOfVM39CXgFHuJ5VTmv02 { width:17.0625rem;height:3.44970625rem;top:2.1244525909424rem;left:1.4683947563171rem;font-size:1.4375rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h8oJFZK0k8tQDuu5KBOOPCqdtWbebTln { width:15.375rem;height:0;top:6rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #R6xn0t1y7BTiM2u4TN9hBuT7rTzILzT0 { width:17.06175rem;height:2.3994125rem;top:20.1171875rem;left:1.4677734375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #Kbz8UHDNeO1z0frazxP6cai5CW2Q6aIu { width:20rem;height:2.79980625rem;top:24.559936523438rem;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) { #rAmXzb7Kb8eS27DFeQcCfeLlDFF0AE9G { width:18.875rem;height:12.0625rem;top:18.09326171875rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtpzPy6Tf1EVxIHXBWlT71y1C7hTC5gC { width:20rem;height:1.3125rem;top:23.590698242188rem;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) { #vniPVg15su885pCdARV046T3L8b8X1cz { width:20rem;height:1.3125rem;top:27.85888671875rem;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) { #wTJUy08hDQTqO8q0UtEL9FCxCOU88tMX { top:31.02880859375rem;left:3.3125rem;width:13.374625rem;height:2.24975625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0IMfiixekFacg31SkqRxVWq2IvChdX6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ig8ymKAdUda3NNuEWFUX6bya7MWU4VHM { width:12rem;height:12rem;top:6.9296875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 { display:block; }#okKvnO7pq9rqDBf7ItZ6bae5hA3DWAd5 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5KJ043l5BolpNKnSgBXEB3gTPk1DDP9 { width:18.624rem;height:8.911125rem;top:16.9130859375rem;left:0.68798828125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:14999;line-height:1.2;display:block; }#f5KJ043l5BolpNKnSgBXEB3gTPk1DDP9 li:before{  }
 }@media only screen and (max-width: 763px) { #wbWMaGkiXxq7I1FJ3LoSsThtCK46u9eG { width:17.1875rem;height:3.981325rem;top:9.715576171875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:3.0625rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #LTgBpqlzV2rqtodvF9g03fdMN5C4NqF3 { width:18.4375rem;height:2.4375rem;top:1.624755859375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #mBOUpdBIy9Cfz5EtdLJWgZmkou0yBsEE { width:20rem;height:25.9375rem;top:1.1240234375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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; }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc .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); }
#TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc { width:10.0625rem;height:3.2325rem;display:flex;top:37.43701171875rem;left:5.21875rem;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) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #g5zh8L0kRDCXbcQZgmH5cvZZ8KMAb2TI { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #kAbk5S4FZINtQz7JRST6TLiwxkJrsWTi {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #r4FvQrfWsvwXKMWsyZh7AvmZMLxHLEgS {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #whw1B7yDlytfdBLFQe90ioshh3X3ditk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #ey6H2MDOz90P58mx8oqV6SF1DR6pBTol {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #NTs7rpnLV7p7aW3P9cND6RnLsBKA5LdN {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #I3eVqruywAEUuTiaHCVpJEnogv6FsfiP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #r7hTCyKUXzG5mus45LTHLwzPoH1vRzRs {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #iZO1EUWLuF5hLPzuDIBvs434So7IwGTB {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #pVOwLxEFC7NqEVANTN9kVXdFM4u4Lbas { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #Rm1rCMdN2AkOniaM7N3TslS0TykJUaEH {  }
 }@media only screen and (max-width: 763px) { #TtDLeGm1AbTJ9bSAnBmSNT0Xsd4EGMBc #zaOKK7gyIXJ6g4n9ehyd1EVDukLulZ50 {  }
 }@media only screen and (max-width: 763px) { #C1Hxa4crtADiq9WPwTa5geHTRX8K73lo { width:20rem;height:1.7871125rem;top:4.62353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #G50fJZiGfeM0eETg5IM86m3Mrl8Jvv93 { width:17rem;height:2.0996125rem;top:6.87890625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mQXXneu9o0CN4XMUpoRSPwFhAX0bTuCm { width:17.1245rem;height:1.7998rem;top:14.25927734375rem;left:1.4365234375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qqKnm3p03ev2iUXelAn8UvBDadWWvf7G { width:17.875rem;height:0;top:71.16064453125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QDqnH7Joq9nr0mRskaLPtvH7InTCAHwp { width:20rem;height:2.03125rem;top:28.2861328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #B6WZOs4XMTZWIm8s4Ncz2EvgfQAJnKln { width:19.125rem;height:2.79980625rem;top:30.875rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aps0y4OATqFUoIe2Q4nBWCudfkUcnkzQ { width:17.125rem;height:1.3999rem;top:34.375rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.9375rem;overflow:hidden;height:auto;line-height:1.4; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-text {padding-top: 0; padding-bottom: 0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-select {padding-top: 0; padding-bottom: 0;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT  { width:17.5rem;height:auto;top:42.05576171875rem;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; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT .widget-info-text { text-align:center;text-align-last:center; }
#Ga32slvQzSXGxsET7F6mZsetedlAukiT {display:block;}#Ga32slvQzSXGxsET7F6mZsetedlAukiT { width:17.5rem;height:auto;top:42.05576171875rem;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) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #wXfxKJSdD2UtBsk154V8pmoDKxboJPgJ {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #G9DcbsP0lQdieLo5q0DbzpgEAiMFJ2xZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #m90PaSJu9i3vTay4d7ogBpt6iD4kdoRv {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #J0lDpJEaNbkvrwA1Vf2wDUN0HD1cpuIl {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #sNx30BLTmODVvzFa4MxoluZ1uiDfeeCZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #wtQR6G9tFKu4vDuwh4Bt1ZTswXDVPLTf {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #OokksJHB12C8tAMERlTnm2CTBtGEHSdu {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #c1I4c8GkTmCJSuT8Qsu1ReKyNLlfvprs { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #elmO4bKT97b7luU7RkHrsXAhEP98W967 {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #T5uAcJpUbKrZfXFiGxEvS7MecmdATZWi {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #GwWLKdKMVdXBg337E8E8XRUC9aS34MNL {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #Ck3cfeLXq8Geo5srkUFyP3p2HUiKzold {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #yOG9P3oXxpsBlf3T90iivsLrSJak6dtR {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #TIKQK4xJmKQoVq9LD0hnAkUcEXq0w8I9 {  }
 }@media only screen and (max-width: 763px) { #cyCy8TdOKIOKxshTP5hie2amHTOAHThn { display:block; }
 }@media only screen and (max-width: 763px) { #iyPMrIa4DzZq0QRSaTpQk1VOTJq8i1BH { display:block; }
 }@media only screen and (max-width: 763px) { #b6vWWMnyE6KcTcsbOSLaD9vQWgZDtqld { display:block; }
 }@media only screen and (max-width: 763px) { #kUqFmNsOzkHyrtzf8zA2NpdcIDAW5pFT { display:block; }
 }@media only screen and (max-width: 763px) { #sxnKzmVP7r64I1mvnwuKmnTx2UZSDSHS { display:block; }
 }@media only screen and (max-width: 763px) { #pws9CgIhnq7umnCvy9dkKq8AP8GNDXs3 { display:block; }
 }@media only screen and (max-width: 763px) { #D8ndsIuT3zeANStBy1Iffv6hQdmAtbKk { display:block; }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #VGrBqpvazHF06Q7xZJ2wQ7y2ysGEppBx {  }
 }@media only screen and (max-width: 763px) { #Ga32slvQzSXGxsET7F6mZsetedlAukiT #aU4ahehTv05RnJS5v67DRcGQakL8PdAy {  }
 }@media only screen and (max-width: 763px) { #y4qkKilGuf0qXfiqv7844TzILa9wIsOu { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TXMy5UhPDQhLW8cAzg6mo2migq6cJcv8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nqTZiWTNMlPpndKXzTifSv0AJ37dLoz2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mQgGJehqvtM9JT5KSIsBmoy4QPT6KNfn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o4RER9ZqahQT75u7JFedFtrABqIeMZbZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R5cq3hMAlGAS7ultSkgTBNeBHPyiiykC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DmmJiIWLZ6Ag2E55T1mGMZQNnzIiyQk1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #THZcVxzkE02adKmg79iSqLMRJwAEwoIX {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R6oZZ6M94dO0lwXFmwmFs6zTJZxRf7cs {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtcFkRHa1RWpNgmqTcv63VL1LEUOkCr0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #mGwlgg22isN8cbfPPLWbm5vmUBOVwgQu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cVbaZWoSmLtDrU65RmEiEXCXp0ITJbL9 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nFuFgCzDrPKE7F8P7yO0S6f3yzNKReOn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xbBPNnxzfkpV5ap9fmLe3WfugCD36tfy {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P9BaxWDCT87TpQmoH0nakXul0GoGJOTB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #bgnpl3JZGT8Q1WuVxXT71d2JGydoIqId {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ze63uws4uvHC0ODmvne1G7P69M11G2Pp {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Wwt2ydfrLg7VnbOJiefzaTyRvBBle8BD {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o5JTPdab4Ev7HtCFVaIPFTe3Th2DCt0x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nq9dgNwi4ZMfJ2u9QLuchBe9ycz9poss {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BtslMNEN2N4MOSXMTKPITaTIiSEJE6Ws {  }
 }@media only screen and (max-width: 763px) { #CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd { display:block; }#CnI9wuIbOTrIDu0oe7g1uhKmhU7ZgZSd > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8s8KtfGwNtD4ZIR4zbQov7QrQ5UrcV5 { width:20rem;height:6.5rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxcf7fF3tHDx8dcOLMPOaqiNzWSeykKy { width:20rem;height:4.875rem;top:4.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KT5428P4eWxfZa1B5fArDvwWgR0DIZwS { width:15.9375rem;height:1.13769375rem;top:5.375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fc2gPBHq9XpTJxp3FoiWUeJOpNGwhKLB { width:20rem;height:2.5996125rem;top:1.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlvHRiu1ah0eWWfRW7V4iNcJi5TX3OBG { width:19.0625rem;height:3.8496125rem;top:6.75rem;left:0.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH1S6MOiFECAIkx8Q9wp8vAqTv86Hh7i { width:20rem;height:5.125rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZGLycAwUUGKyNcgRbJbaDnCf2UVhlq { width:18.625rem;height:1.13769375rem;top:12.4375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8vKvTAzF5Ns9HpgkXR1r8Rm4UT6CwbJ { width:18.6875rem;height:1.92480625rem;top:14rem;left:0.6875rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CxzOSkJQzgx7tAyeCwH2C1h7Or3oqIuq { width:20rem;height:5.5625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4D7ym9v0GCpovmeQH9fITSs24xRVEFr { width:18.5rem;height:0;top:19.75rem;left:0.8125rem;font-size:0.6875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #DLFtgPXPaIZiJtG4TDU5RWKgR6KFTWo7 { width:18.75rem;height:1.13769375rem;top:24.8125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bm9pC3KltPtBObnEa3w6TkkVgMd22ovw { width:20rem;height:5.0625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skBVSeX6VAgvsTgM3cn8Izb2IOooM3aN { width:18.4375rem;height:1.92480625rem;top:32.625rem;left:0.8125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FOTfDVoCiJcdf62EPB4s8ctXrCAtA8zC { width:18.8125rem;height:1.13769375rem;top:31.3125rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rx22gz0kHC65AXUvooT3usIDVBPB0PH6 { width:20rem;height:6rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVPBls6Tvuc6edkiMlTnc1oAvbDmkevO { width:18.375rem;height:1.92480625rem;top:20.6875rem;left:0.8125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qAkJxBsDnWWmldH23rfIJrXxBTdurlep { width:18.25rem;height:0;top:29.1875rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #M9tKzLrd27Pd7S2BuW8RzLZ1cwDCMvxh { width:18.5rem;height:2.88720625rem;top:26.0625rem;left:0.625rem;font-size:0.6875rem;line-height:1.4;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #xVwtXICzGpHfatqIpQ4w1P4WUiLzNM4L { width:18.25rem;height:2.2744125rem;top:18.3125rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ { display:block; }#RwVsvOMdROpeOHuTff9D0brI5QfXRKfZ > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUCsGsNBTZvc2v0Vb026JFnPc1XCIh43 { width:17.75rem;height:0;top:1.3115234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #piufpbK53iafO06DnNbnUhFBEOXunqfX { width:10.999625rem;height:1.625rem;top:5.5rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .widget-text.counter-number { padding-top:0.2775rem;padding-right:0.2425rem;padding-bottom:0.2775rem;padding-left:0.2425rem;width:1.45375rem;min-width:1.45375rem;height:1.493125rem;font-size:1.11125rem;line-height:23.89px;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; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.938125rem;height:0.59rem;font-size:0.416875rem;line-height:9.44px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z { width:8.8125rem;height:2.811875rem;display:flex;top:8.0625rem;left:5.625rem;z-index:15000;padding-top:0.024375rem;padding-right:0.025rem;padding-bottom:0.024375rem;padding-left:0.025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #TTi9FqPqiO7dx1LoygBhe1Eo3yeU2lSr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #iqTffimMQT8oeSq1z6O9EA9TF1Gv7Pze {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #hHvSpL7Cu4cBpSr17TuS911nAGBKaTAT {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #DyewUixScdwMWr36VFHk53OEFJOp5e5F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #uUCPsPt7IhQtyfBaFICpFqvZLigHZD0B {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #BiMVGmRfL7vr5Dne22TsP3TveqLRAF5W {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #IG9QLaaFIBRUdHTx6I30kpTrG7y1wdVS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #OZ9zKUhKTTXTOLePUTTT24nT2mAVgnrE {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #EAnpnPmT8qrI3yi8T2rnp4PHfzSbh1oH {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #OMAqJTRUBNI6tKwmhEesvFwiZMMdo3Ov { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #kyvJSzGKr5oQihRHEWc4HHOSE0y3ZMTr {  }
 }@media only screen and (max-width: 763px) { #MdT6idTqHwJK7qmVkUpaHe9gWIXacD5Z #tNugO7wFyN3utmTuqplLNbZbbwXkO68A {  }
 }@media only screen and (max-width: 763px) { #uxpDPtuIkba6aCN0INM9MXBKg0pFqe9H { width:20rem;height:3.25rem;top:0.875rem;left:0rem;font-size:1.25rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJCInoNvkEwVxTVg7WinvCi6S68QnDh3 { top:12.625rem;left:3.75rem;width:12.5rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5FLBzpb0izISy1GzI2es4ieFfh67WHw { display:block; }
 }