.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,12,125;--color-primary-1:10,42,100;--color-primary-2:42,45,61;--color-primary-3:10,34,93;--color-primary-4:0,18,49;--color-secondary-0:243,129,0;--color-secondary-1:231,19,0;--color-secondary-2:220,21,0;--color-secondary-3:200,21,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:28,28,28;--color-tertiary-2:12,12,12;--color-tertiary-3:10,12,14;--color-tertiary-4:0,0,0;--headlines-font-family:"Prompt";--paragraphs-font-family:"Prompt"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001027;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; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { background-color: transparent; background-image: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .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); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { border-width: 0; border-radius: 0; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#pFPbqe08z8RlwmlDWIlI2Q4lmarqcENv { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:5.384521484375rem;left:22.34375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#tks31TkGEEEwNUshdrLW9MKbpVBG7VS3 { color:#000d89;display:block;width:67.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:23.934936523438rem;left:3.7799072265625rem;height:3.90015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTx4PHkCHlUca9Et2BhdU9H8JFwmuSLQ { 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:2.062375rem;width:10.187375rem;top:0.687255859375rem;left:63.80615234375rem;overflow:hidden;display:block; }
#M3CtxLE9CnLg0LzdKuR3WpcHW6k5TART { color:#ffffff;display:block;width:65.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:10.374145507812rem;left:5.7794189453125rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y5SK5eTPa5yfQ5cHrekEC9iD98sPbfuD { box-sizing:content-box;height:2.6245125rem;width:26.749875rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,18,49,0.68);background-image:none;box-shadow: none;border-top:0.125rem solid #8a43ff;border-left:0.125rem solid #8a43ff;border-right:0.125rem solid #8a43ff;border-bottom:0.125rem solid #8a43ff;top:4.8492431640625rem;left:24.12353515625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#KfBcqZHgiLdf6B16HtRuBhzzRNmfgc5m { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #721cff, #00abf3);background-image: -moz-linear-gradient(112deg, #721cff, #00abf3);background-image: -ms-linear-gradient(112deg, #721cff, #00abf3);background-image: -o-linear-gradient(112deg, #721cff, #00abf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );";background-image: linear-gradient(112deg, #721cff, #00abf3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.499875rem;height:4.562375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:31.249389648438rem;left:14.18701171875rem;display:block; }
#Rm085GhGqcnmCtrgc6eX2FZJK3AlekOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHLKPWCc72Juhd0OlFtvXHDcT9igK5TP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.6875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:31.1865234375rem;left:40.811767578125rem;display:block; }
#hN1nhThC91uAraf3nRFlynD54wFyw7rL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpLXXO0VASUdkbQivpHAdvWOEAymcRED { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:34.24925rem;top:10.374145507812rem;left:35.238037109375rem;overflow:hidden;display:block; }
#FyWmdlni4Wp4Jc85f8S0n7cS8dgxte3c { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:8.875rem;left:0rem;display:none; }
#zp66sCfDgiL9q0fJodkH59qDs5sSiovp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:8.3125rem;left:0.125rem;display:none; }
#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001027;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; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row .container { background-color: transparent; background-image: none; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row .container > .video-iframe-container { display: none; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row > .video-iframe-container { display: none; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .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); }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row .container { border-width: 0; border-radius: 0; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#bAzCu0AaTi6pJMcVSXwhDcEOrF5JByDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.43725625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.4);top:1.671142578125rem;left:7.1563720703125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Gap365ORGCcbeiab0zJZByTVX7rWZ2W1 { color:#b1afe1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3271484375rem;left:3.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#R1uzSvU332vw7Tu5IcQlDNDE0CsoKAh0 { box-sizing:content-box;height:7.124625rem;width:16.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(244,244,244,0.1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.67138671875rem;left:0.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#wCl73opWHK2TDSeDXObQd9MNgQwwCIoc { box-sizing:content-box;height:7.124rem;width:16.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(244,244,244,0.1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.718994140625rem;left:19.84375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#lrA7HfAAZNyb2Tpd5lWZg8dAespZdg4H { box-sizing:content-box;height:7.1234375rem;width:16.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(244,244,244,0.1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.718994140625rem;left:38.59375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ThPfDV8VkKr2JHK2bmgni9B2o5lPQtdG { box-sizing:content-box;height:7.1234375rem;width:16.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(244,244,244,0.1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.718994140625rem;left:57.280883789062rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#SRSsaAbbclx4Rv5VZz31qZTdbBrCOdkm { color:#ff61e4;display:block;width:6.0620125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.4);top:1.7926025390625rem;left:25.093994140625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#AWfrex5vEATnGxbssTCeOaRCcBfDMsqD { color:#b1afe1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3271484375rem;left:21.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TPpt0LVqTDHT5ybaWWlre2Rp0qhk1z1p { color:#b182ff;display:block;width:6.0620125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.4);top:1.7926025390625rem;left:43.843994140625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#yIeVEP8lMi0wMkEFEQhaLoqE83CBgohP { color:#b1afe1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3271484375rem;left:40.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RCGhwVpgb8StCeMivdzwPIRhLphoIDSy { color:#f15b7c;display:block;width:14.937125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.4);top:1.7926025390625rem;left:58.154907226562rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#syBprI8glk3uvL2JOUSW8L7CFldwhTvT { color:#b1afe1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3271484375rem;left:59.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row .container { background-color: transparent; background-image: none; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row .container > .video-iframe-container { display: none; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row > .video-iframe-container { display: none; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .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); }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row .container { border-width: 0; border-radius: 0; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#RXha2pNpkfpZnm58TgyS7o23hEU49Sii { color:rgba(var(--color-tertiary-4),1);display:block;width:23.624875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8985595703125rem;left:25.687255859375rem;height:3.4125rem;display:block; }
#gkrJZ6W6v6b4QQFfdnKAoH4MitDxccld { box-sizing:content-box;height:0.437011875rem;width:15.812375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -moz-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -ms-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -o-linear-gradient(50deg, #2e00b9, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );";background-image: linear-gradient(50deg, #2e00b9, #b928ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.309814453125rem;left:28.56201171875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Hzb7rgi0N2IfWRpdmWk5TVXchWE4lqKR { box-sizing:content-box;height:21.9375rem;width:21.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(104,104,104,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.8125rem;left:1rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#de3UCe2qC20wn1qLEIqW91gN6fPr0TRL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:1.9375rem;height:10.7226625rem;text-align:center;text-align-last:center;display:block; }
#K1Ku2xvhFa6RmcBfF85vG80PXZTJFiMW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1870125rem;width:4.1870125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.1875rem;left:9.75rem; }
#zoli8mO8DtC5L6dpvpvAhseMQyML48mh { box-sizing:content-box;height:21.93725rem;width:21.749875rem;position:absolute;display:block;z-index:15003;background-color:rgba(104,104,104,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.8125rem;left:26.5625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#DlAnQTEPUUidgiDLQNaPbFwWGy0DORI7 { box-sizing:content-box;height:21.936625rem;width:21.74925rem;position:absolute;display:block;z-index:15004;background-color:rgba(104,104,104,0.2);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:8.8125rem;left:52.25rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TuT0ASC8tpbHHMrup3WkiXwTtbMO3vR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5rem;left:28.375rem;height:10.7226625rem;text-align:center;text-align-last:center;display:block; }
#h39F278DTsV9MfNCWmQ6qbiuJHWZ8NMH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.31213125rem;width:4.31213125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.125rem;left:35.3125rem; }
#uxSz6G1WbloP6F7wf1bLT82uOIKFZH0M { color:rgba(var(--color-tertiary-4),1);display:block;width:18.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.499267578125rem;left:54.030151367188rem;height:10.7226625rem;text-align:center;text-align-last:center;display:block; }
#SPrqLOe68aQQPGzVlTUDXWdSv7DrDUSw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.311525rem;width:4.311525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.125122070312rem;left:60.968017578125rem; }
#e7NSBvzpgBoVOp1n6IdleWh0CQuSee6k { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #721cff, #00abf3);background-image: -moz-linear-gradient(112deg, #721cff, #00abf3);background-image: -ms-linear-gradient(112deg, #721cff, #00abf3);background-image: -o-linear-gradient(112deg, #721cff, #00abf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );";background-image: linear-gradient(112deg, #721cff, #00abf3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.49925rem;height:4.56176875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:32.561645507812rem;left:27.250366210938rem;display:block; }
#c5PbWI9htgVA0GSwgIoi5ELBFTVd4LXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001027;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; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row .container { background-color: transparent; background-image: none; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row .container > .video-iframe-container { display: none; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row > .video-iframe-container { display: none; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .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); }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row .container { border-width: 0; border-radius: 0; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;position:relative;display:block; }#QghaGuQ7Bt24rRNvRbGSm9xS1sVsuRSc { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4468755722046rem;left:13.997656822204rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#dd7ISXNTwZk1pbg8nLPKwF9loT6TRPGy { box-sizing:content-box;height:0.437011875rem;width:15.8111875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -moz-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -ms-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -o-linear-gradient(50deg, #2e00b9, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );";background-image: linear-gradient(50deg, #2e00b9, #b928ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.053466796875rem;left:28.34228515625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#BlSF5H1Gz14Puqt7s9t5io093FDJ2Vvz { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:16.1875rem;width:18.3125rem;top:9.293212890625rem;left:0rem;overflow:hidden;display:block; }
#wytQTxJcgcesvLitDBNFXCt3tLbw60WT { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6246337890625rem;left:16.812255859375rem;display:block; }
#g1Qk7E6dPMX61GAEwKSulGTI6l7tRhk0 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:16.25rem;width:18.6875rem;top:9.29494921875rem;left:18.607493637869rem;overflow:hidden;display:block; }
#TOfX1WwaZDRJq0rQyBofH2sp14hT0mT8 { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.68701171875rem;left:35.68701171875rem;display:block; }
#qIGtNRbPJcL5wUhQ6G6Me0L1I0c5TXZF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:16.3125rem;width:18.4375rem;top:9.232818359375rem;left:37.562207163387rem;overflow:hidden;display:block; }
#ghDp2PqK6fcT8fFRToeaSBBsOGVE9vcQ { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.62451171875rem;left:54.499633789062rem;display:block; }
#IG1ENRMx7rJ0bccKbHRninp0929Ju7ke { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:16.125rem;width:18.6875rem;top:9.355224609375rem;left:56.375rem;overflow:hidden;display:block; }
#vHf7WJOyRTgyQHPsRh87iHlK7XFnEzsX { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:73.24951171875rem;display:block; }
#DUwpLKRcNPnywbAS689L98yaRisL86on { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:15.875rem;width:18.5625rem;top:26.277954101562rem;left:0rem;overflow:hidden;display:block; }
#PkaEXpU6Bd0cWmnn3WIAfxXLahtU8Wu7 { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.749755859375rem;left:17.12451171875rem;display:block; }
#J5lPThOB1lKuQmzvpE3lPkEtUXqBx64P { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:15.9375rem;width:18.0625rem;top:26.310913085938rem;left:19.048923766296rem;overflow:hidden;display:block; }
#AKA2p5BLnK6NOgP30zcpVdMmsPFLQKeO { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.75rem;left:35.687255859375rem;display:block; }
#nLg3NxAFVhPbwdn7Ddmtu182wbUE6Z1W { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:15.9375rem;width:18.562rem;top:26.308227539062rem;left:37.481201171875rem;overflow:hidden;display:block; }
#eOSicWTVcsfu6zDtVhufkEB179AH5ayQ { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.624633789062rem;left:54.375rem;display:block; }
#VrR0RDFK4iO0Bhgy6AO0oRpiKCIi4Z1U { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:16rem;width:18.4375rem;top:26.150512695312rem;left:56.5625rem;overflow:hidden;display:block; }
#sspVOPNAATT8uoJH09qMAgiiRcMopxsn { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.5625rem;left:73.4375rem;display:block; }
#v6btMzWg6AN2DJp2LF2nBRBA9HKNni4r { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:15.75rem;width:18.3125rem;top:43.0625rem;left:0.034297594142259rem;overflow:hidden;display:block; }
#wMnRLHLMF1z5b85A9O34BnTgyVTwaJ8s { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:16.8125rem;display:block; }
#wITSHfuIfwlDyDAW5Q7OUqwS3m7Tx4Sy { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:15.6875rem;width:18.125rem;top:43.185424804688rem;left:18.703793069288rem;overflow:hidden;display:block; }
#MZ6SWGfvdhJgEVVHucM8uy2B6p27w4Cz { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.562133789062rem;left:35.374755859375rem;display:block; }
#PGpDZHqytPKcfMVLgCXcdEw1pS9T8xHI { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:15.8125rem;width:18.625rem;top:43.185424804688rem;left:37.251454938913rem;overflow:hidden;display:block; }
#vIgnR3MTDC7R9AUOTTZVN1rzGynMTZlw { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.562133789062rem;left:54.187255859375rem;display:block; }
#erwmUSreiW2swotgiKOAX0ERuJnHQx1H { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:15.9375rem;width:18.75rem;top:43.154418945312rem;left:56.303100585938rem;overflow:hidden;display:block; }
#JtNkX0gRpNHQAd5Dx4vhRePa4C2ErA1P { box-sizing:content-box;height:1.12426875rem;width:1.12426875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#001027;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.5625rem;left:73.31201171875rem;display:block; }
#Ml8BKIXtJpfavTDwUeAokT7w991tNvOu { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4468755722046rem;left:13.997656822204rem;height:3.65625rem;text-align:center;text-align-last:center;display:none; }
#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { background-color: transparent; background-image: none; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container > .video-iframe-container { display: none; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row > .video-iframe-container { display: none; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .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); }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { border-width: 0; border-radius: 0; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#UEiqCavJOo9QsX2PhaLsUv91kANpQcPL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:33rem;left:20.625rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wQpIoK9osPlO8CETaR38THeWJxKNEJFL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:32.454864501953rem;left:20.559028625488rem;height:3.99999375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rfzDk6RLR2PnU2f8xmSc5kv0te7LJgi9 { color:rgba(var(--color-tertiary-2),1);display:block;width:40.874625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:2.6217041015625rem;left:18.226928710938rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KPuvOXmyVM8refPJblbwKFITCIE82xWz { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.875rem;top:9.4375rem;left:9.25rem;overflow:hidden;display:block; }
#iPZNezV57byVvy0kelb8zTaZx0aaX19T { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:5.375rem;top:9.875rem;left:34.8125rem;overflow:hidden;display:block; }
#VGhZmZT1picPTOegLJObd463DJ2ryi8x { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.125rem;top:8.5625rem;left:56.8125rem;overflow:hidden;display:block; }
#OqVIop5wxMF4e15O4fvLHx0JpSnBHhlO { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:12.0625rem;top:25.6875rem;left:20.6875rem;overflow:hidden;display:block; }
#l0kFS7VfrnBXrsSJK0vLLWn46rLp4FGN { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:10.0625rem;width:21rem;top:13.4375rem;left:50.125rem;display:block; }
#imxTFtPON9AB3LSFx306UrGrM8c2gFEw { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.4375rem;left:49.3125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A5hHETlTaHEURsOPmo1bKTPCPL20Llkd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:18.6875rem;left:53.0625rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKi5QQ0tlFmOJONBRS7TityQy14VaZ3a { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:11.1875rem;width:20.5625rem;top:30.0625rem;left:16.4375rem;display:block; }
#KEvWybfJiqxdqNk9kZpOqkRKkVsrLgLS { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:32.5625rem;left:15.8125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g5QfoT37GOQRJ2nsMfvsnM2AmPzPQBud { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.0625rem;top:28.875rem;left:47.9375rem;overflow:hidden;display:block; }
#x6oXvBrfOEh7iuJbUoxKqnyQpn3XIC4r { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:12.0625rem;width:21.1875rem;top:29.9375rem;left:42.1875rem;display:block; }
#UOhJbgV1zBhWTXkUfgePW9TQKXGUrkFs { position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.5) ;height:3.625rem;width:12.1875rem;top:27.875rem;left:46.875rem;display:block; }
#gPK1mfqe9hf9RdWBRZCnETFEsF1NO4Cv { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:31.9375rem;left:41.28125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gs21uB4hX3hH794PnUL7LxbQQK6u7DpX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:10.0625rem;width:19.4375rem;top:13.5625rem;left:27.75rem;display:block; }
#A0SkIbTTUTN6ITkegMn4LyHHH3pJoNrr { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:15.4375rem;left:25.8125rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQT8oTDIzUl6HmPhllbdHKVGizgUAWFF { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(33,104,250,0.5) ;height:10.0625rem;width:19.4375rem;top:13.4375rem;left:3.5rem;display:block; }
#WIyJIkK36RR36GWbLTLWf6TGaTMAHUxB { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:15.4375rem;left:1.59375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8REvI2BPDyMNLEXewQmz3kqUmWFi4DX { position:absolute;display:block;z-index:15067;background-color:#ea1010;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.3125rem;width:13.625rem;top:22.5rem;left:6.46875rem;display:block; }
#fcVw2THPuxKJ5uZqbSkZtP3KPELsTfrh { position:absolute;display:block;z-index:15068;background-color:#8a43ff;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.3125rem;width:13.625rem;top:22.5rem;left:30.6875rem;display:block; }
#OEE4Amnx5TgSay3gVe7118B1JqpEDogT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:23.09033203125rem;left:32.6875rem;height:2.76245rem;font-style:normal;display:block; }
#QRCMKovSErVLeH1MR1mRQkNlr4mglUf4 { position:absolute;display:block;z-index:15069;background-color:#8a43ff;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.3125rem;width:13.625rem;top:22.5rem;left:53.875rem;display:block; }
#fCp97M729DPsWRSb6dltKIL7J7cxWfkK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:23.0625rem;left:55.71875rem;height:2.76245rem;font-style:normal;display:block; }
#Vg2FIiTpNDrfuT1BxfzXG4dT7Tnd4Tby { position:absolute;display:block;z-index:15069;background-color:#8a43ff;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.3125rem;width:13.625rem;top:40.4375rem;left:19.9375rem;display:block; }
#w0vmauzT8v0SVxcsPnTzmyOolLBAOwZf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:41rem;left:21.6875rem;height:2.76245rem;font-style:normal;display:block; }
#aDoH7welEpf7Tm42XZJDfR3MQSWDpgfr { position:absolute;display:block;z-index:15069;background-color:#8a43ff;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:2.3125rem;width:13.625rem;top:40.5rem;left:46.25rem;display:block; }
#b9hvV1Z9nptamG0JlVGDaTSBPNB3Tnit { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:41.0625rem;left:48rem;height:2.76245rem;font-style:normal;display:block; }
#pPSHna9hTIQ7V834V1SrQLuDfPzz96W2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:sukhumvit;font-size:1.0625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:23.02783203125rem;left:7.25rem;height:1.38125rem;font-style:normal;display:block; }
#p2JUAIpUvBXH24cKv5twAKf6meGXWWsV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.125rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJSHuLnT41EJB5t7kCTcmAg88SuXZoZP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:17.58154296875rem;left:29.5625rem;height:4.385375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#quI7uHbDc4MbDPN8zkXJfTxiRb33LpxW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:35.19921875rem;left:18.75rem;height:4.385375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NNB8cu70Hd3VDgL7rEmlzOagzxUL2UMe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:34.07421875rem;left:43.625rem;height:5.84716875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lsIIVvsxtAp6RwxBMTtZcsZXZeeyfSLL { color:#ff7263;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:15.4375rem;left:49.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HO03gDSKVSJrWTffze9BWCS8n7HfD6XI { box-sizing:content-box;height:0.437011875rem;width:15.8111875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -moz-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -ms-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -o-linear-gradient(50deg, #2e00b9, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );";background-image: linear-gradient(50deg, #2e00b9, #b928ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9521484375rem;left:29.594116210938rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TowrP54OIJhnZPGT0zde3trs9OxolWkI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001027;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; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { background-color: transparent; background-image: none; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container > .video-iframe-container { display: none; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row > .video-iframe-container { display: none; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .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); }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { border-width: 0; border-radius: 0; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#K7wZzKu4ZKJ6x3RaEZqx7eaytrnDQo9P { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:2.1490478515625rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#in2OkZc9kXKGss3Crk1tlpgStXOdsmRT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:25.061157226562rem;left:1.8121337890625rem;height:9.3505875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mcl4hP2kg0eCNzORsR6adkNMKKlT2a6P { position:absolute;display:block;z-index:14950;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23.5rem;width:17.25rem;top:12.1484375rem;left:0.7098388671875rem;display:block; }
#gMiCGXB7GT43PMMZnTv0sqtpTiKPdrLk { position:absolute;display:block;z-index:14951;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23.4375rem;width:17.5625rem;top:12.25rem;left:19.3125rem;display:block; }
#vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph { color:rgba(var(--color-tertiary-0),1);display:block;width:13.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:24.873657226562rem;left:40.031127929688rem;height:8.18176875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fu6VnPvmBLTBdnSqgq1PeQOH2esQakrW { position:absolute;display:block;z-index:14952;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23.25rem;width:17.375rem;top:12.3125rem;left:38.1875rem;display:block; }
#rfynMEI14Vy9Kub9U1DEHRn51mLizn8V { color:rgba(var(--color-tertiary-0),1);display:block;width:14.874875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:25.186157226562rem;left:20.68603515625rem;height:9.3505875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SMNxlUOeRi2NGvD8SLRn2L9IXoN3K4IG { position:absolute;display:block;z-index:14953;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071ff', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(180deg, #0071ff, rgba(var(--color-tertiary-1),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;height:23.1875rem;width:17.375rem;top:12.311375rem;left:56.924917677013rem;display:block; }
#C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:24.873657226562rem;left:58.96728515625rem;height:9.8974875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktD20K0JDThMWglcxyLIFHTnvgtnJrdd { box-sizing:content-box;height:0.437011875rem;width:15.81175rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -moz-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -ms-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -o-linear-gradient(50deg, #2e00b9, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );";background-image: linear-gradient(50deg, #2e00b9, #b928ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.7652587890625rem;left:29.593505859375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#cQG0hMSxV9BaRni8v4lITn8Ct3GaucUE { color:rgba(var(--color-tertiary-4),1);display:block;width:39.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.2);top:8.0780029296875rem;left:17.780151367188rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#r9SCeOLqAUrREJ1s3gruNXZ7EZMfOuXd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.187375rem;width:10.187375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:13.870849609375rem;left:4.27978515625rem; }
#VWiQm4amq0H7mF59dixKw0gSscKKX5Fz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.3125rem;width:10.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:13.809814453125rem;left:22.96875rem; }
#UFDaMDPo10cfOrLZORov8yPJwRBsT1PG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10.5rem;width:10.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.933715820312rem;left:41.881103515625rem; }
#V7BvQsCH0aDTBK0VfuOhFwlhSrg69t4U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.562375rem;width:9.562375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:14.370239257812rem;left:61.031005859375rem; }
#TsZ4C6qxgkEOvqGoNNBXwpca5TefpmIH { box-sizing:content-box;height:8.1875rem;width:8.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;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:15.388577148438rem;left:61.981594726562rem;display:block; }
#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row .container { background-color: transparent; background-image: none; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row .container > .video-iframe-container { display: none; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row > .video-iframe-container { display: none; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .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); }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row .container { border-width: 0; border-radius: 0; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#b4xPbu9zgUKi3vJPUzyNDa1gaZgbG0bu { color:rgba(var(--color-tertiary-4),1);display:block;width:49.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.66845703125rem;left:12.843627929688rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#lXUS9PiimifSbqUrd1MFwsma4VJh3wfP { box-sizing:content-box;height:0.437011875rem;width:15.8111875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -moz-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -ms-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -o-linear-gradient(50deg, #2e00b9, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );";background-image: linear-gradient(50deg, #2e00b9, #b928ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0797119140625rem;left:29.594116210938rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#VTdOvZTu9TpWOzqtUwyrZnsepkG1LrB1 { color:#2a2d3d;display:block;width:52.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.218994140625rem;left:11.21826171875rem;height:1.54375rem;text-align:center;text-align-last:center;display:block; }
#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/uc/a9defdb1-dca2-496e-8ed1-45580480e312/Screenshot25690116at151528.png");background-position:bottom 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:block; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0.adaptive-delivery-prevent-bg, #BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0.lazyload, #BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0.lazyloading { background-image: none; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row .container { background-color: transparent; background-image: none; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row .container > .video-iframe-container { display: none; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row > .video-iframe-container { display: none; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .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); }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row .container { border-width: 0; border-radius: 0; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR { position:relative;display:none; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR { border-width: 0; border-radius: 0; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .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; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uKr6Tl2Uekyczhp9Zlpk0Hw0Lisrw4QB { 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:69.25rem;width:75rem;display:none; }
#CEcI71vaM90nwXthqlZL0Jh7bL9aVCM6 { 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:38.1875rem;width:75rem;display:none; }
#qKt9Fryfaweo5Xb4rlxfK9yPJeyB9EVT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:66.1875rem;display:none; }
#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001027;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; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row .container { background-color: transparent; background-image: none; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row .container > .video-iframe-container { display: none; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row > .video-iframe-container { display: none; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .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); }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row .container { border-width: 0; border-radius: 0; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#gDTJ6q2n7rvB7T1NGclJVwpAbkzcrheH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.040771484375rem;left:26.686401367188rem;height:3.4125rem;display:block; }
#ZTa7LTCFygZI6UfiUis9DWxGEpy2Zo7K { box-sizing:content-box;height:0.437011875rem;width:15.8111875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -moz-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -ms-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -o-linear-gradient(50deg, #2e00b9, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );";background-image: linear-gradient(50deg, #2e00b9, #b928ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.6395263671875rem;left:29.594116210938rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#fvyZ6WvxlmTpHSu2nR3PQBnKzzKwKTpA { color:#bababa;display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.6492919921875rem;left:14.717407226562rem;height:3.08715625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWtFD8PAkx1GpBfTldMR7iPOTsa4o0UT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.498875rem;width:9.498875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.358764648438rem;left:6.397705078125rem; }
#TQwnaKegGzpb8T5zw71LdWSiPuilVksn { box-sizing:content-box;height:0.24963375rem;width:51.5625rem;position:absolute;display:block;z-index:14999;background-color:#d5d5d5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.984985351562rem;left:13.52294921875rem;display:block; }
#z9Kfk8VIPfEFTDzqRNSGPTHAUVKOSt51 { color:rgba(var(--color-tertiary-0),0.95);display:block;width:14.375rem;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:23.876342773438rem;left:3.9593505859375rem;height:5.19775rem;text-align:center;text-align-last:center;display:block; }
#ngsNe84BQl0c90T1ICedLO3oMMV86h9W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.498875rem;width:9.498875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.358764648438rem;left:23.147583007812rem; }
#Zk6UXSgaBe5bcyciXmWCdvoR5kVVOfUT { color:rgba(var(--color-tertiary-0),0.95);display:block;width:14.375rem;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:23.876342773438rem;left:20.709228515625rem;height:5.19775rem;text-align:center;text-align-last:center;display:block; }
#TmRtamKAKqy5sTfCLkpxmn3NZLKOKZPd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.4983125rem;width:9.4983125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:13.358764648438rem;left:40.41259765625rem; }
#RHygusaFKxCiaaDJptmQqDPuyQIf7LyM { color:rgba(var(--color-tertiary-0),0.95);display:block;width:14.375rem;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:23.876342773438rem;left:37.974243164062rem;height:5.19775rem;text-align:center;text-align-last:center;display:block; }
#IoHH4Wbh4w4F9ypdThu2txTWlBMdehRG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.4983125rem;width:9.4983125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.358764648438rem;left:57.537231445312rem; }
#czHxvgebi1XJvTDS26pKfCDTh8VPTUCE { color:rgba(var(--color-tertiary-0),0.95);display:block;width:14.375rem;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.876342773438rem;left:55.098876953125rem;height:5.19775rem;text-align:center;text-align-last:center;display:block; }
#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { background-color: transparent; background-image: none; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container > .video-iframe-container { display: none; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row > .video-iframe-container { display: none; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .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); }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { border-width: 0; border-radius: 0; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#rW8mKsUaGCIVpHnPUUifxsnSTsod0TzI { color:rgba(var(--color-tertiary-2),1);display:block;width:34.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.1630859375rem;left:20.405883789062rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uE1RGxiILQlHD2BzCT2MDnTtK7cszaKm { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #721cff, #00abf3);background-image: -moz-linear-gradient(112deg, #721cff, #00abf3);background-image: -ms-linear-gradient(112deg, #721cff, #00abf3);background-image: -o-linear-gradient(112deg, #721cff, #00abf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );";background-image: linear-gradient(112deg, #721cff, #00abf3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4986875rem;height:4.56176875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:50.811767578125rem;left:27.250366210938rem;display:block; }
#Ss9Qc4QgGcZhKNMCP4bi7qKqpZOEd4DB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRFq3vZ7q6RT4CInIRTZ01SzM3OuX1np { box-sizing:content-box;height:0.437011875rem;width:15.8111875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -moz-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -ms-linear-gradient(50deg, #2e00b9, #b928ff);background-image: -o-linear-gradient(50deg, #2e00b9, #b928ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e00b9', endColorstr='#b928ff' );";background-image: linear-gradient(50deg, #2e00b9, #b928ff);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.036376953125rem;left:29.594116210938rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#mSBP6I55rnlAJQN3b2UT3Z7RLZ4AnhtQ { color:rgba(var(--color-primary-2),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:7.703857421875rem;left:14.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#KddTAqmnn41AS7Mrg0EqpkAXDA8kbN2U { position:absolute;display:block;z-index:15061;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:57.8125rem;top:10.625rem;left:8.625rem;overflow:hidden;display:block; }
#oNV5h1NniBArVLLi6pl3gNmM06O0A5iv { position:absolute;display:block;z-index:15062;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:13.75rem;width:58.4375rem;top:23.436279296875rem;left:8.24951171875rem;overflow:hidden;display:block; }
#QXNkDDfyU85uBLbahfvvJUD3owPufz98 { position:absolute;display:block;z-index:15063;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.125rem;width:58.5625rem;top:37.91259765625rem;left:7.8515625rem;overflow:hidden;display:block; }
#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001027;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; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { background-color: transparent; background-image: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .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); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { border-width: 0; border-radius: 0; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#rz2oncV2qkaw6E9a8meOz8WMOy6bPORk { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.25rem #5800ff;top:3.4991455078125rem;left:7.8125rem;height:3.78125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycqqaET2ShTBD8Vbb9M60JcSTUAemitg { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.8;letter-spacing:0;top:10.8125rem;left:6.4375rem;height:8.10058125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w5gxV5KOEiIm8GrPKDKJQIOv4WsRvQ8I { position:absolute;display:block;z-index:15002;background-color:#11172a;background-image:none;border-top:0.25rem solid #8a43ff;border-left:0.25rem solid #8a43ff;border-right:0.25rem solid #8a43ff;border-bottom:0.25rem solid #8a43ff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:27.5625rem;width:31.875rem;top:8.625rem;left:5.5rem;display:block; }
#FyTuPtf7fe5q50MmKWGfVrSpyzFgWI8b { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000d89, #00baff);background-image: -moz-linear-gradient(180deg, #000d89, #00baff);background-image: -ms-linear-gradient(180deg, #000d89, #00baff);background-image: -o-linear-gradient(180deg, #000d89, #00baff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#00baff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d89', endColorstr='#00baff' );";background-image: linear-gradient(180deg, #000d89, #00baff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:28.4375rem;width:29.0625rem;top:8.4375rem;left:39.625rem;display:block; }
#TzpLvV7QyKBphy7vIZfiVTdsB3rJ7UKT { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8731875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:10.812377929688rem;left:40.718994140625rem;height:1.35rem;text-align:center;text-align-last:center;font-style:italic;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; }
#GoxqxauinkcU2qKTJgZTTxPcSu7Vx2fA { 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:22.9375rem;width:29.3125rem;top:8.78125rem;left:6.3125rem;overflow:hidden;display:none; }
#HhMZSue1KTNXkCbPTuDrqMvNUJMiFNMl { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.4375rem;left:10.375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TdByChfGiLB8AxQZdOwnfETaaZgFAA5N { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:36.5625rem;left:10.375rem;height:1.2749rem;text-align:center;text-align-last:center;font-style:italic;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; }
#lVbrQPPxiDH4Sv1dFwnbT8g292W3KKQe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.874rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:32.74951171875rem;left:42.53173828125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-form-header {  }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.875rem;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; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .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.875rem;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; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .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; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .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:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.875rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:#f8f60e;vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .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; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-container:first-of-type{padding-top:0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-container:last-of-type{padding-bottom:0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X  { 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.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.968383789062rem;top:13.062133789062rem;z-index:15022;position:absolute; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X {display:block;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X { 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.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.968383789062rem;top:13.062133789062rem;z-index:15022;position:absolute; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #UlfztW9RvPlt7nuz5gDDq3yIQ66Zfdgb { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U5wc73UxshhMlCOITUeQuK2gDv8twa65 { position:relative;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #k8vd79Ih6r3FwsE3cQy4TfbXFdVQLgLr { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kAmd7qyQVCb57TNxxrrPGcZOSoVMIiBJ { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #rwIP9OzU8ozv8P4sqIC3yfdDwHk6QRTn { position:relative;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #SzsWNZaCm1OkkqWRPLRXF4zSuPkI26uD { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #cVGsqJuWXVLmkPzyV6ETaKlJViapXfw6 { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #howQqaPOcCG1G1LIP0uyvsfgZy8zg4fq { position:relative;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #nJzNnH479Oxktpr8zFkFuWu4WFsMzf3A { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #JxowqbWRfmd1nW1ziDKn5LfhQrhGtxdf { position:relative;display:block;z-index:15000; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #RLULtudzIhtpfAPIEZ6ErayPHfhauvSU { position:relative;display:block;z-index:15000; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #Gu6s7XvlPCilX7L0w7ETun3dskNT8W4O { position:relative; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kuNDWHyD54u0hc8ciuDlIFRJR4phcdPT { position:relative; }
#MNJZI7QoeeWaeRaz7ACJ9uUhkmte4Ilr { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oEaM5U0CusBTT7HsL8JTTNlZnEFwdanB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCvW0vB2ykELB4Ve3dIKmFtPxsLLk1dD { position:relative; }
#D5yvk3ZVUNJ2toh15gTuqvXHvJ58T5AM { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ENTGJAV4ly7ghh1oA6StETkufEGU77Cz { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Achrbvyye3tyaw9oyMrk28S3BCMNQ0FG { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iXPpk5vDui0aKpGlV1WExDUxzT9Ev9TU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E4TkQ6W8TyghCZ6mNE79r1lOQufPBkEr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqrmGDik2yA8o07QBTb7s1cS4aXyzDgJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IwlGRI1iilamGe69IiAf6a2FWn9s52MC { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2AOfvhJHXc7xqfPzXcZAdyiI1BDgHNt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6v6mnNtTnhgLehCcwvL4qKTm8KAhu7x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmiFXX6M171xlCbMu86xokMERgqt3PSt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sDwMxshc7B5mlVCssAXwBcBscl6gNLgr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ppDNAt8QdSxIHev5RyZEQKtqN4rxPXrn { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sdBP7L31hgKvVnDA3GewkVlxO9X1HzB1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sl7byfSmVDXa0wpk2hlt9O79EXxahICN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ggnUEy1KDfG0zn8LIRozirM5V2mLpJty { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ovTpITmofndcncK0fnzHyIs0R91cFSzq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ptTg5XVOmw38yBUzMMEU4tvMxIea7XRq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FIOIOTtBqZ6BIaVg7VVWyUkEF5beE3Rr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dEJeg64EECsXRTwQvXN2qzfTpOGGbbEN { position:relative; }
#xD475oUXetvRHKgsToCWcI21CL5wPmfs { position:relative;display:block; }
#cFT4EwowrXti95LnGs69uFEiQGr1dklh { position:relative;display:block; }
#E6GVN2ExNzsN6zlb48lT4Zvml9RDdTtl { position:relative;display:block; }
#BaiLtSTi3VBNUeFr6qDPgTt7T0QDZgHi { position:relative;display:block; }
#iRCprLDhTwuwdrg8MgLkoZxCf14TEXwx { position:relative;display:block; }
#sDy8JCp12KGB4k3wzJ6gMk2sTwxObokB { position:relative;display:block; }
#eHLlgZ9cTytNGyPfN66Q6X5z64NexN8n { position:relative;display:block; }
#LqSTt9JwfJGHTsyD7mIlB3lrUhDu0xlZ { position:relative;display:block; }
#HUhJE7RXyU1R7NQOTbRbzJQrXEWXgUXz { position:relative;display:block; }
#ZlvkMtAEGxBbOZKNMrBZipcQC3bPJGRH { position:relative;display:block; }
#oTt8cK41M9Vph5FQoKZLTn7oFLtg91vb { position:relative;display:block; }
#NG7lSWmMVqdoKHfFwuyMgJDgfa37DTox { position:absolute;display:block;z-index:15040;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:18.0625rem;width:30.25rem;top:15.603637695312rem;left:5.976806640625rem;overflow:hidden;display:block; }
#FKvWGRTVgQpJWd7UXZKkPQ4ZHfVpkXuT { position:absolute;display:block;z-index:15041;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:7.6245rem;width:10.37475rem;top:28.071899414062rem;left:26.97509765625rem;overflow:hidden;display:block; }
#qlsPk783GMcIwrb8t92OXOMr3ndDRre7 { color:#d6d6da;display:block;width:16.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:33.563842773438rem;left:9.6240234375rem;height:1.38125rem;display:block; }
#VXTOibX0toluPuoOSDgUqTSZR1TP5idb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:33.473876953125rem;left:7.29565546875rem; }
#QHyafFI33mqhHEewBHhW82851xtCDKoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { background-color: transparent; background-image: none; }#QHyafFI33mqhHEewBHhW82851xtCDKoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container > .video-iframe-container { display: none; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row > .video-iframe-container { display: none; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .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); }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { border-width: 0; border-radius: 0; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#JiCppaidOUkUDeCOeMurBzdtuIfMTov4 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:6.22412109375rem;left:18.125rem;height:2.03125rem;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;text-align:center;text-align-last:center;display:block; }
#Mpp6WBdKLwmuVkwHNaNczmQZSt2f3xdq { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:25.44287109375rem;left:6.18798828125rem;height:4.55rem;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;text-align:center;text-align-last:center;display:block; }
#BuzoQOmrCaTKOJADMa2vXAc3eMsZFy1d { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:15.875rem;top:9.63037109375rem;left:7.18701171875rem;overflow:hidden;display:block; }
#nQcHn98GGyfOAt9sIwTx1BTeTRkP7olb { color:rgba(var(--color-tertiary-2),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:25.361328125rem;left:28.56298828125rem;height:4.7131375rem;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;text-align:center;text-align-last:center;display:block; }
#VwPPF0rM3hABdXvDGam6Xhk1y3rZg6Vm { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:14.5625rem;top:10.28662109375rem;left:30.21875rem;overflow:hidden;display:block; }
#hTFIrzBNqVAP2tp3qXQMZudfV0LzIglg { color:rgba(var(--color-tertiary-2),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:25.504340171814rem;left:51.499130249024rem;height:;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;text-align:center;text-align-last:center;display:block; }
#b9F2BdA0JdWElZZhKo2PB7DFMOPND0L3 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:16.25rem;top:8.25537109375rem;left:53.81201171875rem;overflow:hidden;display:block; }
#ZEeCXLtDX7kBdOAXZIJdW26CaILTS5hP { color:rgba(var(--color-tertiary-2),1);display:block;width:42.81125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:1.5478515625rem;left:16.09375rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LQefASmVwa9D3IMR9QE118t8RkX1uz0K { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:26.531251907349rem;left:4.6875rem;overflow:hidden;display:none; }
#k59HbQJyKRkltGKsP1rFN3HTMMdOLbzq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Acx8X1qrvTvUAaNOVPQcLtkBLUMfMymq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#HPTQw8RDciPH7ygNE33Jd5TLxa6eKyp6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Jd611QTHQdsRNOr3MWXih4aSm99SG981 { position:absolute;display:block;z-index:14942;background-color:#2e2e2e;background-image:none;border-top:0.1875rem solid #f43afd;border-left:0.1875rem solid #f43afd;border-right:0.1875rem solid #f43afd;border-bottom:0.1875rem solid #f43afd;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:3.0625rem;width:39.375rem;top:5.70849609375rem;left:17.8125rem;display:block; }
#TyTxdGlvQFNpDDRP8rNH9GgfdeCyKk04 { background-color:transparent;background-image: -webkit-linear-gradient(112deg, #721cff, #00abf3);background-image: -moz-linear-gradient(112deg, #721cff, #00abf3);background-image: -ms-linear-gradient(112deg, #721cff, #00abf3);background-image: -o-linear-gradient(112deg, #721cff, #00abf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#721cff', endColorstr='#00abf3' );";background-image: linear-gradient(112deg, #721cff, #00abf3);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4986875rem;height:4.56176875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:32.161254882812rem;left:27.250366210938rem;display:block; }
#MT1sgMytBUaaOFwRTMkl2EcCNwTOoEUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16004b;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; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { background-color: transparent; background-image: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container > .video-iframe-container { display: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container { display: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .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); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { border-width: 0; border-radius: 0; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:15.375rem;width:75rem;position:relative;display:block; }#WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { 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:1.25rem;width:8.375rem;top:3.9373779296875rem;left:2.874755859375rem;overflow:hidden;display:block; }
#qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:2.598875rem;display:block; }
#GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { color:#9b9b9b;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.429037094116rem;left:0rem;height:1.9494625rem;display:block; }
#TXtikgObHkirxsG1d3pZz9ubSpebEbLG { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.598875rem;text-align:right;text-align-last:right;display:block; }
#KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
#tgJJkvMX3ArTxP8NiMIwhmyqAIeo2W6I { position:absolute;display:block;z-index:15007;height:5.9375rem;width:10.625rem;top:3.9375rem;left:39.8125rem;display:none; }
#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f86b1e5c-8cba-4022-bfd2-5523da7be2ad/BG.jpg");background-position:top left !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; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r.adaptive-delivery-prevent-bg, #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r.lazyload, #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r.lazyloading { background-image: none; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { border-width: 0; border-radius: 0; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;overflow:visible;position:relative;display:none; }#epPmrRnlSBJnmbKU5ZXBT08XlxZGEMho { 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:1.6875rem;width:11rem;top:3.875rem;left:15.625rem;overflow:hidden;display:block; }
#f1nrE73PQmJTPaGTHnR6u5JVZxnhnRWF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:22.5625rem;top:7.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#D4pJpEV9fdysOcWmd8MGeuElTKaBxhwd { 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:2.9375rem;width:24.375rem;top:14.5625rem;left:8.9375rem;overflow:hidden;display:block; }
#D9CrBQS1XXkqkrLTGeTgwpcfxkTLnWaO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.78125rem;left:12.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVlT4TJ8KPmnbUPzdulhMsGGLVIwfICR { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.21875rem;left:8.9375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBDZqf24u7GppzsZFCeFmmnXiGSaXHWm { 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:35.37475rem;width:41.62475rem;top:3.87451171875rem;left:33.375854492188rem;overflow:hidden;display:block; }
#wgyOrHIJWA2aAq9nBMt4e1od3u6ZGasF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,83,255,0.5) ;height:11.5rem;width:22rem;top:25.5rem;left:10.125rem;overflow:hidden;display:block; }
#ghxgVCIwUxCTgJDQPawAP2nmxybVn6E3 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.124875rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:35.90576171875rem;left:2.31201171875rem;height:3.4118625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lp3kFwR1LBAydmDuUXGK09qDmq7SWl37 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.96875rem;left:1.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie { display:block; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFPbqe08z8RlwmlDWIlI2Q4lmarqcENv { top:5.375rem;left:8.71875rem;width:30.3125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tks31TkGEEEwNUshdrLW9MKbpVBG7VS3 { top:23.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTx4PHkCHlUca9Et2BhdU9H8JFwmuSLQ { width:10.125rem;height:2.0497475429146rem;top:0.625rem;left:37.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3CtxLE9CnLg0LzdKuR3WpcHW6k5TART { top:10.3125rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5SK5eTPa5yfQ5cHrekEC9iD98sPbfuD { top:4.8125rem;left:10.49853515625rem;width:26.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfBcqZHgiLdf6B16HtRuBhzzRNmfgc5m { width:20.4375rem;height:4.5rem;top:31.1875rem;left:0.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm085GhGqcnmCtrgc6eX2FZJK3AlekOE { display:block; }
 }@media only screen and (max-width: 763px) { #zHLKPWCc72Juhd0OlFtvXHDcT9igK5TP { width:17.5rem;height:4.6875rem;top:31.125rem;left:27.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN1nhThC91uAraf3nRFlynD54wFyw7rL { display:block; }
 }@media only screen and (max-width: 763px) { #NpLXXO0VASUdkbQivpHAdvWOEAymcRED { top:10.3125rem;left:13.5625rem;width:34.1875rem;height:5.1152732130996rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWmdlni4Wp4Jc85f8S0n7cS8dgxte3c { top:8.875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zp66sCfDgiL9q0fJodkH59qDs5sSiovp { top:8.3125rem;left:0rem;width:18.1875rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkQui1kpkCtHw1EnVcvOnepwDZ4F783T { display:block; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAzCu0AaTi6pJMcVSXwhDcEOrF5JByDZ { top:1.625rem;left:3.7499990463257rem;width:4.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gap365ORGCcbeiab0zJZByTVX7rWZ2W1 { top:5.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1uzSvU332vw7Tu5IcQlDNDE0CsoKAh0 { top:0.625rem;left:0rem;width:16.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCl73opWHK2TDSeDXObQd9MNgQwwCIoc { top:0.6875rem;left:7.3125rem;width:16.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrA7HfAAZNyb2Tpd5lWZg8dAespZdg4H { top:0.6875rem;left:19.25rem;width:16.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPfDV8VkKr2JHK2bmgni9B2o5lPQtdG { top:0.6875rem;left:31.1875rem;width:16.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRSsaAbbclx4Rv5VZz31qZTdbBrCOdkm { top:1.75rem;left:14.875244140625rem;width:6rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWfrex5vEATnGxbssTCeOaRCcBfDMsqD { top:5.3125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPpt0LVqTDHT5ybaWWlre2Rp0qhk1z1p { top:1.75rem;left:26.812744140625rem;width:6rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeVEP8lMi0wMkEFEQhaLoqE83CBgohP { top:5.3125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCGhwVpgb8StCeMivdzwPIRhLphoIDSy { top:1.75rem;left:32.8125rem;width:14.875rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syBprI8glk3uvL2JOUSW8L7CFldwhTvT { top:5.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr { display:block; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXha2pNpkfpZnm58TgyS7o23hEU49Sii { top:2.875rem;left:12.062255859375rem;width:23.5625rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkrJZ6W6v6b4QQFfdnKAoH4MitDxccld { top:6.25rem;left:14.93701171875rem;width:15.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzb7rgi0N2IfWRpdmWk5TVXchWE4lqKR { top:8.8125rem;left:0rem;width:21.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #de3UCe2qC20wn1qLEIqW91gN6fPr0TRL { top:15.5rem;left:0rem;width:19.8125rem;height:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Ku2xvhFa6RmcBfF85vG80PXZTJFiMW { top:10.1875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoli8mO8DtC5L6dpvpvAhseMQyML48mh { top:8.8125rem;left:12.9375rem;width:21.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlAnQTEPUUidgiDLQNaPbFwWGy0DORI7 { top:8.8125rem;left:26.0625rem;width:21.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuT0ASC8tpbHHMrup3WkiXwTtbMO3vR9 { top:15.5rem;left:14.75rem;width:18.125rem;height:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h39F278DTsV9MfNCWmQ6qbiuJHWZ8NMH { top:10.125rem;left:21.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxSz6G1WbloP6F7wf1bLT82uOIKFZH0M { top:15.4375rem;left:29.625rem;width:18.125rem;height:10.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPrqLOe68aQQPGzVlTUDXWdSv7DrDUSw { top:10.125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7NSBvzpgBoVOp1n6IdleWh0CQuSee6k { width:20.4375rem;height:4.5rem;top:32.5rem;left:13.625366210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5PbWI9htgVA0GSwgIoi5ELBFTVd4LXg { display:block; }
 }@media only screen and (max-width: 763px) { #UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq { display:block; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QghaGuQ7Bt24rRNvRbGSm9xS1sVsuRSc { top:2.4375rem;left:0.37265682220459rem;width:44.5rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd7ISXNTwZk1pbg8nLPKwF9loT6TRPGy { top:6rem;left:14.71728515625rem;width:15.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlSF5H1Gz14Puqt7s9t5io093FDJ2Vvz { top:9.25rem;left:0rem;width:18.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytQTxJcgcesvLitDBNFXCt3tLbw60WT { top:9.5625rem;left:3.187255859375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Qk7E6dPMX61GAEwKSulGTI6l7tRhk0 { top:9.25rem;left:4.9824936378686rem;width:18.6875rem;height:16.2503260935rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOfX1WwaZDRJq0rQyBofH2sp14hT0mT8 { top:9.625rem;left:22.06201171875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGtNRbPJcL5wUhQ6G6Me0L1I0c5TXZF { top:9.1875rem;left:23.937207163388rem;width:18.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghDp2PqK6fcT8fFRToeaSBBsOGVE9vcQ { top:9.5625rem;left:40.874633789062rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG1ENRMx7rJ0bccKbHRninp0929Ju7ke { top:9.3125rem;left:29.0625rem;width:18.6875rem;height:16.12519858258rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHf7WJOyRTgyQHPsRh87iHlK7XFnEzsX { top:9.625rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUwpLKRcNPnywbAS689L98yaRisL86on { top:26.25rem;left:0rem;width:18.5625rem;height:15.875052610845rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkaEXpU6Bd0cWmnn3WIAfxXLahtU8Wu7 { top:26.6875rem;left:3.49951171875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lPThOB1lKuQmzvpE3lPkEtUXqBx64P { top:26.25rem;left:5.4239237662963rem;width:18.0625rem;height:15.937830889223rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKA2p5BLnK6NOgP30zcpVdMmsPFLQKeO { top:26.75rem;left:22.062255859375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLg3NxAFVhPbwdn7Ddmtu182wbUE6Z1W { top:26.25rem;left:23.856201171875rem;width:18.5rem;height:15.884266242862rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOSicWTVcsfu6zDtVhufkEB179AH5ayQ { top:26.5625rem;left:40.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrR0RDFK4iO0Bhgy6AO0oRpiKCIi4Z1U { top:26.125rem;left:29.3125rem;width:18.4375rem;height:15.99975rem;display:block; }
 }@media only screen and (max-width: 763px) { #sspVOPNAATT8uoJH09qMAgiiRcMopxsn { top:26.5625rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6btMzWg6AN2DJp2LF2nBRBA9HKNni4r { top:43.0625rem;left:0rem;width:18.3125rem;height:15.749607505853rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMnRLHLMF1z5b85A9O34BnTgyVTwaJ8s { top:43.4375rem;left:3.1875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITSHfuIfwlDyDAW5Q7OUqwS3m7Tx4Sy { top:43.125rem;left:5.0787930692881rem;width:18.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6SWGfvdhJgEVVHucM8uy2B6p27w4Cz { top:43.5rem;left:21.749755859375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGpDZHqytPKcfMVLgCXcdEw1pS9T8xHI { top:43.125rem;left:23.626454938913rem;width:18.625rem;height:15.812481124034rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIgnR3MTDC7R9AUOTTZVN1rzGynMTZlw { top:43.5rem;left:40.562255859375rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwmUSreiW2swotgiKOAX0ERuJnHQx1H { top:43.125rem;left:29rem;width:18.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtNkX0gRpNHQAd5Dx4vhRePa4C2ErA1P { top:43.5625rem;left:46.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8BKIXtJpfavTDwUeAokT7w991tNvOu { top:1.8125rem;left:0rem;width:20rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk { display:block; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEiqCavJOo9QsX2PhaLsUv91kANpQcPL { top:33rem;left:7rem;width:16.25rem;height:3.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQpIoK9osPlO8CETaR38THeWJxKNEJFL { top:50.375rem;left:0rem;width:16.25rem;height:2.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfzDk6RLR2PnU2f8xmSc5kv0te7LJgi9 { top:2.5625rem;left:4.6019287109375rem;width:40.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPuvOXmyVM8refPJblbwKFITCIE82xWz { top:9.4375rem;left:0rem;width:5.875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZNezV57byVvy0kelb8zTaZx0aaX19T { top:9.875rem;left:21.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGhZmZT1picPTOegLJObd463DJ2ryi8x { top:8.5625rem;left:41.625rem;width:6.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVIop5wxMF4e15O4fvLHx0JpSnBHhlO { top:25.6875rem;left:7.0625rem;width:12.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0kFS7VfrnBXrsSJK0vLLWn46rLp4FGN { top:13.4375rem;left:24.875rem;width:21rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #imxTFtPON9AB3LSFx306UrGrM8c2gFEw { top:15.4375rem;left:24.375rem;width:23.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5hHETlTaHEURsOPmo1bKTPCPL20Llkd { top:18.6875rem;left:31.875rem;width:15.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKi5QQ0tlFmOJONBRS7TityQy14VaZ3a { top:30.0625rem;left:2.8125rem;width:20.5625rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvWybfJiqxdqNk9kZpOqkRKkVsrLgLS { top:32.5625rem;left:2.1875rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5QfoT37GOQRJ2nsMfvsnM2AmPzPQBud { top:28.875rem;left:34.3125rem;width:10.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6oXvBrfOEh7iuJbUoxKqnyQpn3XIC4r { top:29.9375rem;left:26.4375rem;width:21.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhJbgV1zBhWTXkUfgePW9TQKXGUrkFs { top:27.875rem;left:33.25rem;width:12.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPK1mfqe9hf9RdWBRZCnETFEsF1NO4Cv { top:31.9375rem;left:24.375rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs21uB4hX3hH794PnUL7LxbQQK6u7DpX { top:13.5625rem;left:14.125rem;width:19.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SkIbTTUTN6ITkegMn4LyHHH3pJoNrr { top:15.4375rem;left:12.1875rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQT8oTDIzUl6HmPhllbdHKVGizgUAWFF { top:13.4375rem;left:0rem;width:19.4375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIyJIkK36RR36GWbLTLWf6TGaTMAHUxB { top:15.4375rem;left:0rem;width:23.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8REvI2BPDyMNLEXewQmz3kqUmWFi4DX { top:22.5rem;left:0rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVw2THPuxKJ5uZqbSkZtP3KPELsTfrh { top:22.5rem;left:17.0625rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEE4Amnx5TgSay3gVe7118B1JqpEDogT { top:23.0625rem;left:19.0625rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRCMKovSErVLeH1MR1mRQkNlr4mglUf4 { top:22.5rem;left:34.125rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp97M729DPsWRSb6dltKIL7J7cxWfkK { top:23.0625rem;left:37.6875rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2FIiTpNDrfuT1BxfzXG4dT7Tnd4Tby { top:40.4375rem;left:6.3125rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vmauzT8v0SVxcsPnTzmyOolLBAOwZf { top:41rem;left:8.0625rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDoH7welEpf7Tm42XZJDfR3MQSWDpgfr { top:40.5rem;left:32.625rem;width:13.625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hvV1Z9nptamG0JlVGDaTSBPNB3Tnit { top:41.0625rem;left:34.375rem;width:10.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPSHna9hTIQ7V834V1SrQLuDfPzz96W2 { top:23rem;left:0rem;width:13.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2JUAIpUvBXH24cKv5twAKf6meGXWWsV { top:18.4375rem;left:0rem;width:16.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJSHuLnT41EJB5t7kCTcmAg88SuXZoZP { top:17.5625rem;left:15.9375rem;width:16.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quI7uHbDc4MbDPN8zkXJfTxiRb33LpxW { top:35.1875rem;left:5.125rem;width:16.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNB8cu70Hd3VDgL7rEmlzOagzxUL2UMe { top:34.0625rem;left:28.9375rem;width:18.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsIIVvsxtAp6RwxBMTtZcsZXZeeyfSLL { top:30.375rem;left:0rem;width:14.875rem;height:1.375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO03gDSKVSJrWTffze9BWCS8n7HfD6XI { top:5.9375rem;left:15.969116210938rem;width:15.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TowrP54OIJhnZPGT0zde3trs9OxolWkI { display:block; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7wZzKu4ZKJ6x3RaEZqx7eaytrnDQo9P { top:2.125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2OkZc9kXKGss3Crk1tlpgStXOdsmRT { top:25rem;left:0rem;width:15.0625rem;height:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcl4hP2kg0eCNzORsR6adkNMKKlT2a6P { top:12.125rem;left:0rem;width:17.25rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMiCGXB7GT43PMMZnTv0sqtpTiKPdrLk { top:12.25rem;left:6.1875rem;width:17.5625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph { top:24.8125rem;left:22.1875rem;width:13.625rem;height:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu6VnPvmBLTBdnSqgq1PeQOH2esQakrW { top:12.3125rem;left:18.3125rem;width:17.375rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfynMEI14Vy9Kub9U1DEHRn51mLizn8V { top:25.125rem;left:9.0625rem;width:14.8125rem;height:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMNxlUOeRi2NGvD8SLRn2L9IXoN3K4IG { top:12.25rem;left:30.25rem;width:17.375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI { top:24.8125rem;left:34.5rem;width:13.25rem;height:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktD20K0JDThMWglcxyLIFHTnvgtnJrdd { top:5.75rem;left:8.125rem;width:15.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQG0hMSxV9BaRni8v4lITn8Ct3GaucUE { top:8.0625rem;left:0rem;width:39.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SCeOLqAUrREJ1s3gruNXZ7EZMfOuXd { top:13.8125rem;left:0.87353515625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWiQm4amq0H7mF59dixKw0gSscKKX5Fz { top:13.75rem;left:12.75rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFDaMDPo10cfOrLZORov8yPJwRBsT1PG { top:13.875rem;left:24.849853515625rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7BvQsCH0aDTBK0VfuOhFwlhSrg69t4U { top:14.3125rem;left:37.187255859375rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsZ4C6qxgkEOvqGoNNBXwpca5TefpmIH { top:15.375rem;left:38.137844726562rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN { display:block; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4xPbu9zgUKi3vJPUzyNDa1gaZgbG0bu { top:2.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXUS9PiimifSbqUrd1MFwsma4VJh3wfP { top:6.0625rem;left:15.969116210938rem;width:15.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdOvZTu9TpWOzqtUwyrZnsepkG1LrB1 { top:8.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 { display:block; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR { display:none; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uKr6Tl2Uekyczhp9Zlpk0Hw0Lisrw4QB { width:47.75rem;height:44.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CEcI71vaM90nwXthqlZL0Jh7bL9aVCM6 { width:47.75rem;height:24.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKt9Fryfaweo5Xb4rlxfK9yPJeyB9EVT { width:42.125rem;height:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL { display:block; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDTJ6q2n7rvB7T1NGclJVwpAbkzcrheH { top:3rem;left:13.061401367188rem;width:21.5625rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTa7LTCFygZI6UfiUis9DWxGEpy2Zo7K { top:6.625rem;left:15.969116210938rem;width:15.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvyZ6WvxlmTpHSu2nR3PQBnKzzKwKTpA { top:8.625rem;left:1.0924072265625rem;width:44.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtFD8PAkx1GpBfTldMR7iPOTsa4o0UT { top:13.3125rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQwnaKegGzpb8T5zw71LdWSiPuilVksn { top:17.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Kfk8VIPfEFTDzqRNSGPTHAUVKOSt51 { top:23.875rem;left:0rem;width:14.375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngsNe84BQl0c90T1ICedLO3oMMV86h9W { top:13.3125rem;left:9.5225830078125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk6UXSgaBe5bcyciXmWCdvoR5kVVOfUT { top:23.875rem;left:7.084228515625rem;width:14.375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmRtamKAKqy5sTfCLkpxmn3NZLKOKZPd { top:13.3125rem;left:26.78759765625rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHygusaFKxCiaaDJptmQqDPuyQIf7LyM { top:23.875rem;left:24.349243164062rem;width:14.375rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoHH4Wbh4w4F9ypdThu2txTWlBMdehRG { top:13.3125rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czHxvgebi1XJvTDS26pKfCDTh8VPTUCE { top:23.875rem;left:33.375rem;width:14.375rem;height:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd { display:block; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW8mKsUaGCIVpHnPUUifxsnSTsod0TzI { top:2.125rem;left:6.7808837890625rem;width:34.125rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE1RGxiILQlHD2BzCT2MDnTtK7cszaKm { width:20.4375rem;height:4.5rem;top:50.75rem;left:13.625366210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss9Qc4QgGcZhKNMCP4bi7qKqpZOEd4DB { display:block; }
 }@media only screen and (max-width: 763px) { #VRFq3vZ7q6RT4CInIRTZ01SzM3OuX1np { top:6rem;left:15.969116210938rem;width:15.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSBP6I55rnlAJQN3b2UT3Z7RLZ4AnhtQ { top:7.6875rem;left:0.75rem;width:46.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KddTAqmnn41AS7Mrg0EqpkAXDA8kbN2U { top:10.625rem;left:0rem;width:47.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNV5h1NniBArVLLi6pl3gNmM06O0A5iv { top:23.375rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXNkDDfyU85uBLbahfvvJUD3owPufz98 { top:37.875rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP { display:block; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz2oncV2qkaw6E9a8meOz8WMOy6bPORk { top:3.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycqqaET2ShTBD8Vbb9M60JcSTUAemitg { top:10.8125rem;left:0rem;width:29.8125rem;height:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5gxV5KOEiIm8GrPKDKJQIOv4WsRvQ8I { top:8.625rem;left:0rem;width:31.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTuPtf7fe5q50MmKWGfVrSpyzFgWI8b { top:8.4375rem;left:18.6875rem;width:29.0625rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzpLvV7QyKBphy7vIZfiVTdsB3rJ7UKT { top:10.75rem;left:20.9375rem;width:26.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoxqxauinkcU2qKTJgZTTxPcSu7Vx2fA { top:8.75rem;left:0rem;width:29.3125rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhMZSue1KTNXkCbPTuDrqMvNUJMiFNMl { top:23.375rem;left:0rem;width:18.5rem;height:4.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdByChfGiLB8AxQZdOwnfETaaZgFAA5N { top:17.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVbrQPPxiDH4Sv1dFwnbT8g292W3KKQe { top:32.6875rem;left:20.9375rem;width:26.8125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X  { width:21.875rem;height:18.6875rem;top:13rem;left:23.375rem; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X {display:block;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X { width:21.875rem;height:18.6875rem;top:13rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #UlfztW9RvPlt7nuz5gDDq3yIQ66Zfdgb {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U5wc73UxshhMlCOITUeQuK2gDv8twa65 { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #k8vd79Ih6r3FwsE3cQy4TfbXFdVQLgLr {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kAmd7qyQVCb57TNxxrrPGcZOSoVMIiBJ {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #rwIP9OzU8ozv8P4sqIC3yfdDwHk6QRTn { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #SzsWNZaCm1OkkqWRPLRXF4zSuPkI26uD {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #cVGsqJuWXVLmkPzyV6ETaKlJViapXfw6 {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #howQqaPOcCG1G1LIP0uyvsfgZy8zg4fq { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #nJzNnH479Oxktpr8zFkFuWu4WFsMzf3A {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #JxowqbWRfmd1nW1ziDKn5LfhQrhGtxdf {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #RLULtudzIhtpfAPIEZ6ErayPHfhauvSU {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #Gu6s7XvlPCilX7L0w7ETun3dskNT8W4O {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kuNDWHyD54u0hc8ciuDlIFRJR4phcdPT {  }
 }@media only screen and (max-width: 763px) { #MNJZI7QoeeWaeRaz7ACJ9uUhkmte4Ilr { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oEaM5U0CusBTT7HsL8JTTNlZnEFwdanB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCvW0vB2ykELB4Ve3dIKmFtPxsLLk1dD {  }
 }@media only screen and (max-width: 763px) { #D5yvk3ZVUNJ2toh15gTuqvXHvJ58T5AM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ENTGJAV4ly7ghh1oA6StETkufEGU77Cz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Achrbvyye3tyaw9oyMrk28S3BCMNQ0FG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iXPpk5vDui0aKpGlV1WExDUxzT9Ev9TU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E4TkQ6W8TyghCZ6mNE79r1lOQufPBkEr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqrmGDik2yA8o07QBTb7s1cS4aXyzDgJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IwlGRI1iilamGe69IiAf6a2FWn9s52MC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2AOfvhJHXc7xqfPzXcZAdyiI1BDgHNt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6v6mnNtTnhgLehCcwvL4qKTm8KAhu7x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmiFXX6M171xlCbMu86xokMERgqt3PSt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sDwMxshc7B5mlVCssAXwBcBscl6gNLgr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ppDNAt8QdSxIHev5RyZEQKtqN4rxPXrn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sdBP7L31hgKvVnDA3GewkVlxO9X1HzB1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sl7byfSmVDXa0wpk2hlt9O79EXxahICN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ggnUEy1KDfG0zn8LIRozirM5V2mLpJty {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ovTpITmofndcncK0fnzHyIs0R91cFSzq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ptTg5XVOmw38yBUzMMEU4tvMxIea7XRq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FIOIOTtBqZ6BIaVg7VVWyUkEF5beE3Rr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dEJeg64EECsXRTwQvXN2qzfTpOGGbbEN {  }
 }@media only screen and (max-width: 763px) { #xD475oUXetvRHKgsToCWcI21CL5wPmfs { display:block; }
 }@media only screen and (max-width: 763px) { #cFT4EwowrXti95LnGs69uFEiQGr1dklh { display:block; }
 }@media only screen and (max-width: 763px) { #E6GVN2ExNzsN6zlb48lT4Zvml9RDdTtl { display:block; }
 }@media only screen and (max-width: 763px) { #BaiLtSTi3VBNUeFr6qDPgTt7T0QDZgHi { display:block; }
 }@media only screen and (max-width: 763px) { #iRCprLDhTwuwdrg8MgLkoZxCf14TEXwx { display:block; }
 }@media only screen and (max-width: 763px) { #sDy8JCp12KGB4k3wzJ6gMk2sTwxObokB { display:block; }
 }@media only screen and (max-width: 763px) { #eHLlgZ9cTytNGyPfN66Q6X5z64NexN8n { display:block; }
 }@media only screen and (max-width: 763px) { #LqSTt9JwfJGHTsyD7mIlB3lrUhDu0xlZ { display:block; }
 }@media only screen and (max-width: 763px) { #HUhJE7RXyU1R7NQOTbRbzJQrXEWXgUXz { display:block; }
 }@media only screen and (max-width: 763px) { #ZlvkMtAEGxBbOZKNMrBZipcQC3bPJGRH { display:block; }
 }@media only screen and (max-width: 763px) { #oTt8cK41M9Vph5FQoKZLTn7oFLtg91vb { display:block; }
 }@media only screen and (max-width: 763px) { #NG7lSWmMVqdoKHfFwuyMgJDgfa37DTox { top:15.5625rem;left:0rem;width:30.25rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKvWGRTVgQpJWd7UXZKkPQ4ZHfVpkXuT { top:28.0625rem;left:13.35009765625rem;width:10.3125rem;height:7.5787518976361rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsPk783GMcIwrb8t92OXOMr3ndDRre7 { top:33.5625rem;left:0rem;width:16.25rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTOibX0toluPuoOSDgUqTSZR1TP5idb { top:33.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHyafFI33mqhHEewBHhW82851xtCDKoI { display:block; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiCppaidOUkUDeCOeMurBzdtuIfMTov4 { top:6.1875rem;left:4.5rem;width:38.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpp6WBdKLwmuVkwHNaNczmQZSt2f3xdq { top:25.4375rem;left:0rem;width:17.8125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzoQOmrCaTKOJADMa2vXAc3eMsZFy1d { top:9.625rem;left:0rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcHn98GGyfOAt9sIwTx1BTeTRkP7olb { top:25.3125rem;left:14.93798828125rem;width:17.8125rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwPPF0rM3hABdXvDGam6Xhk1y3rZg6Vm { top:10.25rem;left:16.59375rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFIrzBNqVAP2tp3qXQMZudfV0LzIglg { top:25.5rem;left:26.9375rem;width:20.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9F2BdA0JdWElZZhKo2PB7DFMOPND0L3 { top:8.25rem;left:31.5rem;width:16.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeCXLtDX7kBdOAXZIJdW26CaILTS5hP { top:1.5rem;left:2.46875rem;width:42.75rem;height:4.1875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQefASmVwa9D3IMR9QE118t8RkX1uz0K { top:26.5rem;left:0rem;width:3.4375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k59HbQJyKRkltGKsP1rFN3HTMMdOLbzq { display:none; }
 }@media only screen and (max-width: 763px) { #Acx8X1qrvTvUAaNOVPQcLtkBLUMfMymq { display:none; }
 }@media only screen and (max-width: 763px) { #HPTQw8RDciPH7ygNE33Jd5TLxa6eKyp6 { display:none; }
 }@media only screen and (max-width: 763px) { #Jd611QTHQdsRNOr3MWXih4aSm99SG981 { top:5.6875rem;left:4.1875rem;width:39.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTxdGlvQFNpDDRP8rNH9GgfdeCyKk04 { width:20.4375rem;height:4.5rem;top:32.125rem;left:13.625366210938rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1sgMytBUaaOFwRTMkl2EcCNwTOoEUT { display:block; }
 }@media only screen and (max-width: 763px) { #XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { display:block; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { top:3.875rem;left:0rem;width:8.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { top:11.375rem;left:0rem;width:36.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXtikgObHkirxsG1d3pZz9ubSpebEbLG { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgJJkvMX3ArTxP8NiMIwhmyqAIeo2W6I { top:3.9375rem;left:23.875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r { display:block; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epPmrRnlSBJnmbKU5ZXBT08XlxZGEMho { top:3.875rem;left:2rem;width:11rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nrE73PQmJTPaGTHnR6u5JVZxnhnRWF { top:7.1875rem;left:0rem;width:22.5625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4pJpEV9fdysOcWmd8MGeuElTKaBxhwd { top:14.5625rem;left:0rem;width:24.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9CrBQS1XXkqkrLTGeTgwpcfxkTLnWaO { top:18.75rem;left:0rem;width:16.75rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlT4TJ8KPmnbUPzdulhMsGGLVIwfICR { top:21.1875rem;left:0rem;width:24.375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBDZqf24u7GppzsZFCeFmmnXiGSaXHWm { top:3.8125rem;left:6.1875rem;width:41.5625rem;height:35.321846902984rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyOrHIJWA2aAq9nBMt4e1od3u6ZGasF { top:25.5rem;left:0rem;width:22rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxgVCIwUxCTgJDQPawAP2nmxybVn6E3 { top:35.875rem;left:0rem;width:36.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp3kFwR1LBAydmDuUXGK09qDmq7SWl37 { top:53.1875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dbcbe8d-6c0f-44c9-88e7-2d7e5babe064/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TrX6dLitLa8r6vdvRLIViFdnyM4aIlie { background-color:#001027;background-image:none;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;position:relative;z-index:auto;display:block; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { background-color: transparent; background-image: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { display: none; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .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); }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { border-width: 0; border-radius: 0; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrX6dLitLa8r6vdvRLIViFdnyM4aIlie > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFPbqe08z8RlwmlDWIlI2Q4lmarqcENv { width:15.7495rem;height:1.05625rem;top:4.6923828125rem;left:2.154296875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tks31TkGEEEwNUshdrLW9MKbpVBG7VS3 { width:20rem;height:6.09375rem;top:13.436279296875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTx4PHkCHlUca9Et2BhdU9H8JFwmuSLQ { top:1.24853515625rem;left:6.1865234375rem;width:7.6245rem;height:1.62475625rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M3CtxLE9CnLg0LzdKuR3WpcHW6k5TART { width:19.75rem;height:2.9992625rem;top:8.8885498046875rem;left:0.3746337890625rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y5SK5eTPa5yfQ5cHrekEC9iD98sPbfuD { width:15.874625rem;height:2.3120125rem;top:3.946533203125rem;left:1.9439697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfBcqZHgiLdf6B16HtRuBhzzRNmfgc5m { width:15rem;height:3.49975625rem;top:21.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm085GhGqcnmCtrgc6eX2FZJK3AlekOE { display:block; }
 }@media only screen and (max-width: 763px) { #zHLKPWCc72Juhd0OlFtvXHDcT9igK5TP { width:14.82775rem;height:3.640625rem;top:25.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN1nhThC91uAraf3nRFlynD54wFyw7rL { display:block; }
 }@media only screen and (max-width: 763px) { #NpLXXO0VASUdkbQivpHAdvWOEAymcRED { width:12.4359375rem;height:1.43676875rem;top:8.3648681640625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyWmdlni4Wp4Jc85f8S0n7cS8dgxte3c { top:8.2398681640625rem;left:0rem;width:20rem;height:0;z-index:15051;font-size:0;display:block; }
 }@media only screen and (max-width: 763px) { #zp66sCfDgiL9q0fJodkH59qDs5sSiovp { top:8.3648681640625rem;left:0.1875rem;width:18.25rem;height:;z-index:15052;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkQui1kpkCtHw1EnVcvOnepwDZ4F783T { display:block; }#FkQui1kpkCtHw1EnVcvOnepwDZ4F783T > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAzCu0AaTi6pJMcVSXwhDcEOrF5JByDZ { width:4.375rem;height:2.4375rem;top:2rem;left:7.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gap365ORGCcbeiab0zJZByTVX7rWZ2W1 { width:12.5rem;height:1.3rem;top:4.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1uzSvU332vw7Tu5IcQlDNDE0CsoKAh0 { width:14.75rem;height:5.8125rem;top:1.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCl73opWHK2TDSeDXObQd9MNgQwwCIoc { width:14.4375rem;height:5.875rem;top:7.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrA7HfAAZNyb2Tpd5lWZg8dAespZdg4H { width:14.375rem;height:5.9375rem;top:14.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThPfDV8VkKr2JHK2bmgni9B2o5lPQtdG { width:14.0625rem;height:5.75rem;top:20.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRSsaAbbclx4Rv5VZz31qZTdbBrCOdkm { width:5.99975625rem;height:2.4375rem;top:8.5625rem;left:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWfrex5vEATnGxbssTCeOaRCcBfDMsqD { width:12.5rem;height:1.3rem;top:11.1875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPpt0LVqTDHT5ybaWWlre2Rp0qhk1z1p { width:5.99975625rem;height:2.4375rem;top:15.125rem;left:7.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIeVEP8lMi0wMkEFEQhaLoqE83CBgohP { width:12.5rem;height:1.3rem;top:17.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCGhwVpgb8StCeMivdzwPIRhLphoIDSy { width:14.874875rem;height:2.4375rem;top:21.6875rem;left:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syBprI8glk3uvL2JOUSW8L7CFldwhTvT { width:12.5rem;height:1.3rem;top:24.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr { display:block; }#hnMqdqLxQhTWNtDi7Kvy313ai4XZMeGr > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXha2pNpkfpZnm58TgyS7o23hEU49Sii { width:20rem;height:2.1125rem;top:1.68701171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gkrJZ6W6v6b4QQFfdnKAoH4MitDxccld { width:15.75rem;height:0.375rem;top:3.798825rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzb7rgi0N2IfWRpdmWk5TVXchWE4lqKR { width:20rem;height:12.4375rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #de3UCe2qC20wn1qLEIqW91gN6fPr0TRL { width:19.0625rem;height:6.5rem;top:10.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Ku2xvhFa6RmcBfF85vG80PXZTJFiMW { display:flex;width:3.624875rem;height:3.624875rem;top:6.8118896484375rem;left:8.1866455078125rem; }
 }@media only screen and (max-width: 763px) { #zoli8mO8DtC5L6dpvpvAhseMQyML48mh { width:20rem;height:12.375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlAnQTEPUUidgiDLQNaPbFwWGy0DORI7 { width:20rem;height:12.4375rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuT0ASC8tpbHHMrup3WkiXwTtbMO3vR9 { width:18.125rem;height:6.5rem;top:23.6875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h39F278DTsV9MfNCWmQ6qbiuJHWZ8NMH { display:flex;width:3.5620125rem;height:3.5620125rem;top:19.850830078125rem;left:8.218994140625rem; }
 }@media only screen and (max-width: 763px) { #uxSz6G1WbloP6F7wf1bLT82uOIKFZH0M { width:18.125rem;height:6.5rem;top:37.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPrqLOe68aQQPGzVlTUDXWdSv7DrDUSw { display:flex;width:3.624875rem;height:3.624875rem;top:32.858276367188rem;left:8.1866455078125rem; }
 }@media only screen and (max-width: 763px) { #e7NSBvzpgBoVOp1n6IdleWh0CQuSee6k { width:13.374rem;height:3.125rem;top:45.609130859375rem;left:3.3123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5PbWI9htgVA0GSwgIoi5ELBFTVd4LXg { display:block; }
 }@media only screen and (max-width: 763px) { #UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq { display:block; }#UT2dAUDQncvnBA1KePzsaP1IKgBx2ZTq > .row .container { width:20rem;height:192.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QghaGuQ7Bt24rRNvRbGSm9xS1sVsuRSc { width:20rem;height:0;top:1.0617179870606rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dd7ISXNTwZk1pbg8nLPKwF9loT6TRPGy { width:15.75rem;height:0.375rem;top:6.8976559638975rem;left:2.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlSF5H1Gz14Puqt7s9t5io093FDJ2Vvz { width:16.499625rem;height:14.6875rem;top:7.76123046875rem;left:1.7486572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wytQTxJcgcesvLitDBNFXCt3tLbw60WT { width:1.0620125rem;height:1.0620125rem;top:8.13623046875rem;left:16.734619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Qk7E6dPMX61GAEwKSulGTI6l7tRhk0 { width:16.812125rem;height:14.624625rem;top:22.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOfX1WwaZDRJq0rQyBofH2sp14hT0mT8 { width:1.0625rem;height:1.0625rem;top:23.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIGtNRbPJcL5wUhQ6G6Me0L1I0c5TXZF { width:16.812125rem;height:14.874875rem;top:37.892456054688rem;left:1.5924072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghDp2PqK6fcT8fFRToeaSBBsOGVE9vcQ { width:1.0625rem;height:1.0625rem;top:38.204956054688rem;left:16.849975585938rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG1ENRMx7rJ0bccKbHRninp0929Ju7ke { width:16.8125rem;height:14.5rem;top:53.125rem;left:1.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vHf7WJOyRTgyQHPsRh87iHlK7XFnEzsX { width:1.0625rem;height:1.0625rem;top:53.5rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUwpLKRcNPnywbAS689L98yaRisL86on { width:16.3745rem;height:14.0625rem;top:68.0625rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkaEXpU6Bd0cWmnn3WIAfxXLahtU8Wu7 { width:1.0625rem;height:1.0625rem;top:68.4375rem;left:16.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5lPThOB1lKuQmzvpE3lPkEtUXqBx64P { width:16.812125rem;height:14.874875rem;top:82.499633789062rem;left:1.5924072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKA2p5BLnK6NOgP30zcpVdMmsPFLQKeO { width:1.0625rem;height:1.0625rem;top:82.874267578125rem;left:16.999877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLg3NxAFVhPbwdn7Ddmtu182wbUE6Z1W { width:17.25rem;height:14.821603150994rem;top:97.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOSicWTVcsfu6zDtVhufkEB179AH5ayQ { width:1.0625rem;height:1.0625rem;top:98.25rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrR0RDFK4iO0Bhgy6AO0oRpiKCIi4Z1U { width:17.1875rem;height:14.945868780707rem;top:113.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sspVOPNAATT8uoJH09qMAgiiRcMopxsn { width:1.0625rem;height:1.0625rem;top:113.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6btMzWg6AN2DJp2LF2nBRBA9HKNni4r { width:17.5rem;height:15rem;top:128.56237792969rem;left:1.3123779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMnRLHLMF1z5b85A9O34BnTgyVTwaJ8s { width:1.0625rem;height:1.0625rem;top:128.93713378906rem;left:17.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITSHfuIfwlDyDAW5Q7OUqwS3m7Tx4Sy { width:17.5rem;height:15.1875rem;top:144rem;left:1.3316152982554rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ6SWGfvdhJgEVVHucM8uy2B6p27w4Cz { width:1.0620125rem;height:1.0620125rem;top:144.24963378906rem;left:17.310424804688rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGpDZHqytPKcfMVLgCXcdEw1pS9T8xHI { width:17.4375rem;height:14.8125rem;top:159.74853515625rem;left:1.3680282290226rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIgnR3MTDC7R9AUOTTZVN1rzGynMTZlw { width:1.0620125rem;height:1.0620125rem;top:160.18603515625rem;left:17.224975585938rem;display:block; }
 }@media only screen and (max-width: 763px) { #erwmUSreiW2swotgiKOAX0ERuJnHQx1H { width:17.375rem;height:14.75rem;top:175.06225585938rem;left:1.3778996541546rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtNkX0gRpNHQAd5Dx4vhRePa4C2ErA1P { width:1.0620125rem;height:1.0620125rem;top:175.43688964844rem;left:17.287475585938rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml8BKIXtJpfavTDwUeAokT7w991tNvOu { width:20rem;height:6.1875rem;top:0.421875rem;left:0rem;font-size:1.875rem;z-index:15001;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk { display:block; }#FTXrbvIzJV3JPLG6q6D6AIDpZfluQoRk > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEiqCavJOo9QsX2PhaLsUv91kANpQcPL { width:16.25rem;height:0;top:48.25rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #wQpIoK9osPlO8CETaR38THeWJxKNEJFL { width:16.25rem;height:0;top:51.3125rem;left:1.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #rfzDk6RLR2PnU2f8xmSc5kv0te7LJgi9 { width:20rem;height:1.71875rem;top:2.061767578125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPuvOXmyVM8refPJblbwKFITCIE82xWz { width:3.1875rem;height:2.9375rem;top:7.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZNezV57byVvy0kelb8zTaZx0aaX19T { width:2.9375rem;height:2.9375rem;top:18.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGhZmZT1picPTOegLJObd463DJ2ryi8x { width:3.3125rem;height:3.375rem;top:31.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqVIop5wxMF4e15O4fvLHx0JpSnBHhlO { width:5.6875rem;height:3rem;top:43.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0kFS7VfrnBXrsSJK0vLLWn46rLp4FGN { width:19.875rem;height:5.9375rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imxTFtPON9AB3LSFx306UrGrM8c2gFEw { width:11.25rem;height:0;top:30.0625rem;left:5.90625rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #A5hHETlTaHEURsOPmo1bKTPCPL20Llkd { width:15.875rem;height:2.475rem;top:36.75rem;left:2.0625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qKi5QQ0tlFmOJONBRS7TityQy14VaZ3a { width:19.875rem;height:6.5rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEvWybfJiqxdqNk9kZpOqkRKkVsrLgLS { width:10.875rem;height:1.65rem;top:44.6875rem;left:4.5625rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#e5d152;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g5QfoT37GOQRJ2nsMfvsnM2AmPzPQBud { width:4.9375rem;height:0.75rem;top:57.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6oXvBrfOEh7iuJbUoxKqnyQpn3XIC4r { width:19.875rem;height:8.25rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhJbgV1zBhWTXkUfgePW9TQKXGUrkFs { width:6.5625rem;height:1.6875rem;top:56.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPK1mfqe9hf9RdWBRZCnETFEsF1NO4Cv { width:10.99975rem;height:1.65rem;top:56.8125rem;left:7.25rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#002a86;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gs21uB4hX3hH794PnUL7LxbQQK6u7DpX { width:19.4375rem;height:6.25rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0SkIbTTUTN6ITkegMn4LyHHH3pJoNrr { width:20rem;height:1.65rem;top:19.4375rem;left:0rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#2f55a9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xQT8oTDIzUl6HmPhllbdHKVGizgUAWFF { width:19.4375rem;height:5.3125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIyJIkK36RR36GWbLTLWf6TGaTMAHUxB { width:11.8125rem;height:1.65rem;top:8.1875rem;left:5.625rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#157839;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k8REvI2BPDyMNLEXewQmz3kqUmWFi4DX { width:13.625rem;height:2.3125rem;top:15.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVw2THPuxKJ5uZqbSkZtP3KPELsTfrh { width:13.625rem;height:2.3125rem;top:27.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEE4Amnx5TgSay3gVe7118B1JqpEDogT { width:10.0625rem;height:1.38125rem;top:28rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRCMKovSErVLeH1MR1mRQkNlr4mglUf4 { width:13.625rem;height:2.3125rem;top:40.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCp97M729DPsWRSb6dltKIL7J7cxWfkK { width:10.0625rem;height:1.38125rem;top:40.8125rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg2FIiTpNDrfuT1BxfzXG4dT7Tnd4Tby { width:13.625rem;height:2.3125rem;top:52.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vmauzT8v0SVxcsPnTzmyOolLBAOwZf { width:10.0625rem;height:1.38125rem;top:53.125rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDoH7welEpf7Tm42XZJDfR3MQSWDpgfr { width:13.624875rem;height:2.3120125rem;top:65.936889648438rem;left:3.8507080078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9hvV1Z9nptamG0JlVGDaTSBPNB3Tnit { width:10.06225rem;height:1.38125rem;top:66.401977539062rem;left:5.8746337890625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPSHna9hTIQ7V834V1SrQLuDfPzz96W2 { width:13.3125rem;height:1.38125rem;top:15.6875rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2JUAIpUvBXH24cKv5twAKf6meGXWWsV { width:16.3125rem;height:2.475rem;top:12.0625rem;left:1.875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MJSHuLnT41EJB5t7kCTcmAg88SuXZoZP { width:16.3125rem;height:3.7125rem;top:23.3125rem;left:1.875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #quI7uHbDc4MbDPN8zkXJfTxiRb33LpxW { width:16.625rem;height:3.7125rem;top:47.875rem;left:2.0625rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NNB8cu70Hd3VDgL7rEmlzOagzxUL2UMe { width:18.8125rem;height:4.95rem;top:60.3125rem;left:1.1875rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lsIIVvsxtAp6RwxBMTtZcsZXZeeyfSLL { width:14.875rem;height:1.65rem;top:33rem;left:2.5625rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;font-family:prompt;color:#ff7263;font-weight:700;font-style:normal;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #HO03gDSKVSJrWTffze9BWCS8n7HfD6XI { width:15.7495rem;height:0.374755625rem;top:4.373779296875rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TowrP54OIJhnZPGT0zde3trs9OxolWkI { display:block; }#TowrP54OIJhnZPGT0zde3trs9OxolWkI > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7wZzKu4ZKJ6x3RaEZqx7eaytrnDQo9P { width:20rem;height:1.5rem;top:2.4993896484375rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #in2OkZc9kXKGss3Crk1tlpgStXOdsmRT { width:8.81225rem;height:9.50625rem;top:20.1875rem;left:0.5625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcl4hP2kg0eCNzORsR6adkNMKKlT2a6P { width:9.75rem;height:20.75rem;top:10.25rem;left:0rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #gMiCGXB7GT43PMMZnTv0sqtpTiKPdrLk { width:9.75rem;height:20.8125rem;top:10.25rem;left:10.125rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #vVJDc5fbxaRu3Z7mGa3STxTOCoOiTPph { width:9.375rem;height:8.45rem;top:20.1875rem;left:10.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fu6VnPvmBLTBdnSqgq1PeQOH2esQakrW { width:9.75rem;height:21.3125rem;top:31.8125rem;left:0rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #rfynMEI14Vy9Kub9U1DEHRn51mLizn8V { width:9.4995rem;height:10.5625rem;top:41.5rem;left:0.1875rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMNxlUOeRi2NGvD8SLRn2L9IXoN3K4IG { width:9.75rem;height:21.375rem;top:31.8125rem;left:10.125rem;z-index:14960;box-shadow: 0rem 0rem 0.4375rem rgba(0,113,255,0.49) ;display:block; }
 }@media only screen and (max-width: 763px) { #C5OMG7w3vnDKZQD2w4siLBhPslmEiRqI { width:8.49975rem;height:9.50625rem;top:41.5rem;left:10.8125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktD20K0JDThMWglcxyLIFHTnvgtnJrdd { width:15.75rem;height:0.375rem;top:4.466552734375rem;left:2.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQG0hMSxV9BaRni8v4lITn8Ct3GaucUE { width:20rem;height:2.4375rem;top:6.217041015625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SCeOLqAUrREJ1s3gruNXZ7EZMfOuXd { display:flex;width:7.0625rem;height:7.0625rem;top:11.701171875rem;left:1.4349365234375rem; }
 }@media only screen and (max-width: 763px) { #VWiQm4amq0H7mF59dixKw0gSscKKX5Fz { display:flex;width:7.311375rem;height:7.311375rem;top:33.198852539062rem;left:1.3116455078125rem; }
 }@media only screen and (max-width: 763px) { #UFDaMDPo10cfOrLZORov8yPJwRBsT1PG { display:flex;width:7.6245rem;height:7.6245rem;top:11.54296875rem;left:11.224975585938rem; }
 }@media only screen and (max-width: 763px) { #V7BvQsCH0aDTBK0VfuOhFwlhSrg69t4U { display:flex;width:7.625rem;height:7.625rem;top:33.07275390625rem;left:11.194458007812rem; }
 }@media only screen and (max-width: 763px) { #TsZ4C6qxgkEOvqGoNNBXwpca5TefpmIH { width:6.31225rem;height:6.31225rem;top:33.696899414062rem;left:11.881103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN { display:block; }#XUXPBI6fLHTwcvWZkBTJLOnpPbFLt0QN > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4xPbu9zgUKi3vJPUzyNDa1gaZgbG0bu { width:20rem;height:1.54375rem;top:1.68701171875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXUS9PiimifSbqUrd1MFwsma4VJh3wfP { width:15.75rem;height:0.375rem;top:3.798825rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdOvZTu9TpWOzqtUwyrZnsepkG1LrB1 { width:20rem;height:2.4375rem;top:5.423825rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 { background-color:#fdfdfd;background-image:url("https://images.assets-landingi.com/uc/a9defdb1-dca2-496e-8ed1-45580480e312/Screenshot25690116at151528.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0.adaptive-delivery-prevent-bg, #BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0.lazyload, #BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0.lazyloading { background-image: none; }#BZTt7VOM1fPJTIBx5qiyMAaLMVP2QXl0 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR { background-color:#fdfdfd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row .container { background-color: transparent; background-image: none; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row .container > .video-iframe-container { display: none; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row > .video-iframe-container { display: none; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .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); }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row .container { border-width: 0; border-radius: 0; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvfPOfIFHU4UdO10LX1f4ZJxNyieJOKR > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKr6Tl2Uekyczhp9Zlpk0Hw0Lisrw4QB { top:0rem;left:0rem;width:19.8125rem;height:18.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CEcI71vaM90nwXthqlZL0Jh7bL9aVCM6 { top:18.311767578125rem;left:0rem;width:20rem;height:10.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qKt9Fryfaweo5Xb4rlxfK9yPJeyB9EVT { top:29.265747070312rem;left:0rem;width:20rem;height:11.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL { display:block; }#hzGVbHhBwKDJ72JU1Wba7OcVGKJgxUCL > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDTJ6q2n7rvB7T1NGclJVwpAbkzcrheH { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTa7LTCFygZI6UfiUis9DWxGEpy2Zo7K { width:15.75rem;height:0.375rem;top:3.798825rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvyZ6WvxlmTpHSu2nR3PQBnKzzKwKTpA { width:20rem;height:2.2753875rem;top:5.423825rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtFD8PAkx1GpBfTldMR7iPOTsa4o0UT { display:flex;width:5rem;height:5rem;top:10.04638671875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #TQwnaKegGzpb8T5zw71LdWSiPuilVksn { width:20rem;height:0.1875rem;top:22.23559375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9Kfk8VIPfEFTDzqRNSGPTHAUVKOSt51 { width:18.312375rem;height:3.16875rem;top:15.795288085938rem;left:0.84228515625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngsNe84BQl0c90T1ICedLO3oMMV86h9W { display:flex;width:4.874875rem;height:4.874875rem;top:19.75rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #Zk6UXSgaBe5bcyciXmWCdvoR5kVVOfUT { width:16.31225rem;height:3.16875rem;top:25.4375rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmRtamKAKqy5sTfCLkpxmn3NZLKOKZPd { display:flex;width:4.8120125rem;height:4.8120125rem;top:29.625rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #RHygusaFKxCiaaDJptmQqDPuyQIf7LyM { width:16.5625rem;height:3.16875rem;top:35.4375rem;left:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoHH4Wbh4w4F9ypdThu2txTWlBMdehRG { display:flex;width:4.6875rem;height:4.6875rem;top:39.6875rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #czHxvgebi1XJvTDS26pKfCDTh8VPTUCE { width:15.499875rem;height:3.16875rem;top:45.5rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd { display:block; }#KzLlRUNBAC5b1gNOF6cVGDG74vWDeUkd > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rW8mKsUaGCIVpHnPUUifxsnSTsod0TzI { width:18.75rem;height:1.95rem;top:2.7862548828125rem;left:0.625rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uE1RGxiILQlHD2BzCT2MDnTtK7cszaKm { width:12.8125rem;height:2.87475625rem;top:27.510375976562rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss9Qc4QgGcZhKNMCP4bi7qKqpZOEd4DB { display:block; }
 }@media only screen and (max-width: 763px) { #VRFq3vZ7q6RT4CInIRTZ01SzM3OuX1np { width:15.748875rem;height:0.374145625rem;top:5.31005859375rem;left:2.1246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSBP6I55rnlAJQN3b2UT3Z7RLZ4AnhtQ { width:20rem;height:2.6rem;top:6.78955078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KddTAqmnn41AS7Mrg0EqpkAXDA8kbN2U { width:20rem;height:4.3125rem;top:22.147827148438rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oNV5h1NniBArVLLi6pl3gNmM06O0A5iv { width:20rem;height:4.6875rem;top:16.328125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QXNkDDfyU85uBLbahfvvJUD3owPufz98 { width:20rem;height:4.125rem;top:11.055908203125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP { background-color:#001027;background-image:none;display:block; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { background-color: transparent; background-image: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row > .video-iframe-container { display: none; }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .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); }#KvTq3mFvZ5Kdui8cFFon2rqILPkcFxoP > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rz2oncV2qkaw6E9a8meOz8WMOy6bPORk { width:18.0615rem;height:5.0375rem;top:2.2479248046875rem;left:0.96923828125rem;font-size:1.9375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ycqqaET2ShTBD8Vbb9M60JcSTUAemitg { width:16.9375rem;height:0;top:11.1064453125rem;left:1.53125rem;font-size:0.625rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w5gxV5KOEiIm8GrPKDKJQIOv4WsRvQ8I { width:19.75rem;height:20.75rem;top:8.5625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTuPtf7fe5q50MmKWGfVrSpyzFgWI8b { width:19.8125rem;height:25.3125rem;top:30.99853515625rem;left:0rem;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;z-index:14989;border-top:0.125rem solid rgba(255,255,255,0.8);border-left:0.125rem solid rgba(255,255,255,0.8);border-right:0.125rem solid rgba(255,255,255,0.8);border-bottom:0.125rem solid rgba(255,255,255,0.8);display:block; }
 }@media only screen and (max-width: 763px) { #TzpLvV7QyKBphy7vIZfiVTdsB3rJ7UKT { width:20rem;height:1.05625rem;top:32.544555664062rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoxqxauinkcU2qKTJgZTTxPcSu7Vx2fA { width:20rem;height:15.8003125rem;top:8.4296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhMZSue1KTNXkCbPTuDrqMvNUJMiFNMl { width:18.499125rem;height:5.34375rem;top:9.6923828125rem;left:0.74951171875rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #TdByChfGiLB8AxQZdOwnfETaaZgFAA5N { width:20rem;height:0;top:17.2177734375rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #lVbrQPPxiDH4Sv1dFwnbT8g292W3KKQe { width:13.74975rem;height:0;top:47.419189453125rem;left:3.123046875rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-text {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-select {padding-top: 0; padding-bottom: 0;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X  { width:17.125rem;height:auto;top:34.248657226562rem;left:0.25rem;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; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X {display:block;}#WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X { width:17.125rem;height:auto;top:34.248657226562rem;left:0.25rem;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) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #UlfztW9RvPlt7nuz5gDDq3yIQ66Zfdgb {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #U5wc73UxshhMlCOITUeQuK2gDv8twa65 { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #k8vd79Ih6r3FwsE3cQy4TfbXFdVQLgLr {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kAmd7qyQVCb57TNxxrrPGcZOSoVMIiBJ {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #rwIP9OzU8ozv8P4sqIC3yfdDwHk6QRTn { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #SzsWNZaCm1OkkqWRPLRXF4zSuPkI26uD {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #cVGsqJuWXVLmkPzyV6ETaKlJViapXfw6 {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #howQqaPOcCG1G1LIP0uyvsfgZy8zg4fq { display:block; }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #nJzNnH479Oxktpr8zFkFuWu4WFsMzf3A {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #JxowqbWRfmd1nW1ziDKn5LfhQrhGtxdf {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #RLULtudzIhtpfAPIEZ6ErayPHfhauvSU {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #Gu6s7XvlPCilX7L0w7ETun3dskNT8W4O {  }
 }@media only screen and (max-width: 763px) { #WkREWrxK2LeJhiIXtqLTxPFKdfqyB67X #kuNDWHyD54u0hc8ciuDlIFRJR4phcdPT {  }
 }@media only screen and (max-width: 763px) { #MNJZI7QoeeWaeRaz7ACJ9uUhkmte4Ilr { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #oEaM5U0CusBTT7HsL8JTTNlZnEFwdanB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MCvW0vB2ykELB4Ve3dIKmFtPxsLLk1dD {  }
 }@media only screen and (max-width: 763px) { #D5yvk3ZVUNJ2toh15gTuqvXHvJ58T5AM { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ENTGJAV4ly7ghh1oA6StETkufEGU77Cz {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Achrbvyye3tyaw9oyMrk28S3BCMNQ0FG {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #iXPpk5vDui0aKpGlV1WExDUxzT9Ev9TU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #E4TkQ6W8TyghCZ6mNE79r1lOQufPBkEr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqrmGDik2yA8o07QBTb7s1cS4aXyzDgJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #IwlGRI1iilamGe69IiAf6a2FWn9s52MC {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #P2AOfvhJHXc7xqfPzXcZAdyiI1BDgHNt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #K6v6mnNtTnhgLehCcwvL4qKTm8KAhu7x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SmiFXX6M171xlCbMu86xokMERgqt3PSt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sDwMxshc7B5mlVCssAXwBcBscl6gNLgr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ppDNAt8QdSxIHev5RyZEQKtqN4rxPXrn {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #sdBP7L31hgKvVnDA3GewkVlxO9X1HzB1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Sl7byfSmVDXa0wpk2hlt9O79EXxahICN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ggnUEy1KDfG0zn8LIRozirM5V2mLpJty {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ovTpITmofndcncK0fnzHyIs0R91cFSzq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ptTg5XVOmw38yBUzMMEU4tvMxIea7XRq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FIOIOTtBqZ6BIaVg7VVWyUkEF5beE3Rr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dEJeg64EECsXRTwQvXN2qzfTpOGGbbEN {  }
 }@media only screen and (max-width: 763px) { #xD475oUXetvRHKgsToCWcI21CL5wPmfs { display:block; }
 }@media only screen and (max-width: 763px) { #cFT4EwowrXti95LnGs69uFEiQGr1dklh { display:block; }
 }@media only screen and (max-width: 763px) { #E6GVN2ExNzsN6zlb48lT4Zvml9RDdTtl { display:block; }
 }@media only screen and (max-width: 763px) { #BaiLtSTi3VBNUeFr6qDPgTt7T0QDZgHi { display:block; }
 }@media only screen and (max-width: 763px) { #iRCprLDhTwuwdrg8MgLkoZxCf14TEXwx { display:block; }
 }@media only screen and (max-width: 763px) { #sDy8JCp12KGB4k3wzJ6gMk2sTwxObokB { display:block; }
 }@media only screen and (max-width: 763px) { #eHLlgZ9cTytNGyPfN66Q6X5z64NexN8n { display:block; }
 }@media only screen and (max-width: 763px) { #LqSTt9JwfJGHTsyD7mIlB3lrUhDu0xlZ { display:block; }
 }@media only screen and (max-width: 763px) { #HUhJE7RXyU1R7NQOTbRbzJQrXEWXgUXz { display:block; }
 }@media only screen and (max-width: 763px) { #ZlvkMtAEGxBbOZKNMrBZipcQC3bPJGRH { display:block; }
 }@media only screen and (max-width: 763px) { #oTt8cK41M9Vph5FQoKZLTn7oFLtg91vb { display:block; }
 }@media only screen and (max-width: 763px) { #NG7lSWmMVqdoKHfFwuyMgJDgfa37DTox { width:19.4375rem;height:11.5625rem;top:15.037231445312rem;left:0.25048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKvWGRTVgQpJWd7UXZKkPQ4ZHfVpkXuT { width:7.3125rem;height:5.25rem;top:23.87939453125rem;left:12.634705502193rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsPk783GMcIwrb8t92OXOMr3ndDRre7 { width:14.8125rem;height:0.89375rem;top:26.599731445312rem;left:2.49853515625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTOibX0toluPuoOSDgUqTSZR1TP5idb { display:flex;width:0.9375rem;height:0.9375rem;top:26.458131445312rem;left:0.92016953125rem; }
 }@media only screen and (max-width: 763px) { #QHyafFI33mqhHEewBHhW82851xtCDKoI { display:block; }#QHyafFI33mqhHEewBHhW82851xtCDKoI > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiCppaidOUkUDeCOeMurBzdtuIfMTov4 { width:20rem;height:1.13769375rem;top:5.3106689453125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mpp6WBdKLwmuVkwHNaNczmQZSt2f3xdq { width:12.5rem;height:2.7625rem;top:10.375rem;left:6.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuzoQOmrCaTKOJADMa2vXAc3eMsZFy1d { width:5.6875rem;height:5.6875rem;top:8.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQcHn98GGyfOAt9sIwTx1BTeTRkP7olb { width:8.125rem;height:2.85034375rem;top:15.9375rem;left:8.875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VwPPF0rM3hABdXvDGam6Xhk1y3rZg6Vm { width:4.375rem;height:4.375rem;top:15.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFIrzBNqVAP2tp3qXQMZudfV0LzIglg { width:8.8125rem;height:4.875rem;top:20.75rem;left:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9F2BdA0JdWElZZhKo2PB7DFMOPND0L3 { width:4.1875rem;height:4.1875rem;top:21rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeCXLtDX7kBdOAXZIJdW26CaILTS5hP { width:20rem;height:2.4375rem;top:1.8890380859375rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;font-family:kanit;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LQefASmVwa9D3IMR9QE118t8RkX1uz0K { width:1.375rem;height:1.375rem;top:11.5rem;left:12.5rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #k59HbQJyKRkltGKsP1rFN3HTMMdOLbzq { top:8.625rem;left:0rem;width:20rem;height:5.625rem;z-index:15012;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0.125rem solid #0071ff;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Acx8X1qrvTvUAaNOVPQcLtkBLUMfMymq { top:14.5625rem;left:0rem;width:20rem;height:5.625rem;z-index:15013;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0.125rem solid #0071ff;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #HPTQw8RDciPH7ygNE33Jd5TLxa6eKyp6 { top:20.3125rem;left:0rem;width:20rem;height:5.625rem;z-index:15014;background-color:rgba(255,255,255,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;border-top:0.125rem solid #0071ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Jd611QTHQdsRNOr3MWXih4aSm99SG981 { width:19.75rem;height:2.5625rem;top:4.3609619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyTxdGlvQFNpDDRP8rNH9GgfdeCyKk04 { width:13.4375rem;height:3.061525rem;top:27.321166992188rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1sgMytBUaaOFwRTMkl2EcCNwTOoEUT { display:block; }
 }@media only screen and (max-width: 763px) { #XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { display:block; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { width:8.375rem;height:1.25rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { width:19.0625rem;height:3.9rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { width:20rem;height:2.925rem;top:8.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXtikgObHkirxsG1d3pZz9ubSpebEbLG { width:20rem;height:0.975rem;top:23.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { width:14.9375rem;height:2.2753875rem;top:19.875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { width:5.6875rem;height:5.6875rem;top:12.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgJJkvMX3ArTxP8NiMIwhmyqAIeo2W6I { width:10.625rem;height:5.9375rem;top:3.9375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r { display:none; }#vFkEexpJwxud7Ps3xPXIt5qCKF6EXV7r > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #epPmrRnlSBJnmbKU5ZXBT08XlxZGEMho { width:9.375rem;height:1.25rem;top:1.91015625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1nrE73PQmJTPaGTHnR6u5JVZxnhnRWF { width:17rem;height:6.0625rem;top:4.72265625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4pJpEV9fdysOcWmd8MGeuElTKaBxhwd { width:16.3125rem;height:1.875rem;top:10.41015625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9CrBQS1XXkqkrLTGeTgwpcfxkTLnWaO { width:16.75rem;height:2.03125rem;top:30.875rem;left:1.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlT4TJ8KPmnbUPzdulhMsGGLVIwfICR { width:20rem;height:3.25rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBDZqf24u7GppzsZFCeFmmnXiGSaXHWm { width:19.125rem;height:16.25rem;top:12.28515625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyOrHIJWA2aAq9nBMt4e1od3u6ZGasF { width:19.875rem;height:10.375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxgVCIwUxCTgJDQPawAP2nmxybVn6E3 { width:20rem;height:0;top:49.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lp3kFwR1LBAydmDuUXGK09qDmq7SWl37 { width:20rem;height:1.13769375rem;top:50.499267578125rem;left:0rem;font-size:0.875rem;z-index:15007;display:block; }
 }