.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"IBM Plex Sans Thai";--paragraphs-font-family:"IBM Plex Sans Thai"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row .container { background-color: transparent; background-image: none; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row .container > .video-iframe-container { display: none; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row > .video-iframe-container { display: none; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .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); }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row .container { border-width: 0; border-radius: 0; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#vsI2AzGg6NveV3VFrT6WolVXvzeX1iXV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:35.4375rem;display:block; }
#W33UJn6hwNryfUcf9uMnECtkW7LuPN8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVNpn8uO5fb4qBT52ttuQEEW1grzuoiK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:41.6875rem;display:block; }
#hxbbGsT7tLdJZkn96i1XKAiFuJF5fffv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiTJrbr1qRpywd8IpxUyqFHslsnZfUy2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:47.9375rem;display:block; }
#dxwqzGQ17qcSsbvi97nTlwzXT3TMDTF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CbCJSchHTmJ54okdn1cV8ex0SI3VAntd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.65625rem;left:0rem;overflow:hidden;display:block; }
#NRst176D2dSfbnJF3J4likx27rSkriZ6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#ZTt4ZnSD3yLBw8rVpnEar3ennL2ewTkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOrwAZ8GGuTi5AzG3pCd5wlEJCBW2SRT { background-color:rgba(255,140,27,0.2);background-image:none;border-top:0.0625rem solid #ff8c1b;border-left:0.0625rem solid #ff8c1b;border-right:0.0625rem solid #ff8c1b;border-bottom:0.0625rem solid #ff8c1b;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.625rem;left:65.0625rem;display:none; }
#rAWluIKcmhhp14HPh4FLFR0PMSDF7a4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aIooGCmSgosIM6l6kIWAhSHzaLFHT1n1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #c00000, #ff9800);background-image: -moz-linear-gradient(90deg, #c00000, #ff9800);background-image: -ms-linear-gradient(90deg, #c00000, #ff9800);background-image: -o-linear-gradient(90deg, #c00000, #ff9800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#ff9800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#ff9800' );";background-image: linear-gradient(90deg, #c00000, #ff9800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.625rem;left:55.9375rem;display:none; }
#RHM9QAls8X8ecGpJgm6bFSmSqr7QlWlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bl3zHezCAJH0xMOHMJsmN3d82r8tMFz4 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fba934, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, #fba934, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, #fba934, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, #fba934, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba934', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba934', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, #fba934, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:53.625rem;display:none; }
#MTzbSoSZUglTXX2fDkqz8MPVOgeNsc3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKUb6GbP352gi950Mf7DdtyPJuyiDlxt { background-color:rgba(251,169,52,0.1);background-image:none;border-top:0.0625rem solid #fc9d2a;border-left:0.0625rem solid #fc9d2a;border-right:0.0625rem solid #fc9d2a;border-bottom:0.0625rem solid #fc9d2a;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:64.6875rem;display:none; }
#SFfqZtuKZr0S6cUG3eV3rcAUyESfT7O4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lu77p0hR0izS49ya5xh1WBBP0Bu0Haei { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -moz-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -ms-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -o-linear-gradient(90deg, #7fc1e3, #0c3a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );";background-image: linear-gradient(90deg, #7fc1e3, #0c3a51);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:55.0625rem;display:block; }
#t8AmzQZGBO8DklZc7TML8uoiaTiBFH9l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEcbdnI2szJkVLRObT6FuRJod04CzAfP { background-color:rgba(12,58,81,0.2);background-image:none;border-top:0.0625rem solid #7ec0e2;border-left:0.0625rem solid #7ec0e2;border-right:0.0625rem solid #7ec0e2;border-bottom:0.0625rem solid #7ec0e2;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:65.3125rem;display:block; }
#TZWkTHUUI3swwvdwRqOQmff528kThk2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c868a8be-50d2-4dd0-874e-1c62164b638d/Frame2087330191.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#ptoyeOTOoaXOSiGup4ds7nrKb3eXO2aT { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:30.5625rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#RGC38TKfuV9i4e5BqpXNZatnQhRa7Kyd { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:33.3125rem;left:0rem;height:2.11230625rem;font-style:normal;display:block; }
#qIyliHBGnkAn5KoauQnOiMJUoDG9Pgg6 { box-sizing:content-box;height:2.5rem;width:11.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #49b6f0, #0c76ae);background-image: -moz-linear-gradient(90deg, #49b6f0, #0c76ae);background-image: -ms-linear-gradient(90deg, #49b6f0, #0c76ae);background-image: -o-linear-gradient(90deg, #49b6f0, #0c76ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b6f0', endColorstr='#0c76ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b6f0', endColorstr='#0c76ae' );";background-image: linear-gradient(90deg, #49b6f0, #0c76ae);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#HmfC1qmHz4eAeT3LJXneQlTpI7u8J3VR { color:rgba(var(--color-tertiary-2),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:27.39453125rem;left:1.15625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RriCI0KzXCoxb51ccQrqSGGVINvckk9N { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:34.9375rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#ESa1Q4IlVglevkb0qqrr2MtFLVzbpJet { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:38.1875rem;top:5.4248046875rem;left:36.8125rem;overflow:hidden;display:block; }
#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row .container { background-color: transparent; background-image: none; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row .container > .video-iframe-container { display: none; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row > .video-iframe-container { display: none; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .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); }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row .container { border-width: 0; border-radius: 0; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#kfdf31i2RqC8u7wBCiRMInE1UWKbDewQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:5rem;left:2.5rem;overflow:hidden;display:block; }
#xvI5LA57Fp026bzhOopJHa0xFD5BCZBo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:5rem;left:5.875rem;height:3.1494125rem;font-style:normal;display:block; }
#WMpy2XFT2DudHdClo9LxmSGBhOwbcLmU { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:5rem;left:29.5rem;height:3.1494125rem;font-style:normal;display:block; }
#ZxQFEOg94v6UUdI5k8uanVrTgSFhrStl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:5rem;left:26.125rem;overflow:hidden;display:block; }
#XXdDLBT7zmh4CuFsyNnc88DSpcyxsnCG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5rem;left:52.1875rem;height:3.1494125rem;font-style:normal;display:block; }
#FTLf7UgI8T2WI4P7AKTBgTU8wynddxwm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:5rem;left:48.75rem;overflow:hidden;display:block; }
#aBuWvr8rQ9DiwZrGIbdno91BlIINC5cb { box-sizing:content-box;height:7.8125rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #063349, #041b27);background-image: -moz-linear-gradient(90deg, #063349, #041b27);background-image: -ms-linear-gradient(90deg, #063349, #041b27);background-image: -o-linear-gradient(90deg, #063349, #041b27);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#063349', endColorstr='#041b27' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#063349', endColorstr='#041b27' );";background-image: linear-gradient(90deg, #063349, #041b27);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:0rem;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; }
#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #063349, #000000);background-image: -moz-linear-gradient(90deg, #063349, #000000);background-image: -ms-linear-gradient(90deg, #063349, #000000);background-image: -o-linear-gradient(90deg, #063349, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#063349', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#063349', endColorstr='#000000' );";background-image: linear-gradient(90deg, #063349, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container { background-color: transparent; background-image: none; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container > .video-iframe-container { display: none; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row > .video-iframe-container { display: none; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .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); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container { border-width: 0; border-radius: 0; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#tGo605aUHuvaQEBwlfMkxKf1opJDiDHF { 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:27.1875rem;width:25.875rem;top:9.0625rem;left:42.8125rem;overflow:hidden;display:block; }
#fKNFyfTXPPPUiKxAKtuuMMlyAVRW1k6I { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:14.59375rem;left:0rem;height:13.125rem;font-style:normal;display:block; }
#t2MxGRzqhcfAKQqpmntf7kscBPaEgtln { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:5.65625rem;left:46.8125rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qy9sz6rlhXMzZ0u7D0usWzNi1iA7fxNn { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13.6435546875rem;left:31.9375rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJiqEim9lJNfWQLAdcTT4Ld8KOQulEVs { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13.6435546875rem;left:64.3125rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L2oi0PrmPHB7Xe8BNGxr7ESFye4fQ6Ue { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:23.1181640625rem;left:34.1875rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sU5nDOJ7Vizx9nQTowRK0pHI02OuMSQT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:23.1181640625rem;left:64.46875rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/01b5aae6-a4ae-4ae1-82e3-f41cc2336326/Frame2087330192.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5.adaptive-delivery-prevent-bg, #aWTmPZgwi7rZfAWG9LuyIrqtandQWre5.lazyload, #aWTmPZgwi7rZfAWG9LuyIrqtandQWre5.lazyloading { background-image: none; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container { background-color: transparent; background-image: none; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container > .video-iframe-container { display: none; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row > .video-iframe-container { display: none; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .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); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container { border-width: 0; border-radius: 0; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#i9f5Shp89FMIMrtfzg2T2JzuyRDBCpPK { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:4.75rem;left:0rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bFa2gBui06o1pUgGLBOJ9ncUoMXTtliG { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:9.2998046875rem;left:0rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v4xCMmPKyAcHvo55BC5FgFZNxEcDqlTS { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:34.625rem;top:8rem;left:40.375rem;overflow:hidden;display:block; }
#yfl8RGlkTsOypy5vu9Cu1VTK6mWgerpB { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.3125rem;left:0rem;height:3rem;font-style:normal;display:block; }
#ail4HNxDnVgwOwvXCf0h5DpdXUEHpm1C { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:23.8125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1a0a3b, #001d2a);background-image: -moz-linear-gradient(90deg, #1a0a3b, #001d2a);background-image: -ms-linear-gradient(90deg, #1a0a3b, #001d2a);background-image: -o-linear-gradient(90deg, #1a0a3b, #001d2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0a3b', endColorstr='#001d2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0a3b', endColorstr='#001d2a' );";background-image: linear-gradient(90deg, #1a0a3b, #001d2a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row .container { background-color: transparent; background-image: none; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row .container > .video-iframe-container { display: none; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row > .video-iframe-container { display: none; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .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); }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row .container { border-width: 0; border-radius: 0; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#ToE6McScpey48dXfrN8CP76OofGaIrmL { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:9.9375rem;left:18.125rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixAQB0eqO1xFg23Z0lDTTTRdwWTh5Uha { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:6rem;left:18.125rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4yMtVfWmkpg53TDgyrIbdrcTSCXEOvD { box-sizing:content-box;height:39.0625rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:0.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#ffS63dCvcuamMkUBfyZVbfoGGQxSynrc { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:17.625rem;left:7.8125rem;overflow:hidden;display:block; }
#GyTIqA8qqAFI1OQkHSSSLKdTPMzUaAgf { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.25rem;left:2.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#U5070y8K3IDFRu3zWHes1O67olLDG4T3 { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.3125rem;left:2.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSFgqi6DDyIr5gQRohS9pQeRdeVcmo2H { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15015;background-color:#5b36a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:1.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#g63Ilv0aztOD8tuVaS14LrsTf7lnDchh { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:37.6875rem;left:2.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RDbKMHg1ygWs2nqoJeMAeO7ZeEgNxTtJ { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:41.4375rem;left:2.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwGoQ6S4Ax7m6EBXAPKM2nmeIHpfy8b7 { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15017;background-color:#5b36a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5rem;left:1.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#MnVBVmD3v51gCFB7GzZlyQtp8ift0tdy { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:45.1875rem;left:2.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WbDbg3MCWCOelbt9V1TJQ5gxpgx8UNSH { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15019;background-color:#5b36a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.25rem;left:1.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#wtoM8Wg6daaF9HdLBli6qrG9pTXtu0Oc { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:48.9375rem;left:2.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrQMoh2vpgA5LVpZwpRvJkQvhcmVHeot { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15021;background-color:#5b36a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48rem;left:1.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#J7zR83XRfKQbOKOVEW2mk1MTKnTk9Rh1 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:52.6875rem;left:2.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKuu8CAQSM3MGzT7eiT12Nl14g6lLCtc { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15023;background-color:#5b36a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.75rem;left:1.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#kZcDqvRcEKlsaBNo9QApbkpAoRdvyh5k { box-sizing:content-box;height:39.0625rem;width:23.75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:25.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Cu7aqwo3H1SfTAHmfpQb58KC0uKLUowV { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15031;background-color:#943185;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5rem;left:26.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#WcDtno9knnRKnTcTOkEaGbZcyhZRA9h7 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:45.1875rem;left:27.5rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOyM5c4gOiilaKnPUDA2IAPTprXs2xXS { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15033;background-color:#943185;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.25rem;left:26.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#uk3LMbxtKAOIaTRcWkJATPXJhfLt299A { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:48.9375rem;left:27.5rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSFPwJTb3efsQERiTM7rJGH14q12VJ5T { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15035;background-color:#943185;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48rem;left:26.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#MrEPaVyPmxsOoZGHHsV6H4VyDg1lQUXO { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:52.6875rem;left:27.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIoL4a9FLAByxTn1E99Dh3nW2ZoZJs1I { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15037;background-color:#943185;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.75rem;left:26.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#Gt9JeQdnDLBQ1cqUEtT3TlKLP3Kdk0Qc { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15029;background-color:#943185;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:26.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#geyEkee1Rs1tWf9AEMN284b6VO9qyCFf { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:37.6875rem;left:27.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNmlAUF3sOZ7AWuXIu4v1g1xogvki7kn { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:41.4375rem;left:27.5rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6nUdXxoJUrRu4xZh9uG2MzovP3Swtdg { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:31.3125rem;left:27.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfZEoPNxkQCCiXTlmhCxVdzThUamoLTD { position:absolute;display:block;z-index:15024;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:9.375rem;width:9.375rem;top:17.625rem;left:32.8125rem;overflow:hidden;display:block; }
#SXNTEhamrp5OgQEtFJkBrKbcx0riXCaN { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:28.25rem;left:27.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Vcie8xXFc6oFwrVsOGcDhQK8e9AblhoB { color:#943185;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:56.6875rem;left:27.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aGccQWh48hlR9mowBrDX0XskaLbTmJ3h { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #943185;border-left:0.125rem solid #943185;border-right:0.125rem solid #943185;border-bottom:0.125rem solid #943185;top:55.5rem;left:26.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#GQbLkqNuC4eHdNxNQC8qzZyZB45T0XFd { box-sizing:content-box;height:39.0625rem;width:23.75rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:50.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#cFZkQK8ek7SioCzSKGmipafM7OfoaBHp { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:45.1875rem;left:52.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAkLa5lHkOGUH9TfpPHM8s1btnnyO40X { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15051;background-color:#3196cd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.25rem;left:51.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#gL1prhybXAxzdmEnmXT0imT17ThrunAn { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:48.9375rem;left:52.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEMSWAHv2nUE3kRCTp2UXegfHFJlZKVI { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15053;background-color:#3196cd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48rem;left:51.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#MvgyJtUXb3Pog0uh6B1s5HuHobM4qeca { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15049;background-color:#3196cd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.5rem;left:51.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#m8tMZ07sZgct09ddudz7fSbd8KVMmCld { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:41.4375rem;left:52.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcxEEKUeHrIMEXg9z8PfZGibWAhz1fOS { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15047;background-color:#3196cd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.75rem;left:51.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#q0uJ3znkP0MyOKFTUxMNlGqotEqoD6M1 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:37.6875rem;left:52.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yFiJIDBFEIhxeZCRLkQUhJ7y2GfUrZzI { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:31.3125rem;left:52.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3lwcIXKeX6e2TC73nWpTEDhhL6IeAcM { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:28.25rem;left:52.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#EBasAAfXaillzDCkHd2T3cs0f477LbXi { position:absolute;display:block;z-index:15042;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:9.375rem;width:9.375rem;top:17.625rem;left:57.8125rem;overflow:hidden;display:block; }
#GSZL0e9bMgfOFDZwtS2OQzQi1vw5hAIT { color:#5b36a1;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:56.6875rem;left:2.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbHDEDinVVre2m3f6hFaKANs5ThZlEDS { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #5b36a1;border-left:0.125rem solid #5b36a1;border-right:0.125rem solid #5b36a1;border-bottom:0.125rem solid #5b36a1;top:55.5rem;left:1.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#vuJSl0oZLbiISMpDecDZvcvaVaeAs6p6 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:52.6875rem;left:52.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gp9aanyLNXDE4tNhftKPtGfOysZnkz8O { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15055;background-color:#3196cd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.75rem;left:51.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#QpflEF4hieVSElJlDAzn9TJhnb1fsrqV { color:#3196cd;display:block;width:20rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:56.6875rem;left:52.5rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWfRAxF9NHIB5ph9dV4a9yxbIhW5F1pS { box-sizing:content-box;height:3.125rem;width:21.25rem;position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #3196cd;border-left:0.125rem solid #3196cd;border-right:0.125rem solid #3196cd;border-bottom:0.125rem solid #3196cd;top:55.5rem;left:51.875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1a0a3b, #001d2a);background-image: -moz-linear-gradient(90deg, #1a0a3b, #001d2a);background-image: -ms-linear-gradient(90deg, #1a0a3b, #001d2a);background-image: -o-linear-gradient(90deg, #1a0a3b, #001d2a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0a3b', endColorstr='#001d2a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0a3b', endColorstr='#001d2a' );";background-image: linear-gradient(90deg, #1a0a3b, #001d2a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row .container { background-color: transparent; background-image: none; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row .container > .video-iframe-container { display: none; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row > .video-iframe-container { display: none; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .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); }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row .container { border-width: 0; border-radius: 0; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;position:relative;display:block; }#L0HffFBCTmzZksCFNOVwkSkVnXsxR6Lx { color:#ffffff;display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.5rem;left:18.125rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#niCMT8aD6RawFgbMV5xUehZEKWfdPdxT { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:8.4375rem;left:13.40625rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LD8draiEliTUV1Zw18w9TcTvuDWdQW0B { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.5625rem;width:23.75rem;top:15.3125rem;left:0.625rem;overflow:hidden;display:block; }
#HwGnVWCsrEUIf76l11N9vMin9VnesH1o { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.625rem;width:23.75rem;top:15.28125rem;left:25.625rem;overflow:hidden;display:block; }
#VlqJXHAAITzDUg6Bgx2NZIm4gryee5kp { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.625rem;width:23.75rem;top:15.28125rem;left:50.625rem;overflow:hidden;display:block; }
#nDMk7cr7Fwz6Z2ii9RFeWfazVMOIG2zx { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:42.75rem;left:2.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#K2eUCUPFoHSbvEVeDqT6FUgesMvJdzoI { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:45.8125rem;left:2.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xUQtQvXvSbTaTElODcN0PO3c58HVmdra { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:45.8125rem;left:27.5rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AumFPpDUTBhiomh81l55qOzIEwqWXTEq { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:42.75rem;left:27.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#CJm6yusy8Za9ld2MiSq52MTNlbZmi0hp { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:45.8125rem;left:52.5rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2w49hJrbPCSKTclwo4VwToWXMDgU9xS { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:42.75rem;left:52.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#wrkJPVCc0ryduosgykHQTotMw8d1sKSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bedce71f-a19e-406a-a147-69bcefd40f07/Frame2087330195.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp.adaptive-delivery-prevent-bg, #wrkJPVCc0ryduosgykHQTotMw8d1sKSp.lazyload, #wrkJPVCc0ryduosgykHQTotMw8d1sKSp.lazyloading { background-image: none; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container { background-color: transparent; background-image: none; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container > .video-iframe-container { display: none; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row > .video-iframe-container { display: none; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .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); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container { border-width: 0; border-radius: 0; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#DDqJesG5XCvrmR5r0guM7o71fqiX5uWn { color:#ffffff;display:block;width:48.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.875rem;left:13.125rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tN4tTh610c29K1cyxtpGkgMTWOyJucsk { color:#000000;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:10.6875rem;left:9.125rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdHWOyO4dhTp783wWyu7iwnbwzfdw8WN { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:17.125rem;left:0.625rem;overflow:hidden;display:block; }
#myDbBHzvV5fhiAmmb6t7kN1JmnkTwx0W { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:17.125rem;left:19.375rem;overflow:hidden;display:block; }
#czwBPoTdECHJSulJBNOKRJUuvImoniu4 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:17.125rem;left:38.125rem;overflow:hidden;display:block; }
#ih6SczzguJlA1yAuq0V4PdzKRtwPHNTC { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:17.125rem;left:56.875rem;overflow:hidden;display:block; }
#FbK52tCz8sVsCxZCN0HBxEXaGNhmfJTu { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:35.875rem;left:0.625rem;overflow:hidden;display:block; }
#QJaISTJ4ZyRsBJSZNkFdZuy1Srngg5yN { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:35.875rem;left:19.375rem;overflow:hidden;display:block; }
#mTLUi9zOeh83FF6dhD2yIwUk22ktBf96 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:35.875rem;left:38.125rem;overflow:hidden;display:block; }
#QT5yiNoomXV9TQqUGFObMxtcQDuVNb1N { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:17.5rem;top:35.875rem;left:56.875rem;overflow:hidden;display:block; }
#ZDgIX4BgZoMasMITptI0CrdhzSLgkR11 { background-color:rgba(126,192,226,0.2);background-image:none;border-top:0.125rem solid #7ec0e2;border-left:0.125rem solid #7ec0e2;border-right:0.125rem solid #7ec0e2;border-bottom:0.125rem solid #7ec0e2;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:56.9375rem;left:30.6875rem;display:block; }
#nHxPPQdT4qEfE4p9an43JRNfc3wn2TZ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/60da662e-8951-48cc-a9b7-ff514d161dd3/Frame2087330193.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR.adaptive-delivery-prevent-bg, #P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR.lazyload, #P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR.lazyloading { background-image: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container { background-color: transparent; background-image: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container > .video-iframe-container { display: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row > .video-iframe-container { display: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .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); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container { border-width: 0; border-radius: 0; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#eUGxWCk5xkmKrKw6wHDtPVINruhArfTw { color:#ffffff;display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:12.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XWekS0yDGUDnQfcrMTVGW5aEV0eoMM1W { box-sizing:content-box;height:25.9375rem;width:36.4375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8125rem;left:38.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#z8T30ThtfXR09seu6yzVAJN4LLwkQdZO { position:absolute;display:block;z-index:15013;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:21.8125rem;width:33.125rem;top:7.875rem;left:39.6875rem;overflow:hidden;display:block; }
#DA4f7BEIP0pdXUWRdqWczNIUpBAEy5k9 { box-sizing:content-box;height:9.9375rem;width:34.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Z6xVHmPr7ozDleN4t3cmyXhJ5Trsbamd { color:#49b6f0;display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:23.6875rem;left:3.1875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pgiigNPATGZ8RpGQux9VeqBgA3VfuyGc { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15076;line-height:1.6;letter-spacing:0;top:28.25rem;left:3.1875rem;height:1.79980625rem;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; }
#JOqTTTzS6eGNPvkAqk7mC3xbFUsnpbln { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15078;line-height:1.6;letter-spacing:0;top:28.25rem;left:13.5625rem;height:1.79980625rem;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; }
#yvhTNxZhztKqx1wpcDb4RmSe6z4rAZ0o { color:#49b6f0;display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:23.6875rem;left:13.5625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m8xDzOIsCubf7r5ukBxA38hiJRIXIfed { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15080;line-height:1.6;letter-spacing:0;top:28.25rem;left:24.0625rem;height:1.79980625rem;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; }
#liKlwVzrXuAsxqmGiKQWEAac2DpAttFK { color:#49b6f0;display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:23.6875rem;left:24.0625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eAzhs1fLtTnJIc0TMIIU1QPq78CT3oqo { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.875rem;left:12.0625rem;display:block; }
#N5PrGv6GvZpLnuMHUuUhc4x6EZOxcZTu { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.875rem;left:22.4375rem;display:block; }
#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/126ca6c5-b327-4d43-8411-7b251ccb2efd/Frame2087330193.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4.adaptive-delivery-prevent-bg, #g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4.lazyload, #g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4.lazyloading { background-image: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container { background-color: transparent; background-image: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container > .video-iframe-container { display: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row > .video-iframe-container { display: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .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); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container { border-width: 0; border-radius: 0; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container { font-size:0.875rem;font-family:arial;height:78.75rem;width:75rem;position:relative;display:block; }#J24kEzyA9suxWMZQ6aPBN4NODTZ8zW4M { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:5.875rem;left:9.875rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOFdoP4uxamGSdr9oHvvr3tQNXzSduJf { box-sizing:content-box;height:14.25rem;width:34.75rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:1.375rem;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; }
#z1sbJVuqIDlIRFWOiFLyc038S4IFw8eW { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.9375rem;width:6.8125rem;top:14.1875rem;left:2.625rem;overflow:hidden;display:block; }
#iETadDUlyrN62GcLPCRTGwDBPHPUvVoF { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffa928, #ff513b);background-image: -moz-linear-gradient(90deg, #ffa928, #ff513b);background-image: -ms-linear-gradient(90deg, #ffa928, #ff513b);background-image: -o-linear-gradient(90deg, #ffa928, #ff513b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa928', endColorstr='#ff513b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa928', endColorstr='#ff513b' );";background-image: linear-gradient(90deg, #ffa928, #ff513b);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.5625rem;left:2.5625rem;display:block; }
#G5Asl0eROCeNsrU0M8igueAdILLMqowS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkF0fgO4LPXNbBlCIZ8T0LS9aUzNRB0i { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:14.8125rem;left:10.6875rem;overflow:hidden;display:block; }
#V31iDzsVmETiq4PliHaMOp7ObNqpw5L6 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:15.21875rem;left:13.8125rem;height:1.6875rem;font-style:normal;display:block; }
#eqPAxK6r58AayLMmLbJaCZTpDcWmkELE { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18rem;left:13.8125rem;height:1.6875rem;font-style:normal;display:block; }
#FJTflIg0SsHdCUrCQmhlX8OIKlSLdpdt { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.625rem;left:10.6875rem;overflow:hidden;display:block; }
#a0A61nn6qdB1Z6FqFk5p7DyOs7lFtlIU { box-sizing:content-box;height:14.25rem;width:34.75rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:38.875rem;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; }
#n4vuH4h6443N2Kppm8HIzSagqnkSznAH { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -moz-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -ms-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -o-linear-gradient(90deg, #7fc1e3, #0c3a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );";background-image: linear-gradient(90deg, #7fc1e3, #0c3a51);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.375rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:22.5625rem;left:40.0625rem;display:block; }
#UAqIeBmubmJz6AF3gS8JWbsKTsBw8rUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hH3MtmfxvkrstzVLfUr24hDTS97xWcxK { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:18rem;left:51.3125rem;height:1.6875rem;font-style:normal;display:block; }
#m5B1A0c9NiVXQlbCONKp6olSWTpWWCyN { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.625rem;left:48.1875rem;overflow:hidden;display:block; }
#kITXAGBHstEoIQBIqJiPRvmJTPisLnhX { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:14.8125rem;left:48.1875rem;overflow:hidden;display:block; }
#Z7Cu3atoRa7S6cit9r5AzWu8d5Am6RLV { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7rem;width:6.8125rem;top:14.1875rem;left:40.125rem;overflow:hidden;display:block; }
#LcbeOwPoPX0iSOOOsJstDCXJN9ZwvfuL { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:15.25rem;left:51.3125rem;height:1.6875rem;font-style:normal;display:block; }
#UKDHnEEHdANTdUQa42Tes6vKuw8ZAApm { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:35.03125rem;left:9.875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWKp8h8TXa1zZXWzIl11hpbMRDAwTRQp { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:39.15625rem;left:9.875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nzTJvZcqswLEfxBAH6REPqX33kEKKKpp { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:18.75rem;top:43.8125rem;left:28.09375rem;overflow:hidden;display:block; }
#ei5euwGUR4MQJLL42nQu7kAtDaJohwT7 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:46rem;left:28.0625rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BZ59ZuB324coKDoq1S691CzqB1d0bHkh { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:52.8125rem;left:30.21875rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdyhBUHaqaW9JblInphkmuIkoywuuJnb { color:#7f7f7f;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:50.8125rem;left:30.21875rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTLLl4OwaHDAlDlGAOdIVrKQzdetQPFB { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:57.625rem;left:29.96875rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOECv3LmOoacg4qvzf1mObTfr5NWxs6C { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:18.75rem;top:43.8125rem;left:50rem;overflow:hidden;display:block; }
#L5hDVgzT7hmRGWRvi9XCWz8zLDSEaref { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:57.625rem;left:51.875rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KudT5woG2zg3gaLADEhWcQ8g1Dmoo2V5 { color:#000000;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:52.8125rem;left:52.125rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGlMXa5BX0e3n9gSmuPVT0v1H2c5dNCI { color:#7f7f7f;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:50.8125rem;left:52.125rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTdpGTu1eIrPgIaKbT589eUXWTnKkCq7 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:46rem;left:50rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ffB2pGTE0NKAX3GL9GT0LZTqaxMy6K6V { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:21.75rem;top:43.8125rem;left:3.3125rem;overflow:hidden;display:block; }
#X2S2sC0Lvs3DCRrbLH4xuMpeR8CPdH54 { color:#ff513b;display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:52.8125rem;left:8.5625rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wP2Fd0aAXbzuJGZrbWxpixuf1skUoDNt { color:#7f7f7f;display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:50.8125rem;left:8.5625rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dDFoAi9bNcttaTubdWAZmmRoWoTeixKT { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:57.625rem;left:8.5625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w67s84mhFe8w2VE0WB7Eh8vmbHWEWu03 { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:46rem;left:8.5rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHS4IBVe0MEWkE0wo7MXdcuAU8sMOg4Z { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:64.9375rem;left:9.875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ahfXusuFrFsWyGs24xBSSZCq0fDJxqf6 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -moz-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -ms-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -o-linear-gradient(90deg, #7fc1e3, #0c3a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );";background-image: linear-gradient(90deg, #7fc1e3, #0c3a51);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:69.6875rem;left:23.125rem;display:block; }
#Wzoc1BD6Lp92sdF2Ha0CWMd3OkdkKwqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wv6DqIocFKkkuPxcSgfcu4014SfAi0g0 { background-color:rgba(12,58,81,0.2);background-image:none;border-top:0.0625rem solid #7ec0e2;border-left:0.0625rem solid #7ec0e2;border-right:0.0625rem solid #7ec0e2;border-bottom:0.0625rem solid #7ec0e2;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:69.6875rem;left:38.125rem;display:block; }
#aGl5GCsikwC3HzNQtSww4WADeLkRW8G7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1a86704c-ac4a-4288-b4a7-df7c2b0cd48c/Frame2087330194.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63.adaptive-delivery-prevent-bg, #vaixmiH432M9CHz6yTOAZIlTBz3ZcE63.lazyload, #vaixmiH432M9CHz6yTOAZIlTBz3ZcE63.lazyloading { background-image: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container { background-color: transparent; background-image: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container > .video-iframe-container { display: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row > .video-iframe-container { display: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .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); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container { border-width: 0; border-radius: 0; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#g10k8fKHUpWWaznqGaItgcAR6BWNBZEQ { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:10.625rem;left:0rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wXoTXKRzme1CQZhve5Pu77gKEyKeNODd { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:18.8125rem;left:15.875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#aPEZp6AtvIqF0VfcDnHQ1VB6aMJJhfq0 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:21.5625rem;left:18.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UU8EKZcnSscmkw0l33Z3aucNJnbPJUfd { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:23.625rem;left:18.375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CMDhg4y6zuyNrmwlvcTZQfUfpm86gR87 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:8.5625rem;top:16rem;left:5.4375rem;overflow:hidden;display:block; }
#FJHJ9y4BlqmBRqsfKJZ9lpRDI1BOrExM { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:21.3125rem;left:15.875rem;overflow:hidden;display:block; }
#zt7hTUHWcgUJHcRTScVPIM8FTFxJvcc0 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:23.4375rem;left:15.875rem;overflow:hidden;display:block; }
#knmdub6WFVpGC5zaGlV7nJTCrkmcBNJh { color:#49b6f0;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:29.6875rem;left:6.3125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-form-header {  }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:30.625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:30.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:30.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:30.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-3),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-checkbox { width:1rem;height:1rem;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; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -moz-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -ms-linear-gradient(90deg, #7fc1e3, #0c3a51);background-image: -o-linear-gradient(90deg, #7fc1e3, #0c3a51);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fc1e3', endColorstr='#0c3a51' );";background-image: linear-gradient(90deg, #7fc1e3, #0c3a51);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.8125rem;margin-bottom:0.25rem;margin-left:3.8125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:22.9375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29.4375rem;overflow:hidden;font-style:normal; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-container:first-of-type{padding-top:0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-container:last-of-type{padding-bottom:0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:39.6875rem;top:3.9189453125rem;z-index:15079;position:absolute; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.625rem;display:block;vertical-align:top; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv {display:block;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;left:39.6875rem;top:3.9189453125rem;z-index:15079;position:absolute; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #DUt5lhxItqDxpKzliW4NGsFbSJAXqkPC { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #FnheHDOX0ryb0TtKPMnPtT9ST6nCzlx4 { position:relative;display:none; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Si6wPE9KxKbXD6SMZkB8WGAEzny1Par9 { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #JdxJlmsE5fi1y8cu7qBc81nk13JBy1RB { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #TMHd2fTUMUQuh7tZVNoJpGQb9TMworBJ { position:relative;display:none; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #JzSzqb2mDx4kEyJp5K6IFCByppUEz1a7 { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #cmkuqcmwv2tpiMSLGcF1d4G69lTBWECG { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #nJFKrsNS1ztSTAHhgE60PTWorWyOk3lV { position:relative;display:none; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #KtbOZm9wdyXFqE5DvAbhGyR917x2yE8q { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #hxoJUweCUgTpRyKOTtLo39EXhA96q0un { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #MW3JVTzR4pFeQqDz5VTzeHSZxh3xqtl4 { position:relative;display:none; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Ou2ccB0uLaSEqpMEmqI1vQEVqF7VZTrn { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #ZzTs2ART3mOnv7hbJblwxka1e9wsLfoC { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #XE82Ik44TuWIhfRv96nJNuoNTzueZhfa { position:relative;display:none; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #WQfU0U23PxMGKAZH5HdW1ZQ7myecysRB { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #V7MRJgKWI2BgTmrN0RU9dUztCuxdtDSZ { position:relative;display:block;z-index:15000; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Geeo1c9cl2GgaRi45L0cyEouEXL4sTSN { position:relative;display:block;z-index:15000; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #NqOxv2zsydAK0mbEXpDRNE98SPP5aT1t { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #NqOxv2zsydAK0mbEXpDRNE98SPP5aT1t .container-column{width:50%;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #DfdeuKIchWyRGGk5p2ybAG5eJxTuAePG { position:relative;display:block; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #SFNlwqeX3gJTMJ7GLyLfh4W9BJsKiKpm { position:relative;z-index:2; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #WwVkN7yRVNXJZyhKssO64sh2U9Jo3stp { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #UUgm6KXRI1Jzxy9UyxTDb6227TI8dTkL { position:relative;z-index:2; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #C1ErvA7sop1b9B8Nahh0g6QRfkThzHxW { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Iw9vHWEO0K1qCgRlW86z9oZZm6u1Kls0 { position:relative;display:block;z-index:15000; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Vviq6e9VVuWLRV97X7UK6J367waVL2ka { position:relative;display:block;z-index:15000; }
#wp8HId8y43sLiRokgW5Pz6UricJAgWgG { position:relative;display:block; }
#pFc3lm0TxTtmpS1qpEJzOSUeKb1ZMLD8 { position:relative;display:block; }
#w9xcXfA9PruyMolk2q5RQa17BwFfJlE2 { position:relative;display:block; }
#TQFgIGtILg9k14DlDpkREaD8DHHd0tCO { position:relative;display:block; }
#Aqc6LFUMxWz80eerTx0if9r6MB2FFeoL { position:relative;display:block; }
#TTRlsyA76mPZGhlOkHH613AICQqvaeLr { position:relative;display:block; }
#ZLsqRFqMX1gHU9itPbZaczuHcsSeCt13 { position:relative;display:block; }
#IThXM9lehZMPa8gtfrK8Duc0TkPgKJKC { position:relative;display:block; }
#PSxHXEfoUxHu6aNh0SROhPaovmTUUNuU { position:relative;display:block; }
#BKHrd2V54SFFc908CXi0WtsID2bDPzEL { position:relative;display:block; }
#PeBisFgSm0B1Gc0irX30dU6P9WGvTpb4 { position:relative;display:block; }
#lI0S9mQKreeanJT169nWt9wvykGr7d6G { position:relative;display:block; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Lly4VZdx4vEG4ZimEe9UGK8C9Dn8L7av { position:relative; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #i9014q5eNHQhL1sTnCl0RkuVpD94l6dT { position:relative; }
#MwVy4TqFvpqsF9VIbLPS79o62T43sZO7 { position:relative;display:block; } #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection *:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="text"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="email"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="tel"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection textarea:focus-visible { outline: none; } #MwVy4TqFvpqsF9VIbLPS79o62T43sZO7 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb { display:block; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsI2AzGg6NveV3VFrT6WolVXvzeX1iXV { width:6.25rem;height:2.5rem;top:1.5625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W33UJn6hwNryfUcf9uMnECtkW7LuPN8F { display:block; }
 }@media only screen and (max-width: 763px) { #RVNpn8uO5fb4qBT52ttuQEEW1grzuoiK { width:6.25rem;height:2.5rem;top:1.5625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxbbGsT7tLdJZkn96i1XKAiFuJF5fffv { display:block; }
 }@media only screen and (max-width: 763px) { #oiTJrbr1qRpywd8IpxUyqFHslsnZfUy2 { width:6.25rem;height:2.5rem;top:1.5625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwqzGQ17qcSsbvi97nTlwzXT3TMDTF7 { display:block; }
 }@media only screen and (max-width: 763px) { #CbCJSchHTmJ54okdn1cV8ex0SI3VAntd { width:7.125rem;height:2.3125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRst176D2dSfbnJF3J4likx27rSkriZ6 { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTt4ZnSD3yLBw8rVpnEar3ennL2ewTkZ { display:block; }
 }@media only screen and (max-width: 763px) { #rOrwAZ8GGuTi5AzG3pCd5wlEJCBW2SRT { width:9.9375rem;height:2.375rem;top:1.625rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAWluIKcmhhp14HPh4FLFR0PMSDF7a4U { display:block; }
 }@media only screen and (max-width: 763px) { #aIooGCmSgosIM6l6kIWAhSHzaLFHT1n1 { width:7.6875rem;height:2.375rem;top:1.625rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHM9QAls8X8ecGpJgm6bFSmSqr7QlWlV { display:block; }
 }@media only screen and (max-width: 763px) { #bl3zHezCAJH0xMOHMJsmN3d82r8tMFz4 { width:10.3125rem;height:2.5rem;top:1.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTzbSoSZUglTXX2fDkqz8MPVOgeNsc3L { display:block; }
 }@media only screen and (max-width: 763px) { #nKUb6GbP352gi950Mf7DdtyPJuyiDlxt { width:10.3125rem;height:2.5rem;top:1.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFfqZtuKZr0S6cUG3eV3rcAUyESfT7O4 { display:block; }
 }@media only screen and (max-width: 763px) { #lu77p0hR0izS49ya5xh1WBBP0Bu0Haei { width:9.6875rem;height:2.5rem;top:1.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AmzQZGBO8DklZc7TML8uoiaTiBFH9l { display:block; }
 }@media only screen and (max-width: 763px) { #nEcbdnI2szJkVLRObT6FuRJod04CzAfP { width:9.6875rem;height:2.5rem;top:1.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWkTHUUI3swwvdwRqOQmff528kThk2m { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptoyeOTOoaXOSiGup4ds7nrKb3eXO2aT { top:30.5625rem;left:0rem;width:30.9375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGC38TKfuV9i4e5BqpXNZatnQhRa7Kyd { top:33.3125rem;left:0rem;width:30.9375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIyliHBGnkAn5KoauQnOiMJUoDG9Pgg6 { top:26.8125rem;left:0rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmfC1qmHz4eAeT3LJXneQlTpI7u8J3VR { top:27.375rem;left:0rem;width:8.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RriCI0KzXCoxb51ccQrqSGGVINvckk9N { top:2.4375rem;left:0rem;width:34.9375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESa1Q4IlVglevkb0qqrr2MtFLVzbpJet { top:5.375rem;left:9.5625rem;width:38.1875rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W { display:block; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfdf31i2RqC8u7wBCiRMInE1UWKbDewQ { top:5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvI5LA57Fp026bzhOopJHa0xFD5BCZBo { top:5rem;left:0rem;width:14.0625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMpy2XFT2DudHdClo9LxmSGBhOwbcLmU { top:5rem;left:15.875rem;width:13rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQFEOg94v6UUdI5k8uanVrTgSFhrStl { top:5rem;left:12.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXdDLBT7zmh4CuFsyNnc88DSpcyxsnCG { top:5rem;left:29.25rem;width:18.5rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTLf7UgI8T2WI4P7AKTBgTU8wynddxwm { top:5rem;left:35.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBuWvr8rQ9DiwZrGIbdno91BlIINC5cb { top:2.6875rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARIrbJVFsEly8yEcovu6GCaXMUdslwQr { display:block; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGo605aUHuvaQEBwlfMkxKf1opJDiDHF { top:9.0625rem;left:21.875rem;width:25.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKNFyfTXPPPUiKxAKtuuMMlyAVRW1k6I { top:14.5625rem;left:0rem;width:24.9375rem;height:13.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2MxGRzqhcfAKQqpmntf7kscBPaEgtln { top:5.625rem;left:26.375rem;width:17.875rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9sz6rlhXMzZ0u7D0usWzNi1iA7fxNn { top:13.625rem;left:9.9375rem;width:13.9375rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJiqEim9lJNfWQLAdcTT4Ld8KOQulEVs { top:13.625rem;left:37.0625rem;width:10.6875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2oi0PrmPHB7Xe8BNGxr7ESFye4fQ6Ue { top:23.0625rem;left:14.4375rem;width:9.4375rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU5nDOJ7Vizx9nQTowRK0pHI02OuMSQT { top:23.0625rem;left:37.375rem;width:10.375rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 { display:block; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9f5Shp89FMIMrtfzg2T2JzuyRDBCpPK { top:4.75rem;left:0rem;width:38.75rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFa2gBui06o1pUgGLBOJ9ncUoMXTtliG { top:9.25rem;left:0rem;width:38.75rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4xCMmPKyAcHvo55BC5FgFZNxEcDqlTS { top:8rem;left:13.125rem;width:34.625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfl8RGlkTsOypy5vu9Cu1VTK6mWgerpB { top:18.3125rem;left:0rem;width:34.6875rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ail4HNxDnVgwOwvXCf0h5DpdXUEHpm1C { top:23.8125rem;left:0rem;width:34.6875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 { display:block; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToE6McScpey48dXfrN8CP76OofGaIrmL { top:9.9375rem;left:0rem;width:38.75rem;height:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixAQB0eqO1xFg23Z0lDTTTRdwWTh5Uha { top:6rem;left:0rem;width:38.75rem;height:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMtVfWmkpg53TDgyrIbdrcTSCXEOvD { top:22.375rem;left:0rem;width:23.75rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffS63dCvcuamMkUBfyZVbfoGGQxSynrc { top:17.625rem;left:3.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTIqA8qqAFI1OQkHSSSLKdTPMzUaAgf { top:28.25rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5070y8K3IDFRu3zWHes1O67olLDG4T3 { top:31.3125rem;left:0rem;width:20rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSFgqi6DDyIr5gQRohS9pQeRdeVcmo2H { top:36.75rem;left:0rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63Ilv0aztOD8tuVaS14LrsTf7lnDchh { top:37.6875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbKMHg1ygWs2nqoJeMAeO7ZeEgNxTtJ { top:41.4375rem;left:0rem;width:20rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGoQ6S4Ax7m6EBXAPKM2nmeIHpfy8b7 { top:40.5rem;left:0rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnVBVmD3v51gCFB7GzZlyQtp8ift0tdy { top:45.1875rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDbg3MCWCOelbt9V1TJQ5gxpgx8UNSH { top:44.25rem;left:0rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoM8Wg6daaF9HdLBli6qrG9pTXtu0Oc { top:48.9375rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQMoh2vpgA5LVpZwpRvJkQvhcmVHeot { top:48rem;left:0rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7zR83XRfKQbOKOVEW2mk1MTKnTk9Rh1 { top:52.6875rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKuu8CAQSM3MGzT7eiT12Nl14g6lLCtc { top:51.75rem;left:0rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZcDqvRcEKlsaBNo9QApbkpAoRdvyh5k { top:22.375rem;left:8rem;width:23.75rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu7aqwo3H1SfTAHmfpQb58KC0uKLUowV { top:40.5rem;left:10.5rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDtno9knnRKnTcTOkEaGbZcyhZRA9h7 { top:45.1875rem;left:11.75rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOyM5c4gOiilaKnPUDA2IAPTprXs2xXS { top:44.25rem;left:10.5rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk3LMbxtKAOIaTRcWkJATPXJhfLt299A { top:48.9375rem;left:11.75rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFPwJTb3efsQERiTM7rJGH14q12VJ5T { top:48rem;left:10.5rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrEPaVyPmxsOoZGHHsV6H4VyDg1lQUXO { top:52.6875rem;left:11.75rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIoL4a9FLAByxTn1E99Dh3nW2ZoZJs1I { top:51.75rem;left:10.5rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9JeQdnDLBQ1cqUEtT3TlKLP3Kdk0Qc { top:36.75rem;left:10.5rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geyEkee1Rs1tWf9AEMN284b6VO9qyCFf { top:37.6875rem;left:11.75rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNmlAUF3sOZ7AWuXIu4v1g1xogvki7kn { top:41.4375rem;left:11.75rem;width:20rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nUdXxoJUrRu4xZh9uG2MzovP3Swtdg { top:31.3125rem;left:11.75rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfZEoPNxkQCCiXTlmhCxVdzThUamoLTD { top:17.625rem;left:19.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXNTEhamrp5OgQEtFJkBrKbcx0riXCaN { top:28.25rem;left:11.75rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcie8xXFc6oFwrVsOGcDhQK8e9AblhoB { top:56.6875rem;left:11.75rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGccQWh48hlR9mowBrDX0XskaLbTmJ3h { top:55.5rem;left:10.5rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbLkqNuC4eHdNxNQC8qzZyZB45T0XFd { top:22.375rem;left:23.875rem;width:23.75rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFZkQK8ek7SioCzSKGmipafM7OfoaBHp { top:45.1875rem;left:27.625rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAkLa5lHkOGUH9TfpPHM8s1btnnyO40X { top:44.25rem;left:26.375rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL1prhybXAxzdmEnmXT0imT17ThrunAn { top:48.9375rem;left:27.625rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEMSWAHv2nUE3kRCTp2UXegfHFJlZKVI { top:48rem;left:26.375rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvgyJtUXb3Pog0uh6B1s5HuHobM4qeca { top:40.5rem;left:26.375rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8tMZ07sZgct09ddudz7fSbd8KVMmCld { top:41.4375rem;left:27.625rem;width:20rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxEEKUeHrIMEXg9z8PfZGibWAhz1fOS { top:36.75rem;left:26.375rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0uJ3znkP0MyOKFTUxMNlGqotEqoD6M1 { top:37.6875rem;left:27.625rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFiJIDBFEIhxeZCRLkQUhJ7y2GfUrZzI { top:31.3125rem;left:27.625rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3lwcIXKeX6e2TC73nWpTEDhhL6IeAcM { top:28.25rem;left:27.625rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBasAAfXaillzDCkHd2T3cs0f477LbXi { top:17.625rem;left:35rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSZL0e9bMgfOFDZwtS2OQzQi1vw5hAIT { top:56.6875rem;left:0rem;width:20rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbHDEDinVVre2m3f6hFaKANs5ThZlEDS { top:55.5rem;left:0rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJSl0oZLbiISMpDecDZvcvaVaeAs6p6 { top:52.6875rem;left:27.625rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9aanyLNXDE4tNhftKPtGfOysZnkz8O { top:51.75rem;left:26.375rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpflEF4hieVSElJlDAzn9TJhnb1fsrqV { top:56.6875rem;left:27.625rem;width:20rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWfRAxF9NHIB5ph9dV4a9yxbIhW5F1pS { top:55.5rem;left:26.375rem;width:21.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK { display:block; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0HffFBCTmzZksCFNOVwkSkVnXsxR6Lx { top:4.5rem;left:0rem;width:38.75rem;height:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCMT8aD6RawFgbMV5xUehZEKWfdPdxT { top:8.4375rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD8draiEliTUV1Zw18w9TcTvuDWdQW0B { top:15.3125rem;left:0rem;width:23.75rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwGnVWCsrEUIf76l11N9vMin9VnesH1o { top:15.25rem;left:8rem;width:23.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlqJXHAAITzDUg6Bgx2NZIm4gryee5kp { top:15.25rem;left:23.875rem;width:23.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDMk7cr7Fwz6Z2ii9RFeWfazVMOIG2zx { top:42.75rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2eUCUPFoHSbvEVeDqT6FUgesMvJdzoI { top:45.8125rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUQtQvXvSbTaTElODcN0PO3c58HVmdra { top:45.8125rem;left:11.75rem;width:20rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AumFPpDUTBhiomh81l55qOzIEwqWXTEq { top:42.75rem;left:11.75rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJm6yusy8Za9ld2MiSq52MTNlbZmi0hp { top:45.8125rem;left:27.625rem;width:20rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2w49hJrbPCSKTclwo4VwToWXMDgU9xS { top:42.75rem;left:27.625rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrkJPVCc0ryduosgykHQTotMw8d1sKSp { display:block; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDqJesG5XCvrmR5r0guM7o71fqiX5uWn { top:5.875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN4tTh610c29K1cyxtpGkgMTWOyJucsk { top:10.6875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHWOyO4dhTp783wWyu7iwnbwzfdw8WN { top:17.125rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myDbBHzvV5fhiAmmb6t7kN1JmnkTwx0W { top:17.125rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwBPoTdECHJSulJBNOKRJUuvImoniu4 { top:17.125rem;left:18.3125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6SczzguJlA1yAuq0V4PdzKRtwPHNTC { top:17.125rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbK52tCz8sVsCxZCN0HBxEXaGNhmfJTu { top:35.875rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJaISTJ4ZyRsBJSZNkFdZuy1Srngg5yN { top:35.875rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTLUi9zOeh83FF6dhD2yIwUk22ktBf96 { top:35.875rem;left:18.3125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5yiNoomXV9TQqUGFObMxtcQDuVNb1N { top:35.875rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgIX4BgZoMasMITptI0CrdhzSLgkR11 { width:13.75rem;height:3.4375rem;top:56.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHxPPQdT4qEfE4p9an43JRNfc3wn2TZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR { display:block; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUGxWCk5xkmKrKw6wHDtPVINruhArfTw { top:5.8125rem;left:0rem;width:30.875rem;height:12.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWekS0yDGUDnQfcrMTVGW5aEV0eoMM1W { top:5.8125rem;left:11.3125rem;width:36.4375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8T30ThtfXR09seu6yzVAJN4LLwkQdZO { top:7.875rem;left:14.625rem;width:33.125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA4f7BEIP0pdXUWRdqWczNIUpBAEy5k9 { top:21.875rem;left:0rem;width:34.625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6xVHmPr7ozDleN4t3cmyXhJ5Trsbamd { top:23.6875rem;left:0rem;width:7.5rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgiigNPATGZ8RpGQux9VeqBgA3VfuyGc { top:28.25rem;left:0rem;width:7.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOqTTTzS6eGNPvkAqk7mC3xbFUsnpbln { top:28.25rem;left:6.75rem;width:7.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvhTNxZhztKqx1wpcDb4RmSe6z4rAZ0o { top:23.6875rem;left:6.75rem;width:7.5rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8xDzOIsCubf7r5ukBxA38hiJRIXIfed { top:28.25rem;left:16.375rem;width:7.5rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liKlwVzrXuAsxqmGiKQWEAac2DpAttFK { top:23.6875rem;left:16.375rem;width:7.5rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAzhs1fLtTnJIc0TMIIU1QPq78CT3oqo { top:23.875rem;left:5.25rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5PrGv6GvZpLnuMHUuUhc4x6EZOxcZTu { top:23.875rem;left:15.625rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 { display:block; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J24kEzyA9suxWMZQ6aPBN4NODTZ8zW4M { top:5.875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOFdoP4uxamGSdr9oHvvr3tQNXzSduJf { top:12.9375rem;left:0rem;width:34.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1sbJVuqIDlIRFWOiFLyc038S4IFw8eW { top:14.1875rem;left:0rem;width:6.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iETadDUlyrN62GcLPCRTGwDBPHPUvVoF { width:32.375rem;height:3.4375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Asl0eROCeNsrU0M8igueAdILLMqowS { display:block; }
 }@media only screen and (max-width: 763px) { #WkF0fgO4LPXNbBlCIZ8T0LS9aUzNRB0i { top:14.8125rem;left:3.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V31iDzsVmETiq4PliHaMOp7ObNqpw5L6 { top:15.1875rem;left:3.9375rem;width:19.9375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqPAxK6r58AayLMmLbJaCZTpDcWmkELE { top:18rem;left:3.9375rem;width:19.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJTflIg0SsHdCUrCQmhlX8OIKlSLdpdt { top:17.625rem;left:3.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0A61nn6qdB1Z6FqFk5p7DyOs7lFtlIU { top:12.9375rem;left:13rem;width:34.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4vuH4h6443N2Kppm8HIzSagqnkSznAH { width:32.375rem;height:3.4375rem;top:22.5625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAqIeBmubmJz6AF3gS8JWbsKTsBw8rUb { display:block; }
 }@media only screen and (max-width: 763px) { #hH3MtmfxvkrstzVLfUr24hDTS97xWcxK { top:18rem;left:27.8125rem;width:19.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5B1A0c9NiVXQlbCONKp6olSWTpWWCyN { top:17.625rem;left:27.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITXAGBHstEoIQBIqJiPRvmJTPisLnhX { top:14.8125rem;left:27.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Cu3atoRa7S6cit9r5AzWu8d5Am6RLV { top:14.1875rem;left:23.875rem;width:6.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcbeOwPoPX0iSOOOsJstDCXJN9ZwvfuL { top:15.25rem;left:27.8125rem;width:19.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKDHnEEHdANTdUQa42Tes6vKuw8ZAApm { top:35rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWKp8h8TXa1zZXWzIl11hpbMRDAwTRQp { top:39.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTJvZcqswLEfxBAH6REPqX33kEKKKpp { top:43.8125rem;left:5.125rem;width:18.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei5euwGUR4MQJLL42nQu7kAtDaJohwT7 { top:46rem;left:9.375rem;width:14.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ59ZuB324coKDoq1S691CzqB1d0bHkh { top:52.8125rem;left:8.875rem;width:15rem;height:3.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdyhBUHaqaW9JblInphkmuIkoywuuJnb { top:50.8125rem;left:8.875rem;width:15rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTLLl4OwaHDAlDlGAOdIVrKQzdetQPFB { top:57.625rem;left:8.875rem;width:15rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOECv3LmOoacg4qvzf1mObTfr5NWxs6C { top:43.8125rem;left:29rem;width:18.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5hDVgzT7hmRGWRvi9XCWz8zLDSEaref { top:57.625rem;left:31.4375rem;width:15rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KudT5woG2zg3gaLADEhWcQ8g1Dmoo2V5 { top:52.8125rem;left:31.6875rem;width:15rem;height:3.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGlMXa5BX0e3n9gSmuPVT0v1H2c5dNCI { top:50.8125rem;left:31.6875rem;width:15rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTdpGTu1eIrPgIaKbT589eUXWTnKkCq7 { top:46rem;left:29.5625rem;width:14.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffB2pGTE0NKAX3GL9GT0LZTqaxMy6K6V { top:43.8125rem;left:0rem;width:21.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2S2sC0Lvs3DCRrbLH4xuMpeR8CPdH54 { top:52.8125rem;left:1.75rem;width:14.8125rem;height:3.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP2Fd0aAXbzuJGZrbWxpixuf1skUoDNt { top:50.8125rem;left:1.75rem;width:14.8125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDFoAi9bNcttaTubdWAZmmRoWoTeixKT { top:57.625rem;left:1.75rem;width:15rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w67s84mhFe8w2VE0WB7Eh8vmbHWEWu03 { top:46rem;left:1.6875rem;width:12.3125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHS4IBVe0MEWkE0wo7MXdcuAU8sMOg4Z { top:64.9375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahfXusuFrFsWyGs24xBSSZCq0fDJxqf6 { width:13.75rem;height:3.4375rem;top:69.6875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzoc1BD6Lp92sdF2Ha0CWMd3OkdkKwqC { display:block; }
 }@media only screen and (max-width: 763px) { #Wv6DqIocFKkkuPxcSgfcu4014SfAi0g0 { width:13.75rem;height:3.4375rem;top:69.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGl5GCsikwC3HzNQtSww4WADeLkRW8G7 { display:block; }
 }@media only screen and (max-width: 763px) { #vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 { display:block; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g10k8fKHUpWWaznqGaItgcAR6BWNBZEQ { top:10.625rem;left:0rem;width:37.625rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXoTXKRzme1CQZhve5Pu77gKEyKeNODd { top:18.8125rem;left:7.625rem;width:16.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPEZp6AtvIqF0VfcDnHQ1VB6aMJJhfq0 { top:21.5625rem;left:11.5625rem;width:10.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU8EKZcnSscmkw0l33Z3aucNJnbPJUfd { top:23.625rem;left:11.5625rem;width:10.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMDhg4y6zuyNrmwlvcTZQfUfpm86gR87 { top:16rem;left:0rem;width:8.5625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJHJ9y4BlqmBRqsfKJZ9lpRDI1BOrExM { top:21.3125rem;left:9.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt7hTUHWcgUJHcRTScVPIM8FTFxJvcc0 { top:23.4375rem;left:9.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmdub6WFVpGC5zaGlV7nJTCrkmcBNJh { top:29.6875rem;left:0rem;width:24.9375rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-regular-label { display:block;width:30.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-text { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-textarea { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-select { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-button { width:22.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.8125rem; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-checkbox-label { width:29.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv  { width:30.625rem;height:33.6875rem;top:3.875rem;left:14.625rem; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .radio-container { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv {display:block;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv { width:30.625rem;height:33.6875rem;top:3.875rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #DUt5lhxItqDxpKzliW4NGsFbSJAXqkPC {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #FnheHDOX0ryb0TtKPMnPtT9ST6nCzlx4 {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Si6wPE9KxKbXD6SMZkB8WGAEzny1Par9 {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #JdxJlmsE5fi1y8cu7qBc81nk13JBy1RB {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #TMHd2fTUMUQuh7tZVNoJpGQb9TMworBJ {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #JzSzqb2mDx4kEyJp5K6IFCByppUEz1a7 {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #cmkuqcmwv2tpiMSLGcF1d4G69lTBWECG {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #nJFKrsNS1ztSTAHhgE60PTWorWyOk3lV {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #KtbOZm9wdyXFqE5DvAbhGyR917x2yE8q {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #hxoJUweCUgTpRyKOTtLo39EXhA96q0un {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #MW3JVTzR4pFeQqDz5VTzeHSZxh3xqtl4 { display:block; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Ou2ccB0uLaSEqpMEmqI1vQEVqF7VZTrn {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #ZzTs2ART3mOnv7hbJblwxka1e9wsLfoC {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #XE82Ik44TuWIhfRv96nJNuoNTzueZhfa {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #WQfU0U23PxMGKAZH5HdW1ZQ7myecysRB {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #V7MRJgKWI2BgTmrN0RU9dUztCuxdtDSZ {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Geeo1c9cl2GgaRi45L0cyEouEXL4sTSN {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #NqOxv2zsydAK0mbEXpDRNE98SPP5aT1t {  }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #NqOxv2zsydAK0mbEXpDRNE98SPP5aT1t .container-column{width:50%;} }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #DfdeuKIchWyRGGk5p2ybAG5eJxTuAePG {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #SFNlwqeX3gJTMJ7GLyLfh4W9BJsKiKpm {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #WwVkN7yRVNXJZyhKssO64sh2U9Jo3stp {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #UUgm6KXRI1Jzxy9UyxTDb6227TI8dTkL {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #C1ErvA7sop1b9B8Nahh0g6QRfkThzHxW {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Iw9vHWEO0K1qCgRlW86z9oZZm6u1Kls0 {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Vviq6e9VVuWLRV97X7UK6J367waVL2ka {  }
 }@media only screen and (max-width: 763px) { #wp8HId8y43sLiRokgW5Pz6UricJAgWgG { display:block; }
 }@media only screen and (max-width: 763px) { #pFc3lm0TxTtmpS1qpEJzOSUeKb1ZMLD8 { display:block; }
 }@media only screen and (max-width: 763px) { #w9xcXfA9PruyMolk2q5RQa17BwFfJlE2 { display:block; }
 }@media only screen and (max-width: 763px) { #TQFgIGtILg9k14DlDpkREaD8DHHd0tCO { display:block; }
 }@media only screen and (max-width: 763px) { #Aqc6LFUMxWz80eerTx0if9r6MB2FFeoL { display:block; }
 }@media only screen and (max-width: 763px) { #TTRlsyA76mPZGhlOkHH613AICQqvaeLr { display:block; }
 }@media only screen and (max-width: 763px) { #ZLsqRFqMX1gHU9itPbZaczuHcsSeCt13 { display:block; }
 }@media only screen and (max-width: 763px) { #IThXM9lehZMPa8gtfrK8Duc0TkPgKJKC { display:block; }
 }@media only screen and (max-width: 763px) { #PSxHXEfoUxHu6aNh0SROhPaovmTUUNuU { display:block; }
 }@media only screen and (max-width: 763px) { #BKHrd2V54SFFc908CXi0WtsID2bDPzEL { display:block; }
 }@media only screen and (max-width: 763px) { #PeBisFgSm0B1Gc0irX30dU6P9WGvTpb4 { display:block; }
 }@media only screen and (max-width: 763px) { #lI0S9mQKreeanJT169nWt9wvykGr7d6G { display:block; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Lly4VZdx4vEG4ZimEe9UGK8C9Dn8L7av {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #i9014q5eNHQhL1sTnCl0RkuVpD94l6dT {  }
 }@media only screen and (max-width: 763px) { #MwVy4TqFvpqsF9VIbLPS79o62T43sZO7 { display:block; } #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection *:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="text"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="email"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="tel"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection textarea:focus-visible { outline: none; } #MwVy4TqFvpqsF9VIbLPS79o62T43sZO7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb { position:relative;z-index:auto;display:block; }#qfCH5zo4qL5JldKuSRPKNDJVmvc7hfAb > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vsI2AzGg6NveV3VFrT6WolVXvzeX1iXV { width:6.25rem;height:2.1875rem;top:2.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W33UJn6hwNryfUcf9uMnECtkW7LuPN8F { display:block; }
 }@media only screen and (max-width: 763px) { #RVNpn8uO5fb4qBT52ttuQEEW1grzuoiK { width:6.25rem;height:2.1875rem;top:2.9375rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxbbGsT7tLdJZkn96i1XKAiFuJF5fffv { display:block; }
 }@media only screen and (max-width: 763px) { #oiTJrbr1qRpywd8IpxUyqFHslsnZfUy2 { width:6.25rem;height:2.25rem;top:2.90625rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxwqzGQ17qcSsbvi97nTlwzXT3TMDTF7 { display:block; }
 }@media only screen and (max-width: 763px) { #CbCJSchHTmJ54okdn1cV8ex0SI3VAntd { width:4.9375rem;height:1.625rem;top:0.65625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRst176D2dSfbnJF3J4likx27rSkriZ6 { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTt4ZnSD3yLBw8rVpnEar3ennL2ewTkZ { display:block; }
 }@media only screen and (max-width: 763px) { #rOrwAZ8GGuTi5AzG3pCd5wlEJCBW2SRT { width:9.9375rem;height:2.375rem;top:9.5rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAWluIKcmhhp14HPh4FLFR0PMSDF7a4U { display:block; }
 }@media only screen and (max-width: 763px) { #aIooGCmSgosIM6l6kIWAhSHzaLFHT1n1 { width:7.6875rem;height:2.375rem;top:9.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHM9QAls8X8ecGpJgm6bFSmSqr7QlWlV { display:block; }
 }@media only screen and (max-width: 763px) { #bl3zHezCAJH0xMOHMJsmN3d82r8tMFz4 { width:9.375rem;height:2rem;top:9rem;left:5.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTzbSoSZUglTXX2fDkqz8MPVOgeNsc3L { display:block; }
 }@media only screen and (max-width: 763px) { #nKUb6GbP352gi950Mf7DdtyPJuyiDlxt { width:10.3125rem;height:2.5rem;top:12.25rem;left:4.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFfqZtuKZr0S6cUG3eV3rcAUyESfT7O4 { display:block; }
 }@media only screen and (max-width: 763px) { #lu77p0hR0izS49ya5xh1WBBP0Bu0Haei { width:9.6875rem;height:2.5rem;top:5.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AmzQZGBO8DklZc7TML8uoiaTiBFH9l { display:block; }
 }@media only screen and (max-width: 763px) { #nEcbdnI2szJkVLRObT6FuRJod04CzAfP { width:9.6875rem;height:2.5rem;top:5.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZWkTHUUI3swwvdwRqOQmff528kThk2m { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/88b1a427-7743-42a1-9a53-004af1317bf2/Frame2087330208.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptoyeOTOoaXOSiGup4ds7nrKb3eXO2aT { width:20rem;height:2.11230625rem;top:29.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGC38TKfuV9i4e5BqpXNZatnQhRa7Kyd { width:20rem;height:1.4619125rem;top:31.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIyliHBGnkAn5KoauQnOiMJUoDG9Pgg6 { width:8.4375rem;height:1.875rem;top:26.4306640625rem;left:5.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HmfC1qmHz4eAeT3LJXneQlTpI7u8J3VR { width:6.9375rem;height:1.13671875rem;top:26.7998046875rem;left:6.53125rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RriCI0KzXCoxb51ccQrqSGGVINvckk9N { width:16.875rem;height:9.5rem;top:2.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESa1Q4IlVglevkb0qqrr2MtFLVzbpJet { width:19.1875rem;height:13.75rem;top:13.3056640625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W { display:block; }#u1cqtGlHlRTOKHACThxNaZiLgx7fPl4W > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfdf31i2RqC8u7wBCiRMInE1UWKbDewQ { width:2.8125rem;height:2.8125rem;top:3.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvI5LA57Fp026bzhOopJHa0xFD5BCZBo { width:11.25rem;height:2.3984375rem;top:3.6875rem;left:5.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WMpy2XFT2DudHdClo9LxmSGBhOwbcLmU { width:11.75rem;height:2.3984375rem;top:7.75rem;left:5.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZxQFEOg94v6UUdI5k8uanVrTgSFhrStl { width:2.8125rem;height:2.8125rem;top:7.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXdDLBT7zmh4CuFsyNnc88DSpcyxsnCG { width:12.1875rem;height:3.59765625rem;top:11.8125rem;left:5.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FTLf7UgI8T2WI4P7AKTBgTU8wynddxwm { width:2.8125rem;height:2.8125rem;top:11.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBuWvr8rQ9DiwZrGIbdno91BlIINC5cb { width:18.75rem;height:14.75rem;top:2.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARIrbJVFsEly8yEcovu6GCaXMUdslwQr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #063349, #000000);background-image: -moz-linear-gradient(180deg, #063349, #000000);background-image: -ms-linear-gradient(180deg, #063349, #000000);background-image: -o-linear-gradient(180deg, #063349, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#063349', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#063349', endColorstr='#000000' );";background-image: linear-gradient(180deg, #063349, #000000);background-size:auto !important;display:block; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container { background-color: transparent; background-image: none; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container > .video-iframe-container { display: none; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row > .video-iframe-container { display: none; }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .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); }#ARIrbJVFsEly8yEcovu6GCaXMUdslwQr > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGo605aUHuvaQEBwlfMkxKf1opJDiDHF { width:11.8125rem;height:12.375rem;top:10.9990234375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKNFyfTXPPPUiKxAKtuuMMlyAVRW1k6I { width:13rem;height:5.19921875rem;top:2.1875rem;left:3.5rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #t2MxGRzqhcfAKQqpmntf7kscBPaEgtln { width:11rem;height:1.3125rem;top:9.1630859375rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qy9sz6rlhXMzZ0u7D0usWzNi1iA7fxNn { width:5.4375rem;height:3.375rem;top:11.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rJiqEim9lJNfWQLAdcTT4Ld8KOQulEVs { width:5.375rem;height:3.375rem;top:11.75rem;left:14.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L2oi0PrmPHB7Xe8BNGxr7ESFye4fQ6Ue { width:4rem;height:3.375rem;top:17.4248046875rem;left:0.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sU5nDOJ7Vizx9nQTowRK0pHI02OuMSQT { width:4.1875rem;height:3.375rem;top:17.4248046875rem;left:15.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container { background-color: transparent; background-image: none; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container > .video-iframe-container { display: none; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row > .video-iframe-container { display: none; }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .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); }#aWTmPZgwi7rZfAWG9LuyIrqtandQWre5 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9f5Shp89FMIMrtfzg2T2JzuyRDBCpPK { width:20rem;height:1.79980625rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bFa2gBui06o1pUgGLBOJ9ncUoMXTtliG { width:20rem;height:4.798825rem;top:4.8623046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v4xCMmPKyAcHvo55BC5FgFZNxEcDqlTS { width:18.75rem;height:11.9375rem;top:10.9091796875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfl8RGlkTsOypy5vu9Cu1VTK6mWgerpB { width:20rem;height:3.65625rem;top:24.75rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ail4HNxDnVgwOwvXCf0h5DpdXUEHpm1C { width:20rem;height:6.09375rem;top:29.65625rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 { display:block; }#aTCimtQa6Fc6Ak4x69uTnmEIZ7MdSVT4 > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToE6McScpey48dXfrN8CP76OofGaIrmL { width:18.0625rem;height:4.798825rem;top:4.8623046875rem;left:0.96875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ixAQB0eqO1xFg23Z0lDTTTRdwWTh5Uha { width:20rem;height:1.79980625rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A4yMtVfWmkpg53TDgyrIbdrcTSCXEOvD { width:20rem;height:29.0625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffS63dCvcuamMkUBfyZVbfoGGQxSynrc { width:6.25rem;height:6.25rem;top:10.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyTIqA8qqAFI1OQkHSSSLKdTPMzUaAgf { width:17.125rem;height:1.94921875rem;top:18.4375rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5070y8K3IDFRu3zWHes1O67olLDG4T3 { width:17.1875rem;height:2.4375rem;top:21rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSFgqi6DDyIr5gQRohS9pQeRdeVcmo2H { width:17.8125rem;height:2.5rem;top:24.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63Ilv0aztOD8tuVaS14LrsTf7lnDchh { width:15.625rem;height:0.9746125rem;top:25.4375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbKMHg1ygWs2nqoJeMAeO7ZeEgNxTtJ { width:16.3125rem;height:0.9746125rem;top:28.25rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwGoQ6S4Ax7m6EBXAPKM2nmeIHpfy8b7 { width:17.8125rem;height:2.5rem;top:27.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnVBVmD3v51gCFB7GzZlyQtp8ift0tdy { width:14.3125rem;height:0.9746125rem;top:31.0625rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDbg3MCWCOelbt9V1TJQ5gxpgx8UNSH { width:17.8125rem;height:2.5rem;top:30.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtoM8Wg6daaF9HdLBli6qrG9pTXtu0Oc { width:15.4375rem;height:0.9746125rem;top:33.875rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQMoh2vpgA5LVpZwpRvJkQvhcmVHeot { width:17.8125rem;height:2.5rem;top:33.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7zR83XRfKQbOKOVEW2mk1MTKnTk9Rh1 { width:16rem;height:0.9746125rem;top:36.6875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKuu8CAQSM3MGzT7eiT12Nl14g6lLCtc { width:17.8125rem;height:2.5rem;top:35.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZcDqvRcEKlsaBNo9QApbkpAoRdvyh5k { width:20rem;height:29.0625rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu7aqwo3H1SfTAHmfpQb58KC0uKLUowV { width:17.8125rem;height:2.5rem;top:60.412109375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDtno9knnRKnTcTOkEaGbZcyhZRA9h7 { width:15.5rem;height:0.9746125rem;top:63.9873046875rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOyM5c4gOiilaKnPUDA2IAPTprXs2xXS { width:17.8125rem;height:2.5rem;top:63.224609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk3LMbxtKAOIaTRcWkJATPXJhfLt299A { width:16.375rem;height:0.9746125rem;top:66.7998046875rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFPwJTb3efsQERiTM7rJGH14q12VJ5T { width:17.75rem;height:2.5rem;top:66.037109375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrEPaVyPmxsOoZGHHsV6H4VyDg1lQUXO { width:13.125rem;height:0.9746125rem;top:69.6123046875rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIoL4a9FLAByxTn1E99Dh3nW2ZoZJs1I { width:17.8125rem;height:2.5rem;top:68.849609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt9JeQdnDLBQ1cqUEtT3TlKLP3Kdk0Qc { width:17.8125rem;height:2.5rem;top:57.599609375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geyEkee1Rs1tWf9AEMN284b6VO9qyCFf { width:16.5625rem;height:0.9746125rem;top:58.3623046875rem;left:1.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNmlAUF3sOZ7AWuXIu4v1g1xogvki7kn { width:17.5rem;height:0.9746125rem;top:61.1748046875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nUdXxoJUrRu4xZh9uG2MzovP3Swtdg { width:17.8125rem;height:2.5996125rem;top:53.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfZEoPNxkQCCiXTlmhCxVdzThUamoLTD { width:6.1875rem;height:6.1875rem;top:43.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXNTEhamrp5OgQEtFJkBrKbcx0riXCaN { width:17.1875rem;height:1.94921875rem;top:51.1875rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcie8xXFc6oFwrVsOGcDhQK8e9AblhoB { width:12.875rem;height:0.9746125rem;top:72.5498046875rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGccQWh48hlR9mowBrDX0XskaLbTmJ3h { width:17.8125rem;height:2.5rem;top:71.662109375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQbLkqNuC4eHdNxNQC8qzZyZB45T0XFd { width:20rem;height:29.0625rem;top:79.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFZkQK8ek7SioCzSKGmipafM7OfoaBHp { width:15.3125rem;height:0.9746125rem;top:96.837890625rem;left:2.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAkLa5lHkOGUH9TfpPHM8s1btnnyO40X { width:17.8125rem;height:2.5rem;top:96.0751953125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL1prhybXAxzdmEnmXT0imT17ThrunAn { width:16.5625rem;height:0.9746125rem;top:99.650390625rem;left:1.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEMSWAHv2nUE3kRCTp2UXegfHFJlZKVI { width:17.8125rem;height:2.5rem;top:98.8876953125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvgyJtUXb3Pog0uh6B1s5HuHobM4qeca { width:17.8125rem;height:2.5rem;top:93.2626953125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8tMZ07sZgct09ddudz7fSbd8KVMmCld { width:16.4375rem;height:0.9746125rem;top:94.025390625rem;left:1.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcxEEKUeHrIMEXg9z8PfZGibWAhz1fOS { width:17.8125rem;height:2.5rem;top:90.4501953125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0uJ3znkP0MyOKFTUxMNlGqotEqoD6M1 { width:16.6875rem;height:0.9746125rem;top:91.212890625rem;left:1.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFiJIDBFEIhxeZCRLkQUhJ7y2GfUrZzI { width:17.8125rem;height:2.5996125rem;top:86.69921875rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3lwcIXKeX6e2TC73nWpTEDhhL6IeAcM { width:20rem;height:1.94921875rem;top:84.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBasAAfXaillzDCkHd2T3cs0f477LbXi { width:6.25rem;height:6.25rem;top:76.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSZL0e9bMgfOFDZwtS2OQzQi1vw5hAIT { width:13.375rem;height:0.9746125rem;top:39.625rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbHDEDinVVre2m3f6hFaKANs5ThZlEDS { width:17.8125rem;height:2.5rem;top:38.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuJSl0oZLbiISMpDecDZvcvaVaeAs6p6 { width:17.1875rem;height:0.9746125rem;top:102.462890625rem;left:1.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9aanyLNXDE4tNhftKPtGfOysZnkz8O { width:17.8125rem;height:2.5rem;top:101.7001953125rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpflEF4hieVSElJlDAzn9TJhnb1fsrqV { width:12.625rem;height:0.9746125rem;top:105.400390625rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWfRAxF9NHIB5ph9dV4a9yxbIhW5F1pS { width:17.8125rem;height:2.5rem;top:104.5126953125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK { display:block; }#GAquNsLCgbpK1gTrnhTJ3WUVQo0NLTuK > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0HffFBCTmzZksCFNOVwkSkVnXsxR6Lx { width:20rem;height:1.79980625rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #niCMT8aD6RawFgbMV5xUehZEKWfdPdxT { width:15.8125rem;height:4.798825rem;top:4.9248046875rem;left:2.09375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LD8draiEliTUV1Zw18w9TcTvuDWdQW0B { width:6.25rem;height:6.5625rem;top:11rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwGnVWCsrEUIf76l11N9vMin9VnesH1o { width:6.25rem;height:6.5625rem;top:18.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlqJXHAAITzDUg6Bgx2NZIm4gryee5kp { width:6.25rem;height:6.6875rem;top:25.375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDMk7cr7Fwz6Z2ii9RFeWfazVMOIG2zx { width:13.125rem;height:1.94921875rem;top:11rem;left:6.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K2eUCUPFoHSbvEVeDqT6FUgesMvJdzoI { width:13.125rem;height:3.16699375rem;top:13.25rem;left:6.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xUQtQvXvSbTaTElODcN0PO3c58HVmdra { width:13.125rem;height:3.16699375rem;top:20.4375rem;left:6.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AumFPpDUTBhiomh81l55qOzIEwqWXTEq { width:13.125rem;height:1.94921875rem;top:18.1875rem;left:6.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CJm6yusy8Za9ld2MiSq52MTNlbZmi0hp { width:13.125rem;height:4.22265625rem;top:27.625rem;left:6.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G2w49hJrbPCSKTclwo4VwToWXMDgU9xS { width:13.125rem;height:1.94921875rem;top:25.375rem;left:6.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wrkJPVCc0ryduosgykHQTotMw8d1sKSp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container { background-color: transparent; background-image: none; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container > .video-iframe-container { display: none; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row > .video-iframe-container { display: none; }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .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); }#wrkJPVCc0ryduosgykHQTotMw8d1sKSp > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDqJesG5XCvrmR5r0guM7o71fqiX5uWn { width:20rem;height:4.798825rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tN4tTh610c29K1cyxtpGkgMTWOyJucsk { width:20rem;height:3.5996125rem;top:8.546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AdHWOyO4dhTp783wWyu7iwnbwzfdw8WN { width:9.6875rem;height:9.6875rem;top:13.375rem;left:0.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myDbBHzvV5fhiAmmb6t7kN1JmnkTwx0W { width:9.6875rem;height:9.6875rem;top:23.375rem;left:0.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czwBPoTdECHJSulJBNOKRJUuvImoniu4 { width:9.6875rem;height:9.6875rem;top:33.375rem;left:0.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih6SczzguJlA1yAuq0V4PdzKRtwPHNTC { width:9.6875rem;height:9.6875rem;top:43.375rem;left:0.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbK52tCz8sVsCxZCN0HBxEXaGNhmfJTu { width:9.6875rem;height:9.6875rem;top:13.375rem;left:10.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJaISTJ4ZyRsBJSZNkFdZuy1Srngg5yN { width:9.6875rem;height:9.6875rem;top:23.375rem;left:10.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTLUi9zOeh83FF6dhD2yIwUk22ktBf96 { width:9.6875rem;height:9.6875rem;top:33.375rem;left:10.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5yiNoomXV9TQqUGFObMxtcQDuVNb1N { width:9.6875rem;height:9.6875rem;top:43.375rem;left:10.1875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDgIX4BgZoMasMITptI0CrdhzSLgkR11 { width:20rem;height:3.125rem;top:54.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHxPPQdT4qEfE4p9an43JRNfc3wn2TZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR { background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/60da662e-8951-48cc-a9b7-ff514d161dd3/Frame2087330193.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR.adaptive-delivery-prevent-bg, #P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR.lazyload, #P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR.lazyloading { background-image: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container { background-color: transparent; background-image: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container > .video-iframe-container { display: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row > .video-iframe-container { display: none; }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .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); }#P0l6AptdaQTAAuJuPPGMkGVdnr7epdSR > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUGxWCk5xkmKrKw6wHDtPVINruhArfTw { width:16.4375rem;height:7.19825rem;top:3.17578125rem;left:1.78125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XWekS0yDGUDnQfcrMTVGW5aEV0eoMM1W { width:20rem;height:15rem;top:19.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8T30ThtfXR09seu6yzVAJN4LLwkQdZO { width:18.125rem;height:11.875rem;top:20.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA4f7BEIP0pdXUWRdqWczNIUpBAEy5k9 { width:20rem;height:5.625rem;top:12.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6xVHmPr7ozDleN4t3cmyXhJ5Trsbamd { width:4.375rem;height:2.79980625rem;top:13.25rem;left:1.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgiigNPATGZ8RpGQux9VeqBgA3VfuyGc { width:4.375rem;height:0.8125rem;top:16rem;left:1.625rem;font-size:0.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOqTTTzS6eGNPvkAqk7mC3xbFUsnpbln { width:4.375rem;height:0.8125rem;top:16rem;left:7.8125rem;font-size:0.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvhTNxZhztKqx1wpcDb4RmSe6z4rAZ0o { width:4.375rem;height:2.79980625rem;top:13.1875rem;left:7.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m8xDzOIsCubf7r5ukBxA38hiJRIXIfed { width:4.375rem;height:0.8125rem;top:16rem;left:14.0625rem;font-size:0.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liKlwVzrXuAsxqmGiKQWEAac2DpAttFK { width:4.375rem;height:2.79980625rem;top:13.1875rem;left:14.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAzhs1fLtTnJIc0TMIIU1QPq78CT3oqo { width:0.0625rem;height:3.4375rem;top:13.3125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5PrGv6GvZpLnuMHUuUhc4x6EZOxcZTu { width:0.0625rem;height:3.4375rem;top:13.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e449f26e-2af4-4898-b765-1b16e2f2aa02/Frame2087330209.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4.adaptive-delivery-prevent-bg, #g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4.lazyload, #g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4.lazyloading { background-image: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container { background-color: transparent; background-image: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container > .video-iframe-container { display: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row > .video-iframe-container { display: none; }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .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); }#g3twBXKzgZAIJzEGvVlmd8Oag98LZDA4 > .row .container { width:20rem;height:97.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J24kEzyA9suxWMZQ6aPBN4NODTZ8zW4M { width:20rem;height:4.798825rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hOFdoP4uxamGSdr9oHvvr3tQNXzSduJf { width:20rem;height:10rem;top:10.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1sbJVuqIDlIRFWOiFLyc038S4IFw8eW { width:5rem;height:5rem;top:11.125rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iETadDUlyrN62GcLPCRTGwDBPHPUvVoF { width:18.75rem;height:3.125rem;top:16.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Asl0eROCeNsrU0M8igueAdILLMqowS { display:block; }
 }@media only screen and (max-width: 763px) { #WkF0fgO4LPXNbBlCIZ8T0LS9aUzNRB0i { width:1.875rem;height:1.875rem;top:11.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V31iDzsVmETiq4PliHaMOp7ObNqpw5L6 { width:9.25rem;height:1.3125rem;top:11.5rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqPAxK6r58AayLMmLbJaCZTpDcWmkELE { width:6.5rem;height:2.0996125rem;top:13.1875rem;left:8.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FJTflIg0SsHdCUrCQmhlX8OIKlSLdpdt { width:1.875rem;height:1.875rem;top:13.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0A61nn6qdB1Z6FqFk5p7DyOs7lFtlIU { width:20rem;height:10rem;top:21.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4vuH4h6443N2Kppm8HIzSagqnkSznAH { width:18.75rem;height:3.125rem;top:27.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAqIeBmubmJz6AF3gS8JWbsKTsBw8rUb { display:block; }
 }@media only screen and (max-width: 763px) { #hH3MtmfxvkrstzVLfUr24hDTS97xWcxK { width:7.9375rem;height:2.0996125rem;top:23.625rem;left:8.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m5B1A0c9NiVXQlbCONKp6olSWTpWWCyN { width:1.875rem;height:1.875rem;top:23.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kITXAGBHstEoIQBIqJiPRvmJTPisLnhX { width:1.875rem;height:1.875rem;top:21.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Cu3atoRa7S6cit9r5AzWu8d5Am6RLV { width:5rem;height:5rem;top:21.75rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcbeOwPoPX0iSOOOsJstDCXJN9ZwvfuL { width:9.375rem;height:1.04980625rem;top:22.25rem;left:8.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UKDHnEEHdANTdUQa42Tes6vKuw8ZAApm { width:20rem;height:1.79980625rem;top:34.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RWKp8h8TXa1zZXWzIl11hpbMRDAwTRQp { width:20rem;height:1.3496125rem;top:37.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nzTJvZcqswLEfxBAH6REPqX33kEKKKpp { width:15.625rem;height:14.0625rem;top:53.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei5euwGUR4MQJLL42nQu7kAtDaJohwT7 { width:8.125rem;height:1.5rem;top:55.3125rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BZ59ZuB324coKDoq1S691CzqB1d0bHkh { width:12.625rem;height:2.8496125rem;top:60.4375rem;left:3.9375rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WdyhBUHaqaW9JblInphkmuIkoywuuJnb { width:12.625rem;height:1.19921875rem;top:59.25rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cTLLl4OwaHDAlDlGAOdIVrKQzdetQPFB { width:15.125rem;height:1.04980625rem;top:64.8125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #OOECv3LmOoacg4qvzf1mObTfr5NWxs6C { width:15.625rem;height:13.6875rem;top:67.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5hDVgzT7hmRGWRvi9XCWz8zLDSEaref { width:15.1875rem;height:1.04980625rem;top:79.25rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KudT5woG2zg3gaLADEhWcQ8g1Dmoo2V5 { width:12.625rem;height:2.8496125rem;top:74.8125rem;left:3.6875rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xGlMXa5BX0e3n9gSmuPVT0v1H2c5dNCI { width:12.5625rem;height:1.19921875rem;top:73.75rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WTdpGTu1eIrPgIaKbT589eUXWTnKkCq7 { width:9.3125rem;height:1.5rem;top:69.8125rem;left:3.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ffB2pGTE0NKAX3GL9GT0LZTqaxMy6K6V { width:17.3125rem;height:13.375rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2S2sC0Lvs3DCRrbLH4xuMpeR8CPdH54 { width:11.875rem;height:2.8496125rem;top:45.9375rem;left:4.1875rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wP2Fd0aAXbzuJGZrbWxpixuf1skUoDNt { width:11.8125rem;height:1.19921875rem;top:45.125rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dDFoAi9bNcttaTubdWAZmmRoWoTeixKT { width:14.1875rem;height:1.04980625rem;top:50.4375rem;left:2.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w67s84mhFe8w2VE0WB7Eh8vmbHWEWu03 { width:9.25rem;height:1.5rem;top:41.375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UHS4IBVe0MEWkE0wo7MXdcuAU8sMOg4Z { width:20rem;height:1.79980625rem;top:84.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ahfXusuFrFsWyGs24xBSSZCq0fDJxqf6 { width:20rem;height:3.125rem;top:87.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzoc1BD6Lp92sdF2Ha0CWMd3OkdkKwqC { display:block; }
 }@media only screen and (max-width: 763px) { #Wv6DqIocFKkkuPxcSgfcu4014SfAi0g0 { width:20rem;height:3.125rem;top:91.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGl5GCsikwC3HzNQtSww4WADeLkRW8G7 { display:block; }
 }@media only screen and (max-width: 763px) { #vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ff481ec9-2be7-4c3b-983a-6af2187b3b0e/Frame2087330210.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63.adaptive-delivery-prevent-bg, #vaixmiH432M9CHz6yTOAZIlTBz3ZcE63.lazyload, #vaixmiH432M9CHz6yTOAZIlTBz3ZcE63.lazyloading { background-image: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container { background-color: transparent; background-image: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container > .video-iframe-container { display: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row > .video-iframe-container { display: none; }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .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); }#vaixmiH432M9CHz6yTOAZIlTBz3ZcE63 > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g10k8fKHUpWWaznqGaItgcAR6BWNBZEQ { width:20rem;height:4.798825rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wXoTXKRzme1CQZhve5Pu77gKEyKeNODd { width:12.75rem;height:1.29980625rem;top:15rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPEZp6AtvIqF0VfcDnHQ1VB6aMJJhfq0 { width:10.3125rem;height:1.13671875rem;top:16.6875rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU8EKZcnSscmkw0l33Z3aucNJnbPJUfd { width:10.3125rem;height:1.13671875rem;top:18.5rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMDhg4y6zuyNrmwlvcTZQfUfpm86gR87 { width:5rem;height:6.125rem;top:13.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJHJ9y4BlqmBRqsfKJZ9lpRDI1BOrExM { width:1.5625rem;height:1.5625rem;top:16.5rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt7hTUHWcgUJHcRTScVPIM8FTFxJvcc0 { width:1.5625rem;height:1.5625rem;top:18.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmdub6WFVpGC5zaGlV7nJTCrkmcBNJh { width:20rem;height:2.923825rem;top:9.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-text {padding-top: 0; padding-bottom: 0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-select {padding-top: 0; padding-bottom: 0;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.1875rem;height:3.125rem;font-size:1rem;overflow:hidden; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv  { width:17.5rem;height:auto;top:21.9375rem;left:0rem; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv {display:block;}#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv { width:17.5rem;height:auto;top:21.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #DUt5lhxItqDxpKzliW4NGsFbSJAXqkPC {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #FnheHDOX0ryb0TtKPMnPtT9ST6nCzlx4 { display:none; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Si6wPE9KxKbXD6SMZkB8WGAEzny1Par9 {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #JdxJlmsE5fi1y8cu7qBc81nk13JBy1RB {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #TMHd2fTUMUQuh7tZVNoJpGQb9TMworBJ {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #JzSzqb2mDx4kEyJp5K6IFCByppUEz1a7 {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #cmkuqcmwv2tpiMSLGcF1d4G69lTBWECG {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #nJFKrsNS1ztSTAHhgE60PTWorWyOk3lV {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #KtbOZm9wdyXFqE5DvAbhGyR917x2yE8q {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #hxoJUweCUgTpRyKOTtLo39EXhA96q0un {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #MW3JVTzR4pFeQqDz5VTzeHSZxh3xqtl4 { display:none; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Ou2ccB0uLaSEqpMEmqI1vQEVqF7VZTrn {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #ZzTs2ART3mOnv7hbJblwxka1e9wsLfoC {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #XE82Ik44TuWIhfRv96nJNuoNTzueZhfa { display:none; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #WQfU0U23PxMGKAZH5HdW1ZQ7myecysRB {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #V7MRJgKWI2BgTmrN0RU9dUztCuxdtDSZ {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Geeo1c9cl2GgaRi45L0cyEouEXL4sTSN {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #NqOxv2zsydAK0mbEXpDRNE98SPP5aT1t {  }
#bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #NqOxv2zsydAK0mbEXpDRNE98SPP5aT1t .container-column{width:50%;} }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #DfdeuKIchWyRGGk5p2ybAG5eJxTuAePG { display:block; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #SFNlwqeX3gJTMJ7GLyLfh4W9BJsKiKpm {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #WwVkN7yRVNXJZyhKssO64sh2U9Jo3stp {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #UUgm6KXRI1Jzxy9UyxTDb6227TI8dTkL {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #C1ErvA7sop1b9B8Nahh0g6QRfkThzHxW {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Iw9vHWEO0K1qCgRlW86z9oZZm6u1Kls0 {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Vviq6e9VVuWLRV97X7UK6J367waVL2ka {  }
 }@media only screen and (max-width: 763px) { #wp8HId8y43sLiRokgW5Pz6UricJAgWgG { display:block; }
 }@media only screen and (max-width: 763px) { #pFc3lm0TxTtmpS1qpEJzOSUeKb1ZMLD8 { display:block; }
 }@media only screen and (max-width: 763px) { #w9xcXfA9PruyMolk2q5RQa17BwFfJlE2 { display:block; }
 }@media only screen and (max-width: 763px) { #TQFgIGtILg9k14DlDpkREaD8DHHd0tCO { display:block; }
 }@media only screen and (max-width: 763px) { #Aqc6LFUMxWz80eerTx0if9r6MB2FFeoL { display:block; }
 }@media only screen and (max-width: 763px) { #TTRlsyA76mPZGhlOkHH613AICQqvaeLr { display:block; }
 }@media only screen and (max-width: 763px) { #ZLsqRFqMX1gHU9itPbZaczuHcsSeCt13 { display:block; }
 }@media only screen and (max-width: 763px) { #IThXM9lehZMPa8gtfrK8Duc0TkPgKJKC { display:block; }
 }@media only screen and (max-width: 763px) { #PSxHXEfoUxHu6aNh0SROhPaovmTUUNuU { display:block; }
 }@media only screen and (max-width: 763px) { #BKHrd2V54SFFc908CXi0WtsID2bDPzEL { display:block; }
 }@media only screen and (max-width: 763px) { #PeBisFgSm0B1Gc0irX30dU6P9WGvTpb4 { display:block; }
 }@media only screen and (max-width: 763px) { #lI0S9mQKreeanJT169nWt9wvykGr7d6G { display:block; }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #Lly4VZdx4vEG4ZimEe9UGK8C9Dn8L7av {  }
 }@media only screen and (max-width: 763px) { #bLww8oUg57CA6UgXv5g1oKX2B1RBDRTv #i9014q5eNHQhL1sTnCl0RkuVpD94l6dT {  }
 }@media only screen and (max-width: 763px) { #MwVy4TqFvpqsF9VIbLPS79o62T43sZO7 { display:block; } #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection *:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="text"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="email"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection input[type="tel"]:focus-visible, #N3f6b013b582bf9278629ea7b3f22e85.widget-smartsection textarea:focus-visible { outline: none; } #MwVy4TqFvpqsF9VIbLPS79o62T43sZO7 > .row .container { position:relative;display:block; } }