.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:157,230,241;--color-primary-1:124,249,238;--color-primary-2:90,179,175;--color-primary-3:4,255,156;--color-primary-4:18,204,148;--color-secondary-0:251,92,92;--color-secondary-1:251,135,73;--color-secondary-2:255,211,0;--color-secondary-3:255,200,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--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:transparent;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); }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci { 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; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row .container { background-color: transparent; background-image: none; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row .container > .video-iframe-container { display: none; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row > .video-iframe-container { display: none; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .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); }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row .container { border-width: 0; border-radius: 0; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#brabDcHSAswlR8E3XBy5CO5CPbgQBsce { 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.625rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OW6TkHJSTbo1TqPMT3yeH2rMNcG8Bmy9 { 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.5rem;left:12.9375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOKe5Efr7u35bnWcN7OLlgTqLDiPrTSx { 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; }
#J1WWk4MAM8o9ntATucw3sU94TU2Sn9o0 { 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; }
#AaP4igX2mHUOSkFbpFwhg0HslCwgTeZQ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.75rem;width:5.75rem;top:17.625rem;left:7.0625rem;overflow:hidden;display:none; }
#EtU1z9QaOGZe9ywOFD99NBaTOx4aDT7B { 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; }
#xu8gpvJ1zka8OB1hQpKiMtkyalhuXJ12 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:17.125rem;left:3.375rem;display:none; }
#tvR1dQyMTfGHyKW25ZlyuHk59fb8oVco { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:23.125rem;left:3.375rem;display:none; }
#DxJGdD5JC7JPPQp4Nu6GKr5RHZDeQuQq { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:31.875rem;left:3.375rem;display:none; }
#y09wuS7q7y8R5fSMFmihzrvkdDn1rE76 { 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; }
#eyEqrZ3pzhO64w4V4hxTaZhz7pKngAxR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:32.5rem;left:4rem;display:none; }
#shLMZ5C3THzEISinClJlOkLq5SnRvnlS { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.75rem;width:5.75rem;top:17.625rem;left:7.0625rem;overflow:hidden;display:none; }
#d58XQaDyD1AtHHROkZ1OhOSEphb1GHm3 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.125rem;width:13.6875rem;top:16.3759765625rem;left:5.40625rem;overflow:hidden;display:block; }
#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#350664;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; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container { background-color: transparent; background-image: none; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container > .video-iframe-container { display: none; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row > .video-iframe-container { display: none; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .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); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container { border-width: 0; border-radius: 0; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#F2LtCNWKMIKSiIXghrfbxElkOlZyv3Vt { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.337890625rem;left:1.6875rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#ZTBrARskyQbZLmXGE3TLz0GLXsB5bwGC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:50.1875rem;display:none; }
#V52laf3T7fJ6RcUo1uuUU2QMO8IOPV75 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #016a8d, #0d3845);background-image: -moz-linear-gradient(90deg, #016a8d, #0d3845);background-image: -ms-linear-gradient(90deg, #016a8d, #0d3845);background-image: -o-linear-gradient(90deg, #016a8d, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );";background-image: linear-gradient(90deg, #016a8d, #0d3845);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:27.6875rem;width:46.8125rem;top:3.9062509536743rem;left:8.2812519073488rem;display:block; }
#WTBvwChIWRBeJH54Zlkhc9veU6os5riJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:6.3736982345581rem;left:13.029514312744rem;height:5.1001rem;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; }
#z1kWtWTkvTzx4lDkD055SyUnPyTFkO2d { color:rgba(var(--color-secondary-2),1);display:block;width:44.12325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:27.748481392861rem;left:9.6256523132325rem;height:1.875rem;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; }
#WxhQNbkBvlv5IBOzvpITOATBLGz1c5SA { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.7496875rem;width:22.5rem;top:14.780274033546rem;left:20.437286376953rem;overflow:hidden;display:block; }
#X9G5hAOwwX0xcUwqEVFndLiJP4nRcvJs { position:absolute;display:block;z-index:15015;background-color:#ff0000;background-image:none;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:3.375rem;width:23.125rem;top:2.0623779296875rem;left:20.437377929688rem;display:block; }
#tJOIzgIFJFu8dBctN3TCUvcXc8Lw87IC { color:#091b45;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.8125rem;left:20.99853515625rem;height:1.875rem;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; }
#odxGdWwHuImrTxKqJRRuyE8fsRR1Wa37 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:11.471897721291rem;left:13.687068939209rem;height:1.80625rem;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; }
#GUCaLeCzlefZXRzmL4FnHUyZexUgDpcl { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.06206875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.44509601593rem;left:20.872940063476rem;display:block; }
#mZqgcFoatwzyTW5AO1iETagRklZPHPF2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9loh1VTizyRn3hK8veJpFzxVVTk4dLo { color:rgba(var(--color-tertiary-0),1);display:block;width:35.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:6.3736982345581rem;left:13.029514312744rem;height:5.099825rem;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; }
#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { background-color: transparent; background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .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); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { border-width: 0; border-radius: 0; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#aVRynsHVJrO8QFb4v798sOKwszwb8i31 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.6875rem;top:1.3742065429688rem;left:1.0617408752441rem;overflow:hidden;display:block; }
#HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Nr4TiLPi6aaeFDGXbx5wl4K07pLkKOS1 { color:#ffffff;display:block;width:54.5621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:5.6875rem;left:1.625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#hb5LiFbNdBXvMCVI4ACbkMQg1kCpBnph { color:#fba73d;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:9.0625rem;left:1.625rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ke3mMmTqprMf0cFqVkN8DooMQJuUNZb8 { color:#ffffff;display:block;width:54.5621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.625rem;height:3.4125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fZDvCN7Cz4ZpTfRC12KTxTk5PyOhhREA { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.625rem;height:3.89941875rem;display:block; }
#zTDmslTSGmxyeUzDJCTd1ZeOPc7iqzIc { box-sizing:content-box;height:0.0625rem;width:25.5625rem;position:absolute;display:block;z-index:15168;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.6875rem;left:1.625rem;display:block; }
#xWoy19LTDaftnMrz8wgu273LLTHOkJVT { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.06206875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:0.9375rem;display:block; }
#zVCWr6QneWq1wmTq0Zbm0O12D8KUxv6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#StLgs0bBIfHmt7BUHF0gBxh6U08hJxyg { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:29.25rem;left:1.625rem;height:1.3rem;display:block; }
#k9otAU9VW5OSFuvocE25Ec8kuo5eTi7H { position:absolute;display:block;z-index:15169;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:24.8746875rem;width:24.3120625rem;top:5.6875rem;left:31.9375rem;overflow:hidden;display:block; }
#wix3KgDvOcUWRQh8XJwUQonqakRx4UNX { box-sizing:content-box;height:3.375rem;width:13.5625rem;position:absolute;display:block;z-index:15170;background-color:rgba(255,255,255,0.99);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.125rem;left:45.5rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#UBwFI86MMW5P4vL424wOnwCp6TrWkB7T { position:absolute;display:block;z-index:15171;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:12.562375rem;top:4.8125rem;left:46rem;overflow:hidden;display:block; }
#WBQFPaRMvTHmD153XANTPvXMmGsPnDbH { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:19.4375rem;left:1.625rem;height:3.89810625rem;display:none; }
#u178QQ5s18vOapucCr4eztKJpdlrePEA { 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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { background-color: transparent; background-image: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .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); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { border-width: 0; border-radius: 0; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#PF6h5dKDr39STgGpJwzp1McTrT6loLbr { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GS1K6sAQxXw81FLPmotIGTr3waDO48TJ { color:#f99e4d;display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.1875rem;height:1.625rem;font-style:normal;display:block; }
#z2T8P7ot9hNLc4NutAeHKO9inmSESse2 { color:#000000;display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.1875rem;height:;font-style:normal;display:block; }
#QCbnwGdGbgG2I8NKIVzuvlLUNPOh1FBf { color:#000000;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.1875rem;height:2.03125rem;font-style:normal;display:block; }
#KRUJuXqJ0TZeXTFVUOz3yLtMcUq218on { color:#000000;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.1875rem;height:3.8994125rem;font-style:normal;display:block; }
#PW4KrpVgAVoumxbst7vBgKt17XRT8VfK { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:16.375rem;left:4.6875rem;height:1.3rem;font-style:normal;display:block; }
#kd6JqPHXUZTFZkz0mu945thG8X13IWNT { color:#000000;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:18.2998046875rem;left:4.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#kdHNCBmoOeDxDGvZqS3SpPIMWXDFJJzX { color:#000000;display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.6875rem;height:;font-style:normal;display:block; }
#MPdxls1PLsVWxu0P3mwJpdOvyTUUINHa { color:#000000;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:24.2998046875rem;left:4.6875rem;height:;font-style:normal;display:block; }
#THW6yIW7IOhstqsildJsssrrwJleTfR8 { position:absolute;display:block;z-index:15172;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:12.562rem;top:3.65283203125rem;left:9.5625rem;overflow:hidden;display:block; }
#HuuMtS7NTbk8qcfJ7uclGTxubiHmgxOX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:16.375rem;left:1.1875rem; }
#fg3s2MvU4yRJnKBxxtFvxuuuTaqCbKE0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:22.375rem;left:1.1875rem; }
#zgwhasvgn3XZfHgquiCWci0vP4UZeegn { position:absolute;display:block;z-index:15173;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:23.625rem;width:23.625rem;top:4.81201171875rem;left:35.25rem;overflow:hidden;display:block; }
#pDmAkFd8dbro3lGi3Z8ZLG464NUeCLgV { color:#000000;display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:10.8125rem;left:1.1875rem;height:3.8994125rem;font-style:normal;display:none; }
#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK { 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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { background-color: transparent; background-image: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .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); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { border-width: 0; border-radius: 0; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#zShEbJKn6vgbF7VHdZ7eu444072VwBT9 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:14.998915672303rem;left:9.3093547821044rem;height:2.27485rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uk78mf6KBJsdADpHbGdupc6ZWvpvNNmt { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:1.784396648407rem;left:9.3733730316163rem;height:3.0058625rem;display:block; }
#iXwkTc9Q7wDQVRUmUn8cH2ud2qMGMmiz { color:rgba(var(--color-tertiary-4),1);display:block;width:6.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:11.537109375rem;left:15.96923828125rem;height:1.13769375rem;display:block; }
#wiZpyzJV5ITs2PUZ3KNz43vTCSOP6W8F { color:rgba(var(--color-tertiary-4),0.72);display:block;width:12.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:13.06689453125rem;left:15.96923828125rem;height:2.1118125rem;display:block; }
#tWqhCkB7OeDBc0hTQW9LxxSUVThn50nU { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:15.95458984375rem;left:15.2802734375rem;height:2.42431875rem;display:block; }#tWqhCkB7OeDBc0hTQW9LxxSUVThn50nU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tWqhCkB7OeDBc0hTQW9LxxSUVThn50nU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
#xFr0Pb1DVdPsLyNmElLn4d8p4UqBfQD9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:8.46923828125rem;left:0.65771484375rem; }
#DkwOkAv1tVzvKbn8rOfXFdyNBAFTTte8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:8.46923828125rem;left:30.12548828125rem; }
#FxeW1shS8xJmW82F8S4pm5JsmLObL93P { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:11.619140625rem;left:30.12548828125rem;height:1.13769375rem;display:block; }
#tDo7wnCyQrzpglzNi3B5yk5VQrFxmhxb { color:rgba(var(--color-tertiary-4),0.72);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:13.06689453125rem;left:30.12548828125rem;height:2.11181875rem;display:block; }
#S5yka0GzudKb6WHvbzUofhbbUgFPTayV { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:15.892578125rem;left:30.12548828125rem;height:2.42431875rem;display:block; }#S5yka0GzudKb6WHvbzUofhbbUgFPTayV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S5yka0GzudKb6WHvbzUofhbbUgFPTayV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
#t5i1x6QaQFbZQ5iBUbvE43uZORIZdiIN { box-sizing:content-box;height:14.125rem;width:14.1875rem;position:absolute;display:block;z-index:15075;background-color:rgba(223,238,255,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:45rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#uPzEltrTeGENMillaQwCTlFN12lymZWU { color:rgba(var(--color-tertiary-4),0.6);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:15.892578125rem;left:45.9375rem;height:2.42431875rem;display:block; }#uPzEltrTeGENMillaQwCTlFN12lymZWU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uPzEltrTeGENMillaQwCTlFN12lymZWU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
#uCuz0zKvRGWubP3eVgWTvQwC0MuDl2cM { color:rgba(var(--color-tertiary-4),0.72);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:13.06689453125rem;left:45.9375rem;height:2.1118125rem;display:block; }
#hWFkgO2Fmf3xrXIgI05dNgBrdV2Catp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:11.619140625rem;left:45.9375rem;height:1.13769375rem;display:block; }
#eue6o94R3ftsyzrZOy7CfITK3JlGAmHR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:8.46923828125rem;left:45.9375rem; }
#eTimTq2Xhqh41FaWZud387A0LezgpWDg { box-sizing:content-box;height:14.25rem;width:14.1875rem;position:absolute;display:block;z-index:15059;background-color:rgba(223,238,255,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.62353515625rem;left:29.5rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#u02qiVD1VWoFRMk8MtUE9TVV9AZEcNku { box-sizing:content-box;height:14.0625rem;width:14.1875rem;position:absolute;display:block;z-index:15060;background-color:rgba(223,238,255,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.623046875rem;left:14.6875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#RU6ABivQSQa5Ho0Dwv52k98s3rwcakAS { box-sizing:content-box;height:13.875rem;width:14.1875rem;position:absolute;display:block;z-index:15061;background-color:rgba(223,238,255,0.42);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.623046875rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#nlDWoqltM5BhAfgXUwBLbGXDydGhIoyt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3745125rem;width:2.3745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:8.46923828125rem;left:15.96923828125rem; }
#qmmSGSRH9kwkTQ1lS7DOcV0pIPGimZOi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:11.619140625rem;left:0.65771484375rem;height:1.13769375rem;display:block; }
#ZTdQRyf8xxqnMefDX5zWK4cTtyLS94yp { color:rgba(var(--color-tertiary-4),0.72);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:13.06689453125rem;left:0.65771484375rem;height:2.1118125rem;display:block; }
#dpoqxDrQCWm104UCwkzhphsUzciNwdbR { color:rgba(var(--color-tertiary-4),0.6);display:block;width:12.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:15.95458984375rem;left:0.65771484375rem;height:;display:block; }#dpoqxDrQCWm104UCwkzhphsUzciNwdbR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dpoqxDrQCWm104UCwkzhphsUzciNwdbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { background-color: transparent; background-image: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .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); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { border-width: 0; border-radius: 0; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:60rem;position:relative;display:block; }#t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:1.1748046875rem;left:9.87744140625rem;height:4.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { color:#fba73d;display:block;width:56.4375rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:5.44873046875rem;left:1.78125rem;height:4.2734375rem;text-align:center;text-align-last:center;display:block; }
#IgfxVTZtTVsGw2ZLrlOmEtQqvmzi8a6b { color:#fba73d;display:block;width:25.4996875rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:11.942278861999rem;left:29.937068939209rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qvvWIpuaWhEkqLDy1DO81b44epUW15TV { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:40.8121875rem;width:22.8125rem;top:12.629663944244rem;left:4.4422760009766rem;display:block; }
#sfMURvD2Hridafg4nTWB0TCDy4OxBS5y { color:#ffff65;display:block;width:21.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15063;line-height:1.7;letter-spacing:0;top:55.401479721069rem;left:5.7904739379883rem;height:3.824225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhL7v3KakaPywW0yNv3xV9Rl9BbkSN7r { color:#fba73d;display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:40.124786376953rem;left:29.937068939209rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:43.5625rem;left:29.9375rem;height:16.5859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
#Rf66JUMW1cDUDphkkba00sKmr1XKZEzg { color:#f6cd9a;display:block;width:14.1873125rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:15.539280414581rem;left:33.564998626709rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qfo8fgAJ5iPS0ma1BItcczPkAafC1GPA { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:18.126629352569rem;left:33.564998626709rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RZuUWrnTNOKIt5ysD8cTlEThbRwF1Bpq { color:#f6cd9a;display:block;width:14.0625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:22.759333133697rem;left:33.690322875976rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pqBZfBB3Xybfu67QcCrADlkP5BN4hhLW { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8123125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15008;line-height:1.8;letter-spacing:0;top:25.346680164337rem;left:33.842777252198rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Go3lsywvJoTylq2Xi0AwTQLehOPaZQVx { color:#f6cd9a;display:block;width:18.125rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:30.196398258209rem;left:33.564998626709rem;height:2.5878875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k9EuUm5VEiaRJ5N1FTXB2fotTN5kgxXk { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:32.75rem;left:33.5625rem;height:3.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XxWttIxqxFnn2XP4LE72VBxGHrRrwMcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:23.346897602081rem;left:30.151912689209rem; }
#Zu6UOPV9XZkuOB0IN4T4UrReyHkbJQvD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:16.221788883209rem;left:30.151912689209rem; }
#iTXufESZSe8AHQL04Tc7NNpAJfbbhwk1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:30.941838741303rem;left:30.151912689209rem; }
#QOH7T1RVSUz2hsiM9yTmqy1mJpEkJ78A { position:absolute;display:block;z-index:15172;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:3.24978125rem;width:3.24978125rem;top:55.689020633698rem;left:6.6552753448488rem;overflow:hidden;display:block; }
#m3CJ9LLCrb9SHctdH4ZEtVJ0DBuTI5Iv { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.06206875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:0.9375rem;display:none; }
#CA4Jv5CAVZUM0t3wxFP5wTW2KwRVCbsS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fx25DmeO8fIHt1wXyA8N4keat28cp6nX { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:43.5625rem;left:29.9375rem;height:16.5841875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
#qVIuobVbLBsqkM29foNfwJcJQixXbcPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { background-color: transparent; background-image: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .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); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { border-width: 0; border-radius: 0; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { font-size:0.875rem;font-family:arial;height:253.8125rem;width:60rem;position:relative;display:block; }#mfHixBJqaBRvMshDNuAt7pR4zaTFXTt6 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.936rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:2.5211577415466rem;left:15.031467437744rem;height:3.26171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zLToBwaTK3GoSBri6pKtvncSabTnO6kp { color:#fba73d;display:block;width:28.6245rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:8.021484375rem;left:2.46630859375rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#UxaVhfcNWT9eaVBIx8eaP3evGqV1ROsc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xCKIZmNhE58RS15fKl35UDOcHENPRWln { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:20.5rem;width:30.5rem;top:11.29931640625rem;left:2.46630859375rem;overflow:hidden;display:block; }
#g0hBfyQqkssZBQ5iGe7J4pTHy4ZyOT6X { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:26.1875rem;left:37.0625rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#g0hBfyQqkssZBQ5iGe7J4pTHy4ZyOT6X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g0hBfyQqkssZBQ5iGe7J4pTHy4ZyOT6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#yQa2SBpL2tKXd0lTTycCxroQL2ouZ04d { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:23.75rem;left:37.0625rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#m6T4bDaWpqf17caxH1WNvb06XOdapqzm { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:12.375rem;left:37.0625rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#XdyaskZd2ITCvqKhK4uWyAKJ59x6k0Jp { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:14.8125rem;left:37.0625rem;height:7.234375rem;text-align:left;text-align-last:left;display:block; }#XdyaskZd2ITCvqKhK4uWyAKJ59x6k0Jp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XdyaskZd2ITCvqKhK4uWyAKJ59x6k0Jp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#LsJuCPaxd3372kAdQmMzmtPZPvEtOvgA { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:50.8125rem;left:37.0625rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#LsJuCPaxd3372kAdQmMzmtPZPvEtOvgA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LsJuCPaxd3372kAdQmMzmtPZPvEtOvgA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#JQgpJiMQTpeE3IQJ8lzu1gUBbK5k1ret { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:21.9375rem;width:32.5rem;top:37.361328125rem;left:2.46484375rem;overflow:hidden;display:block; }
#AimRT5NGUuyXlTMMJqTokFL9iuLV5OQ9 { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:47.75rem;left:37.0625rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#iDbZIO6kvFqMB2Z76hZaDUgUT4Unn0ER { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:41.6875rem;left:37.0625rem;height:5.34765625rem;text-align:left;text-align-last:left;display:block; }#iDbZIO6kvFqMB2Z76hZaDUgUT4Unn0ER li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iDbZIO6kvFqMB2Z76hZaDUgUT4Unn0ER li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#xEikHgUf2EL8xTaaJk6fdyTyoBrK4Z85 { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:39.1875rem;left:37.0625rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#XTmvBgls12vOwwOss0OV0ivTtxd8WuNe { color:#fba73d;display:block;width:39.312rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:32.875rem;left:2.5rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#XLQZ1HuBLfWAOiGX8ROJoQQXes4mf86t { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:77.75rem;left:38rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#XLQZ1HuBLfWAOiGX8ROJoQQXes4mf86t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XLQZ1HuBLfWAOiGX8ROJoQQXes4mf86t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#aFbGBT3H2kOGVvPwn2KSgiZiuE5Ghllv { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:22.875rem;width:33.875rem;top:66.125rem;left:2.46484375rem;overflow:hidden;display:block; }
#IA5lh84hthlJFzyg02Wc33RCZqe5tTDL { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.8;letter-spacing:0;top:74.6875rem;left:38rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#X8EwinMoqxoZw2fwExUhOBp4TxgrySqu { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:68.625rem;left:38rem;height:5.34765625rem;text-align:left;text-align-last:left;display:block; }#X8EwinMoqxoZw2fwExUhOBp4TxgrySqu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X8EwinMoqxoZw2fwExUhOBp4TxgrySqu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#WZVrRRxZpt8mwlNpb1aIDaWhQL0kGT5m { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.8;letter-spacing:0;top:66.125rem;left:38rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#VUlKErPZGcP2sfGPVJUSfJwROaxCFDDx { color:#fba73d;display:block;width:39.312rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.8;letter-spacing:0;top:62.6875rem;left:2.46484375rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#Hx0c57b24TyfJNPUKEPpl8Pu7VO2Tdsz { color:#fba73d;display:block;width:39.3110625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.8;letter-spacing:0;top:92.6875rem;left:2.46484375rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#XAglbVZQuvRDV8JF5S4iL2ZvI2c4zQfQ { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:19.4375rem;width:33.9375rem;top:95.875rem;left:2.46484375rem;overflow:hidden;display:block; }
#g3CZ4P9rnrfAzQ9gtkKHhn1s8NnwBsSz { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:97.6875rem;left:38rem;height:9.121125rem;text-align:left;text-align-last:left;display:block; }#g3CZ4P9rnrfAzQ9gtkKHhn1s8NnwBsSz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g3CZ4P9rnrfAzQ9gtkKHhn1s8NnwBsSz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#CAvPWmv2y1h6eXyTQUsLH208gLQSz4Tb { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.8;letter-spacing:0;top:95.25rem;left:38rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#Lv9f7q7yI8pGWDBL2VyQ5oSbHa0U7cAg { color:#ffffff;display:block;width:22.0621875rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:107.9375rem;left:38rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#IVk2bVPHhHTbHFRZGizAP8qMLDlvk8vL { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.8;letter-spacing:0;top:110.5rem;left:38rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#IVk2bVPHhHTbHFRZGizAP8qMLDlvk8vL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IVk2bVPHhHTbHFRZGizAP8qMLDlvk8vL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#X5TEhl19QTaSmPLPhyUITqeqSDtPbkbG { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:141.75rem;left:37.8125rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#X5TEhl19QTaSmPLPhyUITqeqSDtPbkbG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X5TEhl19QTaSmPLPhyUITqeqSDtPbkbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#k0XVzeq6bliUdZh9SCDfqKk88xt5wGNe { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:22.8125rem;width:33.75rem;top:125.25rem;left:2.46484375rem;overflow:hidden;display:block; }
#x8LBTSS0yALdCh2pofi883DLIMliLPz2 { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:139.1875rem;left:37.8125rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#VUyqULlxrLT7mcydycwFCSkTfinGsJas { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.8;letter-spacing:0;top:128.9375rem;left:37.8125rem;height:7.234375rem;text-align:left;text-align-last:left;display:block; }#VUyqULlxrLT7mcydycwFCSkTfinGsJas li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VUyqULlxrLT7mcydycwFCSkTfinGsJas li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#akmcl2vy4gpBMxvdWU0Fvwn4NEXPt9mq { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.8;letter-spacing:0;top:126.5rem;left:37.8125rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#g5EMoJHSPUfKyWSy0zDO0oSe6aSuU39f { color:#fba73d;display:block;width:39.3110625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.8;letter-spacing:0;top:120.9375rem;left:2.46484375rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#Pa89htydH9bCiCT2iZrTbodNWrRmtilN { color:#fba73d;display:block;width:39.3115rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15035;line-height:1.8;letter-spacing:0;top:153.1875rem;left:2.625rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#lQXu8RkyWPfzHKLZlCI3qbBryJWdkial { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:22.5rem;width:33.4375rem;top:156.625rem;left:2.46484375rem;overflow:hidden;display:block; }
#T1IZH28OVzXPDOKAgpvmJ6Wuaq0g3sSw { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.8;letter-spacing:0;top:159.875rem;left:37.75rem;height:7.234375rem;text-align:left;text-align-last:left;display:block; }#T1IZH28OVzXPDOKAgpvmJ6Wuaq0g3sSw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1IZH28OVzXPDOKAgpvmJ6Wuaq0g3sSw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#b4ancckwJX2Q8vNVJJ6Mh8IX5y4q3My3 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.8;letter-spacing:0;top:157.4375rem;left:37.75rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#rBbVLG5fWhCclBAypTk1T7qbzfMbTk2L { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15036;line-height:1.8;letter-spacing:0;top:170.125rem;left:37.75rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#UJnikSTFFQLd7dKq9KfdngNBK58IqCZX { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.8;letter-spacing:0;top:172.6875rem;left:37.75rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#UJnikSTFFQLd7dKq9KfdngNBK58IqCZX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UJnikSTFFQLd7dKq9KfdngNBK58IqCZX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#io5HmtRSuzFO8NQKQAXO3C3fLcbMqarS { color:#fba73d;display:block;width:39.3110625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.8;letter-spacing:0;top:183.5rem;left:2.46484375rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#PsWnth9KCZG1AT7ZNSyD6PGe1QIIfTFX { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:22.6875rem;width:33.625rem;top:187.8125rem;left:2.46484375rem;overflow:hidden;display:block; }
#AXFlpdsq5yaB3fiOVphmcI3z47WoUy5e { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.8;letter-spacing:0;top:190.8125rem;left:38.3125rem;height:7.234375rem;text-align:left;text-align-last:left;display:block; }#AXFlpdsq5yaB3fiOVphmcI3z47WoUy5e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AXFlpdsq5yaB3fiOVphmcI3z47WoUy5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#tdSRuA7Ds4tl97NxqURitnbe2KcB42dp { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15043;line-height:1.8;letter-spacing:0;top:188.375rem;left:38.3125rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#UJ2lDkXe3bRX5nz8A0ZuWHuAzobhNlaI { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.8;letter-spacing:0;top:201.0625rem;left:38.3125rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#wpG9BlkiNUogIzbWNKGeOw3CtB9PAVDE { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.8;letter-spacing:0;top:203.625rem;left:38.3125rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#wpG9BlkiNUogIzbWNKGeOw3CtB9PAVDE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wpG9BlkiNUogIzbWNKGeOw3CtB9PAVDE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#wX1ZdfPeTuFpz6PTOQspTtWzSBC7mE9V { color:#fba73d;display:block;width:39.3110625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:normal;z-index:15047;line-height:1.8;letter-spacing:0;top:215.5rem;left:2.5rem;height:2.5875rem;text-align:left;text-align-last:left;display:block; }
#EZUuDC6oqtKfCIcw4CMpwfx2XnrE2ixN { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:22.375rem;width:33.125rem;top:219.9375rem;left:2.46484375rem;overflow:hidden;display:block; }
#MT2hxuakIFoFuDuGf3BKMVZ4luOpyFvG { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.8;letter-spacing:0;top:223.1875rem;left:38rem;height:7.234375rem;text-align:left;text-align-last:left;display:block; }#MT2hxuakIFoFuDuGf3BKMVZ4luOpyFvG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MT2hxuakIFoFuDuGf3BKMVZ4luOpyFvG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
#PHNcdVu7n8KksGngFLaJgepKR5zGxEgL { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15049;line-height:1.8;letter-spacing:0;top:220.75rem;left:38rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#dPmxoR8wSDPM9QEXDiBbkzlp9J3h0KgN { color:#ffffff;display:block;width:12rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:normal;z-index:15048;line-height:1.8;letter-spacing:0;top:233.4375rem;left:38rem;height:1.9125rem;text-align:left;text-align-last:left;display:block; }
#B8A7utnrOT97AxOnv099z7nuR4lneJ0f { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.8;letter-spacing:0;top:236rem;left:38rem;height:3.4609375rem;text-align:left;text-align-last:left;display:block; }#B8A7utnrOT97AxOnv099z7nuR4lneJ0f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B8A7utnrOT97AxOnv099z7nuR4lneJ0f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
#zITLDL911l0IMl33LtALJO8x231H2iF5 { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:15.1875rem;width:14.125rem;top:227.0234375rem;left:21.40234375rem;overflow:hidden;display:block; }
#M4XIwKbzaLlhlTl6NtguDqwQH4LXTnbT { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:21.4375rem;width:9.8125rem;top:95.2734375rem;left:2.46484375rem;overflow:hidden;display:block; }
#DSM33WNIJlD4GAsWU9WNTiZrTBvLKU4T { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.0620125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:245.666015625rem;left:19.84375rem;display:block; }
#OzPlO1K6E2KBMUFc5Hz7TqUOryfT1pUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { background-color: transparent; background-image: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .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); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { border-width: 0; border-radius: 0; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { font-size:0.875rem;font-family:arial;height:117.125rem;width:60rem;position:relative;display:block; }#yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #343434 ;height:23.875rem;width:56.125rem;top:22.125rem;left:1.75rem;display:block; }
#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:33.25rem;left:3.8125rem;height:10.973625rem;text-align:left;text-align-last:left;display:block; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#ApH7aiTmCWp9O71R4FiQodCVsX3NqBKq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.2486915588381rem;left:2.6871757507324rem;height:3.81875rem;display:block; }
#H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { color:#000000;display:block;width:35.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0040149688719rem;left:2.6871757507324rem;height:4.30625rem;text-align:left;text-align-last:left;display:block; }
#SlEwCIGv1FrTwtHD0Vi9OSd9VGH3Ukka { position:absolute;display:block;z-index:15171;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.12456875rem;width:2.12456875rem;top:14rem;left:3.375rem;overflow:hidden;display:block; }
#nUgLTXHLKiityZyup9IxRpg22JVbF2Eh { position:absolute;display:block;z-index:15172;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.12456875rem;width:2.1875rem;top:13.9375rem;left:19rem;overflow:hidden;display:block; }
#TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:27.5625rem;left:3.8125rem;height:2.6001rem;font-style:normal;display:block; }
#QQd046RGhiXuL5SxdA4dz8Puk0mQX6oN { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #030522, #0d3845);background-image: -moz-linear-gradient(80deg, #030522, #0d3845);background-image: -ms-linear-gradient(80deg, #030522, #0d3845);background-image: -o-linear-gradient(80deg, #030522, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #030522, #0d3845);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;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.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.5625rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:13.375rem;left:2.6875rem;display:block; }
#pLWT7A2VXkilIOEeCTKl4Bd8Dz6WCBbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOw9CTvSX4KkD9qao8f6pDQZGhWbKiTA { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #030522, #0d3845);background-image: -moz-linear-gradient(80deg, #030522, #0d3845);background-image: -ms-linear-gradient(80deg, #030522, #0d3845);background-image: -o-linear-gradient(80deg, #030522, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#030522', endColorstr='#0d3845' );";background-image: linear-gradient(80deg, #030522, #0d3845);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;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.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.5625rem;text-decoration:none;z-index:15169;text-align:center;text-align-last:center;top:13.3125rem;left:18.5rem;display:block; }
#VABOtLNDriRKhFl9NUpiLvbRbRtTfchv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpHHUwWNB2DCVNioqktKkvzzJlxmpCbT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #343434 ;height:28.6875rem;width:56.25rem;top:49.1875rem;left:1.6875rem;display:block; }
#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:64.25rem;left:3.875rem;height:10.973625rem;text-align:left;text-align-last:left;display:block; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#WLU3KATBvN8RKa5u4TaVIyeoDl4gUTFq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:54.9375rem;left:3.1875rem;height:5.20019375rem;font-style:normal;display:block; }
#pihtZgQ5HVoKM3ot3zDM6EhK7LSwRTqJ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-left:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-right:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #343434 ;height:28.9375rem;width:56.125rem;top:80.875rem;left:1.75rem;display:block; }
#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:95.125rem;left:3.9375rem;height:10.973625rem;text-align:left;text-align-last:left;display:block; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#rM5u1SX3Be75xuT9tT2QISRFtfe6mWGo { color:rgba(var(--color-tertiary-4),1);display:block;width:48.061rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:86rem;left:3.9375rem;height:5.199225rem;font-style:normal;display:block; }
#xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { color:#095842;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:31rem;left:3.8125rem;height:1.3rem;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; }
#CrdazyIVCnQiqHtMcLCwlQ49qTAHoIUy { color:#002c87;display:block;width:45.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:61rem;left:3.1875rem;height:1.3rem;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; }
#NWA5TsS6oglELONGD1sUAtoUTdOm0u0V { color:#bd44ea;display:block;width:45.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:92.375rem;left:3.9375rem;height:1.3rem;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; }
#oT6gdT6w1nAMJqAVuV8FUvtnN0vdpL7T { background-color:rgba(60,255,178,0.39);background-image:none;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;box-sizing:border-box;color:#095842;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.6875rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:23.375rem;left:3.5rem;display:block; }
#lJf1o9g25oTt3hAi0VOxC4olwtWRhrqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyLxKeUEUGADcvGOKT7stTMAaFv2CvH8 { background-color:rgba(0,229,255,0.26);background-image:none;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;box-sizing:border-box;color:#002c87;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4998125rem;height:2.687175rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:50.8125rem;left:3.1875rem;display:block; }
#AfrWASdXgP22ALVIbWwGET9Umkhhs5L8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvxKEn5GZm21lXqB1mrksEoF3kXeFz0w { background-color:rgba(169,132,255,0.19);background-image:none;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;box-sizing:border-box;color:#bd44ea;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.6875rem;text-decoration:none;z-index:15172;text-align:center;text-align-last:center;top:82.5625rem;left:3.9375rem;display:block; }
#ctX9yG9W35lKFArZnplZKRSlqilSoXRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDZP2lqoMGSh2asGRouNsPREir7BVqTH { background-color:#6d00ff;background-image:none;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8121875rem;height:2.687175rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:82.5625rem;left:46rem;display:block; }
#BvQz1WSTf7K78liUOCLagRftiu2U703v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vL2CUrmSIQ8JB055eq3alnfQ23x7rCRt { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.06206875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:112.33345174789rem;left:19.84375rem;display:block; }
#Tk5NU5AhiCGwLPCxWvL3wfGqaTrz22vu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTlbhEJ4U2t4WKxh6iOq6JccVPgNf4KS { color:#000000;display:block;width:35.561rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9126520156861rem;left:2.6871757507324rem;height:2.1933625rem;text-align:left;text-align-last:left;display:block; }
#qXWdKzyHE62BOWmt9HlxrCGOilvbxy8T { position:absolute;display:block;z-index:15174;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.4375rem;width:18.8748125rem;top:5.0347228050232rem;left:38.248157501221rem;overflow:hidden;display:block; }
#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:33.25rem;left:3.8125rem;height:10.973625rem;text-align:left;text-align-last:left;display:none; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#MqVXzZeNiJnwOP6yazwPCudBmygpXISo { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:64.25rem;left:3.875rem;height:10.973625rem;text-align:left;text-align-last:left;display:none; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#EfBVuy4kQV1cBqKLJmTIGV86w3FI6Sz3 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.061rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:86rem;left:3.9375rem;height:5.199225rem;font-style:normal;display:none; }
#DfFHkyTZDPExGGT200msX7AS7gVUbt0X { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:95.125rem;left:3.9375rem;height:10.973625rem;text-align:left;text-align-last:left;display:none; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq { 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; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { background-color: transparent; background-image: none; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container > .video-iframe-container { display: none; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row > .video-iframe-container { display: none; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .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); }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { border-width: 0; border-radius: 0; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#Cx27auxdVrEoPLm72yxa6ArBzayom9FF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:28.5rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJ2dTLyQ5RRWM00omw7kOb97TfdEw3oL { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:4.9375rem;left:28.5rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZTdxKZruuEzF8OJH9fzUwqObNNHMiWTm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1856557130812rem;left:28.499893188476rem;height:5.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZTdxKZruuEzF8OJH9fzUwqObNNHMiWTm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZTdxKZruuEzF8OJH9fzUwqObNNHMiWTm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_506c4f1015906d2f8222e26a7e55f974.svg); }
#Mi6skxSDCZJXnpaeCAPNSUqwMLlUUuft { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:20.3125rem;left:28.5rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hANklRE86rcmo7B1eOU7DSAhCvh2Efkk { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.3125rem;left:38.8740234375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QDEzfL7nsuT8OKJwZsabEt36kn2W8Z8O { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:25.03125rem;left:38.8740234375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Z5WqAzGkNOVczF5SoyWTfA2OrIghSxET { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:7.7495625rem;width:13.2498125rem;top:16.877170681953rem;left:28.499893188476rem;overflow:hidden;display:block; }
#hXzkI8nwL9PbqWcraQRW3mhKZ0g1qN0k { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:7.5rem;width:15rem;top:17.001411557197rem;left:42.720272064209rem;overflow:hidden;display:block; }
#VBp2TGmwBbkLzib8b4cweTuLXJoTD0Ta { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.872831463814rem;left:28.499893188476rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TW4vyvxi2T311gdFiSTIo6eSCVITZC5A { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:34.1873125rem;width:22.7495625rem;top:1.6243636608124rem;left:3.0002174377441rem;overflow:hidden;display:block; }
#mslpP0tpylIz5G95Xu5MOSeK3g6OKbL6 { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.06206875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.097766876221rem;left:21.471897125244rem;display:block; }
#rELoOO0pmV7aQlTpUuhzU0mSTFpSF9pT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2ERHPRM8f6FMZMA27qcgeEW85q8axkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s2ERHPRM8f6FMZMA27qcgeEW85q8axkK > .row .container { border-width: 0; border-radius: 0; }#s2ERHPRM8f6FMZMA27qcgeEW85q8axkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2ERHPRM8f6FMZMA27qcgeEW85q8axkK > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:none; }#XQxTM8O9QTeNbM0bsxSoQaILRmHcMh8K { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.25rem;left:4.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xlFMZNxkexTdZlRTIG6FX5Bbd6OrGsbt { color:#a920ff;display:block;width:5.25rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.375rem;left:38.1875rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AT5Ka9qxWQp1IKB2owuNklHEv7c4p99T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:25.6875rem;top:13.875rem;left:5.3125rem;overflow:hidden;display:block; }
#K0XWZOIiIlT25kNLStDNAQSoyFCOo4eG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.75rem;left:32.875rem;height:1.5435125rem;text-align:left;text-align-last:left;display:block; }
#MPdoRKqTFKwept7fR4IZDBuWDobhhNef { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.75rem;left:41.5625rem;height:1.5435125rem;text-align:left;text-align-last:left;display:block; }
#NSfT1EeuqrvAxR3CKbQdQ8FnTHvBzHN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.375rem;left:32.875rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pp01eBEwlcO0WXqV61yIzyEIB4lRUxRE { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:32.875rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#moM9X90fyws48xTyq9gMA7vPQaTxcMaD { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.4375rem;left:6.78125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T15BfyzgMPS0EOv9hkZFMqBlFxoVPOnv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:55.5rem;top:10.25rem;left:3.1875rem;overflow:hidden;display:block; }
#ziyULBvb0rwgeWZ8SQhwrWH3VTHW0HA2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:131.1875rem;width:60rem;display:none; }
#a9b1rUrCe4GRHKDtgThOrPGpS5g4yuHl { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:sukhumvit;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.8125rem;left:1.4995670318604rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrWw3WvugMHytlqnXbN3OdiWbdLPnmTB { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0625rem;left:32.875rem;height:5.68603125rem;text-align:left;text-align-last:left;display:block; }
#okebKX9u0dMLIy4tPbUgoXtNIF3ue4vq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);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;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:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.875rem;left:36.125rem;display:block; }
#qDICzatOwUnfPFaPHt9GVpa7xXBzhTCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f0nP5sUXDZNLaWfmoeKwr67fpUugokdv { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.711486816406rem;left:32.562393188476rem;height:5.68575rem;text-align:left;text-align-last:left;display:none; }
#wWzTherWlqdruQpGhSUIJN2baXcML1V4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6e9c7351-14c6-44db-9478-ce55e5a325f7/image8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wWzTherWlqdruQpGhSUIJN2baXcML1V4.adaptive-delivery-prevent-bg, #wWzTherWlqdruQpGhSUIJN2baXcML1V4.lazyload, #wWzTherWlqdruQpGhSUIJN2baXcML1V4.lazyloading { background-image: none; }#wWzTherWlqdruQpGhSUIJN2baXcML1V4 > .row .container { border-width: 0; border-radius: 0; }#wWzTherWlqdruQpGhSUIJN2baXcML1V4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wWzTherWlqdruQpGhSUIJN2baXcML1V4 > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;overflow:visible;position:relative;display:none; }#dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ > .row .container { border-width: 0; border-radius: 0; }#dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:none; }#O9QPnPe9Vx8LTW8KyDmaSPouAnQMX3Or { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.25rem;left:4.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dd3A3wzMNEllWmOxHr44i8VLQBMgGBWn { color:#a920ff;display:block;width:5.25rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.375rem;left:38.1875rem;height:2.2749rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cp9JTqGHvDehCKtNdhiXXz2BpnI5lNqb { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:25.5625rem;top:13.875rem;left:5.3125rem;overflow:hidden;display:block; }
#MaJ0StJIsqapbtJeOzlXbtZmrDQql1dv { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:26.75rem;left:32.875rem;height:1.5435125rem;text-align:left;text-align-last:left;display:block; }
#sBcsB1DfZZW1bB5RfHtXDDE5LW1o7GW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:26.75rem;left:41.5625rem;height:1.5435125rem;text-align:left;text-align-last:left;display:block; }
#pMmkhdAnDrbcKIxDAUfkOnd64nAT3CeV { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.375rem;left:32.875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eiLU9N4wedTeihwVAbZRCMBiSmxuqcx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:32.875rem;height:1.13720625rem;text-align:left;text-align-last:left;display:block; }
#svocK7LN6E2vRcwzDAQEmVnmQTbABxbL { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.4375rem;left:6.78125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#q6LBXeyJvfBRggP9Fn9tqTBipIGna49M { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:55.5rem;top:10.25rem;left:3.1875rem;overflow:hidden;display:block; }
#bq3f85nvO9ZAQ3RmfE2J0Szaovpfk8qR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:131.1875rem;width:60rem;display:none; }
#aDsU94vfb7kISQd8Hbl7VU84pQSSRJuM { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9998125rem;position:absolute;font-family:sukhumvit;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.8125rem;left:1.4995670318604rem;height:5.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ps5kRmmPEkgnbRz81Q2Vgv4dqGTypc7R { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.0625rem;left:32.875rem;height:5.68603125rem;text-align:left;text-align-last:left;display:block; }
#rq7t6hn41gcF5ylBogV6hEdcVgukZ38n { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #fb5c5c);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;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:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.875rem;left:36.125rem;display:block; }
#TNJXV0lmp6F6oHErDTFc4M2Tt3SlyVRx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rg0NQ6sezHikXbkSQQeuV0I4auOpqu2u { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.711486816406rem;left:32.562393188476rem;height:5.68575rem;text-align:left;text-align-last:left;display:none; }
#Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/02ff01de-4053-4730-a58d-76ba30f05b31/image3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA.adaptive-delivery-prevent-bg, #Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA.lazyload, #Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA.lazyloading { background-image: none; }#Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA > .row .container { border-width: 0; border-radius: 0; }#Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:none; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX { position:relative;display:none; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX { border-width: 0; border-radius: 0; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX > .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; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX > .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:18.75rem;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:none; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { border-width: 0; border-radius: 0; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:60rem;overflow:visible;position:relative;display:none; }#T0LSi3sTOBeC42T11QdgTRU0DZXxMOJO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:8.4375rem;width:16.0625rem;top:13.125rem;left:0rem;overflow:hidden;display:block; }
#GBLpccVKcMzsA1FFt1S7bOSMKf0ovbDu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:8.75rem;width:16.6875rem;top:17.125rem;left:8.4375rem;overflow:hidden;display:block; }
#GDFohenUpa2qAF4g4VG3FVGh8qnmTwI1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:0rem;height:4.63135rem;text-align:center;text-align-last:center;display:block; }
#O1F5GTvscxwqa1UQxpJz0FfeRRmXNzEB { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d00d1', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(87deg, #8d00d1, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:16.1875rem;width:30.9375rem;top:13.125rem;left:29.0625rem;display:block; }
#MOUXIuNBb8cqzc11Gu5MGFCr9bsWiZ8f { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.86328125rem;left:33.8125rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#mvqmTT334GA6BdiC8ORP0UPSx7TVbHrR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:4.63135rem;text-align:center;text-align-last:center;display:block; }
#olyRX506iNdkUZvedbvWytSxqNgpzZbJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.318359375rem;left:36.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vLlAlLhVZhsd3pT8vuKxBzSSxtIyMIhP { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.5rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#iNr9DuGDIFdNMix3m3x0r2fCSFWBQNTO { color:#ffe800;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:36.125rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#DT6t8DbIndMahiSaNnTDhHRf2TBBznPR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.0380859375rem;left:32.9375rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#b7MPbSTH0UPVdTM6hIeX1eBX4B1BlHR4 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.6875rem;left:31.34375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#AiKb4dGPvT3hafQnuVayOJOsHkqs7DA1 { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.76953125rem;left:33.53125rem;display:block; }
#imtq8KH4U057WZQKG582UBOF3JDbnkuD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SLiGBN5H5sMSLwT9qUxKWpry1iDzOVw2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(217,183,227,0.88) ;height:7.8125rem;width:14.875rem;top:22.125rem;left:0.5625rem;overflow:hidden;display:block; }
#A398ox9vbZvJlNhm073f9gype9pR0rBT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.80615234375rem;left:34.53125rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#OZgVQT5xWKauptrgI27xqrhWgINPiOMt { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5625rem;left:3.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:none; }
#IQ8Koc0PfbCBcrTbnIo1DN5CSMg2lc6l { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.67578125rem;left:30.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#zE75ewxhdVGerJZDyDrBx6zOXE38EcJB { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:24.9375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:none; }
#WOGJivISRznJb8HcypKkhytwSwMqqzSu { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.0620125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.0625rem;left:19.84375rem;display:block; }
#TSkKTTUGMuIcAACe9FL4BIwS5Qnrn0xi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container { background-color: transparent; background-image: none; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container > .video-iframe-container { display: none; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row > .video-iframe-container { display: none; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .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); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container { border-width: 0; border-radius: 0; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:60rem;position:relative;display:block; }#lNgZvhR2QMG2EcEk8AWPWw84ncI6cx4U { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:14.90625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uGNy8S3yc91HnmK4RWLv3qUNX8yb9LVG { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.71875rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1qreB4krFpfIFLqr5kFpHV1XdO4cExK { color:#f8f600;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ATaVHHXipOJPC8uAUGQcO1Jouo9RWQpA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.3125rem;left:7.25rem;height:0;display:block; }#ATaVHHXipOJPC8uAUGQcO1Jouo9RWQpA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ATaVHHXipOJPC8uAUGQcO1Jouo9RWQpA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
#W4kTkqSbwtWS8MauoBWIQH3IDLnZ2C4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:7.25rem;height:1.3rem;display:block; }
#pVWlNxdgllETPqowTJZ4ug6kVRWCOvLp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.875rem;left:7.25rem;height:1.3rem;display:block; }
#P6XZWunE9yIXIe3rJiAknTL9haSywuUJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.4375rem;left:7.1875rem;height:1.3rem;display:block; }
#UWhees429VJPIpQ5t0CoTTbZoltVaL04 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26rem;left:7.1875rem;height:1.3rem;display:block; }
#U81i28m2Xf1MQQgJJQbvbtT0ZDeOrxe4 { color:#f8f600;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ePmVcqTVMDfDNxJlr3t7fEuTVCpDAOT0 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.3125rem;left:26.8125rem;height:0;text-align:center;text-align-last:center;display:block; }#ePmVcqTVMDfDNxJlr3t7fEuTVCpDAOT0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ePmVcqTVMDfDNxJlr3t7fEuTVCpDAOT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
#lKFnFMmw4nP8v8FUvfpa39WkVJ8aBdoW { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#vUg3FwRWLurbqPIqxiQ91KNXB0ULqA2T { color:rgba(var(--color-tertiary-0),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.875rem;left:27.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Kbm4zcnCEJ5RKoqZ6GUCRbcHWasHhmpT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.4375rem;left:25.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#cR5op6MNoUZRuwzBAevwtmWgQtMk4i8X { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:26rem;left:24.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RAym4PIk3s0CZTfCcX7IDk2nzF4AbXeu { color:#da0000;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);top:10.125rem;left:38.625rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AspzlENfi3tAeW1QHZ3KCxiOg8IwPLEI { color:rgba(var(--color-tertiary-0),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.3125rem;left:43.625rem;height:0;text-align:center;text-align-last:center;display:block; }#AspzlENfi3tAeW1QHZ3KCxiOg8IwPLEI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AspzlENfi3tAeW1QHZ3KCxiOg8IwPLEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
#dM02eMsQPZLhwiao79hhTK1Lzzrml2Fg { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.0625rem;left:43.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ImO5THnuPqKoBgg3dWGJwR1BI0w0oul7 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.875rem;left:42.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#K79c5cceKvDQKy1pPMfDxcfc3vvzAL3O { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.4375rem;left:42.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nbbdWWyv0lHa021qFirglB0CtI2075Xc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:37.6875rem;left:7.5rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#hbdE7huo6yFtpa5GnWf2pWutX1PnAiFW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:26rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kk7W0ts2z5stldUPTHThvC589t1J119x { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.25);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:18.3125rem;width:47.5rem;top:10.875rem;left:6.25rem;display:block; }
#av5WitA3xlX08nBfgfupoptLbaEUgGJS { color:#da0000;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem #ffffff;top:39.9375rem;left:7.5rem;height:3.8056625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X4CknL3yk92nTSleCttHcgMycVRuAsKi { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.375rem;left:29.9375rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }#X4CknL3yk92nTSleCttHcgMycVRuAsKi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X4CknL3yk92nTSleCttHcgMycVRuAsKi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
#FJHp2wZ399ExTJgXQFi6P2LcgCau8cVF { position:absolute;display:block;z-index:15014;background-color:#ffd800;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:0rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 2.0625rem #f8f600 ;height:19.5rem;width:16.875rem;top:9.6875rem;left:36.875rem;display:block; }
#g9AwLXBemCH9idHGAC0Hmbt5wzA94HWb { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:30.625rem;top:14.3125rem;left:6.25rem;display:block; }
#TJEqmTiS6QFXRaLEoSJTJUNmnNfWqK7P { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.625rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ULAMuX8tQA3TxyWRJdvCSHtODT7IXu2a { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.125rem;left:7.1875rem;height:0.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gn3Hq4fkyweMLNhTcZIuXT1quDQdnf91 { position:absolute;display:block;z-index:15021;background-color:#000104;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:16.9375rem;top:14.3125rem;left:36.8125rem;display:block; }
#f35k2pkq04ht0UrKTILXsRLFTqFTC0D3 { 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:12.5rem;width:11.1875rem;top:34.875rem;left:44.25rem;overflow:hidden;display:block; }
#E6bn7BRCiw4v3WSvMDUbUowZKUQbDxTe { box-sizing:content-box;height:7.5625rem;width:45.125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid #00ffef;border-left:0.0625rem solid #00ffef;border-right:0.0625rem solid #00ffef;border-bottom:0.0625rem solid #00ffef;top:37.1875rem;left:4.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vRxLAGzXtvP7iFXR4LA2RU1P45dg3aQ7 { position:absolute;display:block;z-index:14998;background-color:#ffd800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem #f8f600 ;height:3.9375rem;width:19.4375rem;top:39.875rem;left:7.0625rem;display:block; }
#MrBaDsAwSNkJHfzwnbUbTd5Pskn2f4S6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:40.0625rem;left:29.9375rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }#MrBaDsAwSNkJHfzwnbUbTd5Pskn2f4S6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MrBaDsAwSNkJHfzwnbUbTd5Pskn2f4S6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
#rC3Q8vTz7PPTXfBQ46w1EVODrnBEQ5Z8 { color:#f8f600;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.875rem;left:29.8125rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }#rC3Q8vTz7PPTXfBQ46w1EVODrnBEQ5Z8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rC3Q8vTz7PPTXfBQ46w1EVODrnBEQ5Z8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8cd761d09b07f4e4456197f54bb39bd030d1e5.svg); }
#OqM8bfTtHh5D96KHwIePXSugyrqRRyIw { position:absolute;display:block;z-index:15032;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.4375rem;width:44.4375rem;top:31.1875rem;left:7.78125rem;overflow:hidden;display:block; }
#os5A5bKQoVppCk1x2ae9KypoE35go7T4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:20.8125rem;top:0rem;left:-10.948369565218rem;overflow:hidden;display:block; }
#J5KTZffaq3r07LXAF1GDpzu1TTlt6Ce8 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:30.625rem;top:13.75rem;left:0.75rem;display:none; }
#LCUiMR8xBgoCMnEmZmEKzl0TBTK7pAX7 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:30.625rem;top:13.75rem;left:0.75rem;display:none; }
#afgEyMTqn5wgo8paafaH3hRM26x0g6Z2 { box-sizing:content-box;height:18.75rem;width:0.3125rem;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; }
#lEVte2wGpGRX1FUqWS1crG2pSUku7Pwv { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:14.90625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#JDLtZR72T8QRPsyGhDTu2k4LleW8Bq6p { position:absolute;display:block;z-index:15032;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:19.125rem;top:46.9375rem;left:5.125rem;overflow:hidden;display:block; }
#RxoBB0lcwmFcJRiDGRssEafFLXnS3kqb { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.0625rem;left:29.5625rem;height:3.0859375rem;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; }
#mAtwETxTJfKNSwQvRy9kKCz2Rk4Gd0gA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:48.4375rem;left:24.3125rem;height:2.4375rem;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; }
#fJ3F6TH1qgdKIgUyVN07kb8FP9H4bFvq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44rem;left:29.9375rem;height:3.0869125rem;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; }
#O2IOUlUJ1IF69KhPQ3ofN408yPk4Pehy { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.06201175rem;width:30.625rem;top:13.75rem;left:0.75rem;display:none; }
#eCZkhC7uZlDrf7Bt3rEyT5Tw5rNX5lT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:53.375rem;left:12.625rem;height:0.89355625rem;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:italic;display:block; }
#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#350664;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { border-width: 0; border-radius: 0; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:none; }#TSx8igfGC5oewMk46QkZ8cTxaNAityW8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.337890625rem;left:1.6875rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#Bm6thEOEB6NJqx71teSeAICB8cPBJubQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:50.1875rem;display:none; }
#J2eIo4tNlyIbbBied5hl5uGKCcKmE3XB { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #016a8d, #0d3845);background-image: -moz-linear-gradient(90deg, #016a8d, #0d3845);background-image: -ms-linear-gradient(90deg, #016a8d, #0d3845);background-image: -o-linear-gradient(90deg, #016a8d, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );";background-image: linear-gradient(90deg, #016a8d, #0d3845);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:27.6875rem;width:46.8125rem;top:3.9062509536743rem;left:8.2812519073488rem;display:block; }
#J9v1dbL9rbTKVR9obytTSNKxulhhh7SF { color:rgba(var(--color-tertiary-0),1);display:block;width:35.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:6.3736982345581rem;left:13.029514312744rem;height:5.1001rem;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; }
#PztZIMEBssIlSPS3ugxMbKfnq3qvbNq0 { color:rgba(var(--color-secondary-2),1);display:block;width:44.12325rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:27.748481392861rem;left:9.6256523132325rem;height:1.875rem;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; }
#uhT8cXrhTuTzbVQ2P9lJd1ohMipobyfq { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.7496875rem;width:22.5rem;top:14.780274033546rem;left:20.437286376953rem;overflow:hidden;display:block; }
#RWfoTTrbGSzKd1MGZaGy4Nhhc2VrJI8r { position:absolute;display:block;z-index:15015;background-color:#ff0000;background-image:none;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:3.375rem;width:23.125rem;top:2.0623779296875rem;left:20.437377929688rem;display:block; }
#ZFaTnNvOCnTyFwOMvn9nJBHsc7RVIpCh { color:#091b45;display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.8125rem;left:20.99853515625rem;height:1.875rem;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; }
#PqLNeCwMT7amzoigIMzKZXKdVxoeTEo9 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:11.471897721291rem;left:13.687068939209rem;height:1.80625rem;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; }
#nviZ5MKsDwmanR6rL13cuKs6l2cQJGZi { background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -moz-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -ms-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);background-image: -o-linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#fb8749' );";background-image: linear-gradient(244deg, rgba(var(--color-secondary-0),1), #fb8749);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.375rem rgba(0,98,202,0.62) ;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:sukhumvit;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.06206875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.44509601593rem;left:20.872940063476rem;display:block; }
#eTB8BfqxbNDnpLdgJRNNsTLVfvAiCGvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXkrCrJJUPRbJcyfupEbGPsKhTeCJttr { color:rgba(var(--color-tertiary-0),1);display:block;width:35.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:6.3736982345581rem;left:13.029514312744rem;height:5.099825rem;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; }
#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f172a;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; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { background-color: transparent; background-image: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .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); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { border-width: 0; border-radius: 0; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:60rem;position:relative;display:block; }#cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { box-sizing:content-box;height:31.0625rem;width:25.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#0d3845' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #0d3845);background-size:auto !important;top:2.548828125rem;left:30.373809814453rem;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; }
#haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:4.625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { color:#f8f600;display:block;width:21.6861875rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.374892234803rem;left:5.4991321563721rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.6248125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:33.946942567826rem;left:6.8771705627444rem;height:0;text-align:left;text-align-last:left;display:none; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .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; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.308125rem;padding-right:0.268125rem;padding-bottom:0.308125rem;padding-left:0.268125rem;display:block;align-items:center;width:1.6075rem;min-width:1.6075rem;height:1.655625rem;position:relative;font-family:arial;font-size:1.2325rem;font-weight:700;line-height:26.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1925rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.14375rem;height:0.654375rem;position:relative;font-family:arial;font-size:0.461875rem;font-weight:400;line-height:10.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.5625rem;height:3.11875rem;padding-top:0.385rem;padding-right:0.3825rem;padding-bottom:0.385rem;padding-left:0.3825rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.851318359375rem;left:39.646606445312rem;z-index:15022; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G { width:auto; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
#kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { color:#f8f600;display:block;width:6.25rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.090576171875rem;left:32.56103515625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#sGam7stCVPQSFqNIPsnIsvSHengv8gnO { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1870625rem;position:absolute;font-family:sukhumvit;font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.569120407104rem;left:4.6245670318604rem;height:4.2246125rem;text-align:left;text-align-last:left;display:block; }
#Nx3U1zqWXmIk8CE9Pr0FU4itRDDXk1Mu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.11767578125rem;left:5.49951171875rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:sukhumvit;font-size:3.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.47314453125rem;left:5.49951171875rem;height:4.30625rem;text-align:center;text-align-last:center;display:block; }
#XnrF28R2Cx21rx7LwCGsGUL9xC5w9Inf { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.124025344849rem;left:3.4678821563721rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#K4MB7UXRhM8zhKzW7NA3UlKnMs1as4UD { color:rgba(var(--color-tertiary-0),1);display:block;width:2.999875rem;position:absolute;font-family:sukhumvit;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:4.375rem;left:2.125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ATuarLyDup6ByKWZOns1vNJsNyOtfVCZ { box-sizing:content-box;height:22.75rem;width:0.0625rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:5.4375rem;left:3.375rem;display:block; }
#JcKkHJxhDGThEGgo1oZnkXxC426Xl1VO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:27.8271484375rem;left:3.09326171875rem; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-form-header {  }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.4375rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.4375rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.4375rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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.4375rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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(top, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.4375rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:left;text-align-last:left; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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:0.9375rem;font-weight:400;color:#ffd44d;vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:first-of-type{padding-top:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-container:last-of-type{padding-bottom:0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { 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.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.248046875rem;top:7.73828125rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { 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.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.248046875rem;top:7.73828125rem;z-index:15022;position:absolute; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK { position:relative;z-index:2; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO { position:relative;display:block;z-index:15000; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv { position:relative;display:block;z-index:15000; }
#QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { position:relative;display:block; }
#vC99LK8xLqXpzVIZIaeLhx0419khOums { position:relative;display:block; }
#VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { position:relative;display:block; }
#C2mnUzS4PEeriX81htU8LlWJI24kFlaE { position:relative;display:block; }
#LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { position:relative;display:block; }
#rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { position:relative;display:block; }
#Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { position:relative;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn { position:relative; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 { position:relative; }
#Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr { position:relative; }
#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { 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; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { background-color: transparent; background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .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); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { border-width: 0; border-radius: 0; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.75rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uV6uwksPbGDKr58kPspUlQafsdS9bDZS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:23.75rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.75rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#r07J1UiK5sMsLHTIE31qlg7sk630TXfX { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.8125rem;left:8.875rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -moz-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -ms-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -o-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d530' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d530' );";background-image: linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-size:auto !important;top:6.9375rem;left:5.6875rem;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; }
#ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:6.75rem;overflow:hidden;display:block; }
#cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:23.75rem;overflow:hidden;display:block; }
#Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -moz-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -ms-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -o-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d530' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d530' );";background-image: linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-size:auto !important;top:6.9375rem;left:22.6875rem;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; }
#JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -moz-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -ms-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-image: -o-linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d530' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d530' );";background-image: linear-gradient(180deg, #ededed, rgba(213,213,213,0.19));background-size:auto !important;top:6.9375rem;left:39.6875rem;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; }
#y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:40.75rem;overflow:hidden;display:block; }
#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.adaptive-delivery-prevent-bg, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyload, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyloading { background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { background-color: transparent; background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .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); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { border-width: 0; border-radius: 0; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:20.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#L0stcSQQExHewo6wO9M9G3xIl47VzUMn { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:40.9375rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#opXHFTeIST1yQzpGuVod1FMxZKziicDa { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:0.875rem;height:5.3994125rem;text-align:left;text-align-last:left;display:block; }
#qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#UiCth2leWxmAP6mELTx7DNokOIlgv3fB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:0.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci { display:block; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brabDcHSAswlR8E3XBy5CO5CPbgQBsce { top:0rem;left:0rem;width:47.75rem;height:20.393229166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW6TkHJSTbo1TqPMT3yeH2rMNcG8Bmy9 { top:24.5rem;left:6.8125rem;width:34.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOKe5Efr7u35bnWcN7OLlgTqLDiPrTSx { width:40.4375rem;height:80.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1WWk4MAM8o9ntATucw3sU94TU2Sn9o0 { display:none; }
 }@media only screen and (max-width: 763px) { #AaP4igX2mHUOSkFbpFwhg0HslCwgTeZQ { top:17.625rem;left:0.9375rem;width:5.75rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtU1z9QaOGZe9ywOFD99NBaTOx4aDT7B { display:none; }
 }@media only screen and (max-width: 763px) { #xu8gpvJ1zka8OB1hQpKiMtkyalhuXJ12 { top:17.125rem;left:0rem;width:12.5rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvR1dQyMTfGHyKW25ZlyuHk59fb8oVco { top:23.125rem;left:0rem;width:6.1875rem;height:5.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxJGdD5JC7JPPQp4Nu6GKr5RHZDeQuQq { top:31.875rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y09wuS7q7y8R5fSMFmihzrvkdDn1rE76 { display:none; }
 }@media only screen and (max-width: 763px) { #eyEqrZ3pzhO64w4V4hxTaZhz7pKngAxR { top:32.5rem;left:0rem;width:6.1875rem;height:3.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #shLMZ5C3THzEISinClJlOkLq5SnRvnlS { top:17.625rem;left:0.9375rem;width:5.75rem;height:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d58XQaDyD1AtHHROkZ1OhOSEphb1GHm3 { top:16.375rem;left:0rem;width:13.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI { display:block; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2LtCNWKMIKSiIXghrfbxElkOlZyv3Vt { top:11.3125rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTBrARskyQbZLmXGE3TLz0GLXsB5bwGC { width:39.9375rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V52laf3T7fJ6RcUo1uuUU2QMO8IOPV75 { top:3.875rem;left:0.9375rem;width:46.8125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTBvwChIWRBeJH54Zlkhc9veU6os5riJ { width:35.9375rem;height:5.0625rem;top:6.3125rem;left:6.9045143127444rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1kWtWTkvTzx4lDkD055SyUnPyTFkO2d { width:44.0625rem;height:1.875rem;top:27.6875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxhQNbkBvlv5IBOzvpITOATBLGz1c5SA { top:14.75rem;left:14.312286376953rem;width:22.5rem;height:11.7496875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9G5hAOwwX0xcUwqEVFndLiJP4nRcvJs { top:2rem;left:14.312377929688rem;width:23.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJOIzgIFJFu8dBctN3TCUvcXc8Lw87IC { width:22.5rem;height:1.875rem;top:2.8125rem;left:14.873046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odxGdWwHuImrTxKqJRRuyE8fsRR1Wa37 { width:35.9375rem;height:1.75rem;top:11.4375rem;left:7.5620689392087rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUCaLeCzlefZXRzmL4FnHUyZexUgDpcl { width:20.3125rem;height:3rem;top:33.4375rem;left:14.747940063476rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZqgcFoatwzyTW5AO1iETagRklZPHPF2 { display:block; }
 }@media only screen and (max-width: 763px) { #D9loh1VTizyRn3hK8veJpFzxVVTk4dLo { width:19.625rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVRynsHVJrO8QFb4v798sOKwszwb8i31 { top:1.3125rem;left:0rem;width:8.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr4TiLPi6aaeFDGXbx5wl4K07pLkKOS1 { top:5.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb5LiFbNdBXvMCVI4ACbkMQg1kCpBnph { top:9.0625rem;left:0rem;width:23.25rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke3mMmTqprMf0cFqVkN8DooMQJuUNZb8 { top:12.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZDvCN7Cz4ZpTfRC12KTxTk5PyOhhREA { top:19.4375rem;left:0rem;width:40.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTDmslTSGmxyeUzDJCTd1ZeOPc7iqzIc { top:17.6875rem;left:0rem;width:25.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #xWoy19LTDaftnMrz8wgu273LLTHOkJVT { width:20.3125rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCWr6QneWq1wmTq0Zbm0O12D8KUxv6i { display:block; }
 }@media only screen and (max-width: 763px) { #StLgs0bBIfHmt7BUHF0gBxh6U08hJxyg { top:29.25rem;left:0rem;width:40.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9otAU9VW5OSFuvocE25Ec8kuo5eTi7H { top:5.6875rem;left:23.5rem;width:24.25rem;height:24.811188761751rem;display:block; }
 }@media only screen and (max-width: 763px) { #wix3KgDvOcUWRQh8XJwUQonqakRx4UNX { top:5.125rem;left:34.1875rem;width:13.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBwFI86MMW5P4vL424wOnwCp6TrWkB7T { top:4.8125rem;left:35.25rem;width:12.5rem;height:4.0423287793908rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBQFPaRMvTHmD153XANTPvXMmGsPnDbH { top:34.6875rem;left:0rem;width:18.25rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u178QQ5s18vOapucCr4eztKJpdlrePEA { display:block; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF6h5dKDr39STgGpJwzp1McTrT6loLbr { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS1K6sAQxXw81FLPmotIGTr3waDO48TJ { top:1.5625rem;left:0rem;width:11.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2T8P7ot9hNLc4NutAeHKO9inmSESse2 { top:3.9375rem;left:0rem;width:26.125rem;height:;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCbnwGdGbgG2I8NKIVzuvlLUNPOh1FBf { top:8.25rem;left:0rem;width:35.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRUJuXqJ0TZeXTFVUOz3yLtMcUq218on { top:10.8125rem;left:0rem;width:35.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW4KrpVgAVoumxbst7vBgKt17XRT8VfK { top:16.375rem;left:0rem;width:11.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd6JqPHXUZTFZkz0mu945thG8X13IWNT { top:18.25rem;left:0rem;width:35.25rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdHNCBmoOeDxDGvZqS3SpPIMWXDFJJzX { top:22.375rem;left:0rem;width:11.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdxls1PLsVWxu0P3mwJpdOvyTUUINHa { top:24.25rem;left:0rem;width:35.25rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THW6yIW7IOhstqsildJsssrrwJleTfR8 { top:3.625rem;left:3.4375rem;width:12.5rem;height:4.0424494507244rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuuMtS7NTbk8qcfJ7uclGTxubiHmgxOX { top:16.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg3s2MvU4yRJnKBxxtFvxuuuTaqCbKE0 { top:22.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgwhasvgn3XZfHgquiCWci0vP4UZeegn { top:4.75rem;left:24.125rem;width:23.625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDmAkFd8dbro3lGi3Z8ZLG464NUeCLgV { top:10.6875rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK { display:block; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zShEbJKn6vgbF7VHdZ7eu444072VwBT9 { top:14.9375rem;left:3.1843547821045rem;width:44.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk78mf6KBJsdADpHbGdupc6ZWvpvNNmt { top:1.75rem;left:3.2483730316162rem;width:43.3125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwkTc9Q7wDQVRUmUn8cH2ud2qMGMmiz { top:11.5rem;left:9.84423828125rem;width:6.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiZpyzJV5ITs2PUZ3KNz43vTCSOP6W8F { top:13.0625rem;left:9.84423828125rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWqhCkB7OeDBc0hTQW9LxxSUVThn50nU { top:15.9375rem;left:9.1552734375rem;width:12.9375rem;height:2.375rem;font-size:0.8125rem;display:block; }#tWqhCkB7OeDBc0hTQW9LxxSUVThn50nU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #xFr0Pb1DVdPsLyNmElLn4d8p4UqBfQD9 { top:8.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkwOkAv1tVzvKbn8rOfXFdyNBAFTTte8 { top:8.4375rem;left:24.00048828125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxeW1shS8xJmW82F8S4pm5JsmLObL93P { top:11.5625rem;left:24.00048828125rem;width:10.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDo7wnCyQrzpglzNi3B5yk5VQrFxmhxb { top:13.0625rem;left:24.00048828125rem;width:12.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5yka0GzudKb6WHvbzUofhbbUgFPTayV { top:15.875rem;left:24.00048828125rem;width:12.9375rem;height:2.375rem;font-size:0.8125rem;display:block; }#S5yka0GzudKb6WHvbzUofhbbUgFPTayV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #t5i1x6QaQFbZQ5iBUbvE43uZORIZdiIN { top:6.625rem;left:33.5625rem;width:14.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPzEltrTeGENMillaQwCTlFN12lymZWU { top:15.875rem;left:36.625rem;width:11.125rem;height:2.4375rem;font-size:0.8125rem;display:block; }#uPzEltrTeGENMillaQwCTlFN12lymZWU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #uCuz0zKvRGWubP3eVgWTvQwC0MuDl2cM { top:13.0625rem;left:34.1875rem;width:13.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWFkgO2Fmf3xrXIgI05dNgBrdV2Catp9 { top:11.5625rem;left:34.5625rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eue6o94R3ftsyzrZOy7CfITK3JlGAmHR { top:8.4375rem;left:39.8125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTimTq2Xhqh41FaWZud387A0LezgpWDg { top:6.5625rem;left:23.375rem;width:14.1875rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u02qiVD1VWoFRMk8MtUE9TVV9AZEcNku { top:6.5625rem;left:8.5625rem;width:14.1875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6ABivQSQa5Ho0Dwv52k98s3rwcakAS { top:6.5625rem;left:0rem;width:14.1875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlDWoqltM5BhAfgXUwBLbGXDydGhIoyt { top:8.4375rem;left:9.84423828125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmSGSRH9kwkTQ1lS7DOcV0pIPGimZOi { top:11.5625rem;left:0rem;width:9.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdQRyf8xxqnMefDX5zWK4cTtyLS94yp { top:13.0625rem;left:0rem;width:12.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpoqxDrQCWm104UCwkzhphsUzciNwdbR { top:15.9375rem;left:0rem;width:12.9375rem;height:;font-size:0.8125rem;display:block; }#dpoqxDrQCWm104UCwkzhphsUzciNwdbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { display:block; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { top:1.125rem;left:3.75244140625rem;width:41.875rem;height:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { top:5.4375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgfxVTZtTVsGw2ZLrlOmEtQqvmzi8a6b { top:11.9375rem;left:22.3125rem;width:25.4375rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvvWIpuaWhEkqLDy1DO81b44epUW15TV { top:12.625rem;left:0rem;width:22.8125rem;height:40.8121875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfMURvD2Hridafg4nTWB0TCDy4OxBS5y { top:55.375rem;left:0rem;width:21.4375rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhL7v3KakaPywW0yNv3xV9Rl9BbkSN7r { top:40.0625rem;left:20.0625rem;width:27.6875rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk { top:43.5625rem;left:20.125rem;width:27.625rem;height:16.5625rem;font-size:1rem;display:block; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #Rf66JUMW1cDUDphkkba00sKmr1XKZEzg { top:15.5rem;left:27.439998626709rem;width:14.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfo8fgAJ5iPS0ma1BItcczPkAafC1GPA { top:18.125rem;left:26.1875rem;width:21.5625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZuUWrnTNOKIt5ysD8cTlEThbRwF1Bpq { top:22.75rem;left:27.565322875976rem;width:14.0625rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqBZfBB3Xybfu67QcCrADlkP5BN4hhLW { top:25.3125rem;left:27.717777252198rem;width:19.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Go3lsywvJoTylq2Xi0AwTQLehOPaZQVx { top:30.1875rem;left:27.439998626709rem;width:18.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9EuUm5VEiaRJ5N1FTXB2fotTN5kgxXk { top:32.75rem;left:19.3125rem;width:26.3125rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxWttIxqxFnn2XP4LE72VBxGHrRrwMcn { top:23.3125rem;left:24.026912689209rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6UOPV9XZkuOB0IN4T4UrReyHkbJQvD { top:16.1875rem;left:24.026912689209rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXufESZSe8AHQL04Tc7NNpAJfbbhwk1 { top:30.9375rem;left:24.026912689209rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOH7T1RVSUz2hsiM9yTmqy1mJpEkJ78A { top:55.6875rem;left:0.53027534484863rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3CJ9LLCrb9SHctdH4ZEtVJ0DBuTI5Iv { width:20.3125rem;height:3rem;top:24.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CA4Jv5CAVZUM0t3wxFP5wTW2KwRVCbsS { display:block; }
 }@media only screen and (max-width: 763px) { #fx25DmeO8fIHt1wXyA8N4keat28cp6nX { top:90rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #qVIuobVbLBsqkM29foNfwJcJQixXbcPe { display:block; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfHixBJqaBRvMshDNuAt7pR4zaTFXTt6 { top:2.5rem;left:8.9064674377444rem;width:29.875rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLToBwaTK3GoSBri6pKtvncSabTnO6kp { top:8rem;left:0rem;width:28.5625rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxaVhfcNWT9eaVBIx8eaP3evGqV1ROsc { display:none; }
 }@media only screen and (max-width: 763px) { #xCKIZmNhE58RS15fKl35UDOcHENPRWln { top:11.25rem;left:0rem;width:30.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0hBfyQqkssZBQ5iGe7J4pTHy4ZyOT6X { top:26.1875rem;left:27.125rem;width:20.625rem;height:3.4375rem;font-size:0.875rem;display:block; }#g0hBfyQqkssZBQ5iGe7J4pTHy4ZyOT6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #yQa2SBpL2tKXd0lTTycCxroQL2ouZ04d { top:23.75rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6T4bDaWpqf17caxH1WNvb06XOdapqzm { top:12.375rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdyaskZd2ITCvqKhK4uWyAKJ59x6k0Jp { top:14.8125rem;left:28.875rem;width:18.875rem;height:7.1875rem;font-size:0.875rem;display:block; }#XdyaskZd2ITCvqKhK4uWyAKJ59x6k0Jp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #LsJuCPaxd3372kAdQmMzmtPZPvEtOvgA { top:50.8125rem;left:27.125rem;width:20.625rem;height:3.4375rem;font-size:0.875rem;display:block; }#LsJuCPaxd3372kAdQmMzmtPZPvEtOvgA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #JQgpJiMQTpeE3IQJ8lzu1gUBbK5k1ret { top:37.3125rem;left:0rem;width:32.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AimRT5NGUuyXlTMMJqTokFL9iuLV5OQ9 { top:47.75rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDbZIO6kvFqMB2Z76hZaDUgUT4Unn0ER { top:41.6875rem;left:29.25rem;width:18.5rem;height:5.3125rem;font-size:0.875rem;display:block; }#iDbZIO6kvFqMB2Z76hZaDUgUT4Unn0ER li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #xEikHgUf2EL8xTaaJk6fdyTyoBrK4Z85 { top:39.1875rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTmvBgls12vOwwOss0OV0ivTtxd8WuNe { top:32.875rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLQZ1HuBLfWAOiGX8ROJoQQXes4mf86t { top:77.75rem;left:31.875rem;width:15.1875rem;height:3.4375rem;font-size:0.875rem;display:block; }#XLQZ1HuBLfWAOiGX8ROJoQQXes4mf86t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #aFbGBT3H2kOGVvPwn2KSgiZiuE5Ghllv { top:66.125rem;left:0rem;width:33.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5lh84hthlJFzyg02Wc33RCZqe5tTDL { top:74.6875rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8EwinMoqxoZw2fwExUhOBp4TxgrySqu { top:68.625rem;left:31.875rem;width:15.6875rem;height:5.3125rem;font-size:0.875rem;display:block; }#X8EwinMoqxoZw2fwExUhOBp4TxgrySqu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #WZVrRRxZpt8mwlNpb1aIDaWhQL0kGT5m { top:66.125rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUlKErPZGcP2sfGPVJUSfJwROaxCFDDx { top:62.6875rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx0c57b24TyfJNPUKEPpl8Pu7VO2Tdsz { top:92.6875rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAglbVZQuvRDV8JF5S4iL2ZvI2c4zQfQ { top:95.875rem;left:0rem;width:33.9375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3CZ4P9rnrfAzQ9gtkKHhn1s8NnwBsSz { top:97.6875rem;left:26.6875rem;width:21.0625rem;height:9.0625rem;font-size:0.875rem;display:block; }#g3CZ4P9rnrfAzQ9gtkKHhn1s8NnwBsSz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #CAvPWmv2y1h6eXyTQUsLH208gLQSz4Tb { top:95.25rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv9f7q7yI8pGWDBL2VyQ5oSbHa0U7cAg { top:107.9375rem;left:25.75rem;width:22rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVk2bVPHhHTbHFRZGizAP8qMLDlvk8vL { top:110.5rem;left:27.125rem;width:20.625rem;height:3.4375rem;font-size:0.875rem;display:block; }#IVk2bVPHhHTbHFRZGizAP8qMLDlvk8vL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #X5TEhl19QTaSmPLPhyUITqeqSDtPbkbG { top:141.75rem;left:31.25rem;width:16.5rem;height:3.4375rem;font-size:0.875rem;display:block; }#X5TEhl19QTaSmPLPhyUITqeqSDtPbkbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #k0XVzeq6bliUdZh9SCDfqKk88xt5wGNe { top:125.25rem;left:0rem;width:33.75rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8LBTSS0yALdCh2pofi883DLIMliLPz2 { top:139.1875rem;left:31.6875rem;width:10.625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUyqULlxrLT7mcydycwFCSkTfinGsJas { top:128.9375rem;left:30.375rem;width:17.375rem;height:7.1875rem;font-size:0.875rem;display:block; }#VUyqULlxrLT7mcydycwFCSkTfinGsJas li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #akmcl2vy4gpBMxvdWU0Fvwn4NEXPt9mq { top:126.5rem;left:31.6875rem;width:12.625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5EMoJHSPUfKyWSy0zDO0oSe6aSuU39f { top:120.9375rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa89htydH9bCiCT2iZrTbodNWrRmtilN { top:153.1875rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQXu8RkyWPfzHKLZlCI3qbBryJWdkial { top:156.625rem;left:0rem;width:33.4375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IZH28OVzXPDOKAgpvmJ6Wuaq0g3sSw { top:159.875rem;left:27.4375rem;width:20.3125rem;height:7.1875rem;font-size:0.875rem;display:block; }#T1IZH28OVzXPDOKAgpvmJ6Wuaq0g3sSw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #b4ancckwJX2Q8vNVJJ6Mh8IX5y4q3My3 { top:157.4375rem;left:31.625rem;width:14rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBbVLG5fWhCclBAypTk1T7qbzfMbTk2L { top:170.125rem;left:31.625rem;width:12.3125rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJnikSTFFQLd7dKq9KfdngNBK58IqCZX { top:172.6875rem;left:27.125rem;width:20.625rem;height:3.4375rem;font-size:0.875rem;display:block; }#UJnikSTFFQLd7dKq9KfdngNBK58IqCZX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #io5HmtRSuzFO8NQKQAXO3C3fLcbMqarS { top:183.5rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsWnth9KCZG1AT7ZNSyD6PGe1QIIfTFX { top:187.8125rem;left:0rem;width:33.625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXFlpdsq5yaB3fiOVphmcI3z47WoUy5e { top:190.8125rem;left:32.1875rem;width:15.125rem;height:7.1875rem;font-size:0.875rem;display:block; }#AXFlpdsq5yaB3fiOVphmcI3z47WoUy5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #tdSRuA7Ds4tl97NxqURitnbe2KcB42dp { top:188.375rem;left:32.1875rem;width:13.75rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2lDkXe3bRX5nz8A0ZuWHuAzobhNlaI { top:201.0625rem;left:32.1875rem;width:14.0625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpG9BlkiNUogIzbWNKGeOw3CtB9PAVDE { top:203.625rem;left:31.3125rem;width:16.4375rem;height:3.4375rem;font-size:0.875rem;display:block; }#wpG9BlkiNUogIzbWNKGeOw3CtB9PAVDE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #wX1ZdfPeTuFpz6PTOQspTtWzSBC7mE9V { top:215.5rem;left:0rem;width:39.25rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZUuDC6oqtKfCIcw4CMpwfx2XnrE2ixN { top:219.9375rem;left:0rem;width:33.125rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT2hxuakIFoFuDuGf3BKMVZ4luOpyFvG { top:223.1875rem;left:31.875rem;width:13.0625rem;height:7.1875rem;font-size:0.875rem;display:block; }#MT2hxuakIFoFuDuGf3BKMVZ4luOpyFvG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #PHNcdVu7n8KksGngFLaJgepKR5zGxEgL { top:220.75rem;left:31.875rem;width:12.75rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPmxoR8wSDPM9QEXDiBbkzlp9J3h0KgN { top:233.4375rem;left:31.875rem;width:12rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8A7utnrOT97AxOnv099z7nuR4lneJ0f { top:236rem;left:31.875rem;width:13.9375rem;height:3.4375rem;font-size:0.875rem;display:block; }#B8A7utnrOT97AxOnv099z7nuR4lneJ0f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #zITLDL911l0IMl33LtALJO8x231H2iF5 { top:227rem;left:15.27734375rem;width:14.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4XIwKbzaLlhlTl6NtguDqwQH4LXTnbT { top:95.25rem;left:0rem;width:9.8125rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSM33WNIJlD4GAsWU9WNTiZrTBvLKU4T { width:20.3125rem;height:3rem;top:245.625rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPlO1K6E2KBMUFc5Hz7TqUOryfT1pUy { display:block; }
 }@media only screen and (max-width: 763px) { #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { display:block; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { top:22.125rem;left:0rem;width:47.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { top:33.25rem;left:0rem;width:37.25rem;height:10.9375rem;font-size:0.75rem;display:block; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #ApH7aiTmCWp9O71R4FiQodCVsX3NqBKq { top:8.1875rem;left:0rem;width:10.625rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { top:8rem;left:0rem;width:35.5rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlEwCIGv1FrTwtHD0Vi9OSd9VGH3Ukka { top:14rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgLTXHLKiityZyup9IxRpg22JVbF2Eh { top:13.9375rem;left:12.875rem;width:2.1875rem;height:2.12456875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { top:27.5625rem;left:0rem;width:42.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQd046RGhiXuL5SxdA4dz8Puk0mQX6oN { width:15.125rem;height:3.5rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLWT7A2VXkilIOEeCTKl4Bd8Dz6WCBbD { display:block; }
 }@media only screen and (max-width: 763px) { #lOw9CTvSX4KkD9qao8f6pDQZGhWbKiTA { width:16.5625rem;height:3.5rem;top:13.3125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VABOtLNDriRKhFl9NUpiLvbRbRtTfchv { display:block; }
 }@media only screen and (max-width: 763px) { #bpHHUwWNB2DCVNioqktKkvzzJlxmpCbT { top:49.1875rem;left:0rem;width:47.375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q { top:64.25rem;left:0rem;width:37.25rem;height:10.9375rem;font-size:0.75rem;display:block; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #WLU3KATBvN8RKa5u4TaVIyeoDl4gUTFq { top:54.9375rem;left:0rem;width:37.25rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihtZgQ5HVoKM3ot3zDM6EhK7LSwRTqJ { top:80.875rem;left:0rem;width:47.375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 { top:95.125rem;left:0rem;width:37.25rem;height:10.9375rem;font-size:0.75rem;display:block; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #rM5u1SX3Be75xuT9tT2QISRFtfe6mWGo { top:86rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { top:31rem;left:0rem;width:24.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrdazyIVCnQiqHtMcLCwlQ49qTAHoIUy { top:61rem;left:0rem;width:45.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWA5TsS6oglELONGD1sUAtoUTdOm0u0V { top:92.375rem;left:0rem;width:45.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6gdT6w1nAMJqAVuV8FUvtnN0vdpL7T { width:9.4375rem;height:2.625rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJf1o9g25oTt3hAi0VOxC4olwtWRhrqw { display:block; }
 }@media only screen and (max-width: 763px) { #OyLxKeUEUGADcvGOKT7stTMAaFv2CvH8 { width:9.4375rem;height:2.625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfrWASdXgP22ALVIbWwGET9Umkhhs5L8 { display:block; }
 }@media only screen and (max-width: 763px) { #NvxKEn5GZm21lXqB1mrksEoF3kXeFz0w { width:15.5rem;height:2.6875rem;top:82.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctX9yG9W35lKFArZnplZKRSlqilSoXRF { display:block; }
 }@media only screen and (max-width: 763px) { #FDZP2lqoMGSh2asGRouNsPREir7BVqTH { width:10.75rem;height:2.625rem;top:82.5625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQz1WSTf7K78liUOCLagRftiu2U703v { display:block; }
 }@media only screen and (max-width: 763px) { #vL2CUrmSIQ8JB055eq3alnfQ23x7rCRt { width:20.3125rem;height:3rem;top:112.3125rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5NU5AhiCGwLPCxWvL3wfGqaTrz22vu { display:block; }
 }@media only screen and (max-width: 763px) { #NTlbhEJ4U2t4WKxh6iOq6JccVPgNf4KS { top:4.875rem;left:0rem;width:35.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXWdKzyHE62BOWmt9HlxrCGOilvbxy8T { top:5rem;left:28.9375rem;width:18.8125rem;height:13.393138011305rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 { top:24.5rem;left:0rem;width:17.625rem;height:;font-size:0.75rem;display:none; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #MqVXzZeNiJnwOP6yazwPCudBmygpXISo { top:54.6875rem;left:0rem;width:16.625rem;height:;font-size:0.75rem;display:none; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #EfBVuy4kQV1cBqKLJmTIGV86w3FI6Sz3 { top:77rem;left:0rem;width:14.625rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfFHkyTZDPExGGT200msX7AS7gVUbt0X { top:86.375rem;left:0rem;width:16.75rem;height:;font-size:0.75rem;display:none; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #EISG2iCUHsv3leLPyzeDh6oFn8TSefiq { display:block; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx27auxdVrEoPLm72yxa6ArBzayom9FF { top:2.875rem;left:22.374893188476rem;width:19.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2dTLyQ5RRWM00omw7kOb97TfdEw3oL { top:4.875rem;left:18.625rem;width:29.125rem;height:3.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdxKZruuEzF8OJH9fzUwqObNNHMiWTm { top:9.125rem;left:19.625rem;width:28.125rem;height:5.75rem;font-size:0.9375rem;display:block; }#ZTdxKZruuEzF8OJH9fzUwqObNNHMiWTm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_506c4f1015906d2f8222e26a7e55f974.svg); }
 }@media only screen and (max-width: 763px) { #Mi6skxSDCZJXnpaeCAPNSUqwMLlUUuft { top:28.5625rem;left:0.75rem;width:10.875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hANklRE86rcmo7B1eOU7DSAhCvh2Efkk { top:34.375rem;left:0.625rem;width:11.1875rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDEzfL7nsuT8OKJwZsabEt36kn2W8Z8O { top:36rem;left:3.40625rem;width:7.1875rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5WqAzGkNOVczF5SoyWTfA2OrIghSxET { top:16.875rem;left:22.374893188476rem;width:13.1875rem;height:7.7131171077893rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXzkI8nwL9PbqWcraQRW3mhKZ0g1qN0k { top:17rem;left:32.75rem;width:15rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBp2TGmwBbkLzib8b4cweTuLXJoTD0Ta { top:26.8125rem;left:19.625rem;width:28.125rem;height:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4vyvxi2T311gdFiSTIo6eSCVITZC5A { top:1.5625rem;left:0rem;width:22.6875rem;height:34.094046966563rem;display:block; }
 }@media only screen and (max-width: 763px) { #mslpP0tpylIz5G95Xu5MOSeK3g6OKbL6 { width:20.3125rem;height:3rem;top:39.0625rem;left:15.346897125244rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELoOO0pmV7aQlTpUuhzU0mSTFpSF9pT { display:block; }
 }@media only screen and (max-width: 763px) { #s2ERHPRM8f6FMZMA27qcgeEW85q8axkK { display:block; }#s2ERHPRM8f6FMZMA27qcgeEW85q8axkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQxTM8O9QTeNbM0bsxSoQaILRmHcMh8K { top:28.25rem;left:0rem;width:26.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlFMZNxkexTdZlRTIG6FX5Bbd6OrGsbt { top:26.375rem;left:32.0625rem;width:5.1875rem;height:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5Ka9qxWQp1IKB2owuNklHEv7c4p99T { top:13.875rem;left:0rem;width:25.625rem;height:13.404870583312rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0XWZOIiIlT25kNLStDNAQSoyFCOo4eG { top:26.75rem;left:26.75rem;width:6.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdoRKqTFKwept7fR4IZDBuWDobhhNef { top:26.75rem;left:35.4375rem;width:6.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSfT1EeuqrvAxR3CKbQdQ8FnTHvBzHN2 { top:15.375rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp01eBEwlcO0WXqV61yIzyEIB4lRUxRE { top:17.8125rem;left:22.5rem;width:25.1875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moM9X90fyws48xTyq9gMA7vPQaTxcMaD { top:1.25rem;left:0rem;width:20rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15BfyzgMPS0EOv9hkZFMqBlFxoVPOnv { top:10.25rem;left:0rem;width:47.75rem;height:20.379524377953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyULBvb0rwgeWZ8SQhwrWH3VTHW0HA2 { width:47.75rem;height:104.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9b1rUrCe4GRHKDtgThOrPGpS5g4yuHl { top:2.8125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrWw3WvugMHytlqnXbN3OdiWbdLPnmTB { top:20.0625rem;left:22.75rem;width:25rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okebKX9u0dMLIy4tPbUgoXtNIF3ue4vq { width:15rem;height:3.4375rem;top:29.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDICzatOwUnfPFaPHt9GVpa7xXBzhTCk { display:block; }
 }@media only screen and (max-width: 763px) { #f0nP5sUXDZNLaWfmoeKwr67fpUugokdv { top:27.4375rem;left:0rem;width:19.25rem;height:4.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWzTherWlqdruQpGhSUIJN2baXcML1V4 { display:block; }#wWzTherWlqdruQpGhSUIJN2baXcML1V4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ { display:block; }#dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9QPnPe9Vx8LTW8KyDmaSPouAnQMX3Or { top:28.25rem;left:0rem;width:26.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd3A3wzMNEllWmOxHr44i8VLQBMgGBWn { top:26.375rem;left:32.0625rem;width:5.1875rem;height:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp9JTqGHvDehCKtNdhiXXz2BpnI5lNqb { top:13.875rem;left:0rem;width:25.5625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaJ0StJIsqapbtJeOzlXbtZmrDQql1dv { top:26.75rem;left:26.75rem;width:6.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBcsB1DfZZW1bB5RfHtXDDE5LW1o7GW7 { top:26.75rem;left:35.4375rem;width:6.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMmkhdAnDrbcKIxDAUfkOnd64nAT3CeV { top:15.375rem;left:21.125rem;width:26.625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLU9N4wedTeihwVAbZRCMBiSmxuqcx1 { top:17.8125rem;left:22.5rem;width:25.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svocK7LN6E2vRcwzDAQEmVnmQTbABxbL { top:1.25rem;left:0rem;width:20rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6LBXeyJvfBRggP9Fn9tqTBipIGna49M { top:10.25rem;left:0rem;width:47.75rem;height:20.379524377953rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq3f85nvO9ZAQ3RmfE2J0Szaovpfk8qR { width:47.75rem;height:104.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDsU94vfb7kISQd8Hbl7VU84pQSSRJuM { top:2.8125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps5kRmmPEkgnbRz81Q2Vgv4dqGTypc7R { top:20.0625rem;left:22.75rem;width:25rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq7t6hn41gcF5ylBogV6hEdcVgukZ38n { width:15rem;height:3.4375rem;top:29.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNJXV0lmp6F6oHErDTFc4M2Tt3SlyVRx { display:block; }
 }@media only screen and (max-width: 763px) { #Rg0NQ6sezHikXbkSQQeuV0I4auOpqu2u { top:27.4375rem;left:0rem;width:18.125rem;height:4.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA { display:block; }#Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX { display:none; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW { display:block; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0LSi3sTOBeC42T11QdgTRU0DZXxMOJO { top:13.125rem;left:0rem;width:16.0625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBLpccVKcMzsA1FFt1S7bOSMKf0ovbDu { top:17.125rem;left:2.3125rem;width:16.6875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDFohenUpa2qAF4g4VG3FVGh8qnmTwI1 { top:2rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1F5GTvscxwqa1UQxpJz0FfeRRmXNzEB { top:13.125rem;left:16.8125rem;width:30.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOUXIuNBb8cqzc11Gu5MGFCr9bsWiZ8f { top:13.8125rem;left:24.625rem;width:23.125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqmTT334GA6BdiC8ORP0UPSx7TVbHrR { top:6.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olyRX506iNdkUZvedbvWytSxqNgpzZbJ { top:11.3125rem;left:30rem;width:11.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLlAlLhVZhsd3pT8vuKxBzSSxtIyMIhP { top:31.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNr9DuGDIFdNMix3m3x0r2fCSFWBQNTO { top:20.0625rem;left:29.25rem;width:18.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6t8DbIndMahiSaNnTDhHRf2TBBznPR { top:22rem;left:24.5625rem;width:23.1875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7MPbSTH0UPVdTM6hIeX1eBX4B1BlHR4 { top:26.6875rem;left:19.6875rem;width:28.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiKb4dGPvT3hafQnuVayOJOsHkqs7DA1 { top:19.75rem;left:24.0625rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imtq8KH4U057WZQKG582UBOF3JDbnkuD { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #SLiGBN5H5sMSLwT9qUxKWpry1iDzOVw2 { top:22.125rem;left:0rem;width:14.875rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A398ox9vbZvJlNhm073f9gype9pR0rBT { top:15.75rem;left:26.0625rem;width:21.6875rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZgVQT5xWKauptrgI27xqrhWgINPiOMt { top:31.5625rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQ8Koc0PfbCBcrTbnIo1DN5CSMg2lc6l { top:17.625rem;left:18.5rem;width:29.25rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE75ewxhdVGerJZDyDrBx6zOXE38EcJB { top:26.8125rem;left:18.8125rem;width:20rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOGJivISRznJb8HcypKkhytwSwMqqzSu { width:20.3125rem;height:3rem;top:35.0625rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSkKTTUGMuIcAACe9FL4BIwS5Qnrn0xi { display:block; }
 }@media only screen and (max-width: 763px) { #yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT { display:block; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNgZvhR2QMG2EcEk8AWPWw84ncI6cx4U { top:2rem;left:8.78125rem;width:30.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNy8S3yc91HnmK4RWLv3qUNX8yb9LVG { top:5.375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qreB4krFpfIFLqr5kFpHV1XdO4cExK { top:12.1875rem;left:1.0625rem;width:11.9375rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaVHHXipOJPC8uAUGQcO1Jouo9RWQpA { top:15.3125rem;left:1.125rem;width:12.5rem;height:0;font-size:0.6875rem;display:block; }#ATaVHHXipOJPC8uAUGQcO1Jouo9RWQpA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #W4kTkqSbwtWS8MauoBWIQH3IDLnZ2C4Z { top:17.8125rem;left:1.125rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVWlNxdgllETPqowTJZ4ug6kVRWCOvLp { top:20.875rem;left:1.125rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6XZWunE9yIXIe3rJiAknTL9haSywuUJ { top:23.4375rem;left:1.0625rem;width:9.1875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWhees429VJPIpQ5t0CoTTbZoltVaL04 { top:26rem;left:1.0625rem;width:14.6875rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U81i28m2Xf1MQQgJJQbvbtT0ZDeOrxe4 { top:12.1875rem;left:16.5625rem;width:11.6875rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePmVcqTVMDfDNxJlr3t7fEuTVCpDAOT0 { top:15.3125rem;left:20.6875rem;width:3.5rem;height:0;font-size:1rem;display:block; }#ePmVcqTVMDfDNxJlr3t7fEuTVCpDAOT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #lKFnFMmw4nP8v8FUvfpa39WkVJ8aBdoW { top:18.0625rem;left:20.5rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUg3FwRWLurbqPIqxiQ91KNXB0ULqA2T { top:20.875rem;left:20.9375rem;width:2.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbm4zcnCEJ5RKoqZ6GUCRbcHWasHhmpT { top:23.4375rem;left:19.1875rem;width:6.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR5op6MNoUZRuwzBAevwtmWgQtMk4i8X { top:26rem;left:17.9375rem;width:9rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAym4PIk3s0CZTfCcX7IDk2nzF4AbXeu { top:10.125rem;left:32.5rem;width:13.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AspzlENfi3tAeW1QHZ3KCxiOg8IwPLEI { top:15.3125rem;left:37.5rem;width:3.5rem;height:0;font-size:1rem;display:block; }#AspzlENfi3tAeW1QHZ3KCxiOg8IwPLEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #dM02eMsQPZLhwiao79hhTK1Lzzrml2Fg { top:18.0625rem;left:37.3125rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImO5THnuPqKoBgg3dWGJwR1BI0w0oul7 { top:20.875rem;left:36.5625rem;width:5.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K79c5cceKvDQKy1pPMfDxcfc3vvzAL3O { top:23.4375rem;left:36rem;width:6.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbdWWyv0lHa021qFirglB0CtI2075Xc { top:37.6875rem;left:1.375rem;width:18.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbdE7huo6yFtpa5GnWf2pWutX1PnAiFW { top:26rem;left:34.5rem;width:9.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk7W0ts2z5stldUPTHThvC589t1J119x { top:10.875rem;left:0.125rem;width:47.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5WitA3xlX08nBfgfupoptLbaEUgGJS { top:39.9375rem;left:1.375rem;width:18.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4CknL3yk92nTSleCttHcgMycVRuAsKi { top:38.375rem;left:23.8125rem;width:9.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }#X4CknL3yk92nTSleCttHcgMycVRuAsKi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #FJHp2wZ399ExTJgXQFi6P2LcgCau8cVF { top:9.6875rem;left:30.75rem;width:16.875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9AwLXBemCH9idHGAC0Hmbt5wzA94HWb { top:14.3125rem;left:0.125rem;width:30.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TJEqmTiS6QFXRaLEoSJTJUNmnNfWqK7P { top:12.625rem;left:34.5rem;width:9.5rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULAMuX8tQA3TxyWRJdvCSHtODT7IXu2a { top:19.125rem;left:1.0625rem;width:9.875rem;height:0.8125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn3Hq4fkyweMLNhTcZIuXT1quDQdnf91 { top:14.3125rem;left:30.6875rem;width:16.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #f35k2pkq04ht0UrKTILXsRLFTqFTC0D3 { top:34.875rem;left:35.25rem;width:11.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6bn7BRCiw4v3WSvMDUbUowZKUQbDxTe { top:37.1875rem;left:0rem;width:45.125rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRxLAGzXtvP7iFXR4LA2RU1P45dg3aQ7 { top:39.875rem;left:0.9375rem;width:19.4375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrBaDsAwSNkJHfzwnbUbTd5Pskn2f4S6 { top:40.0625rem;left:23.8125rem;width:9.8125rem;height:1.5rem;font-size:0.8125rem;display:block; }#MrBaDsAwSNkJHfzwnbUbTd5Pskn2f4S6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #rC3Q8vTz7PPTXfBQ46w1EVODrnBEQ5Z8 { top:41.875rem;left:23.6875rem;width:14.75rem;height:1.8125rem;font-size:0.875rem;display:block; }#rC3Q8vTz7PPTXfBQ46w1EVODrnBEQ5Z8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8cd761d09b07f4e4456197f54bb39bd030d1e5.svg); }
 }@media only screen and (max-width: 763px) { #OqM8bfTtHh5D96KHwIePXSugyrqRRyIw { top:31.1875rem;left:1.65625rem;width:44.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5A5bKQoVppCk1x2ae9KypoE35go7T4 { top:0rem;left:0rem;width:20.8125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5KTZffaq3r07LXAF1GDpzu1TTlt6Ce8 { top:13.75rem;left:0rem;width:30.625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #LCUiMR8xBgoCMnEmZmEKzl0TBTK7pAX7 { top:13.75rem;left:0rem;width:30.625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #afgEyMTqn5wgo8paafaH3hRM26x0g6Z2 { display:none; }
 }@media only screen and (max-width: 763px) { #lEVte2wGpGRX1FUqWS1crG2pSUku7Pwv { top:1.625rem;left:0rem;width:14.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDLtZR72T8QRPsyGhDTu2k4LleW8Bq6p { top:46.9375rem;left:0rem;width:19.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxoBB0lcwmFcJRiDGRssEafFLXnS3kqb { top:48.0625rem;left:23.125rem;width:24.625rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAtwETxTJfKNSwQvRy9kKCz2Rk4Gd0gA { top:48.4375rem;left:18.1875rem;width:5.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ3F6TH1qgdKIgUyVN07kb8FP9H4bFvq { top:44.75rem;left:0rem;width:20rem;height:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2IOUlUJ1IF69KhPQ3ofN408yPk4Pehy { top:13.75rem;left:0rem;width:30.625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #eCZkhC7uZlDrf7Bt3rEyT5Tw5rNX5lT8 { top:53.375rem;left:6.5rem;width:33.9375rem;height:0.875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD { display:block; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSx8igfGC5oewMk46QkZ8cTxaNAityW8 { top:11.3125rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bm6thEOEB6NJqx71teSeAICB8cPBJubQ { width:39.9375rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2eIo4tNlyIbbBied5hl5uGKCcKmE3XB { top:3.875rem;left:0.9375rem;width:46.8125rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9v1dbL9rbTKVR9obytTSNKxulhhh7SF { width:35.9375rem;height:5.0625rem;top:6.3125rem;left:6.9045143127444rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PztZIMEBssIlSPS3ugxMbKfnq3qvbNq0 { width:44.0625rem;height:1.875rem;top:27.6875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhT8cXrhTuTzbVQ2P9lJd1ohMipobyfq { top:14.75rem;left:14.312286376953rem;width:22.5rem;height:11.7496875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfoTTrbGSzKd1MGZaGy4Nhhc2VrJI8r { top:2rem;left:14.312377929688rem;width:23.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFaTnNvOCnTyFwOMvn9nJBHsc7RVIpCh { width:22.5rem;height:1.875rem;top:2.8125rem;left:14.873046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqLNeCwMT7amzoigIMzKZXKdVxoeTEo9 { width:35.9375rem;height:1.75rem;top:11.4375rem;left:7.5620689392087rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviZ5MKsDwmanR6rL13cuKs6l2cQJGZi { width:20.3125rem;height:3rem;top:33.4375rem;left:14.747940063476rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTB8BfqxbNDnpLdgJRNNsTLVfvAiCGvZ { display:block; }
 }@media only screen and (max-width: 763px) { #pXkrCrJJUPRbJcyfupEbGPsKhTeCJttr { width:19.625rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { top:2.5rem;left:22.0625rem;width:25.6875rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { top:4.375rem;left:0rem;width:13.875rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { top:15.3125rem;left:0rem;width:21.625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { top:33.9375rem;left:0.75217056274412rem;width:22.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .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; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .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; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { display:flex;width:18rem;height:5.0625rem;top:8.25rem;left:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
 }@media only screen and (max-width: 763px) { #kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { top:4.0625rem;left:26.43603515625rem;width:6.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGam7stCVPQSFqNIPsnIsvSHengv8gnO { top:20.5625rem;left:0rem;width:21.125rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3U1zqWXmIk8CE9Pr0FU4itRDDXk1Mu { top:8.0625rem;left:0rem;width:9.875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { top:10.4375rem;left:0rem;width:15.9375rem;height:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnrF28R2Cx21rx7LwCGsGUL9xC5w9Inf { top:27.0625rem;left:0rem;width:20rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4MB7UXRhM8zhKzW7NA3UlKnMs1as4UD { top:4.375rem;left:0rem;width:2.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuarLyDup6ByKWZOns1vNJsNyOtfVCZ { top:5.4375rem;left:0rem;width:0.0625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKkHJxhDGThEGgo1oZnkXxC426Xl1VO { top:27.8125rem;left:0rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:21.4375rem;height:auto;top:7.6875rem;left:23.8125rem; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:21.4375rem;height:auto;top:7.6875rem;left:23.8125rem; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { display:block; }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { top:22.375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { top:20.5rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { top:20.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { top:20.5rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { top:22.375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { top:22.375rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { top:1.8125rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { top:6.9375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { top:7.5625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { top:7.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { top:6.9375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { top:6.9375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { top:7.5625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { top:9.5625rem;left:0rem;width:8.875rem;height:1.364772536541rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci { background-color:#11002c;background-image:none;display:none; }#EFC2UVZEOrhLXsZcM7W8fIUVCECB86ci > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #brabDcHSAswlR8E3XBy5CO5CPbgQBsce { width:19.6875rem;height:8.4375rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OW6TkHJSTbo1TqPMT3yeH2rMNcG8Bmy9 { width:20rem;height:0.73095625rem;top:40.125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOKe5Efr7u35bnWcN7OLlgTqLDiPrTSx { top:0rem;left:0rem;width:19.75rem;height:39.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J1WWk4MAM8o9ntATucw3sU94TU2Sn9o0 { top:23.125rem;left:3.375rem;width:12.5rem;height:1.375rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AaP4igX2mHUOSkFbpFwhg0HslCwgTeZQ { width:6.75rem;height:6.75rem;top:23.5rem;left:11.30517578125rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EtU1z9QaOGZe9ywOFD99NBaTOx4aDT7B { top:24.5rem;left:8.8125rem;width:7.5rem;height:5rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xu8gpvJ1zka8OB1hQpKiMtkyalhuXJ12 { top:21.181640625rem;left:2.6875rem;width:6.1875rem;height:1.0556625rem;z-index:15005;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvR1dQyMTfGHyKW25ZlyuHk59fb8oVco { top:23.16259765625rem;left:3.375rem;width:9rem;height:1.94921875rem;z-index:15006;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;line-height:1.2;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxJGdD5JC7JPPQp4Nu6GKr5RHZDeQuQq { top:31.875rem;left:3.375rem;width:6.1875rem;height:3.1669875rem;z-index:15007;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y09wuS7q7y8R5fSMFmihzrvkdDn1rE76 { top:31.5498046875rem;left:3.25rem;width:15rem;height:6.625rem;z-index:15003;background-color:#19023f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eyEqrZ3pzhO64w4V4hxTaZhz7pKngAxR { top:35.79296875rem;left:2.71875rem;width:7.5rem;height:1.7871125rem;z-index:15008;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-size:0.6875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #shLMZ5C3THzEISinClJlOkLq5SnRvnlS { width:7.5625rem;height:7.5625rem;top:31.0810546875rem;left:10.80517578125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d58XQaDyD1AtHHROkZ1OhOSEphb1GHm3 { width:7.875rem;height:3.875rem;top:17.306640625rem;left:10.796066810345rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI { background-color:#0f172a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container { background-color: transparent; background-image: none; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container > .video-iframe-container { display: none; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row > .video-iframe-container { display: none; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .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); }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#TKD5lfoVJpLDaJcEsUcdlX2Gsy4F6zaI > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2LtCNWKMIKSiIXghrfbxElkOlZyv3Vt { width:10.249rem;height:0;top:4.3739151954651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #ZTBrARskyQbZLmXGE3TLz0GLXsB5bwGC { top:2.4359810352326rem;left:8.4375rem;width:11.5625rem;height:13.8125rem;z-index:15171;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #V52laf3T7fJ6RcUo1uuUU2QMO8IOPV75 { width:20rem;height:19.1875rem;top:1.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #016a8d, #0d3845);background-image: -moz-linear-gradient(90deg, #016a8d, #0d3845);background-image: -ms-linear-gradient(90deg, #016a8d, #0d3845);background-image: -o-linear-gradient(90deg, #016a8d, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );";background-image: linear-gradient(90deg, #016a8d, #0d3845);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WTBvwChIWRBeJH54Zlkhc9veU6os5riJ { width:19.625rem;height:0;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #z1kWtWTkvTzx4lDkD055SyUnPyTFkO2d { width:13.2485625rem;height:2.923825rem;top:17.5625rem;left:3.37548828125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#faee00;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WxhQNbkBvlv5IBOzvpITOATBLGz1c5SA { width:14.6875rem;height:7.4375rem;top:9.3125rem;left:2.65625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9G5hAOwwX0xcUwqEVFndLiJP4nRcvJs { width:14.562375rem;height:1.49963125rem;top:1rem;left:3rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tJOIzgIFJFu8dBctN3TCUvcXc8Lw87IC { width:19.6875rem;height:1.4619125rem;top:0.8935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ba0000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #odxGdWwHuImrTxKqJRRuyE8fsRR1Wa37 { width:20rem;height:0.8125rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.3;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #GUCaLeCzlefZXRzmL4FnHUyZexUgDpcl { width:19rem;height:3rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZqgcFoatwzyTW5AO1iETagRklZPHPF2 { display:block; }
 }@media only screen and (max-width: 763px) { #D9loh1VTizyRn3hK8veJpFzxVVTk4dLo { width:19.625rem;height:3.65625rem;top:3.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { background-color:#0f172a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { background-color: transparent; background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .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); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { border-width: 0; border-radius: 0; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVRynsHVJrO8QFb4v798sOKwszwb8i31 { width:7.0621875rem;height:1.37478125rem;top:1.311306476593rem;left:6.468641757965rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOGn5I3wvZsIpCBKyT6ODJkXKLGPezfK { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Nr4TiLPi6aaeFDGXbx5wl4K07pLkKOS1 { width:20rem;height:2.45rem;top:4.2681207656861rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hb5LiFbNdBXvMCVI4ACbkMQg1kCpBnph { width:20rem;height:2.45rem;top:6.7182078361513rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ke3mMmTqprMf0cFqVkN8DooMQJuUNZb8 { width:20rem;height:2.45rem;top:9.1682949066163rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fZDvCN7Cz4ZpTfRC12KTxTk5PyOhhREA { width:18.3121875rem;height:0;top:41.010202407837rem;left:0.8436415195465rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zTDmslTSGmxyeUzDJCTd1ZeOPc7iqzIc { width:20rem;height:0;top:12.605795765686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWoy19LTDaftnMrz8wgu273LLTHOkJVT { width:19rem;height:3rem;top:36.993274688721rem;left:0.49913203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVCWr6QneWq1wmTq0Zbm0O12D8KUxv6i { display:block; }
 }@media only screen and (max-width: 763px) { #StLgs0bBIfHmt7BUHF0gBxh6U08hJxyg { width:17.3746875rem;height:1.29980625rem;top:41.257055282593rem;left:1.3123915195465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9otAU9VW5OSFuvocE25Ec8kuo5eTi7H { width:15.4996875rem;height:15.8745625rem;top:12.6875rem;left:2.75rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wix3KgDvOcUWRQh8XJwUQonqakRx4UNX { width:6.8125rem;height:1.75rem;top:12.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBwFI86MMW5P4vL424wOnwCp6TrWkB7T { width:5.68739375rem;height:1.81206875rem;top:12.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBQFPaRMvTHmD153XANTPvXMmGsPnDbH { width:18.3121875rem;height:5.199225rem;top:30.4375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #u178QQ5s18vOapucCr4eztKJpdlrePEA { background-color:#ffffff;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { background-color: transparent; background-image: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { display: none; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .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); }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { border-width: 0; border-radius: 0; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#u178QQ5s18vOapucCr4eztKJpdlrePEA > .row .container { width:20rem;height:37.3427734375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF6h5dKDr39STgGpJwzp1McTrT6loLbr { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GS1K6sAQxXw81FLPmotIGTr3waDO48TJ { width:8.0625rem;height:1.21875rem;top:1.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2T8P7ot9hNLc4NutAeHKO9inmSESse2 { width:6.25rem;height:2.5996125rem;top:3.625rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCbnwGdGbgG2I8NKIVzuvlLUNPOh1FBf { width:15.875rem;height:1.625rem;top:6.91748046875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRUJuXqJ0TZeXTFVUOz3yLtMcUq218on { width:20rem;height:0;top:10.04833984375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PW4KrpVgAVoumxbst7vBgKt17XRT8VfK { width:11.375rem;height:1.3rem;top:15.615234375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd6JqPHXUZTFZkz0mu945thG8X13IWNT { width:20rem;height:1.94921875rem;top:17.296875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdHNCBmoOeDxDGvZqS3SpPIMWXDFJJzX { width:11.375rem;height:1.3rem;top:21.783203125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdxls1PLsVWxu0P3mwJpdOvyTUUINHa { width:17.3125rem;height:2.923825rem;top:24.23291015625rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THW6yIW7IOhstqsildJsssrrwJleTfR8 { width:12.5rem;height:4.0426103570433rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuuMtS7NTbk8qcfJ7uclGTxubiHmgxOX { display:flex;width:2.0625rem;height:2.0625rem;top:14.9150390625rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #fg3s2MvU4yRJnKBxxtFvxuuuTaqCbKE0 { display:flex;width:2.125rem;height:2.125rem;top:21.37060546875rem;left:1.65625rem; }
 }@media only screen and (max-width: 763px) { #zgwhasvgn3XZfHgquiCWci0vP4UZeegn { width:10.1875rem;height:10.1875rem;top:27.15576171875rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDmAkFd8dbro3lGi3Z8ZLG464NUeCLgV { width:20rem;height:3.8984375rem;top:9.42333984375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK { background-color:#ffffff;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { background-color: transparent; background-image: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { display: none; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .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); }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { border-width: 0; border-radius: 0; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#vqwvJbrH6yzR6lxwNRVi9qoc9DoRtUBK > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zShEbJKn6vgbF7VHdZ7eu444072VwBT9 { width:20rem;height:0;top:24.080946683884rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uk78mf6KBJsdADpHbGdupc6ZWvpvNNmt { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXwkTc9Q7wDQVRUmUn8cH2ud2qMGMmiz { width:6.3748125rem;height:1.3rem;top:27.6875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiZpyzJV5ITs2PUZ3KNz43vTCSOP6W8F { width:12.9373125rem;height:2.6rem;top:30rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWqhCkB7OeDBc0hTQW9LxxSUVThn50nU { width:12.9373125rem;height:2.9125rem;top:33.1875rem;left:3.5rem;font-size:1rem;display:block; }#tWqhCkB7OeDBc0hTQW9LxxSUVThn50nU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #xFr0Pb1DVdPsLyNmElLn4d8p4UqBfQD9 { display:flex;width:2.3125rem;height:2.3125rem;top:24.625rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #DkwOkAv1tVzvKbn8rOfXFdyNBAFTTte8 { display:flex;width:2.3125rem;height:2.3125rem;top:40.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #FxeW1shS8xJmW82F8S4pm5JsmLObL93P { width:10.4996875rem;height:1.3rem;top:43.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDo7wnCyQrzpglzNi3B5yk5VQrFxmhxb { width:15rem;height:2.6rem;top:46.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5yka0GzudKb6WHvbzUofhbbUgFPTayV { width:12.9373125rem;height:2.9125rem;top:49.3125rem;left:2.5rem;font-size:1rem;display:block; }#S5yka0GzudKb6WHvbzUofhbbUgFPTayV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #t5i1x6QaQFbZQ5iBUbvE43uZORIZdiIN { width:17rem;height:15rem;top:7.4873046875rem;left:1.5rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #uPzEltrTeGENMillaQwCTlFN12lymZWU { width:12.9373125rem;height:2.9125rem;top:65.3125rem;left:2.5rem;font-size:1rem;display:block; }#uPzEltrTeGENMillaQwCTlFN12lymZWU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #uCuz0zKvRGWubP3eVgWTvQwC0MuDl2cM { width:16.3748125rem;height:2.6rem;top:62.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWFkgO2Fmf3xrXIgI05dNgBrdV2Catp9 { width:13.8748125rem;height:1.3rem;top:59.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eue6o94R3ftsyzrZOy7CfITK3JlGAmHR { display:flex;width:2.3125rem;height:2.3125rem;top:56.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #eTimTq2Xhqh41FaWZud387A0LezgpWDg { width:16.4375rem;height:14.25rem;top:24.1748046875rem;left:1.81201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u02qiVD1VWoFRMk8MtUE9TVV9AZEcNku { width:16.875rem;height:14.0625rem;top:55.2998046875rem;left:1.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6ABivQSQa5Ho0Dwv52k98s3rwcakAS { width:16.1875rem;height:13.875rem;top:39.662109375rem;left:1.87451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlDWoqltM5BhAfgXUwBLbGXDydGhIoyt { display:flex;width:2.3125rem;height:2.3125rem;top:8.5625rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #qmmSGSRH9kwkTQ1lS7DOcV0pIPGimZOi { width:11.8125rem;height:1.3rem;top:11.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdQRyf8xxqnMefDX5zWK4cTtyLS94yp { width:16.1875rem;height:2.6rem;top:13.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpoqxDrQCWm104UCwkzhphsUzciNwdbR { width:12.5rem;height:2.9125rem;top:17.0625rem;left:2.875rem;font-size:1rem;display:block; }#dpoqxDrQCWm104UCwkzhphsUzciNwdbR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_78442a781e4b1d653e11385bd4b28f4b.svg); }
 }@media only screen and (max-width: 763px) { #ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja { background-color:#0f172a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { background-color: transparent; background-image: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { display: none; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .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); }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#ik44mudD1ymCvtZWhuEtT84SC6zCR9Ja > .row .container { width:20rem;height:118.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2GXuuvP5dUqEWnvJhcHuOxGlNAG29Mn { width:20rem;height:1.8rem;top:1.0959167480469rem;left:-0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mCsJP3ithr43Zhz7r0vzN9fTu0yPbf1p { width:20rem;height:2.699225rem;top:2.8933372497559rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgfxVTZtTVsGw2ZLrlOmEtQqvmzi8a6b { width:20rem;height:2.1375875rem;top:39.186200141907rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvvWIpuaWhEkqLDy1DO81b44epUW15TV { width:15.4996875rem;height:27.8125rem;top:4.9169921875rem;left:2.2498917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfMURvD2Hridafg4nTWB0TCDy4OxBS5y { width:15.3125rem;height:2.975rem;top:33.530817985534rem;left:3.1260852813721rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhL7v3KakaPywW0yNv3xV9Rl9BbkSN7r { width:20rem;height:2.025rem;top:87.418628692625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk { width:18.375rem;height:0;top:90.005428075788rem;left:0.34396708011628rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#nPqAV9GXeoF76GCK65JFiuiqvpiMwwdk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #Rf66JUMW1cDUDphkkba00sKmr1XKZEzg { width:14.124875rem;height:2.5878875rem;top:46.375rem;left:2.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qfo8fgAJ5iPS0ma1BItcczPkAafC1GPA { width:14.8746875rem;height:5.39941875rem;top:49.624567031861rem;left:2.2498917579651rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZuUWrnTNOKIt5ysD8cTlEThbRwF1Bpq { width:14.0625rem;height:2.5878875rem;top:60.9375rem;left:2.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqBZfBB3Xybfu67QcCrADlkP5BN4hhLW { width:13.0620625rem;height:5.39941875rem;top:64.073354721069rem;left:3.4678821563721rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Go3lsywvJoTylq2Xi0AwTQLehOPaZQVx { width:18.125rem;height:2.5878875rem;top:75.499135971069rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9EuUm5VEiaRJ5N1FTXB2fotTN5kgxXk { width:16.624875rem;height:5.39941875rem;top:78.999570846556rem;left:1.6867406368256rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxWttIxqxFnn2XP4LE72VBxGHrRrwMcn { display:flex;width:2.8125rem;height:2.8125rem;top:56.875rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Zu6UOPV9XZkuOB0IN4T4UrReyHkbJQvD { display:flex;width:2.8125rem;height:2.8125rem;top:42.3125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #iTXufESZSe8AHQL04Tc7NNpAJfbbhwk1 { display:flex;width:2.8125rem;height:2.8125rem;top:71.874450683594rem;left:8.59375rem; }
 }@media only screen and (max-width: 763px) { #QOH7T1RVSUz2hsiM9yTmqy1mJpEkJ78A { width:1.875rem;height:1.875rem;top:34.080946922303rem;left:3.7510852813721rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3CJ9LLCrb9SHctdH4ZEtVJ0DBuTI5Iv { width:18.9995625rem;height:2.999675rem;top:113.58236122131rem;left:0.49967455863952rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CA4Jv5CAVZUM0t3wxFP5wTW2KwRVCbsS { display:block; }
 }@media only screen and (max-width: 763px) { #fx25DmeO8fIHt1wXyA8N4keat28cp6nX { width:19.0625rem;height:;top:90.005428075788rem;left:0.8121745586395rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;display:block; }#fx25DmeO8fIHt1wXyA8N4keat28cp6nX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9878150a3a322251acc1fff7b6f831dac98a7a91.svg); }
 }@media only screen and (max-width: 763px) { #qVIuobVbLBsqkM29foNfwJcJQixXbcPe { background-color:#0f172a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { background-color: transparent; background-image: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { display: none; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .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); }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { border-width: 0; border-radius: 0; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#qVIuobVbLBsqkM29foNfwJcJQixXbcPe > .row .container { width:20rem;height:202.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfHixBJqaBRvMshDNuAt7pR4zaTFXTt6 { width:19.0625rem;height:4.2734375rem;top:0.721435546875rem;left:0.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLToBwaTK3GoSBri6pKtvncSabTnO6kp { width:20rem;height:1.9125rem;top:4.1276044845581rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxaVhfcNWT9eaVBIx8eaP3evGqV1ROsc { top:9.1875rem;left:9.875rem;width:0.125rem;height:25.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #xCKIZmNhE58RS15fKl35UDOcHENPRWln { width:14.0625rem;height:9.4998125rem;top:6.5641279220581rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0hBfyQqkssZBQ5iGe7J4pTHy4ZyOT6X { width:20rem;height:0;top:35.500998999023rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#g0hBfyQqkssZBQ5iGe7J4pTHy4ZyOT6X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #yQa2SBpL2tKXd0lTTycCxroQL2ouZ04d { width:20rem;height:0;top:32.339105249024rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m6T4bDaWpqf17caxH1WNvb06XOdapqzm { width:20rem;height:0;top:17.001953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XdyaskZd2ITCvqKhK4uWyAKJ59x6k0Jp { width:18.125rem;height:7.234375rem;top:17.226016044617rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#XdyaskZd2ITCvqKhK4uWyAKJ59x6k0Jp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #LsJuCPaxd3372kAdQmMzmtPZPvEtOvgA { width:20rem;height:0;top:74.390417749025rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#LsJuCPaxd3372kAdQmMzmtPZPvEtOvgA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #JQgpJiMQTpeE3IQJ8lzu1gUBbK5k1ret { width:13.9995625rem;height:9.4998125rem;top:31.074224829674rem;left:2.9996747970581rem;display:block; }
 }@media only screen and (max-width: 763px) { #AimRT5NGUuyXlTMMJqTokFL9iuLV5OQ9 { width:20rem;height:0;top:71.228523999025rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iDbZIO6kvFqMB2Z76hZaDUgUT4Unn0ER { width:16.937375rem;height:5.34765625rem;top:41.877714157104rem;left:1.531033039093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#iDbZIO6kvFqMB2Z76hZaDUgUT4Unn0ER li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #xEikHgUf2EL8xTaaJk6fdyTyoBrK4Z85 { width:20rem;height:0;top:45.65375995636rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XTmvBgls12vOwwOss0OV0ivTtxd8WuNe { width:20rem;height:3.82421875rem;top:26.587458014488rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLQZ1HuBLfWAOiGX8ROJoQQXes4mf86t { width:20rem;height:0;top:113.26433649903rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#XLQZ1HuBLfWAOiGX8ROJoQQXes4mf86t li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #aFbGBT3H2kOGVvPwn2KSgiZiuE5Ghllv { width:13.8748125rem;height:9.375rem;top:51.464302539826rem;left:3.0620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5lh84hthlJFzyg02Wc33RCZqe5tTDL { width:20rem;height:0;top:110.10244274903rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X8EwinMoqxoZw2fwExUhOBp4TxgrySqu { width:14.8746875rem;height:5.34765625rem;top:62.751195907594rem;left:1.531033039093rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#X8EwinMoqxoZw2fwExUhOBp4TxgrySqu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #WZVrRRxZpt8mwlNpb1aIDaWhQL0kGT5m { width:20rem;height:0;top:100.34061149903rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VUlKErPZGcP2sfGPVJUSfJwROaxCFDDx { width:20rem;height:1.9125rem;top:48.601885318756rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hx0c57b24TyfJNPUKEPpl8Pu7VO2Tdsz { width:14.5621875rem;height:3.82421875rem;top:70.4128742218rem;left:2.7186417579651rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAglbVZQuvRDV8JF5S4iL2ZvI2c4zQfQ { width:15.062375rem;height:8.6870625rem;top:75.650503158569rem;left:2.4679906368256rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3CZ4P9rnrfAzQ9gtkKHhn1s8NnwBsSz { width:16.7496875rem;height:10.6953125rem;top:86.124135971069rem;left:1.6248915195465rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#g3CZ4P9rnrfAzQ9gtkKHhn1s8NnwBsSz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #CAvPWmv2y1h6eXyTQUsLH208gLQSz4Tb { width:20rem;height:0;top:85.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Lv9f7q7yI8pGWDBL2VyQ5oSbHa0U7cAg { width:20rem;height:0;top:154.35592399903rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IVk2bVPHhHTbHFRZGizAP8qMLDlvk8vL { width:20rem;height:0;top:157.51781774902rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#IVk2bVPHhHTbHFRZGizAP8qMLDlvk8vL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #X5TEhl19QTaSmPLPhyUITqeqSDtPbkbG { width:20rem;height:0;top:200.88101774903rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#X5TEhl19QTaSmPLPhyUITqeqSDtPbkbG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #k0XVzeq6bliUdZh9SCDfqKk88xt5wGNe { width:13.5623125rem;height:9.1873125rem;top:104.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8LBTSS0yALdCh2pofi883DLIMliLPz2 { width:20rem;height:0;top:197.71912399902rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VUyqULlxrLT7mcydycwFCSkTfinGsJas { width:17.249875rem;height:7.234375rem;top:114.25rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#VUyqULlxrLT7mcydycwFCSkTfinGsJas li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #akmcl2vy4gpBMxvdWU0Fvwn4NEXPt9mq { width:20rem;height:0;top:186.06979274902rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g5EMoJHSPUfKyWSy0zDO0oSe6aSuU39f { width:20rem;height:3.82421875rem;top:99.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pa89htydH9bCiCT2iZrTbodNWrRmtilN { width:20rem;height:1.9125rem;top:122.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQXu8RkyWPfzHKLZlCI3qbBryJWdkial { width:14.4998125rem;height:9.8123125rem;top:126.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IZH28OVzXPDOKAgpvmJ6Wuaq0g3sSw { width:16.875rem;height:8.808625rem;top:137.1875rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#T1IZH28OVzXPDOKAgpvmJ6Wuaq0g3sSw li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #b4ancckwJX2Q8vNVJJ6Mh8IX5y4q3My3 { width:20rem;height:0;top:224.25828024903rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rBbVLG5fWhCclBAypTk1T7qbzfMbTk2L { width:20rem;height:0;top:235.90761149902rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UJnikSTFFQLd7dKq9KfdngNBK58IqCZX { width:20rem;height:0;top:239.06950524903rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#UJnikSTFFQLd7dKq9KfdngNBK58IqCZX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #io5HmtRSuzFO8NQKQAXO3C3fLcbMqarS { width:17.4370625rem;height:3.82421875rem;top:148.3125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsWnth9KCZG1AT7ZNSyD6PGe1QIIfTFX { width:14.1873125rem;height:9.6245625rem;top:153.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXFlpdsq5yaB3fiOVphmcI3z47WoUy5e { width:16.25rem;height:7.234375rem;top:164.625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#AXFlpdsq5yaB3fiOVphmcI3z47WoUy5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #tdSRuA7Ds4tl97NxqURitnbe2KcB42dp { width:20rem;height:0;top:262.44676774903rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UJ2lDkXe3bRX5nz8A0ZuWHuAzobhNlaI { width:20rem;height:0;top:274.09609899903rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wpG9BlkiNUogIzbWNKGeOw3CtB9PAVDE { width:20rem;height:0;top:277.25799274902rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#wpG9BlkiNUogIzbWNKGeOw3CtB9PAVDE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #wX1ZdfPeTuFpz6PTOQspTtWzSBC7mE9V { width:16.3748125rem;height:3.82421875rem;top:173.5625rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZUuDC6oqtKfCIcw4CMpwfx2XnrE2ixN { width:14.8746875rem;height:10.062375rem;top:178.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT2hxuakIFoFuDuGf3BKMVZ4luOpyFvG { width:13.3121875rem;height:7.234375rem;top:189.625rem;left:2.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#MT2hxuakIFoFuDuGf3BKMVZ4luOpyFvG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_21050862d26ee6320108335b3024eb01.svg); }
 }@media only screen and (max-width: 763px) { #PHNcdVu7n8KksGngFLaJgepKR5zGxEgL { width:20rem;height:0;top:303.20770107422rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dPmxoR8wSDPM9QEXDiBbkzlp9J3h0KgN { width:20rem;height:0;top:314.85703232422rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B8A7utnrOT97AxOnv099z7nuR4lneJ0f { width:20rem;height:0;top:318.01892607422rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }#B8A7utnrOT97AxOnv099z7nuR4lneJ0f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9896f8d953c4dc0b335b78e1ccf6cce2.svg); }
 }@media only screen and (max-width: 763px) { #zITLDL911l0IMl33LtALJO8x231H2iF5 { width:7.7495625rem;height:8.3121875rem;top:180.5rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4XIwKbzaLlhlTl6NtguDqwQH4LXTnbT { width:4.62456875rem;height:10.062375rem;top:74.962025642394rem;left:1.531033039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSM33WNIJlD4GAsWU9WNTiZrTBvLKU4T { width:18.9995625rem;height:2.999675rem;top:198.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPlO1K6E2KBMUFc5Hz7TqUOryfT1pUy { display:block; }
 }@media only screen and (max-width: 763px) { #M4rDioGkptTLuRwpbqFISSyCLdaWhVbS { background-color:#ffffff;background-image:none;display:block; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { background-color: transparent; background-image: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row > .video-iframe-container { display: none; }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .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); }#M4rDioGkptTLuRwpbqFISSyCLdaWhVbS > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAUeynKr7ypBx2gTfo7N96Kq6GMaT9kX { width:18.375rem;height:25.125rem;top:15.4375rem;left:0.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd { width:16.6875rem;height:0;top:24.74755859375rem;left:1.65625rem;font-size:0.75rem;display:none; }#pPpDzr5E7gcdy3adCyuTimAZ06Dgidfd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #ApH7aiTmCWp9O71R4FiQodCVsX3NqBKq { width:5.499675rem;height:2.03125rem;top:1.375rem;left:0.625rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #H0UQGh0owB4fe2UmI3uZyOGyJIbRT05T { width:14.8125rem;height:2.19375rem;top:3.40625rem;left:0.625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SlEwCIGv1FrTwtHD0Vi9OSd9VGH3Ukka { width:1.68728125rem;height:1.68728125rem;top:6.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgLTXHLKiityZyup9IxRpg22JVbF2Eh { width:1.5625rem;height:1.5625rem;top:9.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQTOobIbikLbOs4AKAmlr8w5bQ7Zdpx { width:13.125rem;height:3.25rem;top:18.9375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQd046RGhiXuL5SxdA4dz8Puk0mQX6oN { width:9.875rem;height:2.25rem;top:6.5rem;left:0.625rem;z-index:15170;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLWT7A2VXkilIOEeCTKl4Bd8Dz6WCBbD { display:block; }
 }@media only screen and (max-width: 763px) { #lOw9CTvSX4KkD9qao8f6pDQZGhWbKiTA { width:10.375rem;height:2.25rem;top:9.25rem;left:0.75rem;z-index:15170;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VABOtLNDriRKhFl9NUpiLvbRbRtTfchv { display:block; }
 }@media only screen and (max-width: 763px) { #bpHHUwWNB2DCVNioqktKkvzzJlxmpCbT { width:18.4375rem;height:28.8125rem;top:43.0625rem;left:0.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q { width:18.062rem;height:0;top:55.4375rem;left:1.9384765625rem;font-size:0.75rem;line-height:1.5;display:none; }#AQBTzPoXUC3BTGCTsiMaZBfpiRMOty0q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #WLU3KATBvN8RKa5u4TaVIyeoDl4gUTFq { width:17.125rem;height:4.875rem;top:46.375rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pihtZgQ5HVoKM3ot3zDM6EhK7LSwRTqJ { width:18.125rem;height:30.375rem;top:72.6875rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 { width:16.812rem;height:0;top:85.57421875rem;left:1.59375rem;font-size:0.75rem;display:none; }#LT7SQLGVtDgT9BTGiodqp8MdLJ9ASPx3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #rM5u1SX3Be75xuT9tT2QISRFtfe6mWGo { width:14.625rem;height:0;top:76.875rem;left:2.40625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyuQBVv1pDOhdHxiS9CWXVTXpAJNv5ND { width:11.5625rem;height:1.94921875rem;top:22.8125rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrdazyIVCnQiqHtMcLCwlQ49qTAHoIUy { width:13rem;height:1.94921875rem;top:51.99951171875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWA5TsS6oglELONGD1sUAtoUTdOm0u0V { width:13.625rem;height:1.94921875rem;top:82.75rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT6gdT6w1nAMJqAVuV8FUvtnN0vdpL7T { width:6rem;height:1.5625rem;top:16.625rem;left:2.125rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJf1o9g25oTt3hAi0VOxC4olwtWRhrqw { display:block; }
 }@media only screen and (max-width: 763px) { #OyLxKeUEUGADcvGOKT7stTMAaFv2CvH8 { width:6.8125rem;height:1.8125rem;top:43.9375rem;left:2.125rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfrWASdXgP22ALVIbWwGET9Umkhhs5L8 { display:block; }
 }@media only screen and (max-width: 763px) { #NvxKEn5GZm21lXqB1mrksEoF3kXeFz0w { width:8.8125rem;height:1.6875rem;top:74.3125rem;left:2.125rem;z-index:15170;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctX9yG9W35lKFArZnplZKRSlqilSoXRF { display:block; }
 }@media only screen and (max-width: 763px) { #FDZP2lqoMGSh2asGRouNsPREir7BVqTH { width:6.1875rem;height:1.9375rem;top:72.75rem;left:12.625rem;z-index:15170;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQz1WSTf7K78liUOCLagRftiu2U703v { display:block; }
 }@media only screen and (max-width: 763px) { #vL2CUrmSIQ8JB055eq3alnfQ23x7rCRt { width:19rem;height:3rem;top:104.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk5NU5AhiCGwLPCxWvL3wfGqaTrz22vu { display:block; }
 }@media only screen and (max-width: 763px) { #NTlbhEJ4U2t4WKxh6iOq6JccVPgNf4KS { width:16.125rem;height:1.4625rem;top:1.375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qXWdKzyHE62BOWmt9HlxrCGOilvbxy8T { width:6.375rem;height:4.5rem;top:6.9375rem;left:12.34228515625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 { width:17.625rem;height:14.25rem;top:25.5625rem;left:1.625rem;font-size:0.75rem;z-index:15051;line-height:1.5;display:block; }#EodfTP50wao2CzTVe1WWmGf0EvFo1pk3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #MqVXzZeNiJnwOP6yazwPCudBmygpXISo { width:16.625rem;height:;top:54.6875rem;left:1.71875rem;font-size:0.75rem;line-height:1.5;z-index:15055;display:block; }#MqVXzZeNiJnwOP6yazwPCudBmygpXISo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #EfBVuy4kQV1cBqKLJmTIGV86w3FI6Sz3 { width:14.625rem;height:4.875rem;top:77rem;left:2.6875rem;font-size:1.25rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #DfFHkyTZDPExGGT200msX7AS7gVUbt0X { width:16.5rem;height:15.5195rem;top:86.375rem;left:1.59423828125rem;font-size:0.75rem;z-index:15059;display:block; }#DfFHkyTZDPExGGT200msX7AS7gVUbt0X li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b6be11a49456cb1060bae1f110137d87.svg); }
 }@media only screen and (max-width: 763px) { #EISG2iCUHsv3leLPyzeDh6oFn8TSefiq { display:block; }#EISG2iCUHsv3leLPyzeDh6oFn8TSefiq > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx27auxdVrEoPLm72yxa6ArBzayom9FF { width:7.25rem;height:1.625rem;top:1.1875rem;left:1.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2dTLyQ5RRWM00omw7kOb97TfdEw3oL { width:18.9375rem;height:2.0625rem;top:3.375rem;left:1.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdxKZruuEzF8OJH9fzUwqObNNHMiWTm { width:18.875rem;height:5.16015625rem;top:6.125rem;left:1.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#ZTdxKZruuEzF8OJH9fzUwqObNNHMiWTm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_506c4f1015906d2f8222e26a7e55f974.svg); }
 }@media only screen and (max-width: 763px) { #Mi6skxSDCZJXnpaeCAPNSUqwMLlUUuft { width:10.875rem;height:0;top:23.9375rem;left:7rem;font-size:0.9375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #hANklRE86rcmo7B1eOU7DSAhCvh2Efkk { width:11.1875rem;height:0;top:29.75rem;left:6.875rem;font-size:0.9375rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #QDEzfL7nsuT8OKJwZsabEt36kn2W8Z8O { width:7.1875rem;height:0;top:31.125rem;left:8.875rem;font-size:0.6875rem;z-index:15006;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #Z5WqAzGkNOVczF5SoyWTfA2OrIghSxET { width:7.625rem;height:4.375rem;top:17.98583984375rem;left:11.125rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #hXzkI8nwL9PbqWcraQRW3mhKZ0g1qN0k { width:11.875rem;height:5.875rem;top:23.1357421875rem;left:7.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #VBp2TGmwBbkLzib8b4cweTuLXJoTD0Ta { width:20rem;height:9.75rem;top:31.8857421875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TW4vyvxi2T311gdFiSTIo6eSCVITZC5A { width:12.1875rem;height:18.375rem;top:11.86767578125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mslpP0tpylIz5G95Xu5MOSeK3g6OKbL6 { width:19rem;height:3rem;top:39.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rELoOO0pmV7aQlTpUuhzU0mSTFpSF9pT { display:block; }
 }@media only screen and (max-width: 763px) { #s2ERHPRM8f6FMZMA27qcgeEW85q8axkK { display:none; }#s2ERHPRM8f6FMZMA27qcgeEW85q8axkK > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQxTM8O9QTeNbM0bsxSoQaILRmHcMh8K { width:20rem;height:1.62524375rem;top:21.249454498291rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlFMZNxkexTdZlRTIG6FX5Bbd6OrGsbt { width:3.37456875rem;height:2.84375rem;top:33.599178314209rem;left:7.5618495941163rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT5Ka9qxWQp1IKB2owuNklHEv7c4p99T { width:18rem;height:9.4375rem;top:11.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0XWZOIiIlT25kNLStDNAQSoyFCOo4eG { width:5.24956875rem;height:1.54358125rem;top:34.249134063721rem;left:1.7496745586395rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdoRKqTFKwept7fR4IZDBuWDobhhNef { width:5.24956875rem;height:1.54358125rem;top:34.249130249024rem;left:12.284614562988rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSfT1EeuqrvAxR3CKbQdQ8FnTHvBzHN2 { width:18.9375rem;height:1.7871125rem;top:23.437477111816rem;left:0.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pp01eBEwlcO0WXqV61yIzyEIB4lRUxRE { width:17.5rem;height:2.11263125rem;top:25.349935770035rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moM9X90fyws48xTyq9gMA7vPQaTxcMaD { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T15BfyzgMPS0EOv9hkZFMqBlFxoVPOnv { width:20rem;height:8.5582468281431rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziyULBvb0rwgeWZ8SQhwrWH3VTHW0HA2 { top:8.28125rem;left:0.28103303909302rem;width:19.4375rem;height:30.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a9b1rUrCe4GRHKDtgThOrPGpS5g4yuHl { width:20rem;height:auto;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrWw3WvugMHytlqnXbN3OdiWbdLPnmTB { width:19.3125rem;height:0;top:28.146160364151rem;left:0.8121745586395rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #okebKX9u0dMLIy4tPbUgoXtNIF3ue4vq { width:15rem;height:3.4375rem;top:39.531280994415rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDICzatOwUnfPFaPHt9GVpa7xXBzhTCk { display:block; }
 }@media only screen and (max-width: 763px) { #f0nP5sUXDZNLaWfmoeKwr67fpUugokdv { width:18.125rem;height:4.8730625rem;top:27.462566852569rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wWzTherWlqdruQpGhSUIJN2baXcML1V4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9adaa35b-f543-41f1-9281-cd1fd59bf01b/image7.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#wWzTherWlqdruQpGhSUIJN2baXcML1V4.adaptive-delivery-prevent-bg, #wWzTherWlqdruQpGhSUIJN2baXcML1V4.lazyload, #wWzTherWlqdruQpGhSUIJN2baXcML1V4.lazyloading { background-image: none; }#wWzTherWlqdruQpGhSUIJN2baXcML1V4 > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ { display:none; }#dBZ6IUwUPIl8iwuy7hSgTvzOvBLWw5sJ > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O9QPnPe9Vx8LTW8KyDmaSPouAnQMX3Or { width:20rem;height:1.29980625rem;top:21.38134765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd3A3wzMNEllWmOxHr44i8VLQBMgGBWn { width:3.37456875rem;height:2.84375rem;top:33.599178314209rem;left:7.5618495941163rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp9JTqGHvDehCKtNdhiXXz2BpnI5lNqb { width:18rem;height:9.4375rem;top:11.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaJ0StJIsqapbtJeOzlXbtZmrDQql1dv { width:5.24956875rem;height:1.54358125rem;top:34.249134063721rem;left:1.7496745586395rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBcsB1DfZZW1bB5RfHtXDDE5LW1o7GW7 { width:5.24956875rem;height:1.54358125rem;top:34.249130249024rem;left:12.284614562988rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMmkhdAnDrbcKIxDAUfkOnd64nAT3CeV { width:18.9375rem;height:1.7871125rem;top:23.437477111816rem;left:0.53125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiLU9N4wedTeihwVAbZRCMBiSmxuqcx1 { width:17.5rem;height:1.05615rem;top:25.349935770035rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #svocK7LN6E2vRcwzDAQEmVnmQTbABxbL { width:20rem;height:6.1875rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q6LBXeyJvfBRggP9Fn9tqTBipIGna49M { width:20rem;height:8.5582468281431rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bq3f85nvO9ZAQ3RmfE2J0Szaovpfk8qR { top:8.28125rem;left:0.28103303909302rem;width:19.4375rem;height:30.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aDsU94vfb7kISQd8Hbl7VU84pQSSRJuM { width:20rem;height:auto;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ps5kRmmPEkgnbRz81Q2Vgv4dqGTypc7R { width:19.3125rem;height:0;top:28.146160364151rem;left:0.8121745586395rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rq7t6hn41gcF5ylBogV6hEdcVgukZ38n { width:15rem;height:3.4375rem;top:39.531280994415rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNJXV0lmp6F6oHErDTFc4M2Tt3SlyVRx { display:block; }
 }@media only screen and (max-width: 763px) { #Rg0NQ6sezHikXbkSQQeuV0I4auOpqu2u { width:18.125rem;height:4.8730625rem;top:27.462566852569rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA { display:none; }#Lql8BvtN1FBoXHVgalC9O4JO7SvVXvBA > .row .container { width:20rem;height:75.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/11d1968a-af02-4e3f-b6ea-bcd5dece854a/image4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX.adaptive-delivery-prevent-bg, #Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX.lazyload, #Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX.lazyloading { background-image: none; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX > .row .container { border-width: 0; border-radius: 0; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ofa1iUuUCOrDPXlEzRzVPnrVI86Do7IX > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW { display:none; }#f8kfloS1ekPxe9q7iX2MKUDihBaVsTTW > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T0LSi3sTOBeC42T11QdgTRU0DZXxMOJO { width:10.875rem;height:5.6875rem;top:10.7734375rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #GBLpccVKcMzsA1FFt1S7bOSMKf0ovbDu { width:10.625rem;height:5.5625rem;top:13.8984375rem;left:8.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #GDFohenUpa2qAF4g4VG3FVGh8qnmTwI1 { width:20rem;height:5.20019375rem;top:0.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1F5GTvscxwqa1UQxpJz0FfeRRmXNzEB { width:20rem;height:14.0625rem;top:23.9375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MOUXIuNBb8cqzc11Gu5MGFCr9bsWiZ8f { width:20rem;height:1.54375rem;top:24.5888671875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvqmTT334GA6BdiC8ORP0UPSx7TVbHrR { width:20rem;height:2.6001rem;top:6.26171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #olyRX506iNdkUZvedbvWytSxqNgpzZbJ { width:11.25rem;height:1.21875rem;top:9.048828125rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLlAlLhVZhsd3pT8vuKxBzSSxtIyMIhP { width:20rem;height:0;top:47.529296875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNr9DuGDIFdNMix3m3x0r2fCSFWBQNTO { width:10.75rem;height:1.38125rem;top:29.68115234375rem;left:4.625rem;font-size:1.0625rem;color:#ffe800;display:block; }
 }@media only screen and (max-width: 763px) { #DT6t8DbIndMahiSaNnTDhHRf2TBBznPR { width:18.0625rem;height:3.1669875rem;top:31.06201171875rem;left:0.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7MPbSTH0UPVdTM6hIeX1eBX4B1BlHR4 { width:20rem;height:0;top:35.4599609375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiKb4dGPvT3hafQnuVayOJOsHkqs7DA1 { width:20rem;height:0.125rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #imtq8KH4U057WZQKG582UBOF3JDbnkuD { top:28.75rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #SLiGBN5H5sMSLwT9qUxKWpry1iDzOVw2 { width:11.25rem;height:5.875rem;top:16.75rem;left:1.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #A398ox9vbZvJlNhm073f9gype9pR0rBT { width:20rem;height:1.05625rem;top:26.4443359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZgVQT5xWKauptrgI27xqrhWgINPiOMt { width:20rem;height:2.111325rem;top:39.6875rem;left:0rem;font-size:0.8125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8Koc0PfbCBcrTbnIo1DN5CSMg2lc6l { width:20rem;height:0.8125rem;top:27.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE75ewxhdVGerJZDyDrBx6zOXE38EcJB { width:20rem;height:2.111325rem;top:35rem;left:0rem;font-size:0.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #WOGJivISRznJb8HcypKkhytwSwMqqzSu { width:19rem;height:3rem;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSkKTTUGMuIcAACe9FL4BIwS5Qnrn0xi { display:block; }
 }@media only screen and (max-width: 763px) { #yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004154', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004154', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(80deg, #004154, rgba(var(--color-tertiary-4),1));background-size:auto !important;display:block; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container { background-color: transparent; background-image: none; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container > .video-iframe-container { display: none; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row > .video-iframe-container { display: none; }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .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); }#yTdcVJTfDTrG66sw3MGJkkw8UC9LtDwT > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNgZvhR2QMG2EcEk8AWPWw84ncI6cx4U { width:11.9998125rem;height:0;top:1.0883246660232rem;left:1.9715714454651rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGNy8S3yc91HnmK4RWLv3qUNX8yb9LVG { width:18.1875rem;height:2.4375rem;top:6.26220703125rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qreB4krFpfIFLqr5kFpHV1XdO4cExK { width:5.25rem;height:0.89355625rem;top:12.75rem;left:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaVHHXipOJPC8uAUGQcO1Jouo9RWQpA { width:7.25rem;height:0;top:15.75rem;left:0.3125rem;font-size:0.6875rem;display:block; }#ATaVHHXipOJPC8uAUGQcO1Jouo9RWQpA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #W4kTkqSbwtWS8MauoBWIQH3IDLnZ2C4Z { width:7.1875rem;height:0.89355625rem;top:18rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVWlNxdgllETPqowTJZ4ug6kVRWCOvLp { width:6.6875rem;height:0.89355625rem;top:20.4375rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6XZWunE9yIXIe3rJiAknTL9haSywuUJ { width:5.9375rem;height:0.89355625rem;top:22.875rem;left:0.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWhees429VJPIpQ5t0CoTTbZoltVaL04 { width:6.6875rem;height:1.7871125rem;top:25rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U81i28m2Xf1MQQgJJQbvbtT0ZDeOrxe4 { width:3.8125rem;height:1.7871125rem;top:12.3125rem;left:8.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePmVcqTVMDfDNxJlr3t7fEuTVCpDAOT0 { width:3.5rem;height:0;top:15.75rem;left:8.875rem;font-size:1rem;display:block; }#ePmVcqTVMDfDNxJlr3t7fEuTVCpDAOT0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #lKFnFMmw4nP8v8FUvfpa39WkVJ8aBdoW { width:3.875rem;height:1.29980625rem;top:18rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUg3FwRWLurbqPIqxiQ91KNXB0ULqA2T { width:2.9375rem;height:1.29980625rem;top:20.1875rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbm4zcnCEJ5RKoqZ6GUCRbcHWasHhmpT { width:3.5625rem;height:0.89355625rem;top:22.875rem;left:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR5op6MNoUZRuwzBAevwtmWgQtMk4i8X { width:4.0625rem;height:1.7871125rem;top:25rem;left:8.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAym4PIk3s0CZTfCcX7IDk2nzF4AbXeu { width:6rem;height:0.9746125rem;top:12.3125rem;left:13.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AspzlENfi3tAeW1QHZ3KCxiOg8IwPLEI { width:3.5rem;height:0;top:15.75rem;left:15.25rem;font-size:1rem;display:block; }#AspzlENfi3tAeW1QHZ3KCxiOg8IwPLEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_890b2c0de6c121424a084d78cae52511.svg); }
 }@media only screen and (max-width: 763px) { #dM02eMsQPZLhwiao79hhTK1Lzzrml2Fg { width:3.875rem;height:1.29980625rem;top:18rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImO5THnuPqKoBgg3dWGJwR1BI0w0oul7 { width:2.875rem;height:1.29980625rem;top:20.1875rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K79c5cceKvDQKy1pPMfDxcfc3vvzAL3O { width:3.6875rem;height:0.89355625rem;top:22.875rem;left:15.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbdWWyv0lHa021qFirglB0CtI2075Xc { width:15.125rem;height:1.21875rem;top:30.4375rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbdE7huo6yFtpa5GnWf2pWutX1PnAiFW { width:3.4375rem;height:1.7871125rem;top:25rem;left:15.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk7W0ts2z5stldUPTHThvC589t1J119x { width:20rem;height:16.0625rem;top:11.9375rem;left:0rem;background-color:rgba(255,255,255,0.43);background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #av5WitA3xlX08nBfgfupoptLbaEUgGJS { width:6.9375rem;height:2.3994125rem;top:33.8125rem;left:10.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X4CknL3yk92nTSleCttHcgMycVRuAsKi { width:8rem;height:1.05615rem;top:37.1875rem;left:9.5625rem;font-size:0.8125rem;display:block; }#X4CknL3yk92nTSleCttHcgMycVRuAsKi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #FJHp2wZ399ExTJgXQFi6P2LcgCau8cVF { width:6.1875rem;height:16rem;top:12.0625rem;left:13.8125rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9AwLXBemCH9idHGAC0Hmbt5wzA94HWb { width:13.8125rem;height:0.0625rem;top:14.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TJEqmTiS6QFXRaLEoSJTJUNmnNfWqK7P { width:5.4375rem;height:0.73111875rem;top:13.5625rem;left:14.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULAMuX8tQA3TxyWRJdvCSHtODT7IXu2a { width:6.625rem;height:0.568359375rem;top:18.8125rem;left:0.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn3Hq4fkyweMLNhTcZIuXT1quDQdnf91 { width:3.125rem;height:0;top:13.09375rem;left:13.28125rem;z-index:15033;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #f35k2pkq04ht0UrKTILXsRLFTqFTC0D3 { width:8.0625rem;height:9.0625rem;top:32.875rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E6bn7BRCiw4v3WSvMDUbUowZKUQbDxTe { width:16.25rem;height:2.3125rem;top:29.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRxLAGzXtvP7iFXR4LA2RU1P45dg3aQ7 { width:8.25rem;height:2.4375rem;top:33.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrBaDsAwSNkJHfzwnbUbTd5Pskn2f4S6 { width:9.8125rem;height:1.05615rem;top:38.5rem;left:9.5625rem;font-size:0.8125rem;display:block; }#MrBaDsAwSNkJHfzwnbUbTd5Pskn2f4S6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_eaeb1d69282123dbc842752bbe0a1d0fd90f4976.svg); }
 }@media only screen and (max-width: 763px) { #rC3Q8vTz7PPTXfBQ46w1EVODrnBEQ5Z8 { width:9.8125rem;height:1.13736875rem;top:39.9375rem;left:9.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#rC3Q8vTz7PPTXfBQ46w1EVODrnBEQ5Z8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8cd761d09b07f4e4456197f54bb39bd030d1e5.svg); }
 }@media only screen and (max-width: 763px) { #OqM8bfTtHh5D96KHwIePXSugyrqRRyIw { width:20rem;height:1.25rem;top:9.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5A5bKQoVppCk1x2ae9KypoE35go7T4 { width:20rem;height:11.651375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5KTZffaq3r07LXAF1GDpzu1TTlt6Ce8 { width:17.5rem;height:0.0625rem;top:5.2373046875rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #LCUiMR8xBgoCMnEmZmEKzl0TBTK7pAX7 { width:6.25rem;height:0.0625rem;top:14.5625rem;left:13.75rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #afgEyMTqn5wgo8paafaH3hRM26x0g6Z2 { top:12.03125rem;left:7.625rem;width:0.0625rem;height:16rem;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lEVte2wGpGRX1FUqWS1crG2pSUku7Pwv { width:14.4998125rem;height:2.9248rem;top:1.4328342676162rem;left:2.7495660781861rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JDLtZR72T8QRPsyGhDTu2k4LleW8Bq6p { width:15.6875rem;height:4.25rem;top:50.375rem;left:1.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RxoBB0lcwmFcJRiDGRssEafFLXnS3kqb { width:20rem;height:2.1123rem;top:44.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAtwETxTJfKNSwQvRy9kKCz2Rk4Gd0gA { width:5.25rem;height:0;top:45.5rem;left:7.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ3F6TH1qgdKIgUyVN07kb8FP9H4bFvq { width:20rem;height:1.625rem;top:47.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #O2IOUlUJ1IF69KhPQ3ofN408yPk4Pehy { width:17.5rem;height:0.0625rem;top:43rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eCZkhC7uZlDrf7Bt3rEyT5Tw5rNX5lT8 { width:20rem;height:0.568359375rem;top:56rem;left:0rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD { background-color:#0f172a;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#UN2p5MQwhbofw0Q7AOeIFp6GpHiDVQpD > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSx8igfGC5oewMk46QkZ8cTxaNAityW8 { width:10.249rem;height:0;top:4.3739151954651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #Bm6thEOEB6NJqx71teSeAICB8cPBJubQ { top:2.4359810352326rem;left:8.4375rem;width:11.5625rem;height:13.8125rem;z-index:15171;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #J2eIo4tNlyIbbBied5hl5uGKCcKmE3XB { width:20rem;height:19.1875rem;top:1.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #016a8d, #0d3845);background-image: -moz-linear-gradient(90deg, #016a8d, #0d3845);background-image: -ms-linear-gradient(90deg, #016a8d, #0d3845);background-image: -o-linear-gradient(90deg, #016a8d, #0d3845);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#016a8d', endColorstr='#0d3845' );";background-image: linear-gradient(90deg, #016a8d, #0d3845);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J9v1dbL9rbTKVR9obytTSNKxulhhh7SF { width:19.625rem;height:0;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #PztZIMEBssIlSPS3ugxMbKfnq3qvbNq0 { width:13.2485625rem;height:2.923825rem;top:17.5625rem;left:3.37548828125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uhT8cXrhTuTzbVQ2P9lJd1ohMipobyfq { width:14.6875rem;height:7.4375rem;top:9.3125rem;left:2.65625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfoTTrbGSzKd1MGZaGy4Nhhc2VrJI8r { width:14.562375rem;height:1.49963125rem;top:1rem;left:3rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZFaTnNvOCnTyFwOMvn9nJBHsc7RVIpCh { width:19.6875rem;height:1.4624rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#091b45;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PqLNeCwMT7amzoigIMzKZXKdVxoeTEo9 { width:20rem;height:0.8125rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nviZ5MKsDwmanR6rL13cuKs6l2cQJGZi { width:19rem;height:3rem;top:33.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTB8BfqxbNDnpLdgJRNNsTLVfvAiCGvZ { display:block; }
 }@media only screen and (max-width: 763px) { #pXkrCrJJUPRbJcyfupEbGPsKhTeCJttr { width:19.625rem;height:3.65625rem;top:3.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { width:19.9995rem;height:25.062rem;top:27.309814453125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { width:15.375rem;height:2.51875rem;top:1.5679254531861rem;left:1.5967882871627rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { width:15.061875rem;height:3.25rem;top:11.9482421875rem;left:3.8167319297791rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { width:20rem;height:0;top:9.2404519915581rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .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; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { padding-top:0.236875rem;padding-right:0.203125rem;padding-bottom:0.236875rem;padding-left:0.203125rem;width:1.220625rem;min-width:1.220625rem;height:1.273125rem;font-size:0.948125rem;line-height:20.37px;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;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.14875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.628125rem;height:0.503125rem;font-size:0.355625rem;line-height:8.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { display:flex;top:21.6220703125rem;left:7.763671875rem;width:10.5rem;height:2.39875rem;z-index:15020;padding-top:0.29625rem;padding-right:0.290625rem;padding-bottom:0.29625rem;padding-left:0.290625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
 }@media only screen and (max-width: 763px) { #kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { width:5.6870125rem;height:2.6rem;top:21.8173828125rem;left:2.9677734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGam7stCVPQSFqNIPsnIsvSHengv8gnO { width:16.56225rem;height:3.574225rem;top:15.163330078125rem;left:3.43798828125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3U1zqWXmIk8CE9Pr0FU4itRDDXk1Mu { width:10.061875rem;height:2.35595625rem;top:4.7200527191162rem;left:3.8167319297791rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSiJ0UfQ50aoplNmxVE9p3ZQvX1roE3 { width:14.0625rem;height:3.25rem;top:7.042236328125rem;left:2.9677734375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnrF28R2Cx21rx7LwCGsGUL9xC5w9Inf { width:13.875rem;height:1.38125rem;top:19.41357421875rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4MB7UXRhM8zhKzW7NA3UlKnMs1as4UD { width:2.9370125rem;height:2.03125rem;top:1.81201171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATuarLyDup6ByKWZOns1vNJsNyOtfVCZ { width:0.062255875rem;height:22.749625rem;top:2.375rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKkHJxhDGThEGgo1oZnkXxC426Xl1VO { display:flex;width:0.625rem;height:0.625rem;top:25.1240234375rem;left:1.1240234375rem; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR  { width:17.5rem;height:auto;top:27.26220703125rem;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; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR .widget-info-text { text-align:center;text-align-last:center; }
#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR {display:block;}#WwJdgZqevckKIt59H2ADDKO9J0UoO2JR { width:17.5rem;height:auto;top:27.26220703125rem;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) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #fQDSqCdlrRQmJOF5wkc7LdFrAFbvgvKO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #X3aDuqs6CoBJNUxTOPwwIkqcMTX21f2d { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #y5BrneptgF27Qu7tZmQ92Crbww5AZfX4 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #lUhrOamCkXZZxSqwgwykHQFILknGGlSf {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #OB1x6p7vFqFnWA9v3T0GfQ8tRknsurco { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #zSQ2SRJdwiDPnau54hEy8WvfiKDqAw4X {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #cWEoFP0pqNSTf8gL9EoW1gfhWxlsPqmC {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #Ka3RWMiMtdwquqfqTm2dErhti69I9R6b { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SSLLTPTJ1ycerZDFC4vJVtIVOPk8NbZP {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #UBhM1nEiCLbdUDWSUtoxqrwJZ2Hd4903 {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #D7K1THvNOfdIqmxLCItB3UiDTbArzfcK {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #SouzDVHms7wrSB2KtlKT1b6RM6C6wBBS {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #NFFQlwuaR63szONW5nvashQmHkPLTfTO {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #VDx0xZEmeWIi79R82kvE9TR5gMT801Gv {  }
 }@media only screen and (max-width: 763px) { #QvEVerR5mkq0UZ2UEc7gvitIAtTRVTOn { display:block; }
 }@media only screen and (max-width: 763px) { #vC99LK8xLqXpzVIZIaeLhx0419khOums { display:block; }
 }@media only screen and (max-width: 763px) { #VwEoiWpeaRZQzvLV8oG8rokTJbCh6N6w { display:block; }
 }@media only screen and (max-width: 763px) { #C2mnUzS4PEeriX81htU8LlWJI24kFlaE { display:block; }
 }@media only screen and (max-width: 763px) { #LrQQinNxWepMSvWQtrAoBcOPJR25F5Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rG9nZ2wuMcKcAslrknwBwbnNtUbEOWm2 { display:block; }
 }@media only screen and (max-width: 763px) { #Gw1WmG8c8xnBxMHMbrTnkAe9fSNT6M4o { display:block; }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #XviLZbmuXNXti9eTVmEF7Xr0F6hQSzgn {  }
 }@media only screen and (max-width: 763px) { #WwJdgZqevckKIt59H2ADDKO9J0UoO2JR #JoaqORAAweCFgZDkaw81nqA9IGoU84i9 {  }
 }@media only screen and (max-width: 763px) { #Th7H2HfLvH6zt243adA5FoPN6bhGCKHc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yv9lfPSriLUaDcCpPV7PvBp2ZFW5DOQA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PCTWfHkf81Z7WNaPT02tVFX8hup1ur2W {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NFe2BngbPf6g3RmuxUdbMc5RMyu5c7hP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WSpFwBeBEfoBvCQ2Cery47uHCA2wFQ7t {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SSu2XCTUxWV5qkrQpWh7y7QTqgGU6OzC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #kksx2GLgiqSIyEh0JD0ViDLmDHJB8NsP {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #p4J49VVbG3Xt9MU2mQuHutu4VkRyHQks {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #TEt09zELRgW3sXTwD8ZutqMI6EvGkTam {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nuXteuU7J3azMlVUPEatxwK9AhqAJDr5 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #PTt9FtM5zhB1K6H8wC5QaLt7JUeW5eQq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X5WO8bii28f2xMyzS7ucgIaCkwEEtNsE {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iTdfC6eecOQkQ20QNakS9gIR7vIHJJiU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HETP481JB6l5MQQOChcTNHVyUbHKHWA8 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ITcECq3lXNbNrvMGQdEpo6sKLE0MLp0G {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AAkom6g2LF2522xS3ct1RnturFsOkVL1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UGqW8Lif1HCFU0dKkOd81qcW8BCSEQli {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xtTQEIZCRuXzDyI7zsSqkD704wpUdA53 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #io03EKl1Z9bWIRP4mmEWoM8EybOeluqI {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sIVaXg9Rw5T8H2KIGD7QNu75wClnug9g {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CmVs1Ul02McKRHyASVqyemmA7xAKzHxr {  }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { width:12.5rem;height:1.62524375rem;top:22.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { width:12.5rem;height:1.3rem;top:21.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { width:12.5rem;height:1.3rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { width:12.5rem;height:1.3rem;top:59.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { width:12.5rem;height:1.62524375rem;top:42.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { width:12.5rem;height:1.62524375rem;top:61.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { width:15.9375rem;height:5.19921875rem;top:1.3125rem;left:2.03125rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { width:14.625rem;height:17.875rem;top:7.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { width:12.5rem;height:12.5rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { width:12.5rem;height:12.5rem;top:27.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { width:14.625rem;height:17.875rem;top:26.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { width:14.625rem;height:17.875rem;top:45.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { width:12.5rem;height:12.5rem;top:46.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.3994125rem;top:9.1743602752688rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.39941875rem;top:16.436878204346rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.3994125rem;top:2.4375rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.3rem;top:1.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.3rem;top:7.875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.3rem;top:15.130948066711rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { width:8.875rem;height:1.364772536541rem;top:28.124111175537rem;left:5.5619668960571rem;display:block; }
 }