.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,85,231;--color-primary-1:7,73,71;--color-primary-2:17,37,41;--color-primary-3:0,18,49;--color-primary-4:0,18,18;--color-secondary-0:255,211,0;--color-secondary-1:255,182,0;--color-secondary-2:248,246,0;--color-secondary-3:245,183,0;--color-secondary-4:102,36,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"prompt";--paragraphs-font-family:"prompt"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/jiS5rQAT/LD0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3c3e, #f1be46);background-image: -moz-linear-gradient(180deg, #ff3c3e, #f1be46);background-image: -ms-linear-gradient(180deg, #ff3c3e, #f1be46);background-image: -o-linear-gradient(180deg, #ff3c3e, #f1be46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3e', endColorstr='#f1be46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3e', endColorstr='#f1be46' );";background-image: linear-gradient(180deg, #ff3c3e, #f1be46);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;z-index:auto;display:none; }#oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W > .row .container { border-width: 0; border-radius: 0; }#oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:none; }#GZlOQ0RkqZk6TFWcXcT35i8n894cGP19 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:4.6125001907349rem;left:34.750001907349rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9GqwRvzh9ykHl7CvmSUd39bZRBKnRXT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:15.250000238419rem;left:39.812501907349rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LLL1BBf7X6ooRtzDIFEHXfsNxLPHwOhm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.25rem;left:37.6875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfqCGOpkVQQycMOH3HsP6HeructRMntT { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:21.125rem;top:7.6875rem;left:37.75rem;display:block; }
#wlvfxsu7mD3hefE5GubrxbzdUlHpkDMM { color:#ff0000;display:block;width:14.5625rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.96);top:5.0625rem;left:6.5625rem;height:2.3125rem;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; }
#r2y9cQXLlm8RlE4hrEc7uOamGFG7FCd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:11.100781679154rem;left:34.093751907349rem;height:3.125rem;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;font-style:normal;display:block; }
#IRqDrq80B5Eeh7TdAPvdnZ25m8JuneC9 { position:absolute;display:block;z-index:14989;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:26.6875rem;top:1.125rem;left:0.6875rem;overflow:hidden;display:block; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-text.counter-number { border-top:0.063125rem solid rgba(var(--color-tertiary-0),1);border-left:0.063125rem solid rgba(var(--color-tertiary-0),1);border-right:0.063125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.063125rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.440625rem;padding-right:0.4rem;padding-bottom:0.440625rem;padding-left:0.4rem;display:block;align-items:center;width:2.400625rem;min-width:2.400625rem;height:2.3725rem;position:relative;font-family:arial;font-size:1.76625rem;font-weight:700;line-height:37.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.200625rem;height:0.93625rem;position:relative;font-family:kanit;font-size:0.66375rem;font-weight:700;line-height:14.98px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13rem;height:4.5925rem;padding-top:0.66375rem;padding-right:0.686875rem;padding-bottom:0.66375rem;padding-left:0.686875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.1875rem;left:6.7179679870606rem;z-index:15046; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #oTM9KQkeLZpNmLzUJBXw2HiVN0xTPRMs { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #s7zlEs0ieBKALDDKHkL91ITxTHCMF6Dm { width:auto; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #XFrfHlL6OVcuExKuxnhobG6ACnNcvfXT {  }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #xUeE1Et62pMnmMdVSeZ0v86bQp8LIhMV { display:flex;position:relative;top:0rem;left:0rem; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #iaqULwSWf4R71NFU4nPLp4C77uswsKN8 {  }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #QrtMSgWh7fHGPX0XaS1u8x1sfMgDHlT7 {  }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #ivfcZEJ7mKKObycRi4TDTRIbo4IvMUkl { display:flex;position:relative;top:0rem;left:0rem; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #fMTeHSgbEElBNWigTGck4XDQ579R0F3Q {  }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #nThWKCgbHiTygTn83nrBtzrQyky4N83M {  }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #GqoiUmxXFo1DqtBT6KzDR99snKIDfVRw { display:flex;position:relative;top:0rem;left:0rem; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #kp0HoQtKWVUUR0v44JoNfNAKyB4qSnZL {  }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #hP4Q0Zc6t09y0wOlaQci2lBuQmZdMBCa {  }
#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container { background-color: transparent; background-image: none; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container > .video-iframe-container { display: none; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row > .video-iframe-container { display: none; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .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); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container { border-width: 0; border-radius: 0; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5575rem;padding-right:0.510625rem;padding-bottom:0.5575rem;padding-left:0.510625rem;display:block;align-items:center;width:3.05875rem;min-width:3.05875rem;height:3.000625rem;position:relative;font-family:arial;font-size:2.23375rem;font-weight:700;line-height:48.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.07875rem;height:1.185625rem;position:relative;font-family:kanit;font-size:0.83875rem;font-weight:700;line-height:18.97px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:#f4bb13;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.499625rem;height:5.7495125rem;padding-top:0.83875rem;padding-right:0.875rem;padding-bottom:0.83875rem;padding-left:0.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.8125rem;left:12.311401367188rem;z-index:15045; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #BnwC630kgHPxtCU51mr7II8508a952pw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #K0GMzQVtWVtKTnXvTQ6mTNLQ3t8kD926 { width:auto; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #RR8h4cyX4oTVuRgVwuBVVfRu5e9yKJQE {  }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #bNdXOAsZxzoyAlDo9dQatJcOtl84vC2C { display:flex;position:relative;top:0rem;left:0rem; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #N9xQ6SPPPHZBBwcQXhLOmOm0wucncJG1 {  }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #hsMvPDXAMoQWf2CF6swvCTLEEO1lWIiJ {  }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #gO82C9N1kZ4F6DK5vTxTg6pp8q25hwv4 { display:flex;position:relative;top:0rem;left:0rem; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #M3CWIslDMdqkmJeJnNwp8pPJG1B1PIpc {  }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #ofJiMDHBQpOTNu9JKXITw5cWht31HsPv {  }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #WrxtWo1J92pxC3DccwJnpJ2yFw5qTq86 { display:flex;position:relative;top:0rem;left:0rem; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #bfZHxPkXHw0eO5INwp7C4MblnWCF5k1r {  }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #lDg721uCWxH9HVVgTXhGPnP90dKI3NcE {  }
#Egpe7N8Pd57JfxbT2wRKXHEBfteJr2nn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.68675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.8125rem;left:36.3125rem;height:2.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFB1BrUfH80ZaxFWJbX97bTVWghavqNl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:11.2890625rem;left:13.123779296875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rxcHBteMUO0S24cIsfBAg3gcaRaOeq4z { color:#f90b0b;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:9.4375rem;left:37.5rem;height:2.8125rem;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; }
#ortN52hzbByDlXEUBup9GesWsRm3sXZE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gzp4tTaPD0FKwi4zdGAobyJCBQXOpRy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6rem;left:48.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KBcq0pRzL0OJ2bswNUFkT8weC7UUOb3M { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:6.4375rem;left:39.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOm2dZyg3gSZfcWgNKdXXgLla7I2XlhN { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:21.124875rem;top:5.3125rem;left:39.5625rem;display:block; }
#wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh > .row .container { border-width: 0; border-radius: 0; }#wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#aOLSh6VPIqDgreTdJ4TQNgq7T8piJsew { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ghORrKNWCRyINoTgQJ6a231vTuByNd84 { color:#ecff00;display:block;width:75rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8974609375rem;left:0rem;height:5.2002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JF6CmACHkaTwlq1AKCZZJxbzbQbUAcfu { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:19.29931640625rem;left:17.03125rem;height:1.3494875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#auwCVHmWq5a5ACedqN8BCzkcriZ62DgO { 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:10.1245rem;width:19.43725rem;top:8.096923828125rem;left:27.78076171875rem;overflow:hidden;display:block; }
#NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/02ff01de-4053-4730-a58d-76ba30f05b31/image3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NX3OvPt2HqHllahvDiMrvPLNSndqgHl5.adaptive-delivery-prevent-bg, #NX3OvPt2HqHllahvDiMrvPLNSndqgHl5.lazyload, #NX3OvPt2HqHllahvDiMrvPLNSndqgHl5.lazyloading { background-image: none; }#NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 > .row .container { border-width: 0; border-radius: 0; }#NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:none; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK { position:relative;display:none; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK { border-width: 0; border-radius: 0; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF > .row .container { border-width: 0; border-radius: 0; }#FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:none; }#eDSq4Z2M5OVHCR8bXmHOgwfQMchd2DAb { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.3351764678955rem;left:17rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhBWOnv3MMf747wqTyELZdUomEphLfNH { color:#0031ff;display:block;width:75rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0152978897095rem;left:0rem;height:2.6001rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3byNtLAUl1GBWye64XFIitgAio06zDi { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:10.52978515625rem;left:17.03125rem;height:1.49963125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdzT5151Zirti9aDhDp9lLhauA5sV6HG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6648440361025rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv > .row .container { border-width: 0; border-radius: 0; }#mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:none; }#GTWbXGGuNwwZiL2ylXTcgrzw7avnP0P8 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:0.16250038146973rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container { background-color: transparent; background-image: none; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container > .video-iframe-container { display: none; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row > .video-iframe-container { display: none; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .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); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container { border-width: 0; border-radius: 0; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container { font-size:0.875rem;font-family:arial;height:71.6875rem;width:75rem;position:relative;display:block; }#QsW1VQcBsBL48xpHuBv5t7WuP3J75WIa { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.3875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:70.625rem;left:30.36874961853rem;display:none; }
#EKPVvrl5TXkp4LW3eupRzt9Td7Ie2QZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WF7mumV9M1HRB9tqaPDBtOgALW1oaJll { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3125rem;left:26.000001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qg4Xb8f8VZPTToZMWH3q5ALS066tUFkQ { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:23.8125rem;top:1.8374999761581rem;left:25.39999961853rem;display:block; }
#ocB5JytC8HnorhyBtbppzXIk4cOFg4NI { position:absolute;display:block;z-index:14992;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:13.8125rem;top:4.9375152587891rem;left:20.702343940735rem;display:block; }
#M4TeFA4hHiO4Lk7Ipf1xyJf7c9wm1Nip { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:4.875rem;left:13.03125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OnZNAd9OKB2kkvIKITOwxEMK3CflJ7X0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:11.875000476837rem;left:21.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#t4roBFEZT98U9CdJBEwsbaHSFCDpO6Jl { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.875rem;width:35.625rem;top:10.837500333786rem;left:19.58749961853rem;display:block; }
#s5RoOGTBe2p6Kz5T8Exo1EpZL917i13s { position:absolute;display:block;z-index:15019;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:3.5rem;top:12.218750476837rem;left:17.81406211853rem;overflow:hidden;display:block; }
#qwNL84NgmvoJcEZyQcvm5XcePGEEmiPK { position:absolute;display:block;z-index:15020;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:3.5rem;top:12.218750476837rem;left:53.625001907349rem;overflow:hidden;display:block; }
#Ewrsoun61ldDXO7SU6W4tDQQ9hIR9UKL { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:59.875000953674rem;left:19.28125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VOyF9CsPymssVfzO5A69ptF2s0yvJ5So { position:absolute;display:block;z-index:15022;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:29.6875rem;width:50.1875rem;top:28.77499961853rem;left:12.40625rem;overflow:hidden;display:block; }
#d7wPwTaf9vPPZfE8W99XtFcRLXwEsxlA { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:63.087502479556rem;left:24.437501907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IqLPbDPHtQwTPlR41DWDF6iT9C7vM8Hc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.712500572204rem;left:18.70156288147rem;height:7.4375rem;display:block; }#IqLPbDPHtQwTPlR41DWDF6iT9C7vM8Hc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IqLPbDPHtQwTPlR41DWDF6iT9C7vM8Hc li:before{  }
#it7kylATlRBQsmIlvCRU68rS0o77DI0J { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:44.8125rem;width:64.5rem;top:17.575000047684rem;left:5.4609375rem;display:block; }
#TIApazvA8qSG9i1ttGuZ0s7yMZTTfwvH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.712500572204rem;left:35.050001144409rem;height:7.4375rem;display:block; }#TIApazvA8qSG9i1ttGuZ0s7yMZTTfwvH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TIApazvA8qSG9i1ttGuZ0s7yMZTTfwvH li:before{  }
#R9ccxh33JJ5aPBJtxLBcBm9pgtaVNMdx { position:absolute;display:block;z-index:15027;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:0.125rem;top:19.400000572204rem;left:32.56406211853rem;display:block; }
#UrycMMyZqTXpO6ehsQwDowpwqBA2e1Va { position:absolute;display:block;z-index:15028;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:62.087501525879rem;left:20.08749961853rem;display:block; }
#JWLpZwBgx62q9HZXzuJnkGBkvpQMMZFR { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:10.837500382215rem;left:5.8000001907349rem;display:block; }
#S46PZZUhz5SqaxH9cdTUyA0nNHRusglZ { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:6.375rem;width:6.375rem;top:14.875rem;left:63.641497612rem;display:block; }
#C9JoK4TJ001lUqUCpiV8VeNu1fv71k4U { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:20.493750382215rem;left:2.6125001907349rem;display:block; }
#dCQPJ3baGXIzl8rGLq0Sb6Zarm9rKdZH { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:63.368057250975rem;left:60.718752861023rem;display:block; }
#QI4PHd4308i2DUTRAkUyOdLXdPhdNgeO { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:3.875rem;width:3.875rem;top:60.211805343628rem;left:7.7664928436281rem;display:block; }
#QOVQCbw4GhrK1TzpHvGHP6Np4xyuhpVQ { position:absolute;display:block;z-index:14990;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:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZKbbEvNad3OympmiXEFvFTIaudQJMIwW { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:12.21875rem;left:7.3932294845581rem;overflow:hidden;display:block; }
#e9CJT6LWlQpegdBD2r9VM4mIXJb6pHsM { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:15.621527671814rem;left:64.453997612rem;overflow:hidden;display:block; }
#QoRlF3IBVxofWXyUBukPr9dDucu7hVDX { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:64.454860687256rem;left:61.968752861023rem;overflow:hidden;display:block; }
#aKQJAgQsceQc7bU0N5NMX7ihChl4TL99 { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.979375rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:66.517333984375rem;left:30.455322265625rem;display:block; }
#QIKgi88nDWNmMnmHwhuSM4qbsU0dVyt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rIrQh8p0v9svUTEyWl3RE9f6RPC5zCJc { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.225rem;height:2.6125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:71.1875rem;left:13.5625rem;display:none; }
#uEclvU04ZlraJA3bUTaVNQVwkrNObROS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4Gk0CIw1WLmHrFhaugW67rUJqBeoJx2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:72.550001144406rem;left:27.406251907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VpDw5SLcs2NnTaMPNV3HeGRLTk32t2lq { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:75.125rem;left:19.375rem;height:2.6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TB0euqbD81Q5aBDSPtmLcvCn1iIcANdf { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:8.125rem;width:47.4375rem;top:71.875rem;left:14.0625rem;display:none; }
#vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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:none; }#vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r > .row .container { border-width: 0; border-radius: 0; }#vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r > .row .container { font-size:0.875rem;font-family:arial;height:79.8125rem;width:75rem;position:relative;display:none; }#ZmsJOQ6UeQLLaw8AxQ8QTvF11GxbQp6b { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3125rem;left:26.000001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyZeZ2NzQW0wCzHOupT93xZZCLrONE0J { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:23.8125rem;top:1.8374999761581rem;left:25.39999961853rem;display:block; }
#xdB5RiZP5tQgsuhdR79fx9Pv4dslaaiT { position:absolute;display:block;z-index:14992;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:13.8125rem;top:4.9375152587891rem;left:20.702343940735rem;display:block; }
#q6SbigT6lrFLR4HnSSmEAZpfeRSMh3yT { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:4.875rem;left:13.03125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFS6kmIK8TWNrPRoUbCxZ8VtZ4dw8PS3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:11.875000476837rem;left:21.625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#m8TbbEmDObzB6438xdrt742p8h0l7ENq { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.875rem;width:35.625rem;top:10.837500333786rem;left:19.58749961853rem;display:block; }
#i8uTTPqd0nabmeGKq1wfHIWpIG79Zzz1 { position:absolute;display:block;z-index:15019;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:3.5rem;top:12.218750476837rem;left:17.81406211853rem;overflow:hidden;display:block; }
#cGahItTbvI5F9yL5ClW92uok0XoFODGR { position:absolute;display:block;z-index:15020;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:3.5rem;top:12.218750476837rem;left:53.625001907349rem;overflow:hidden;display:block; }
#rsZ3UahuNNoT4rAHc5Qab0A955wNRnH1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:59.875000953674rem;left:19.28125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#eheyAeDQLI6XdBKNPsCnVsXc70l54XkM { position:absolute;display:block;z-index:15022;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:29.6875rem;width:50.1875rem;top:28.77499961853rem;left:12.40625rem;overflow:hidden;display:block; }
#goSqhmKUOntWy8fkJZUTpaiSCEPAToqe { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:63.087502479556rem;left:24.437501907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lS1vnHxUtdkpUpMMAvGumgMeE3GOsTAu { color:rgba(var(--color-tertiary-0),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:68.550000190738rem;left:44.612501144409rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#u2oZRtsV0B1RZXlCq36xf6n61JwOKWbI { color:#ffc933;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1);top:65.275002479556rem;left:22.156251907349rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTnbtRhmNP92FwwJOQQKMCzeK3XThdr8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.712500572204rem;left:18.70156288147rem;height:7.4375rem;display:block; }#JTnbtRhmNP92FwwJOQQKMCzeK3XThdr8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTnbtRhmNP92FwwJOQQKMCzeK3XThdr8 li:before{  }
#HUC2o9DCttvFEb3MhJbWa2TsUuSllpA0 { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:44.8125rem;width:64.5rem;top:17.575000047684rem;left:5.4609375rem;display:block; }
#oMaZ3f6p5fC5gvoNkG8adQoufStyIzCh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.712500572204rem;left:35.050001144409rem;height:7.4375rem;display:block; }#oMaZ3f6p5fC5gvoNkG8adQoufStyIzCh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oMaZ3f6p5fC5gvoNkG8adQoufStyIzCh li:before{  }
#IyH0rTwosBoEoMUHXSNRmNCf1VCeozTu { position:absolute;display:block;z-index:15027;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:0.125rem;top:19.400000572204rem;left:32.56406211853rem;display:block; }
#KGFTtqvvmVk6a2bT2el4b59rqZfyqE3F { position:absolute;display:block;z-index:15028;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:35.25rem;top:62.087501525879rem;left:20.08749961853rem;display:block; }
#SQiuPLKypoNqaTpxCAwTKR3FJgmgTVdF { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:10.837500382215rem;left:5.8000001907349rem;display:block; }
#r3SCEnRTrEn6STEnpXBVZ6g6eqhlH3ol { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:6.375rem;width:6.375rem;top:14.875rem;left:63.641497612rem;display:block; }
#M6bf5N0T8Mx3XLCfHLw9yq5bwfE78toP { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:20.493750382215rem;left:2.6125001907349rem;display:block; }
#HbAIFQE0PztWuRVoWM7ohV2v5PTZ3T65 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:63.368057250975rem;left:60.718752861023rem;display:block; }
#eWc59f5El2UisLTbp2y61P9tgGT4MDIp { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:3.875rem;width:3.875rem;top:60.211805343628rem;left:7.7664928436281rem;display:block; }
#qTk5yaLtR0072fQ2ogRp2kzuG46HnwUX { position:absolute;display:block;z-index:14990;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:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pmEgIvQV4ceQEkaq7OEI8aTEmnkFADif { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:12.21875rem;left:7.3932294845581rem;overflow:hidden;display:block; }
#lBVuwdoQOID3MDn34Vtiq0cpZdnn6v1N { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:15.621527671814rem;left:64.453997612rem;overflow:hidden;display:block; }
#TWuKDwz0FN54w1kAdO10tisPBu5aAmzc { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:64.454860687256rem;left:61.968752861023rem;overflow:hidden;display:block; }
#k6LLrIysbm5JJeEebqvkhgx07PxmOkp1 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:77rem;left:19.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BhigxDTGVoAdHTug3ua1iQcfWPKw0ZxV { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:40.9375rem;top:76.125rem;left:17.0625rem;display:none; }
#B9orhxFhGSU1MLVJvatXKr9WHe76unrq { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0890625rem;height:3.2890625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:81.173439025881rem;left:30.45546913147rem;display:none; }
#OlU8o0u43su5dQ9haIEQz0iws6HN2kJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zrk5mq39Nr2wqJWB8DlgoQnabTciSOGR { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:7.4375rem;width:47.4375rem;top:71.625rem;left:13.8125rem;display:block; }
#pK0DdWDadthPdUnPvLTFd2CUudcAtcNh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:74.212501525881rem;left:21.59375rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UPWfE0l5kNR5WR6W489T9CBV7cWVuM6O { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:72.350000381469rem;left:25.875001907349rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKVmx2cvvmr9aPMSA4JWybn6wBHXzsZS { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.15rem;height:2.5375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:70.4375rem;left:15.5625rem;display:block; }
#np8QwXivsk2vAX3NtwywghKfO8SDzCbw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container { background-color: transparent; background-image: none; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container > .video-iframe-container { display: none; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row > .video-iframe-container { display: none; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .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); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container { border-width: 0; border-radius: 0; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container { font-size:0.875rem;font-family:arial;height:69rem;width:75rem;position:relative;display:block; }#gXge4NlUpF0Lrp6U8LgP1z3XyrsN00Wn { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.0281248092651rem;left:19.125000953674rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WAZ7ZzJK7pADvcDDrgTQKO6AB75SSaRi { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:38.5rem;top:2.4273438453674rem;left:18.250000953674rem;display:block; }
#elBU0lvEQubxGMx9gWrDEnRH37Lkhthc { position:absolute;display:block;z-index:15023;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:3.5rem;top:9.7179718017575rem;left:20.674999237061rem;overflow:hidden;display:block; }
#DH2H28IUgBLROM9vysIIvh3LW3cZ7eM1 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:9.1867218017575rem;left:22.94296836853rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#AQm05v9aTfouTFwKVEk42fFXvFr1yrC1 { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.875rem;width:31.0625rem;top:8.3367156982425rem;left:22.405469894409rem;display:block; }
#HAPboXXJhlKd00R1SrNImdKxypDsvwmF { position:absolute;display:block;z-index:15024;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:3.5rem;top:9.65625rem;left:51.812501907349rem;overflow:hidden;display:block; }
#PLy7X0UtOyx1IkKE2m2qVIwmSawPmJ31 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:56.8125rem;top:15.625rem;left:9.0937509536744rem;display:block; }
#XsG5SwiyzlA5sxQ4wLFQ3g6BWt6q4hTo { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/0192b640-fc81-4e70-b9ba-f23d80e0b19e/TNYTStorytelling.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:28.4375rem;top:15.625rem;left:9.0937509536744rem;display:block; }#XsG5SwiyzlA5sxQ4wLFQ3g6BWt6q4hTo.adaptive-delivery-prevent-bg, #XsG5SwiyzlA5sxQ4wLFQ3g6BWt6q4hTo.lazyload, #XsG5SwiyzlA5sxQ4wLFQ3g6BWt6q4hTo.lazyloading { background-image: none; }
#uD5s1AQouJ286FNgwef2Gb5T97IVWMg8 { color:#ffc933;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.125rem;left:40.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bvGLXs1cEKAPdeEIaqrW5bmom2Qpm9Ec { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.75rem;left:42.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JAqKwQa9w2I8tllkeMlyQpv88X9TyM8H { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:20.6875rem;left:39.4375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#QGUE8Iqn6KqPa5oD0UsUKaVtOW4W7nRm { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/23c41bc2-620d-4a4a-b8e9-d69501c70f16/TBCopywritingcontent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:28.5rem;top:30.5rem;left:37.456252098084rem;display:block; }#QGUE8Iqn6KqPa5oD0UsUKaVtOW4W7nRm.adaptive-delivery-prevent-bg, #QGUE8Iqn6KqPa5oD0UsUKaVtOW4W7nRm.lazyload, #QGUE8Iqn6KqPa5oD0UsUKaVtOW4W7nRm.lazyloading { background-image: none; }
#hKhUO5PkXWxGSqKl52P2lMsy3XoQg1Ws { position:absolute;display:block;z-index:15029;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:19.8125rem;left:48.375rem;display:block; }
#enP4vauKTUTSTG67Q45gD0AeL4ABdegL { color:#ffc933;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.6875rem;left:12.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#okxlQTF4DaubbiG41Iirr10bB2d5STaf { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:36.6875rem;left:11.34375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#tKzlW5HNbDV5eA9tIDeQsyFXeo70eLi0 { position:absolute;display:block;z-index:15033;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:35.375rem;left:20.0625rem;display:block; }
#DEOB4ARu81PNWJcrRf6GnStLvtrLL9tJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:33.3125rem;left:14.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#aURIrPJGCFfdeK2u59T8b8onNZmS8nTn { color:#ffc933;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.1;letter-spacing:0;top:46.25rem;left:40.5rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#U2UTpDJAZKR2WDN1PF1grDoydNb73zNi { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:52.1875rem;left:40.6875rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#TqkJIDdlsv6MySFTlHMbf2mzqKO5hZhy { position:absolute;display:block;z-index:15034;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:51.25rem;left:48.5625rem;display:block; }
#ttzM36BsBhDhIpTrhh00GHTBw9cks5tX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:49.375rem;left:42.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LCNqCN86xkcRZbrUdnmSLys9HF2NPfJd { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/6017d9c0-401c-4881-87e3-e258a0449ad2/ChatGPTBestPractice01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:28.375rem;top:45.375rem;left:9.1250009536744rem;display:block; }#LCNqCN86xkcRZbrUdnmSLys9HF2NPfJd.adaptive-delivery-prevent-bg, #LCNqCN86xkcRZbrUdnmSLys9HF2NPfJd.lazyload, #LCNqCN86xkcRZbrUdnmSLys9HF2NPfJd.lazyloading { background-image: none; }
#X0TlSNIzrQiKdtlDndxKQvmMx8IcBrym { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.6875rem;width:56.8125rem;top:15.47500038147rem;left:8.9929695129394rem;display:block; }
#Bmmz5abxFTtzfmGcWUqJx2CP20x8bSJy { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.675rem;height:3.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:62.50000190735rem;left:28.162501335144rem;display:block; }
#GWBbH5PXh1y4fiXCHXuhwvx7sNQ1bA6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTV89ALR5SVTv8ve30uK9FT3GIfUpv9X { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:4.2734375rem;left:5.3237848281861rem;display:block; }
#CiN3eF1DeHNODffgkP3UOTpz0NdZNTuC { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:13.433159470558rem;left:2.6918401718139rem;display:block; }
#eveSHWwXaALDZIg72QgZKcUCx4SSoZ6n { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:5.3671875rem;left:6.4175348281863rem;overflow:hidden;display:block; }
#sPWnb5eMKKZNAtfv0U0RaZCZrNWTy5za { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:9.530381679535rem;left:65.906252861025rem;display:block; }
#TPsa4tTACt19VEy2tPbkgwAQDp1r0SZq { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:58.293401718139rem;left:63.137156486513rem;display:block; }
#pSemWCRFM28Op7ilTcUMhfPFsG9vrP7v { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:59.355905532837rem;left:64.406252861025rem;overflow:hidden;display:block; }
#PvntXywdCB4t0SQgc7qRWcJhTnkAixE1 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:40.493055343628rem;left:3.7855901718139rem;display:block; }
#V8kpTbIMEq7mWan5tSPE1mEKbTtUeR7G { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:64.793404579162rem;left:58.667536735534rem;display:block; }
#fI6QDWHuMKInRWi8RvU2BDEVr38dRSh2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:57.76171875rem;left:47.78125rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmyUhPxQFhwJTRoEDGKuw2Ds8hmb28b3 { position:absolute;display:block;z-index:15003;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.125rem;width:8.8125rem;top:57.2939453125rem;left:47.5185546875rem;display:block; }
#EHdbhyOX8o36XqTJNwEnvXc0Rp5h9Cho { position:absolute;display:block;z-index:15005;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.125rem;width:8.8125rem;top:42.125rem;left:18.25rem;display:block; }
#f04TkyVfD3S4oWS4Tq6lDsh5pxiOUzyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:42.5625rem;left:18.5rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZyJhveo3oDiTIx4M8iOXz2WDI5pUZWBx { color:rgba(var(--color-tertiary-4),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:27.75rem;left:48.25rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ygakTUBUqmIHIREnmTImeHC6PzQRudLU { position:absolute;display:block;z-index:15007;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.125rem;width:8.8125rem;top:27.3125rem;left:48rem;display:block; }
#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container { background-color: transparent; background-image: none; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container > .video-iframe-container { display: none; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row > .video-iframe-container { display: none; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .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); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container { border-width: 0; border-radius: 0; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#cMyPlweDMzEuRHxe4UBM1U13VzHmOqOA { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:18.625rem;width:18.6875rem;top:3.375rem;left:28.125rem;display:block; }
#SmrkB2LOaXNsudJmlR8hqSbkkLu6vWiT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.29948425293rem;left:29.84375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fy0xJMqidUaaC3nCLyan21tSWT8Uo2Xb { color:#ffc933;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.461808204651rem;left:29.84375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ltDlncSfduHUOh98RWJFCKoMT4MdXRtK { position:absolute;display:block;z-index:15035;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.375rem;top:13.40625rem;left:30.3125rem;display:block; }
#bpattvEDfvPz3ko2QINtiTWN1nqyRmvW { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:18.625rem;width:18.6875rem;top:3.1875rem;left:7rem;display:block; }
#bOMJuxNGGzvRZVNrktKn6OkEigxK2TR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.3125rem;left:8.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VC5Ud8UPLIGcEgRX2TsBHTHxgrTL1uf6 { color:#ffc933;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.6875rem;left:8.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vK2RmvgeTGUZDHM2wdBzVQBLdPDmwpEy { position:absolute;display:block;z-index:15036;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:7.5rem;width:10.625rem;top:11.21875rem;left:11.130469322204rem;overflow:hidden;display:block; }
#pqxh5Sxe9s4AzuQL3lgtZzOsJQux6Xvw { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.9375rem;left:29.84375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#F1OCGmTHOgU0AqOxdN3L7uxUonOg7zwB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.3125rem;left:29.84375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#zU0fV8gHSKiCZKBuN0kAZQ0i5v6mqFJn { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:18.625rem;width:18.6875rem;top:3.5rem;left:49.25rem;display:block; }
#oR5zR3pglM70q5qJWqVVVEPB6LtwQiVV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:51.000002861023rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qMHvESopd9bL3tk0RaimHBfFo9h860LD { position:absolute;display:block;z-index:15041;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.375rem;top:15.3125rem;left:51.500002861023rem;display:block; }
#RATX6bxOiBZFv7z37WgaNRSBnfxxQx8R { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.4375rem;left:51.000002861023rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Vm4rqt6xDzPNvzdrsGyTeonET3JnyauP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.25rem;left:51.000002861023rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hVTl8Xqkw3ATNxHcybXlDkgfmzShDHS5 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:5.8125rem;width:5.8125rem;top:1.5416665077209rem;left:1.2430562973023rem;display:block; }
#wtz9JBU3x2h1vK1NZrluBB9y1y4Zg4cp { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:1.625rem;width:1.625rem;top:20.836807250976rem;left:26.111113548279rem;display:block; }
#cHmaGQ3V8VztXLKg7xkmULoEAXE7pCm0 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:5.5859451293945rem;left:56.517359733581rem;overflow:hidden;display:block; }
#zmOBrRVdJNLMpRUb1T46veVuWcrlTOtq { position:absolute;display:block;z-index:15043;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.5rem;width:2.5rem;top:7.1102504730225rem;left:54.072916984558rem;overflow:hidden;display:block; }
#wLA7lcm50lrob2x8VTGMa1goGipdxI6A { position:absolute;display:block;z-index:15044;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.5rem;width:2.5rem;top:7.1102504730225rem;left:60.892359733581rem;overflow:hidden;display:block; }
#gcgTG6BfnuScQnKe94KeZKmtUK7vmwGp { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:1.625rem;width:1.625rem;top:3.375rem;left:68.159724235537rem;display:block; }
#JMizgeTHT7g0JVRksF5zodr8p7vplKtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));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; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container { background-color: transparent; background-image: none; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container > .video-iframe-container { display: none; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row > .video-iframe-container { display: none; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .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); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container { border-width: 0; border-radius: 0; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;display:block; }#mFPZFXK0dPMTtVbDnTTgclxposoI5DIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:17.5rem;left:25.8125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFzA2veEJWO5eIA7F0M6XZU1dfIPzME9 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:16.375rem;left:24.1875rem;display:block; }
#wFs7qycH6J3AzzO0HuT1haGla5yxIwdA { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4125003814698rem;left:23.999220848084rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vP7i3HakKiUrwTcbkCC7CQA26SAoUR5H { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:29.5rem;top:2.75rem;left:22.749220848084rem;display:block; }
#bVc4Tb3UmR5kmwoqzBlKqCrTxRR2z3bC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:17.5625rem;left:10.625rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bg8EELpxQPkWEchZTcMaKl6OtIZW6scD { position:absolute;display:block;z-index:15000;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:16.4375rem;left:9rem;display:block; }
#MeiGsDUtxGwiZfUh6qzSkFifdPShn2Ff { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:16.8125rem;left:55.25rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lUCwUXQ7CZ5ioC20sfDp51H17blSKEe7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:16.3125rem;left:54.5625rem;display:block; }
#kW6izvQp0rwMUA2t2TNW6gFOQnCTalwv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:17.4375rem;left:41.0625rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jgc9wtIiwsZ4CdqR0Pub0FT1D0ef9S25 { position:absolute;display:block;z-index:15006;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:16.3125rem;left:39.375rem;display:block; }
#WZDvmr673709zafV5AqFcBBBoaCfe2Fw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:30.375rem;left:11.0625rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMcoFvmtVd3mLStI1RTBpAhFmTTHJWbp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:29.1875rem;left:9.4375rem;display:block; }
#zdMET7RcmbnZ1sR6B2eskXvh846uxidh { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:30.375rem;left:40.125rem;height:1.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bpw0V10vyTZsItFxo8ECRT3226oEzpyr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:29.25rem;left:39.375rem;display:block; }
#VTCMuiqC6gpXcl5qUzpW0lnearoohB8I { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:29.8125rem;left:25.9375rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaKO7X8EebXO4ZZaF2dAff7NdtXsgrAO { position:absolute;display:block;z-index:15018;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:29.25rem;left:24.1875rem;display:block; }
#TBtmcXH884U3QOu3kXQSZUxSB48zyKQg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:29.75rem;left:56.3125rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGR1rh9BmHU3KSNyP4AfpWsyWw88Hz0T { position:absolute;display:block;z-index:15021;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:29.25rem;left:54.5625rem;display:block; }
#lbhOovwTcGOPXuPe0HFbb3teTm7RSKIG { position:absolute;display:block;z-index:15018;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:16.4375rem;top:41.9375rem;left:44.25rem;display:block; }
#oucMwXuZ0vSxIRC7gPcKZ2kvOCQ9eNXB { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:42.625rem;left:31.0625rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFe9OTQyrzoh800brwh4ISxT9IuHK2Se { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:42.0625rem;left:29.4375rem;display:block; }
#ObCcXx5DWUSs52WglnETveAOLrdJ6xSH { position:absolute;display:block;z-index:15012;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:42.125rem;left:14.25rem;display:block; }
#S77uUcopEJevitDvHZGRzO58Oai8BJek { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:42.5rem;left:45.6875rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yo1rG6qxTRZmiKKFg42kilCSKMudo6hh { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:42.6875rem;left:15.9375rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ippVC87nnUQUCBb9rK5Cxi6qCPsZcAZI { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;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:4.125rem;width:43.5rem;top:49.349822998047rem;left:15.649305343628rem;display:block; }
#nAOce1MdG0nt4kDESwet458UG4GT4mTx { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:50.6875rem;left:17.21875rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sizlvFONkfv3xnE8WSsRTDJzeOs1m0sE { position:absolute;display:block;z-index:15025;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:3.5rem;top:50.39323425293rem;left:14.049478530884rem;overflow:hidden;display:block; }
#zuRKKT84rVeAbGD7M93xepnsD4BcpQ0i { position:absolute;display:block;z-index:15026;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:3.5rem;top:50.39323425293rem;left:57.5625rem;overflow:hidden;display:block; }
#sINLMBlfUc75PqfPmtm50INNNZAW3fZ2 { position:absolute;display:block;z-index:15043;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:9.0625rem;width:10.9375rem;top:8.6796870231631rem;left:9.7769107818606rem;overflow:hidden;display:block; }
#McM3T72zMTGIzXHz07ffsP8nAckspIz0 { position:absolute;display:block;z-index:15044;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:9.0625rem;width:11rem;top:8.430555820465rem;left:25.465278625488rem;overflow:hidden;display:block; }
#sdApeQvQoFNTLixeBKnmSN4URah6El7Z { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:10.1875rem;top:8.618055820465rem;left:40rem;overflow:hidden;display:block; }
#Mw7CocHE6kSDT9zhA3FLST2TcTOd821e { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:10.9375rem;top:8.180555820465rem;left:54.9375rem;overflow:hidden;display:block; }
#FfWlu32AoBpXgqNmeo2sh3x5QWoITu3z { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:10.75rem;top:20.65972161293rem;left:9.9539928436281rem;overflow:hidden;display:block; }
#RBZuMzketfJxx9vQcHsOcpcpswUJaTt5 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:11.1875rem;top:20.72222161293rem;left:24.4375rem;overflow:hidden;display:block; }
#RkIuh1kd8XgoBbEvKXOp18OH5DuWLmiB { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:11.25rem;top:20.618055582046rem;left:39.5rem;overflow:hidden;display:block; }
#QBrXVTKaWb5OFNr6f4h1pADI8J4w1BWb { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:10.875rem;top:20.65972161293rem;left:55rem;overflow:hidden;display:block; }
#V8CAxtzTg68hz1JgUPQiWzNLL5M6mQJp { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:10.375rem;top:33.930555343628rem;left:14.986110687256rem;overflow:hidden;display:block; }
#R0T2E7TM6SLH5hqAXKx3nnVJdRHAIOew { position:absolute;display:block;z-index:15052;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:9.25rem;width:11.1875rem;top:33.618055343628rem;left:29.368057250976rem;overflow:hidden;display:block; }
#AWg9oekeg64tdiINBeN09Ar7Mpdq8BG6 { position:absolute;display:block;z-index:15053;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:9.5625rem;width:11.5625rem;top:33.222223281861rem;left:47.111110687256rem;overflow:hidden;display:block; }
#rUhcW12V59TtahbeGqFurPNXNJG1kPIx { position:absolute;display:block;z-index:15038;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:6.625rem;width:6.625rem;top:40.875007629394rem;left:4.0625009536743rem;display:block; }
#JlulwbDz1SBT6TOhbFyLvnUvafb5BGXr { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.4375rem;width:2.4375rem;top:37.000007629394rem;left:2.6875009536743rem;display:block; }
#ZqtVeZUW2KT9DrQf312MQmFLPpp5Xogg { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.4375rem;width:2.4375rem;top:37.79861164093rem;left:66.222221374513rem;display:block; }
#LRbsd3dQF3NSv8dTqD7VPghOzz2tyLcp { position:absolute;display:block;z-index:14991;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:42.1875rem;width:75rem;top:56.624996185302rem;left:0rem;overflow:hidden;display:block; }
#Grmeh4WgyWUDN0ph39r6QLwKRHvNaB9y { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:5.8125rem;width:5.8125rem;top:3.2873268127441rem;left:65.562502861025rem;display:block; }
#BSRZvL8xKJdATPnAvAnKzPhsdBw8PglW { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:4.4053819179535rem;left:66.784724235537rem;overflow:hidden;display:block; }
#J4vdfV1Rvx0sXTedBXElgBU9BGd05JhJ { position:absolute;display:block;z-index:15055;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:4rem;width:4rem;top:42.079862594604rem;left:5.2430562973022rem;overflow:hidden;display:block; }
#qHIiLWgCQD6B76JezR3WuRe1eB2tVPeu { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:1.625rem;width:1.625rem;top:2.75rem;left:62.868060112rem;display:block; }
#kafKtT962AtBA4KRQkxIXb3EoBzKtRoU { position:absolute;display:block;z-index:15000;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.125rem;width:11.4375rem;top:16.4375rem;left:9rem;display:none; }
#cUfty9sxUc1JOQhZp3fWK1kcz6Kc4CyI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#d3W2b8G6gJIVC8OGhreXC0wvk7RuJi4k { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#PV6zPHfVswfBrxoAdGtfXk6VXGP9TUE2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IR9AITeSN1iWPlf54GGt4Pbe9JBJQQSa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#qS0zEuuAap3ThkbQyH7TBMT9IKhQlLx3 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#pF7vQ0g3hU48ywDVOTAtZDVRSMiQ3Jzp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#OgMzOO4poyxELBkUu0DxSSfJ8swnW0RT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#ZZn3Tx5tWkbwyo0lBuu3PAe6R2r6FTDl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#NuHZZI3BwnJouytgZKWtPIRuIySPv2Um { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#kbW5nTqtsGriynlR9axtFNTnwbNf9Tlw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#JHqQbkqLdUSAkG1cdlrdebz8SDEs744p { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#eWChEAMA5zIdoBNJz4vKMwh9NaqzhPab { position:absolute;display:block;z-index:14993;background-color:transparent;background-image:none;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.875rem;width:31.0625rem;top:8.3367156982425rem;left:22.405469894409rem;display:none; }
#okv7m4MiT5d4DARzm0w439FwXE6M76Lv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container { background-color: transparent; background-image: none; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container > .video-iframe-container { display: none; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row > .video-iframe-container { display: none; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .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); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container { border-width: 0; border-radius: 0; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:75rem;position:relative;display:block; }#ZTJvMLSIcSkQlT2Pe5TAXqcDf1C0vhKo { color:#ffc933;display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.5375003814698rem;left:19.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HWCp2I5OsJ94x9HDeBwhU31hBMQqgZam { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:37.8125rem;top:2.875rem;left:18.59375rem;display:block; }
#OO2Mod0GIESieTkGDqQwCsossCmzFRXg { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:12.962500095367rem;left:14.15625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#xJa5JlGiBdg2sXoBV8PVrJFU2Ni9GECB { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:8.6499999761581rem;left:16.78125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRtWJRAZoz9vEeTocrF355MiGQrTlwFq { position:absolute;display:block;z-index:15036;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.375rem;top:11.587500095367rem;left:30.312501907349rem;display:block; }
#WrUAn5ECHegoK5aUJbniyiEQT1aNR0GA { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:33.125rem;width:47.6875rem;top:21.012488365173rem;left:13.65625rem;display:block; }
#StQZTD0E7DklyfluMIJhTTMQ5V0RvxKX { position:absolute;display:block;z-index:15037;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:27.1875rem;width:38.6875rem;top:23.35546875rem;left:18.15625rem;overflow:hidden;display:block; }
#uABoIz8Kq8Ic4LQK9MdTTFoTMpss5wPe { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:20.461800456047rem;left:6.3993053436281rem;display:block; }
#qaHKOtR1NMy3p60ptfc5ks8l7vWOb0TV { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:30.812495231628rem;left:3.7673606872559rem;display:block; }
#Ht5RLIWPHBoTM1IfE3CqD3Wc5X9hRGRE { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:6.625rem;width:6.625rem;top:41.530382156372rem;left:64.375rem;display:block; }
#WgH6tesdTexWSBG7qIOkldwtqySTDEat { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:1.4375rem;width:1.4375rem;top:50.542533874512rem;left:62.424476623535rem;display:block; }
#DTRwRo4QKqps6hA6Ub1hVpQkMz9UxHsq { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.3125rem;width:7.3125rem;top:3.5rem;left:63.006948987rem;display:block; }
#XtH0iTxuKfUuaJCtmISE8rTJBQI0uPML { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:21.742187678814rem;left:7.7430562973025rem;overflow:hidden;display:block; }
#Mor18OQTRPvMw8TiR7i9e5ta03v79ccG { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:4.4687501788139rem;left:64.187502861025rem;overflow:hidden;display:block; }
#PmeP7wTNxDFmO3FFwzVGVzUhlADGRsqC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:42.436631202697rem;left:65.406252861025rem;overflow:hidden;display:block; }
#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row .container { background-color: transparent; background-image: none; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row .container > .video-iframe-container { display: none; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row > .video-iframe-container { display: none; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .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); }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row .container { border-width: 0; border-radius: 0; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:75rem;position:relative;display:block; }#T5gWxnZq8FCU26zlTe4mH7NIq6fHXszQ { color:#ffc933;display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:3.7874999046326rem;left:22.156251907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sSdRHBW6a9D3k9avadpCe5KeAIk0Z9aT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:34.9375rem;top:3.1250004768372rem;left:20.03125rem;display:block; }
#z1BQMuNW2tzlRACsMoAPAJvqs7esU4dc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:10.500000476837rem;left:23.1875rem;height:2.25036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MfsfcipWkqIltqi5Lv0Dn11emJLOlcIt { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.625rem;width:27.0625rem;top:9.7013888359069rem;left:23.857639312744rem;display:block; }
#oG6TIQcOm0riubOolGGoAZCTpT075CTc { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:21.25rem;top:14.984375rem;left:4.3055553436279rem;overflow:hidden;display:block; }
#pSXJ036o10uKtE5nodIXbbqkCdfOHZ6k { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.25rem;top:15.046875rem;left:26.875rem;overflow:hidden;display:block; }
#XE5DbapsDRMmn1HPFdpP846TdE2FcBFL { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:21.25rem;top:15.015625rem;left:49.4375rem;overflow:hidden;display:block; }
#RGMeIHGnXlLpS8eRwtEULeczErx8Xt3s { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:27.464409828186rem;left:4.9366331100464rem;height:1.3rem;font-style:normal;display:block; }
#gpQX3I6oTEJM7Vg5APqWdsbHTpwatGV2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:27.464409828186rem;left:27.436633110046rem;height:1.3rem;font-style:normal;display:block; }
#G7o7HIILNiHkFAOMsNWCi9gasN7ZCD2M { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:27.464409828186rem;left:50.125002861023rem;height:1.3rem;font-style:normal;display:block; }
#TGoK0R3hTrrf0QDQwaqy9iCsnqMVLHB7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:33.986112594604rem;left:27.842883110046rem;height:2.25036875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZg2uTL0EurtJKpp7GtTrVMB2Sp28swq { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.6875rem;width:20.9375rem;top:33.156250953674rem;left:26.92013835907rem;display:block; }
#WV8tysAOgezg1T986r55UXl4XQXOz70g { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:38.401909828186rem;left:4.3055562973022rem;overflow:hidden;display:block; }
#fLgGkN3MvDrau5QAK5zZEbBbc2LagTuq { position:absolute;display:block;z-index:15047;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:21.25rem;width:21.25rem;top:38.401921272278rem;left:26.874133110046rem;overflow:hidden;display:block; }
#ML7aEIG4nuK9Fe61qROyQ8usvIhR8XXk { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:38.401921272278rem;left:49.437502861023rem;overflow:hidden;display:block; }
#bBfgNB8xJL2N3kDyh4PCONFoTIIPiXyS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:57.464408874512rem;left:4.9366331100464rem;height:1.3rem;font-style:normal;display:block; }
#nAENATi5MQyZEzRcN7hpIgxylh04TxE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:57.470485687256rem;left:27.436633110046rem;height:1.3rem;font-style:normal;display:block; }
#T4dnpHip4Q5c0lXZdgwd15sZqmsMiVBe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:57.464408874512rem;left:50.125002861023rem;height:1.3rem;font-style:normal;display:block; }
#AdR0xXVI31tCqazCRG4mfNtBOMJBhdlk { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:3.125rem;left:7.25rem;display:block; }
#s5TpqJxFEf0BRiNHosKZlQtccJEoR5hN { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:4.5rem;left:8.875rem;overflow:hidden;display:block; }
#D1ek3Dt34mWvZzSoZvIeJHhf2gyzpa5R { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.3125rem;width:2.3125rem;top:10.281250953674rem;left:4.5755219850464rem;display:block; }
#msvBDLmkDx48veQyiM3f8tfE85xLOvsB { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:5.5rem;width:5.5rem;top:31.25rem;left:60.1875rem;display:block; }
#AtVVqORJrN5Gf8gtfGoIgEEA7F8W4ALi { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:31.625rem;left:60.9375rem;overflow:hidden;display:block; }
#bJUkQDID64BECq0HFFU6qd37W3AikqfF { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:1.5625rem;width:1.5625rem;top:34.57986164093rem;left:56.950518608093rem;display:block; }
#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container { background-color: transparent; background-image: none; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container > .video-iframe-container { display: none; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row > .video-iframe-container { display: none; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .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); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container { border-width: 0; border-radius: 0; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#XXVzaKvBFLzwMAGMR7fhs3Hb7VFhFh24 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:18.625rem;width:18.6875rem;top:8.1875rem;left:15.5625rem;display:block; }
#uLSqvZkzrOAf2LHATlpBycTXOEuWLoyz { color:#ffc933;display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:3.5625rem;left:30.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTRtoaHpI8sbaSGfRvA1OwJ1QBPDbyg5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:15.5rem;top:2.9375rem;left:29.75rem;display:block; }
#Woi2FSR9HtdTehXho9Wt9ivPvx8NbBID { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:18.625rem;width:18.6875rem;top:8.125rem;left:40.75rem;display:block; }
#wQI1I1t1BQLAb9EQu9nxkqxTUnPBXKUJ { position:absolute;display:block;z-index:15031;background-color:#ffc933;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41rem;width:0.125rem;top:8.8125rem;left:37.4375rem;display:block; }
#tU3C3GcGtoJOJBqZdhJTdzrxR3arME9a { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/99e8f234-8432-4002-b0d6-166e339538f1/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:7.3125rem;top:9.75rem;left:21.3125rem;display:block; }#tU3C3GcGtoJOJBqZdhJTdzrxR3arME9a.adaptive-delivery-prevent-bg, #tU3C3GcGtoJOJBqZdhJTdzrxR3arME9a.lazyload, #tU3C3GcGtoJOJBqZdhJTdzrxR3arME9a.lazyloading { background-image: none; }
#izgnI4o7AnnDrVyLeQwdVF9nGP6nRHaJ { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1d5a9bb1-2170-4cf3-aa01-649920f5a42e/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:7.3125rem;top:9.75rem;left:46.375rem;display:block; }#izgnI4o7AnnDrVyLeQwdVF9nGP6nRHaJ.adaptive-delivery-prevent-bg, #izgnI4o7AnnDrVyLeQwdVF9nGP6nRHaJ.lazyload, #izgnI4o7AnnDrVyLeQwdVF9nGP6nRHaJ.lazyloading { background-image: none; }
#R4FDJ8KXBfpOKLn3whMHKBS7TZhLAaCo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5609375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:21.1875rem;left:45.8125rem;height:2.6257375rem;text-align:center;text-align-last:center;display:block; }
#Lp2Rc0fD8kC8ilTDnHoaTZlWcpc00X1M { color:rgba(var(--color-tertiary-0),1);display:block;width:15.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:20.5rem;left:17.25rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#TESBTSwoSLlMagC8SkaoSTRHALD7C8ig { color:rgba(var(--color-tertiary-4),1);display:block;width:15.060125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:18.4375rem;left:17.375rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ioqapVfek5SAIAnXSivbctrc6vZS7UE1 { position:absolute;display:block;z-index:15001;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.12421875rem;width:14.49925rem;top:18rem;left:17.625rem;display:block; }
#CwbkswxDJsGuALVu5Lo1HfBGioeN3TSH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.059375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:18.25rem;left:42.6875rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hdFp8RvmHbEETofc7MNITlDfnxClhPN1 { position:absolute;display:block;z-index:15001;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.12421875rem;width:14.49925rem;top:17.875rem;left:42.9375rem;display:block; }
#QFxwsVB2mpTh13vnqDduMGVFRG34quQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:45.1875rem;left:44.8125rem;height:2.6257375rem;text-align:center;text-align-last:center;display:block; }
#GnNLBm53lIFTO7S1W1IrsIoSpH2BMa1T { color:rgba(var(--color-tertiary-0),1);display:block;width:15.059375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:01.5;letter-spacing:0;top:44.5rem;left:17.5rem;height:3.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JZZXuOUT9RzK3DQNIlODZxheuyFFahM8 { position:absolute;display:block;z-index:15000;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.125rem;width:14.5rem;top:41.75rem;left:17.625rem;display:block; }
#JcXrZON3HR6PIb2KoGmAJ5km5Jltz0qy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.060125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:42.1875rem;left:17.375rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IVM3WtB2iTdv2GRg4iEu1znhkrlUW3zv { position:absolute;display:block;z-index:15005;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.125rem;width:14.5rem;top:41.875rem;left:43rem;display:block; }
#AaHCDcHhzSP971ibRZXnX4aZs62TvxvG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.059375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:42.375rem;left:43.0625rem;height:1.2375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mxOMkT56LvKVIG4N9BUczRuvkoLUONpT { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:18.625rem;width:18.6875rem;top:31.875rem;left:15.5625rem;display:block; }
#nGEBqWOKWHAFIbKF205zZaGccIEqxnTU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:18.625rem;width:18.6875rem;top:31.875rem;left:41.125rem;display:block; }
#wTwG60OF9mn5fhOftDm4UteHEKUmhi6T { position:absolute;display:block;z-index:15030;background-color:#ffc933;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:50rem;top:29.25rem;left:12.5rem;display:block; }
#WGKtyqDlc7iZgAxdowoIo9Fl2NVHqeuQ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9817b78e-1e99-40fd-8011-ba5744186252/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:7.3125rem;top:33.5625rem;left:21.3125rem;display:block; }#WGKtyqDlc7iZgAxdowoIo9Fl2NVHqeuQ.adaptive-delivery-prevent-bg, #WGKtyqDlc7iZgAxdowoIo9Fl2NVHqeuQ.lazyload, #WGKtyqDlc7iZgAxdowoIo9Fl2NVHqeuQ.lazyloading { background-image: none; }
#fhHG1vig90gRWyIs7DJb7xfDiK41BoHO { position:absolute;display:block;z-index:15035;background-color:#0059ff;background-image:url("https://images.assets-landingi.com/uc/1424975c-460d-43bf-9b78-434bfb52fcfb/WeBappmobileapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:7.3125rem;top:33.5625rem;left:46.9375rem;display:block; }#fhHG1vig90gRWyIs7DJb7xfDiK41BoHO.adaptive-delivery-prevent-bg, #fhHG1vig90gRWyIs7DJb7xfDiK41BoHO.lazyload, #fhHG1vig90gRWyIs7DJb7xfDiK41BoHO.lazyloading { background-image: none; }
#EDDx01NdOUk6pMtv5yxOTDpmtOS0T55y { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:13.9375rem;left:3.875rem;display:block; }
#bQTD3hVoaQHGPBAxdowMOAhQs9Xy4vtl { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:7.8125rem;width:7.8125rem;top:3.5625rem;left:6.5rem;display:block; }
#OMgInmnKm63AE5eThfGiI33ufhBLQeg9 { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:6.625rem;width:6.625rem;top:28.062473297119rem;left:64.555560112rem;display:block; }
#gkLDGr9ybleQchQbLPnX3uTb7PEzNOTk { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:1.4375rem;width:1.4375rem;top:23.811605453491rem;left:69.798609733581rem;display:block; }
#yMDXDu3XG0ignAekApVOENvDTlixmurP { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:6.625rem;width:6.625rem;top:41.868056297303rem;left:3.8750009536743rem;display:block; }
#hPVcksUXF9seDKsSewom0xlGyNhUaiAk { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:4.65625rem;left:7.5937509536744rem;overflow:hidden;display:block; }
#WD15wf6C4paBzuOcx4zmRLHysPzEPR2x { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:29.562500476837rem;left:66.086810112rem;overflow:hidden;display:block; }
#WDOxLR0PgKGzF8woLpOZn8PeFrN7OnJJ { position:absolute;display:block;z-index:15056;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:4rem;width:4rem;top:43.118057250976rem;left:5.1875009536743rem;overflow:hidden;display:block; }
#kCqH2SHdeibbsuzSyCUvZQsLVETOt5o9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#My2ZScncPDPktBc9mF0dALUA8xwaT045 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wLXZPfIs4FLSSSrlqcz3si4yTa9xX4aK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:22.5625rem;left:8.1875rem;display:none; }
#xn4PXGlA5xOwqH6py9OR3wvFy3XIwTJb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:23.375rem;left:3.6875rem;display:none; }
#BR87wstaE3TBQr3Eo0TOmswuSS7zMXTT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:44.125rem;left:3.75rem;display:none; }
#QadwhbHP3LCsW3XraeWFHvRLPNULmvSq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#xWd1WqI3TngXTraTGXVZxKDOseMMbAO5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:46.625rem;left:3.6875rem;display:none; }
#g8xZrK2xdKTEknTZpqEKNGRB6coMTeT1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#aLlvbdnvsZJpcPtuRyzHE96NFVqdOXhb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:67.9375rem;left:3.6875rem;display:none; }
#LncIdgCJiTriuXwrevsWPp805JoHq6S0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#dW1umSIfb88P1TLbWvzMckxZlPQzfTbT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:69.25rem;left:3.6875rem;display:none; }
#ivRkiXPgbmFE5fSMwqHJGWBThIWFEgKT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#MUiITlvDgN0MhfV4poFtmG2uiutddcBr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:90.625rem;left:3.75rem;display:none; }
#WkCqO5SQi7Xku1iPTShRf5HkIxlLGoX8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#VpRm8OCeDTqUcCDT0tHO4OIv4pFCEe4O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:93.625rem;left:3.75rem;display:none; }
#naonFc5o0ubGIK5ZpvzhkQTmWVyDAoTu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container { background-color: transparent; background-image: none; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container > .video-iframe-container { display: none; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row > .video-iframe-container { display: none; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .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); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container { border-width: 0; border-radius: 0; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#Pi6p8KugGLyOPRwqmBLslTwWZKa7SrLR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.6875rem;left:30.1875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M1TQTaxGfDlt8VeWs9LqS94MiNHzHkRJ { position:absolute;display:block;z-index:15004;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:15.5rem;top:3.0625rem;left:29.75rem;display:block; }
#FpeJKeQ6fQDOKVinOTGNeT8cpgJ7hBoa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.9305696487425rem;left:43rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfeJUoDdb6WycodDbcw4ROW1zJTMitln { color:#ffc933;display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.625rem;left:40rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hR4T6GH3OrwSEQWAm0I9JX3sxdueQloN { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:29.75rem;top:8.375rem;left:7.125rem;overflow:hidden;display:block; }
#ubcKTaiDuzfq4KL0KxZc7VeIgoF3kToK { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:17.5625rem;left:43.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGwuUSVaBsCEvW6eIOEzPhCTlwkH7vMn { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0.125rem solid #ffc933;border-left:0.125rem solid #ffc933;border-right:0.125rem solid #ffc933;border-bottom:0.125rem solid #ffc933;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5rem;width:24.0625rem;top:16.4375rem;left:42.125rem;display:block; }
#q9f5CNEvlekoWg0AcssW4JBmg6dPezI5 { position:absolute;display:block;z-index:15022;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:3.5rem;top:17.75rem;left:40.4375rem;overflow:hidden;display:block; }
#oWVTPRyqar0pHVI7PNbctffD1B6gTymz { position:absolute;display:block;z-index:15023;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:3.5rem;top:17.875rem;left:64.6875rem;overflow:hidden;display:block; }
#ltCw8RC3F37Lrk0FEceEZtZPSAUDys9X { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.4375rem;left:38.6875rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruUz3NmnVuITearf9Vy0WfQKiEROyRV5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:26.874118804932rem;left:48.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQZFEkXzzcFvo0MgTbqiKXddORBGKk9A { position:absolute;display:block;z-index:15003;background-color:#ff1313;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.3125rem;top:23.1875rem;left:53.375rem;display:block; }
#qCbx7TthK45wQ3wkMEhP5Au7TS6XF6Z3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:31.75rem;left:26.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0gC51mcFf0PeQhC02V3PV4TiEU2PL7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:33.8125rem;left:18.1875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7q8NsvEAVv1NxOHQXHfqT4aQElM7zBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:35.800003051757rem;left:25.050001144409rem; }
#DTbWKHEZDLPDD20tB8SgJwQR6JhLAVA1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.8125rem;width:37.5rem;top:32.4375rem;left:18.6875rem;display:block; }
#WZKwJ9usK3qopBF25sfqbaBXhcxk2KKk { position:absolute;display:block;z-index:15011;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2rem;width:11.8125rem;top:31.3125rem;left:31.5rem;display:block; }
#wNyL68LBE65wnfbOSGiWEn5BfrBLzGyD { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:4rem;width:4rem;top:2.6675347089768rem;left:64.680557250975rem;display:block; }
#AMqwkFf0abp4E1x27rGlm5Bw0Ko0Pk2O { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.6875rem;width:2.6875rem;top:34.930554270744rem;left:7.7430553436281rem;display:block; }
#yqyVn1WKU9d4FkcsJyTSr3T0OzWmgUQd { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:1.5rem;width:1.5rem;top:7.3124998807906rem;left:69.9375rem;display:block; }
#UTTrqBlzU2QEBi4yLlPfip9pdchtfRxg { position:absolute;display:block;z-index:14992;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:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#uhtDsw5P128cMeSszxWhQwRDH7XLDp2q { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EiD85DqQSReQVEiXVqA0DwLRMQSSTuDt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd > .row .container { border-width: 0; border-radius: 0; }#IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:none; }#dtuzcpvXAvpHdR4KM4gwvQMD3REzSZgK { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.43359375rem;left:18.610938072204rem;height:6.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqMerXaGspLUTLwV9isuWZge7XOLMokm { color:rgba(var(--color-secondary-0),1);display:block;width:21.9366875rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:46.4375rem;left:28.375rem;height:3.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVywcJUptumRFJvOeS1DnqD4Rx7M6tm1 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8116875rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:44.5rem;left:22.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uxi86zxPpp7JwPGzGqPX0Ll7XP12yOvB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9366875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:50rem;left:28.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUA7TIyF3ZCzWMPZfyS6zeHI253As3zs { color:rgba(var(--color-tertiary-0),1);display:block;width:25.686875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.416234016419rem;left:43.375rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#STrLeOU3cZka9yadUim388ztQT9KKFTB { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.061875rem;height:5.24956875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:51.9375rem;left:2.5rem;display:none; }
#BMGuZPyMAMdRezXSgTevayMSInvFJ4xc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTNimTBi6biQfEAcoU9W6IcFTsaoWS4r { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:35rem;left:7.1875rem;height:5.39844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OW1MtRGHaQmT6ZkkUoiMrq14WRIV0xtP { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.1875rem;width:25.5rem;top:33.4375rem;left:6rem;display:block; }
#h3vDU4EIyNk9IfqJ9oELL2t6Z0EqVl0H { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8rem;width:25.5rem;top:33rem;left:43.5rem;display:block; }
#g3z7rUeF7Q2X5EHAmN7rrXwaiy2pleJA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.4375rem;border-top-right-radius:4.4375rem;border-bottom-left-radius:4.4375rem;border-bottom-right-radius:4.4375rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:46.25rem;width:26.5625rem;top:11.875rem;left:42.9375rem;display:none; }
#gaavFE1CozAVAXZ8LxpuTH0ClqdUc73i { color:rgba(var(--color-tertiary-0),1);display:block;width:21.936875rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.6875rem;left:7.875rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TadRARMdQE0BdVQ2oPCi6O541DpGtI7t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:25.28125rem;left:34.860936164856rem; }
#cJETD6WMgxozsQty0PIxytBihvpuOKB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9366875rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:12.125rem;left:45.280468940735rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bilSzNcqnICe1avZOfTUltGTcpwDwuAT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:36.8125rem;left:44.125rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDbHFqGf49cBNsxh6LQdVkNLBtw6P5Jr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:22rem;left:31.375rem;display:none; }
#Rn4DTpxPlo81Pf25ngkhXtNT7HrAHHnZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.875rem;width:9.375rem;top:19.875rem;left:46.625rem;overflow:hidden;display:block; }
#cGb0rtJRInvFNRzqq4GE9Kf1aAssofXL { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.875rem;width:7.5rem;top:25.875rem;left:44.125rem;overflow:hidden;display:block; }
#NIWBzCSl61ZRvrQK95NFD4ytnvAkWFRD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.875rem;width:9.375rem;top:19.875rem;left:56.5rem;overflow:hidden;display:block; }
#TttCfpQF9VyIrlgxdF89EIUMAhhzeUem { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:33.375rem;left:43.625rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VeyPgyyTNBkwuJ8hqgUtRyVQI44P94qF { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/106c7ed4-105f-43c6-9e44-e5bbe8fe98cd/4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:7.5rem;top:26rem;left:60.9375rem;display:block; }#VeyPgyyTNBkwuJ8hqgUtRyVQI44P94qF.adaptive-delivery-prevent-bg, #VeyPgyyTNBkwuJ8hqgUtRyVQI44P94qF.lazyload, #VeyPgyyTNBkwuJ8hqgUtRyVQI44P94qF.lazyloading { background-image: none; }
#c1BXm4mwlScqIAoSrRsBoQRa32TdfTC2 { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/003b0b16-a84e-489b-8950-97be3f8845fb/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.6875rem;width:7.5rem;top:26.0625rem;left:52.5rem;display:block; }#c1BXm4mwlScqIAoSrRsBoQRa32TdfTC2.adaptive-delivery-prevent-bg, #c1BXm4mwlScqIAoSrRsBoQRa32TdfTC2.lazyload, #c1BXm4mwlScqIAoSrRsBoQRa32TdfTC2.lazyloading { background-image: none; }
#E6ApZpVmT7kyzMpQNxLG7TvPUHe2iot9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:22rem;top:17.25rem;left:7.75rem;overflow:hidden;display:block; }
#KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 > .row .container { border-width: 0; border-radius: 0; }#KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:none; }#LIMqx8UtH8MtT1i176l4ACxgI3S83JJ9 { color:#f33b3b;display:block;width:21.9359375rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.4375rem;left:45.3125rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOOy4T8JKdMU69FHxHVise8mffFSCMes { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9359375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:18.487501144409rem;left:45.282032966614rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIAblkaoRLpi9umDCiD4fv2culoyMVNz { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.3125rem;width:27.75rem;top:9.25rem;left:42.375rem;display:block; }
#X3u8zuwPHowMq4rE7ExsZ4nrPOJpOmZq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6859375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:13.8125rem;left:43.4375rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#anu7H5rzvlc2ddLe6zrPMRuncCQAkvw0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3109375rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:9.8125rem;left:43.125rem;height:3.449225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLK0EGLEifN7T8T1sadb5dbBfdp8sTxb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4984375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.3375000953675rem;left:43.500782966614rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRZSrbMcBlCgT6mKuF84DgpFZ25HDM1g { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:3.4375004768372rem;left:25.749218940735rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hbcy56CsawvmqfTL2TTIeqTIeD6WRF4L { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/703852db-4190-4e9f-84cc-bc474d77f0b4/EP2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.74925rem;width:19.1859375rem;top:8.78750038147rem;left:9.157031059265rem;display:block; }#Hbcy56CsawvmqfTL2TTIeqTIeD6WRF4L.adaptive-delivery-prevent-bg, #Hbcy56CsawvmqfTL2TTIeqTIeD6WRF4L.lazyload, #Hbcy56CsawvmqfTL2TTIeqTIeD6WRF4L.lazyloading { background-image: none; }
#GAPZgNpTcnGpvXHbL868OFH5eLTXGxRa { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.0625rem;width:50.8125rem;top:2rem;left:10.625rem;display:block; }
#tusnmOJOmdHIzfCvwwwW9EK155P3egPr { color:#d71f1b;display:block;width:37.5rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.794921875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UN7dTZF0BcdcKvkmHcQyLwyzKW9BqFLw { color:#d71f1b;display:block;width:14.125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.9812502861023rem;left:12.362500190735rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e1moDXc6RmEao9vzzIaPHzdETzAnJhSf { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a04032c1-03b2-4b3e-ab0b-59c18b5cb4de/EP3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:7.5rem;top:19.625rem;left:10.875rem;display:block; }#e1moDXc6RmEao9vzzIaPHzdETzAnJhSf.adaptive-delivery-prevent-bg, #e1moDXc6RmEao9vzzIaPHzdETzAnJhSf.lazyload, #e1moDXc6RmEao9vzzIaPHzdETzAnJhSf.lazyloading { background-image: none; }
#LrW3iHICsSTkitUh4FxK7n3oIBuJpcNI { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.05rem;height:3.425rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.375rem;left:48.1875rem;display:block; }
#nG18EbuTeTRLglzgoB6vQOMs9p2AxP27 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQB8ZAClk67eCmn3MW61vIXbmxh3VKX9 { position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7636e222-7810-47a3-a8bd-8e01cee94e18/EP1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:7.5rem;top:19.625rem;left:3rem;display:block; }#UQB8ZAClk67eCmn3MW61vIXbmxh3VKX9.adaptive-delivery-prevent-bg, #UQB8ZAClk67eCmn3MW61vIXbmxh3VKX9.lazyload, #UQB8ZAClk67eCmn3MW61vIXbmxh3VKX9.lazyloading { background-image: none; }
#wkI0opiZUWlAEoyfbD9BUT2QN7X80wDn { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/106c7ed4-105f-43c6-9e44-e5bbe8fe98cd/4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:7.5rem;top:19.625rem;left:27rem;display:block; }#wkI0opiZUWlAEoyfbD9BUT2QN7X80wDn.adaptive-delivery-prevent-bg, #wkI0opiZUWlAEoyfbD9BUT2QN7X80wDn.lazyload, #wkI0opiZUWlAEoyfbD9BUT2QN7X80wDn.lazyloading { background-image: none; }
#C3VC07aQ0sPJSC6JXIiacQVItMcf1TN8 { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/003b0b16-a84e-489b-8950-97be3f8845fb/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.6875rem;width:7.5rem;top:19.625rem;left:18.9375rem;display:block; }#C3VC07aQ0sPJSC6JXIiacQVItMcf1TN8.adaptive-delivery-prevent-bg, #C3VC07aQ0sPJSC6JXIiacQVItMcf1TN8.lazyload, #C3VC07aQ0sPJSC6JXIiacQVItMcf1TN8.lazyloading { background-image: none; }
#g0nxMKHAfifISWeESMDN4gSfmQawDkdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#g0nxMKHAfifISWeESMDN4gSfmQawDkdt > .row .container { border-width: 0; border-radius: 0; }#g0nxMKHAfifISWeESMDN4gSfmQawDkdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g0nxMKHAfifISWeESMDN4gSfmQawDkdt > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:none; }#AivXDbGK4HuPT6Q7VwSAIHxIXIp6S6Xn { color:#f33b3b;display:block;width:21.9359375rem;position:absolute;font-family:kanit;font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:25.687500476837rem;left:45.282032966614rem;height:2.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EPHyhzxtGlXOuIWQo7ZxTU1vH3w1gw4b { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9359375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:20.5625rem;left:45.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xFRqFukrsszC7288yWwso1TNxAFGS2pc { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.375rem;width:27.75rem;top:10.312500536442rem;left:42.375000953674rem;display:block; }
#L5PUiOGQe1zyK1INF0zGeFeFJJoB6XeO { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6859375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:14.425000548362rem;left:43.407032966614rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#L5PUiOGQe1zyK1INF0zGeFeFJJoB6XeO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L5PUiOGQe1zyK1INF0zGeFeFJJoB6XeO li:before{  }
#FLyu4PClE6lf3ugBkhB5SkL4tfgnBgdl { color:#f33b3b;display:block;width:26.3109375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.675000190735rem;left:43.094532966614rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVUPrCNmTZSRqEByWbceOkUt3Pi4ahP1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4984375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.7992186546325rem;left:43.500780105591rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TP4vgeJTzI0OcJR0aJqKdsOpmU51oJaT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:3.4367187023163rem;left:25.250001907349rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tNeR2lKKfVfwToekTegRflWUOpVrwRHl { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1dcd4552-16f0-4d40-bf3f-db1791c7dc37/16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.74925rem;width:19.1859375rem;top:15.25rem;left:15.1875rem;display:block; }#tNeR2lKKfVfwToekTegRflWUOpVrwRHl.adaptive-delivery-prevent-bg, #tNeR2lKKfVfwToekTegRflWUOpVrwRHl.lazyload, #tNeR2lKKfVfwToekTegRflWUOpVrwRHl.lazyloading { background-image: none; }
#kNt8KqgeA5UcW5JyHWqSXrM8epAvmZle { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.0625rem;width:50.8125rem;top:2rem;left:10.625rem;display:block; }
#dLhaIiw9lXZPgehsuRMSioqaqFiMpwPH { color:#d71f1b;display:block;width:37.5rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.794921875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#S933ANbKVhEFQWc06IywSxS1NOvWpAmU { color:#d71f1b;display:block;width:12.8125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.9375rem;left:13.125rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pIkIsLcC8qSPDWSmZiTon8XxTFlEHH5K { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6a056525-6b51-4889-ad7b-41584f90b7f8/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.74925rem;width:19.1859375rem;top:10rem;left:4.6875rem;display:block; }#pIkIsLcC8qSPDWSmZiTon8XxTFlEHH5K.adaptive-delivery-prevent-bg, #pIkIsLcC8qSPDWSmZiTon8XxTFlEHH5K.lazyload, #pIkIsLcC8qSPDWSmZiTon8XxTFlEHH5K.lazyloading { background-image: none; }
#eqpTacaVuu7X1OeEpXMpgh0ZL7iqPDTz { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9rem;height:3.275rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.585937857628rem;left:48.300000190735rem;display:none; }
#NJI8qDB3M3IxURRterZWXhr7rWJHtH08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;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; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container { background-color: transparent; background-image: none; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container > .video-iframe-container { display: none; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row > .video-iframe-container { display: none; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .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); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container { border-width: 0; border-radius: 0; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#gsM8e1smJmoxW78ERZGnXUuZZZCf4Xe1 { color:#f33b3b;display:block;width:27.6875rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:22.312500476837rem;left:42.406250953674rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0XTcsio3iZfy10RmimtO1xOhfCoqpat { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9359375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:20.5625rem;left:45.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Gcn8J8aRapxAJiXPXtdQfyxNpZUk6BX3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:27.75rem;top:10.4375rem;left:42.375rem;display:block; }
#eKlNaR61xK7tOdLu6ne9nK33M8CeTZ3w { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:13.250000476837rem;left:43.968750953674rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eKlNaR61xK7tOdLu6ne9nK33M8CeTZ3w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eKlNaR61xK7tOdLu6ne9nK33M8CeTZ3w li:before{  }
#i4khlNvoFwM2dSZtrRoAG9bRPOR5TZy0 { color:#f33b3b;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(80,135,91,0.5);top:7.874218940735rem;left:45.718750953674rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JCyfh26czOCCk6oDQx35JtUcPmnoUe5Z { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #cc1f1f;border-left:0.3125rem solid #cc1f1f;border-right:0.3125rem solid #cc1f1f;border-bottom:0.3125rem solid #cc1f1f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.1875rem;width:38.875rem;top:1.2687501907349rem;left:16.604687690735rem;display:block; }
#XX4KInqilQ7AmEh2v6JKlFW2tAIvZVuV { color:#d71f1b;display:block;width:37.5rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.794921875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mOT4EZ1XVXAHO97tui7WazCM4MLqvN1a { color:#d71f1b;display:block;width:35.8125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:2.3125rem;left:18.435936927796rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCXtrMsrWMVShOTKPagNQHk1T19dpCi1 { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/974ae51d-e030-405d-950b-a3043935a197/anissa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.875rem;width:23.5rem;top:10.4375rem;left:5.5625rem;display:block; }#yCXtrMsrWMVShOTKPagNQHk1T19dpCi1.adaptive-delivery-prevent-bg, #yCXtrMsrWMVShOTKPagNQHk1T19dpCi1.lazyload, #yCXtrMsrWMVShOTKPagNQHk1T19dpCi1.lazyloading { background-image: none; }
#wh5EZCi0ofxCz4Cr9rarruuoBEEGVPe8 { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9rem;height:3.275rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.585937857628rem;left:48.300000190735rem;display:none; }
#LOMdAyaNMXwNsB2VJPDCnwCglETbAPnt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJbqhUm5ieAw6P2XXg24Zdla3uo3GHpu { position:absolute;display:block;z-index:15088;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;height:7.125rem;width:7.125rem;top:16.050001144409rem;left:25.250000953674rem;overflow:hidden;display:block; }
#PsBLxI1Zg1lazRS66M3ZTU49qAR9vXor { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:22.46249961853rem;left:5.03125rem;height:0.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VSDRyzQTBBgmTTglrggNzhezhHgP6PBT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3109375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:11.060938358307rem;left:43.094532966614rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a74ff, #82cbd8);background-image: -moz-linear-gradient(180deg, #1a74ff, #82cbd8);background-image: -ms-linear-gradient(180deg, #1a74ff, #82cbd8);background-image: -o-linear-gradient(180deg, #1a74ff, #82cbd8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a74ff', endColorstr='#82cbd8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a74ff', endColorstr='#82cbd8' );";background-image: linear-gradient(180deg, #1a74ff, #82cbd8);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:none; }#xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP > .row .container { border-width: 0; border-radius: 0; }#xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:none; }#iOg37w68X1nT2sVIfhe9tmrq29cLleHs { position:absolute;display:block;z-index:15004;background-color:#faffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:12.5rem;width:29.25rem;top:30.5625rem;left:23.4375rem;display:block; }
#scLQLRGGzcJRCqgb3kc55lHyWtvCtJCl { background-color:#f65518;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(18,19,19,0.75) ;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:25.625rem;left:40.875rem;display:block; }
#lpFaFJBk8Un2xgiEiyT5NdyEomhNmei5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHJsF43tGIT30yK1I6LmQzgcDVu8iPqP { color:#f65518;display:block;width:21.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:35rem;left:26.4375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2RPu4Wro0ZBSvShT75dlNZmJZZpNOsC { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:9.0370149612425rem;left:18.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITD2TM5MCnRrcf7twLoBsr6QKN4WWgMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:31.5625rem;left:32.375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEAL4UFwV69gkCI9PQbVpUupL1qnSi63 { background-color:#f65518;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(18,19,19,0.75) ;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.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:39.75rem;left:34.625rem;display:block; }
#KBL7wzRt7pfxXxrAchiyJQSuTFvSQm9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPDdC1SEdVhnhGBJsVTOy3sgbEcCmeCW { position:absolute;display:block;z-index:15012;background-color:#faffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:15.4375rem;width:44.1875rem;top:13.1875rem;left:14.875rem;display:block; }
#RiyGgXeA8QX6t6d6yEy1hsxHh652w6CG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:16.374783754349rem;left:33.875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHS6ALULznMaVNLlaqAh6iL5ZpBqcFLu { color:#f65518;display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:14.621854066849rem;left:32.875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZy6Nkd3uAapzdTTyGusRsT69qq39XXe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:22.6875rem;left:30rem;height:2.2743rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zv1Xgvgmvd4uCGcRdiFqaH5RDVvSTvqw { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:44.999457359314rem;left:15.75rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ck3U8s7R5FUrTirl2sJER2v7mXoN0405 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.8748125rem;width:10.8745625rem;top:13.968642234803rem;left:19.75rem;overflow:hidden;display:block; }
#DcTkooiGh0QpLeaSH9GypAJTKwDp5qq3 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:14.25rem;width:11rem;top:14.124892234803rem;left:18.875rem;display:block; }
#UDBxS2OaBayq4NpA5VHwKyhwGF9T7SZd { color:#fff000;display:block;width:75rem;position:absolute;font-family:kanit;font-size:3.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:1.4248046875rem;left:0rem;height:4.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bTsEs8hzAu6pdNP8zTLGroEeBr7LmnCi { color:#fff000;display:block;width:75rem;position:absolute;font-family:kanit;font-size:3.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:1.3828277587891E-5rem;left:0rem;height:8.8498125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hcGwgqaTWaaxzdXShM592R3qhXvXXFor { color:rgba(var(--color-tertiary-4),1);display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1);top:9.0370149612425rem;left:18.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R3kcpEOTxxwwTH6mF2OXf9WhmN2g42D5 { color:#fff000;display:block;width:75rem;position:absolute;font-family:kanit;font-size:3.6875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),1);top:0rem;left:0rem;height:8.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f83d38-5453-4bba-a25b-bf660bfe016c/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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:none; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV.adaptive-delivery-prevent-bg, #S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV.lazyload, #S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV.lazyloading { background-image: none; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV > .row .container { border-width: 0; border-radius: 0; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:none; }#f7aJa2UgcQizyPSJAXf09s4pbTkOETRC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.5810546875rem;left:23.6875rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6I6F48olmLGq0MacsiQeJNG6L6BF1oG { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9375rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.400390625rem;left:13.5rem;height:12.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XG31Gi3AscwiKFXCfwq9352m2Ff1A6uP { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.3125rem;left:42.125rem;height:9.66875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGrP4glgWTU015yU1dX0Ow6A7CXNm0GE { color:rgba(var(--color-tertiary-4),1);display:block;width:5.7495125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.6875rem;left:47.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#sRK5xqJmgVVmdxq3TqXVEgdma9BMMsqT { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(145deg, rgba(var(--color-tertiary-4),0.5), rgba(128,99,205,0.8));background-image: -moz-linear-gradient(145deg, rgba(var(--color-tertiary-4),0.5), rgba(128,99,205,0.8));background-image: -ms-linear-gradient(145deg, rgba(var(--color-tertiary-4),0.5), rgba(128,99,205,0.8));background-image: -o-linear-gradient(145deg, rgba(var(--color-tertiary-4),0.5), rgba(128,99,205,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.5)', endColorstr='#8063cdcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.5)', endColorstr='#8063cdcc' );";background-image: linear-gradient(145deg, rgba(var(--color-tertiary-4),0.5), rgba(128,99,205,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;height:22.0625rem;width:45.4375rem;top:18.9375rem;left:16.875rem;display:block; }
#Xq0qoUpqEmlc85TAFCmanWCJ6dy3MoQ5 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.1875rem dashed #ffd052;border-left:0.1875rem dashed #ffd052;border-right:0.1875rem dashed #ffd052;border-bottom:0.1875rem dashed #ffd052;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;height:16.25rem;width:17.5625rem;top:23.1875rem;left:41.125rem;display:block; }
#HB17oPHwMqNN8n61w52kAZmEDQoukM55 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:38.5625rem;left:57.1875rem;overflow:hidden;display:block; }
#dtPv2RI6MZc2m7NHksJrry1ZXtSUdM6b { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.875rem;top:23.125rem;left:39.4375rem;overflow:hidden;display:block; }
#yxFfNfXQsKbvAXT1EfcOvI99iKVrDXZr { position:absolute;display:block;z-index:15011;background-color:#ffd052;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;box-shadow: none;height:2.4370125rem;width:8.062rem;top:20.1875rem;left:45.9375rem;display:block; }
#fkO934yrr7K5Hwo1Z9TlqsWS6sbMZHCL { position:absolute;display:block;z-index:15009;background-color:#ffd052;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #8063cd;border-left:0.1875rem solid #8063cd;border-right:0.1875rem solid #8063cd;border-bottom:0.1875rem solid #8063cd;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;height:7rem;width:26.8125rem;top:1.0625rem;left:23.8125rem;display:block; }
#TyB41MfUJPRvJO3WpXBa82oQLPe5oDe8 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:42.550000190735rem;left:29.125rem;display:block; }
#zOfNDmy682nyd7SW5PMHUed4Kx3P7Obg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUgRI4sR0vu3GK76enbnerz3towQZvnl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.75rem;top:3.4375rem;left:51.6875rem;overflow:hidden;display:block; }
#V2ut27G7a3QTTl8qkTdcC9kl0HnXMHKH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:10.625rem;top:43.5625rem;left:8.5rem;overflow:hidden;display:block; }
#esNwoPuewhL9QnhX5Ryrr1QrqQ0gOTQE { position:absolute;display:block;z-index:14993;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:18.562rem;width:20.562rem;top:20.69189453125rem;left:27.1875rem;overflow:hidden;display:block; }
#OT41H6dZitsOhDxWhBPFHquCXawIRzMB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:12.279731392861rem;left:11.1875rem;overflow:hidden;display:block; }
#LUTRBeeQI141ciM0Nmy34wkP1UhT5Sc1 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9995125rem;width:3.9995125rem;top:44.75rem;left:61.4375rem;overflow:hidden;display:block; }
#CArBVCqS6qa0x1W9w9ZUlJCiyosf7zbM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0612rem;width:6.0612rem;top:2.1115452051163rem;left:16.875rem;overflow:hidden;display:block; }
#JS25ZXQrlhbu0Kz035NBZ6g8L4Z9rl3d { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:2.37413125rem;top:17.756077408791rem;left:16.9375rem;overflow:hidden;display:block; }
#UPocmrVOSAFrsqA6W5xhPDiLdBaM5gf0 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62456875rem;width:4.12435rem;top:34.56705725193rem;left:58.9375rem;overflow:hidden;display:block; }
#l4T1vZG3vVJUmpOBaWu5K7UDr4Fmb6iA { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0625rem;width:16.0625rem;top:20.7392578125rem;left:20.875rem;overflow:hidden;display:block; }
#OBUV7y9xWB6W23bBmCq4rs3ncGZLEVuf { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6859375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:47.174218177796rem;left:29.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOaod04Rwnu97vOuOk3ynESTaIkKrzSQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6860625rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:37.6875rem;left:19.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nd9SGv3xodoBOo8sF8dhhDo8rmKs7XzD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:32.5625rem;left:41.3125rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB { 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/e0f7c7d9-cad1-401e-8919-e9474ac5000a/BackgroundKV.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB.adaptive-delivery-prevent-bg, #ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB.lazyload, #ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB.lazyloading { background-image: none; }#ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB > .row .container { border-width: 0; border-radius: 0; }#ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:none; }#bv7N4a4BBPguZCSnSXfrs9E4za4Gl8hp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:23.1875rem;top:4rem;left:12.1875rem;overflow:hidden;display:block; }
#LW99xKzmA5FQHeySmbc5bJ7SH5S637EM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.9375rem;left:42.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XiqrW7TgEnGib5VQOTqlblUhub1esHC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(243,232,18,0.5);top:6.125rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqIB8JkLQ4Ha0LywhBHCE5UiO8uw9Qz0 { position:absolute;display:block;z-index:15023;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:7.375rem;width:7.4375rem;top:5.0625rem;left:58.1875rem;overflow:hidden;display:block; }
#kJrLw84ivdilEbfTCF6ZwoH3vVrUzowD { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11rem;left:55.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyPclpVUdJGCHHIIisMKT1UUJNxyUwnZ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:6.25rem;top:13.5rem;left:61.25rem;overflow:hidden;display:block; }
#DhasLaPHIltkFKhltCUNT6LJrWQBZ2mX { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.875rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvUw3ZTZkOnmeDoMfV00O0pQV88T13K2 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.3125rem #ad91ce;top:10.0625rem;left:48.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE8UT9EqFsbxkHP1L3PXJH0LkXe2dKh4 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.3125rem;left:39.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osu2USNpzPmEruHnfdLqWkDPkVGlDG3u { position:absolute;display:block;z-index:15021;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:4rem;width:4rem;top:18.75rem;left:59.375rem;overflow:hidden;display:block; }
#omdCWiqcXxqOR2C5Qk6uki9prLD13zvx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.0625rem;left:38.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxM9dITTOgeQyZuv1yQLtUdnFyL4ZwZs { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:5.0625rem;left:39.8125rem;overflow:hidden;display:block; }
#Ab7neGgFnqgT2XGbzBSWITMGADXLZWHI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.6875rem;top:9.625rem;left:8.4375rem;overflow:hidden;display:block; }
#NoUkCAAtvKH9fCBbadHIsEuHsda5B9Ta { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #852dd5, #480e80);background-image: -moz-linear-gradient(180deg, #852dd5, #480e80);background-image: -ms-linear-gradient(180deg, #852dd5, #480e80);background-image: -o-linear-gradient(180deg, #852dd5, #480e80);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#852dd5', endColorstr='#480e80' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#852dd5', endColorstr='#480e80' );";background-image: linear-gradient(180deg, #852dd5, #480e80);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.75rem;left:45.1875rem;display:block; }
#LRbHoRhB4dZz70qIRU4ZOPE6kapev7WG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJbv7X2bEaUkAg31UTb4TaGTenk3vuuE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fPIwE4QBpzaqT8atFhOTzKPQrmqH6rcn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:42.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dFBWDxODyehO9rMnmZXutqC3v3rplpeJ { 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:1.5rem;width:10.25rem;top:0.6875rem;left:32.375rem;overflow:hidden;display:block; }
#XquUmVRM8OsE9i5WuhdbFJamlqEO7shq { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.25rem;left:16.1875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhiOkMluu2ftCypF2NpQOf9Z01ySuT8S { color:rgba(var(--color-tertiary-0),1);display:block;width:30.4375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.4375rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL { 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/3f6b0c1a-0086-4729-a83f-dc9d37d1bc5a/IMG_9444.jpg");background-position:top 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:none; }#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL.adaptive-delivery-prevent-bg, #aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL.lazyload, #aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL.lazyloading { background-image: none; }#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL > .row .container { border-width: 0; border-radius: 0; }#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;position:relative;display:none; }#uVo9gk3vTmFbZyCroePWE0sv4CplM8KU { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.93725rem;width:13.312375rem;top:23.436889648438rem;left:9.2889404296875rem;overflow:hidden;display:block; }
#hrIaIzHDHncIxBHAdX34k8feUvTVTGnz { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.93725rem;width:13.312375rem;top:23.43505859375rem;left:22.60009765625rem;overflow:hidden;display:block; }
#CoWoUH0BpDZDsJ8vanRL1FUDCSX5rv9J { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.93725rem;width:13.312375rem;top:29.561157226562rem;left:9.287109375rem;overflow:hidden;display:block; }
#Uq2rn6mPRXowcTdqJgIDbsvzTiu2WsIl { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.93725rem;width:13.312375rem;top:29.561157226562rem;left:22.60009765625rem;overflow:hidden;display:block; }
#DH4my35HwrKNpKalKigdoBBTpw2TMOEb { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:26.875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IGmaQlznhS15Xv0Ug38P8EIE2Mtd6Xdk { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:26.8125rem;display:block; }
#JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, #000c7d);background-image: -moz-linear-gradient(326deg, #647aff, #000c7d);background-image: -ms-linear-gradient(326deg, #647aff, #000c7d);background-image: -o-linear-gradient(326deg, #647aff, #000c7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );";background-image: linear-gradient(326deg, #647aff, #000c7d);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:none; }#JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J > .row .container { border-width: 0; border-radius: 0; }#JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:none; }#WUZr2NT1UH8tMZtFdM1ctQlTVUcBMv0h { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.5625rem;left:53.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#iT1t7T6U1pvL5owHC0h3wTwgdChDGd4d { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:53.125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bv24582RyviiV6dikIPwpylxVfZpFrJE { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:6.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.48);top:1.5625rem;left:18.4375rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cMhqxwKDWCSpTTVo40oeHqxTy50RJKkT { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:10.625rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#drHHwJD1yZBSB8ElCMNhtgQGkWUdD8x2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:0.625rem;left:11.5rem;overflow:hidden;display:block; }
#IuiG50BTTp1ipwu6qFkW9klgJiGk0OFp { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6435546875rem;left:24.625rem;height:1.8682875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZkoN8Ssf916rJZLcfUlWV4lX3tnvS2O { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:11.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTBsIhQVDsVJRA9HPgTwGmlZnr5GCq9u { box-sizing:content-box;height:12.5625rem;width:14.9375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.49951171875rem;left:15.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#w8TBQpmeJF4ETZAGhAaHdFtJrlT8rrwk { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:31.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#tqBKPkzGLu7qkGuTnrzL7OSHB8LJDlFS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:14.5rem;left:45.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#wTbRHN0OoRRXwaur7moxEyZGLdy322rm { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:24.1875rem;left:32.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#vRuqk756dBhi7MutPMKU2AsCIv5LMiND { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625rem;left:33rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lazm9tPhSvCzcWrhPZeth99tCrgVuyFI { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:24.18701171875rem;left:17.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#ZPaE9EpGbcNfx6It1ehOllNQHXieOnC4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.937rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.585571289062rem;left:18.875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbFPfDNHoubmwFfPW1V77zKLTAuL7KwF { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:24.3125rem;left:46.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#BsaWRNNlSJt8Vmql6XVWTQUGyJlc1XPS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:47.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W18ChU9B8y3n9QM9f0dBBATE64LF3G8K { position:absolute;display:block;z-index:15009;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:7.8125rem;width:10.75rem;top:10.375rem;left:13.0625rem;overflow:hidden;display:block; }
#icioo0TSIqk0gsxaLhc2rulVhW6XZUls { position:absolute;display:block;z-index:15010;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:7.8125rem;width:10.75rem;top:15.375rem;left:32.5625rem;overflow:hidden;display:block; }
#xlkDnRwJpGELu14Ikngu2vfBzpMNrxai { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:33.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxeFVRmkAuEgoUG4Pyf90dXErV3KNck1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:14.75rem;left:46.5rem;overflow:hidden;display:block; }
#lpvcEziJt0rTTbvnnLwJI2vZzNzKrAmX { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:47.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxQ1KTembFlTfR1puRQUrKqMHBk9wND9 { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:28.4375rem;left:19.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#ADC02cUZoIiOq5SqG4EhHHtlFnT0TApE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:21.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqvX22LNzdgSpSctuwRNQvpqxQ2aJyav { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.53);top:34.6875rem;left:17.5625rem;height:7.8772125rem;font-style:normal;display:block; }
#rfvvzvyPECrXadVJ5mC23QxwO0SiwRcT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33rem;left:17.625rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KikgmtxfyPIkJbv0VFEw1fu5CThlBZkZ { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.09375rem;left:16.9375rem;display:block; }
#InI88PdELoEswcUWwSr2VLi5b9vKET1I { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4rem;width:7.6875rem;top:16.749267578125rem;left:15.5rem;overflow:hidden;display:block; }
#engvuXCPk3dvPu0c2OCsWBe3TANd8dpe { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.875rem;width:7.5rem;top:16.75rem;left:22.772827148438rem;overflow:hidden;display:block; }
#meiqhlgNo9xeHBxZFflzoQomeZLAgm0C { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.6875rem;width:7.25rem;top:20.281494140625rem;left:15.525373268091rem;overflow:hidden;display:block; }
#ORECAFLddC4itmiQhILgSOwuySeQ0TaK { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.75rem;width:7.4375rem;top:20.25610546875rem;left:22.788770965343rem;overflow:hidden;display:block; }
#zWw0420N87SflC60pTi3ltOpaS2fyEsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.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:none; }#zWw0420N87SflC60pTi3ltOpaS2fyEsi.adaptive-delivery-prevent-bg, #zWw0420N87SflC60pTi3ltOpaS2fyEsi.lazyload, #zWw0420N87SflC60pTi3ltOpaS2fyEsi.lazyloading { background-image: none; }#zWw0420N87SflC60pTi3ltOpaS2fyEsi > .row .container { border-width: 0; border-radius: 0; }#zWw0420N87SflC60pTi3ltOpaS2fyEsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWw0420N87SflC60pTi3ltOpaS2fyEsi > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:none; }#ZR7RsTKIIrFyifv2ywVydxhTvcH08OSB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:52.6875rem;top:1.1871337890625rem;left:10.9375rem;overflow:hidden;display:block; }
#I6cuUBXIrKS7OSZ9PkGPxbaegAKizTTy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:23.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OyHB24IebHWWEIUE5gABZqBqNr8I23Ka { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:50.43701171875rem;left:23.937377929688rem;height:5.25146875rem;font-style:normal;display:block; }
#R7TWEETOZpznJ9JUUtonM77qXWPI0QzR { box-sizing:content-box;height:16.1875rem;width:31.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.25rem;left:12.1875rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;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; }
#XRfkxvIyhF9F5MVylHl74Tc6PQNqWk8p { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.3125rem;left:20.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y90o3ihRsTcBPM611a4TpFn0zD9AoW5D { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-3),1));background-size:auto !important;top:19.75rem;left:19.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JTIxJfeEepq7Uz6kv7mK1VlT7thdOinu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.375rem;width:14.375rem;top:25.687255859375rem;left:13.5rem;overflow:hidden;display:block; }
#Kcwz4F7OTsapTApEmSOCPf8Gdz7CcFW6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:27.3125rem;left:50.3125rem;overflow:hidden;display:block; }
#w6fCiJnwFTaQn37PwSUubiiPzQvk9zMH { color:rgba(var(--color-tertiary-0),1);display:block;width:9.187rem;position:absolute;font-family:"sukhumvit text";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.6875rem;left:51.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtS4UmHULTKzfqWe89lGWIfJXAuwruJ1 { box-sizing:content-box;height:9.624625rem;width:7.749625rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #fb8749, rgba(var(--color-secondary-4),1));background-size:auto !important;top:26.8125rem;left:51.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hS4rFVmZ5Vvk6tFiZN6ZVZhaVtwmOt73 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:37.062377929688rem;left:51.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZI42i5TS26H0ER3PB4cposTamIgrJFUk { color:rgba(var(--color-tertiary-4),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41.6875rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X32LL6ugTPc4FZCgC4Kf0s0S1UzFwurA { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:26.249389648438rem;left:28.4375rem;overflow:hidden;display:block; }
#HoQLKK1i0m127uFoumpV11MTRLLV4oBM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.5rem;width:14.375rem;top:30.2490234375rem;left:18.625rem;overflow:hidden;display:block; }
#kBdhKQfyCyoOTJpbWysAvfcJycZTxTsB { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:24.1875rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RS4a4hKTcnksdn23vthHBNA2h3N72UnH { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:21.124875rem;width:18.624875rem;top:33.0615234375rem;left:56.375732421875rem;overflow:hidden;display:block; }
#MzbtiP7So3rxwQFqM0TCyQX3bfvSQvwA { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:43.8125rem;left:23.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid #d71f1f;border-left:0.125rem solid #d71f1f;border-right:0.125rem solid #d71f1f;border-bottom:0.125rem solid #d71f1f;display:block; }
#yAugOw7uorZPHduJbJpmqxsrHwsiVfXX { box-sizing:content-box;height:16.1875rem;width:13.75rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;top:24.3125rem;left:48.5625rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;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; }
#Ot4sX2y4AEiw4d4ZQELzoItVIraAeqAs { color:#003bc6;display:block;width:4.1875rem;position:absolute;font-family:anton;font-size:4.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:44.375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKpHP3z1GzAVBXdUWGHZtFyG5VDWVey2 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"sukhumvit text";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.687133789062rem;left:12.875rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRIkVte6owiUT78M3TUxNTOImaJKx7oI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hRIkVte6owiUT78M3TUxNTOImaJKx7oI > .row .container { border-width: 0; border-radius: 0; }#hRIkVte6owiUT78M3TUxNTOImaJKx7oI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRIkVte6owiUT78M3TUxNTOImaJKx7oI > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:none; }#TQtX5TLLJWg3zK9wonqoe0pWz1t8f5SR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.125rem;left:23.5625rem;height:1.2994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLstJk39ArxQp8GBJWL3Xq6TL7OgrVaF { color:rgba(var(--color-tertiary-0),1);display:block;width:28.6875rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:42.9375rem;left:24.125rem;height:3.93860625rem;font-style:normal;display:block; }
#n2DqTB3NSxFR0G8aEtv1hNezmA3q3F5y { box-sizing:content-box;height:16.3125rem;width:44.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;top:15.625rem;left:14.8125rem;border-top:0.25rem solid #1a74ff;border-left:0.25rem solid #1a74ff;border-right:0.25rem solid #1a74ff;border-bottom:0.25rem solid #1a74ff;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; }
#IZP8WXtrwndn4p3GTU9MxOS3AW23zVaG { color:rgba(var(--color-tertiary-0),1);display:block;width:35.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.5rem;left:20.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EED3EfN6S70CQkoySAVBg4iecSCPR9PG { box-sizing:content-box;height:3.06213125rem;width:38.374625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #0066ff, rgba(var(--color-primary-0),1));background-size:auto !important;top:10.9375rem;left:19rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Lue8u19dTt8uy3nrCHgtscLWSAa8ww4O { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.1875rem;width:13.8125rem;top:17.7099609375rem;left:16.5rem;overflow:hidden;display:block; }
#bViF8a8f8QWX4BhOncIUmKPkWcReFos0 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.311375rem;position:absolute;font-family:"sukhumvit text";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5625rem;left:24.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZ4AFF0bTt2eLSHn5dUHUPfyofXF6TlQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.374875rem;width:14.187rem;top:17.73974609375rem;left:30.4052734375rem;overflow:hidden;display:block; }
#ewIeCN9bp5aCQhuixQCb4D69TABFJ6U7 { color:#c50000;display:block;width:26.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.4375rem;left:24.4375rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyyesCJKk9VGuTVlCmmcfMT5WU4XiG4T { box-sizing:content-box;height:3.81225625rem;width:28.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.3125rem;left:23.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#C7mSvhLTvTW2rODEw7Z3upogOKDB0TxF { color:rgba(var(--color-tertiary-4),1);display:block;width:38.562rem;position:absolute;font-family:"sukhumvit text";font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:27.18505859375rem;left:18.2177734375rem;height:3.3252rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2hzhZkyxQx2oBO72lJkHNbHMkqQ04Du { position:absolute;display:block;z-index:15002;background-color:#ffe221;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1245125rem;width:51.187125rem;top:4.2333984375rem;left:12.5625rem;display:block; }
#lmdBRx9TIfXCEprH8IAbo979otH262n7 { color:#ff0000;display:block;width:27.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.520263671875rem;left:24.5rem;height:4.5495625rem;text-align:center;text-align-last:center;display:block; }
#vLWV2fOinolgFoAW98vqboyQb8z9w6fe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.1875rem;width:13.75rem;top:17.7099609375rem;left:44.6875rem;overflow:hidden;display:block; }
#ST8msWwEVETGSxSgLmFatzOzEkWno85l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffc933;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; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container { background-color: transparent; background-image: none; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container > .video-iframe-container { display: none; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row > .video-iframe-container { display: none; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .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); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container { border-width: 0; border-radius: 0; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#Jv0XTONPlNZJdcBcinL00VZ77whnyRmQ { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:34.4375rem;width:34.4375rem;top:1.1875rem;left:39.3125rem;display:block; }
#wZD9m6Qxoi9cq7fNApBgCBFqpktaqVZB { color:rgba(var(--color-primary-2),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:5.3055553436279rem;left:3.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdTRrwFLnqklDnSgAGz174np02aurLdI { color:rgba(var(--color-primary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:8.9227428436281rem;left:4.59375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsesdEu2tHAqSLLRxaL91LxneKuX8wcB { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:13.263020515442rem;left:7.40625rem;height:3.90015rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fG5h82ZGP9FgereokGgcQP6JflT66p8D { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.3125rem;width:26.75rem;top:11.944443702697rem;left:6.7638893127444rem;display:block; }
#OUAuz3VfhGw6eeEp9Rd1fPMh6moPIem3 { position:absolute;display:block;z-index:15004;background-color:#d71f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.25rem;top:5.4305553436279rem;left:2.6875rem;display:block; }
#TL0bBZZSHziA6NS0ziIBvyyZ6bT2x3Dg { color:rgba(var(--color-tertiary-0),1);display:block;width:23.562rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:20.75rem;left:8.5rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gi58EUAErLlgZk6lCkuh0D4F8InpICHD { color:rgba(var(--color-primary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:26.9375rem;left:3.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wIZptVJLO5rDgxd8dlPnbcv3BDhWTiHG { position:absolute;display:block;z-index:15005;background-color:#d71f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:26.125rem;top:20.0625rem;left:7.1875rem;display:block; }
#zcE3ZakGTtZXWExyaX95TKJMFBJoEfhV { color:rgba(var(--color-primary-2),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5625rem;left:4.625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQkZdcesDbPpy7eqXePV8iIbciNtEefv { position:absolute;display:block;z-index:15024;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:3.5rem;top:21.3125rem;left:4.625rem;overflow:hidden;display:block; }
#onqWZDQqApT9f5yyXrocZmfGlFLTZDbK { position:absolute;display:block;z-index:15025;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:3.5rem;top:21.3125rem;left:32.5rem;overflow:hidden;display:block; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-form-header { font-size:0.75rem; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.5rem;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; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;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:22.5rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;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:22.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .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; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .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:#ffc933;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#020204;width:22.5rem;height:3.875rem;font-family:kanit;overflow:hidden;box-shadow: none;line-height:.7; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;line-height:1.3;font-size:0.9375rem;font-weight:400;color:#efefef;vertical-align:top;width:21.25rem;overflow:hidden;font-style:normal;float:none; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .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; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .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:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-container:first-of-type{padding-top:0;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-container:last-of-type{padding-bottom:0;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:44.187500953674rem;top:10.7109375rem;z-index:15016;position:absolute; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.9;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 {display:block;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;font-size:0.75rem;left:44.0625rem;top:8.0625rem;z-index:15016;position:absolute; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ZDAPwrfA4pDtrTTCyJ1UQQVdJ6ExfW5c { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #cH1IIQPXfDfzqZPr9m7PkkSxDy3O8dDx { position:relative;display:block; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #RvD5FTqDrv9BrJSu3odweTbcxsWy4AVS { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #PccLi48N7mkXmswocSvBS5qlHGliVxEP { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #oqT0BC1hAkrKRFRraBgFvRZ6UeKXR0aV { position:relative;display:block; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #P1NFEADrsnD9RbLKO0M1W1XtLA7KvF1E { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #UH81dWg7mqgT59oFl2UKUpIDr4iuF2kO { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ixlNLN1096ZkSs3Lwm0rFWny3AaKczdx { position:relative;display:block; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #EuBDtDRURD8LGKBt7BaJiTHA1IoV2gLc { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ySvo15T6nXp4f4L1JpFu8Pcmt9naST4w { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #bPZbbG7tQQd9Gvi70yJt1T4zdTrAlvAC { position:relative;z-index:2; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ZUNuTOA3chPpuPdribATI42wgpvU4cL7 { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #PxQZbzlM86mGdKz1tOXoWF7KXeHl2XTn { position:relative;display:block;z-index:15000; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #vtgOkTkq6OM9sZNqnsVBwx6MuyDeu37s { position:relative;display:block;z-index:15000; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #s5U7DClKybw1QvWeuzuE0C3v5g1E5GgN { position:relative; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #uuAbQcMd1BaKTz0MyDh4BpdO7iwyTPAz { position:relative; }
#i4UaNAdZeaIh3ZcZaPMIgmWRw9f99Csk { position:relative;display:block; }
#GTgnuFuL0avrrrUTqqtBwHQeASwxTlT7 { position:relative;display:block; }
#SGZ0sdmufe4gCcLqxwgqfJTDbfXq19bE { position:relative;display:block; }
#KkhVESglcCtJGnxTCAfoXv6a55x6cDJX { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #T6Gzmeq6S1Z8uK3TqtoFkJa1TiCMK2zC { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #BksPlvhcBov3amogIBdc2xUodmfinkiT { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nlNL8d6S4fNckLhfoSvwleFBKxkw0r7e { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #l5miAuDmBhP2PAtbUMV7dL6JVHvbFyBA { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #adBGztTT0LLIw4hQxT7eyyk7nVfOcPeF { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #LubbBVeI7SNTMQcy4rSMycifEJCbZ4rN { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #sdgm5dSo1G8bPqBmAz4P1Rvc40aNKLg3 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OSfOZWPwXN7ZGFvDdbHoTTZiHfRnlPXK { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #M35qrPWSAoAy5MBNQTwnRT0LDV0LeDHu { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Q0o8PNppfJk9fE3oST6GhTxazpTJFGI7 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ld67rw9MMqEO9WSqTmODtoZzLEJiNfA6 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #a1PZrWkKKqSictTBAmcrHBaAdWJTCuot { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RuTdfQt2eTTZ071gnFoAEQQtd8vxy3bZ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xlmzSoohfi06qZ55nQpZheCimIXxoIze { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #r6tczydVQmqfpfyOmdxKSv4hh7XuWKgH { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vParXC5Tf9EmS8bsUFQiPHhnaUopCIuU { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #eDV2AUK1INOVmQ88GxThPd5NJStypWI4 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #XI0MtaWIlhD3m75KTFothSEgrO9SDF83 { position:relative; }
#zFST78RNPqzl4MpPm6IOoc5xSSnZoM16 { position:relative;display:block; }
#JdMAszosW2WPIAkZ98nWK3gta7B7TFEE { position:relative;display:block; }
#Wv5GXySnqpWyDRMHfrdQ8KqOFaQPzPxm { position:relative;display:block; }
#OGTtvyNWinzGkAovir9BGuG6hw638WtL { position:relative;display:block; }
#T1fR99m4fGxCUbbequ0wotWK5lMM2RET { position:relative;display:block; }
#hCD8y3Zfd9Kp7drbi8Qp4sCboEFSrCqE { position:relative;display:block; }
#tc41KbF2EWvyZTMDsTp5n9U6PfINt5yi { position:relative;display:block; }
#FQ7dJLg8RM9gzTHdg2pdlFPeLP6RTPdo { position:relative;display:block; }
#z9dKEsKZofJpyZQfDn914Xwa6xTAHdO9 { position:relative;display:block; }
#aa6ZDvfW9DxSyB4Q4Afx9d8LPt9Hl3aI { position:relative;display:block; }
#fX9FKuMZMzT71pDyEvTLcSkBmp63fIZw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.79);top:5rem;left:46.375rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #15b5fa, #efefef);background-image: -moz-linear-gradient(180deg, #15b5fa, #efefef);background-image: -ms-linear-gradient(180deg, #15b5fa, #efefef);background-image: -o-linear-gradient(180deg, #15b5fa, #efefef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#efefef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#efefef' );";background-image: linear-gradient(180deg, #15b5fa, #efefef);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:none; }#X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh > .row .container { border-width: 0; border-radius: 0; }#X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:none; }#gv2eFw8KdIk2UwQTQxEJoT2G7tN77sEQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:55.3125rem;top:3.125rem;left:10.4375rem;overflow:hidden;display:block; }
#ZKMVIs1oFtvv6zS5gDK8KTMyw3dclrQT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.3125rem;top:2.0625rem;left:32.625rem;overflow:hidden;display:block; }
#OTG3PUZSWWzHlFR6eF8tML70BPXpofNq { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:"ibm plex";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.4375rem;left:19.375rem;height:7.96385625rem;display:block; }
#T8xvlzUpRPkdO0ViyNiDmfLPVJPJmfHt { color:#0d3845;display:block;width:25.25rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.49365234375rem;left:24.875rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DaIHEhdaiCn7842tPWucgfV3Pv25ChR7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15.125rem;top:29.875rem;left:42.75rem;overflow:hidden;display:block; }
#lo2saoebREgaB3JLfmoUv71byi5skD7x { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.03125rem;left:38.0625rem;display:block; }
#Mnhvf9TiGGHe3BXPzzfpM1JFP2JTZPq7 { color:#0d3845;display:block;width:20.8125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.66259765625rem;left:39.9375rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#wUmTU6JzmyQ5Ke1ZNIvr1cgd8HD3IA5e { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yliTkRJm0wuzPNNuyFAToWItJmaPsTOp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.125rem;top:29.875rem;left:20.875rem;overflow:hidden;display:block; }
#oQDVlFTA8VSGvVpiI5knW0s3U5bFDhb3 { color:#0d3845;display:block;width:19.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.75rem;left:18.25rem;height:6.56434375rem;text-align:left;text-align-last:left;display:block; }
#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8.adaptive-delivery-prevent-bg, #tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8.lazyload, #tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8.lazyloading { background-image: none; }#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 > .row .container { border-width: 0; border-radius: 0; }#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 > .row .container { width:75rem;height:41.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#R15a8b1gaf2lNMO79mttdI912RA0pSzA { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5625rem;left:43.375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AMGh91CTMR3GTzO0KEqI8Tu6iGvv2SOS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:27.75rem;left:16.25rem;overflow:hidden;display:block; }
#fGS47FWlmNgRTTBz79TWOQuTqaZWBXst { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:28.5625rem;left:20.375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tnzpgImXhoHbnL7wFNrQJtlV3J4ZOJQc { 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:3.312325rem;width:3.312325rem;top:23.75rem;left:39.1875rem;overflow:hidden;display:block; }
#fkVzcEIiX3zTAN2mDAB3rFqU7n3TspDN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.2495rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:20.25rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pwu2chhtPRB4rn4Ww4Lhfvd1yk4GM7rZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:23.625rem;left:16.25rem;overflow:hidden;display:block; }
#blso49JA6xIqHgyo8rkcWyWxCiJn07Rw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9365rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.3125rem;left:25.125rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a8rD9isdp3840w00qZCaPkJ7Hci4XUXm { background-color:#842cdc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:4.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.6875rem;left:24.375rem;display:block; }
#EveTgM7XfLcdiIc3pEIauxdZEB0KHopr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVqUcvyR2yNwypGs2pGGUOskEinywo8u { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.8735625rem;top:2.2490234375rem;left:32.125rem;overflow:hidden;display:block; }
#eg4CVS5uDh76Oo49IV8v5i2viTWhEAas { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4rem;top:13.875rem;left:26.375rem;overflow:hidden;display:block; }
#cGx14MtcAWASpBCq0e57C7QVFyVekFJE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:14.75rem;top:13.8125rem;left:40.6875rem;overflow:hidden;display:block; }
#GoQATfT9fm24Lz2P6Wil1m0XPSlfbTWs { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:8.8125rem;top:13.875rem;left:31.0625rem;overflow:hidden;display:block; }
#OI8Vi9tudPvqfx2mW1ebveQhzitw5hrz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.1875rem;top:13.875rem;left:21.6875rem;overflow:hidden;display:block; }
#po79xl0sIdOFeRDol05LWchu8reFRtLI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5625rem;left:43.3125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s7WHFWV7MITSn8nrKUUL0Pi97Pp2dBcw { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:3.312325rem;top:27.75rem;left:39.1875rem;overflow:hidden;display:block; }
#Wv8oNtDm6AUzk3WDXuG3e8QwFF8V0TW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3115234375rem;left:10.1875rem;height:6.175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ff3qBiZl58wRoZgDVKIw63r44JOLMeeO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9365rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:0.21142578125rem;left:7.75rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NAHzrMGQLfibpRRrLiK246ouQQPKMCNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #c50c0d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #c50c0d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #c50c0d);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #c50c0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#c50c0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#c50c0d' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #c50c0d);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:none; }#NAHzrMGQLfibpRRrLiK246ouQQPKMCNB > .row .container { border-width: 0; border-radius: 0; }#NAHzrMGQLfibpRRrLiK246ouQQPKMCNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAHzrMGQLfibpRRrLiK246ouQQPKMCNB > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:none; }#f6qU6a30d2FCkiDOoTZCZNMR02DrICDG { color:rgba(var(--color-tertiary-0),1);display:block;width:46.7498125rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),1);top:6.8075280189512rem;left:14.0625rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ubuSW9h1G5qgJ3HfVN2niE9MWdtpvKzC { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3744375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:19.74609375rem;left:24.0625rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNDMoXh6nuMwAgZpqfXpqLOyviOk1I1I { color:#fbe936;display:block;width:42.9368125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.94105052948rem;left:16.75rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#nU2QGkFgRNPdcftL1ubBcbE35vHv3ZWF { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(5,5,5,0.39));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(5,5,5,0.39));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(5,5,5,0.39));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(5,5,5,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#05050563' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#05050563' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),1), rgba(5,5,5,0.39));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.1868125rem;width:54.124625rem;top:9.73011302948rem;left:9.25rem;display:block; }
#aPH0OsvbSQ7TINLKieyQvoyzBHMhnxD9 { color:#fbe936;display:block;width:5.06214375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:16.1875rem;left:19.8125rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yLQrd8tWp8sW3KBhih5hKPZTmfgrBDHl { color:#fbe936;display:block;width:8.75rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:15rem;left:23.9375rem;height:2.6875rem;font-style:normal;text-align:center;text-align-last:center;overflow:hidden;display:block; }#yLQrd8tWp8sW3KBhih5hKPZTmfgrBDHl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yLQrd8tWp8sW3KBhih5hKPZTmfgrBDHl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#I532vKX2AIL689zETEOKNeJ0ok6rBQ3a { position:absolute;display:block;z-index:15085;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24964375rem;width:0.12429rem;top:15.6875rem;left:33.125rem;display:block; }
#zoT4uhWdirnG2IvnZQ3wvU3S3DhBaFJS { color:#fbe936;display:block;width:5.06125625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:16.1875rem;left:33.8125rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycUEm4fBQ488tLaULZUJQ7ZbXtW7NSkH { color:#fbe936;display:block;width:17.8125rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15rem;left:38.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;overflow:hidden;display:block; }#ycUEm4fBQ488tLaULZUJQ7ZbXtW7NSkH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ycUEm4fBQ488tLaULZUJQ7ZbXtW7NSkH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#ydye6l0QOToJsplZohKoq3zpPrsTuviX { color:#fbe936;display:block;width:3.68696875rem;position:absolute;font-family:kanit;font-size:0.6875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:14.37855052948rem;left:27.5rem;height:0.75rem;font-style:normal;text-align:center;text-align-last:center;overflow:hidden;display:block; }#ydye6l0QOToJsplZohKoq3zpPrsTuviX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ydye6l0QOToJsplZohKoq3zpPrsTuviX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#hfiLmBO09wChFG0a0T0czHqP2oNT6nT9 { color:#fbe936;display:block;width:5.06214375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:16.1875rem;left:19.8125rem;height:1.27485625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yZtvwl6Gwn8hrNRcfI8dvm8dQfXM7TgU { color:#fbe936;display:block;width:8.75rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:15rem;left:23.9375rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;overflow:hidden;display:none; }#yZtvwl6Gwn8hrNRcfI8dvm8dQfXM7TgU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yZtvwl6Gwn8hrNRcfI8dvm8dQfXM7TgU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#rzibeoQtUzwSZB0XwcXuNQvHEEVfyyem { color:#fbe936;display:block;width:17.8125rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15rem;left:38.875rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;overflow:hidden;display:none; }#rzibeoQtUzwSZB0XwcXuNQvHEEVfyyem li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rzibeoQtUzwSZB0XwcXuNQvHEEVfyyem li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#lTTiyxPmbNWq45ITT3kt7OG6bdwCaCBn { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9355625rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.3256390094757rem;left:18rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-form-header {  }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-text {padding-top: 0; padding-bottom: 0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-select {padding-top: 0; padding-bottom: 0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.1875rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:21.125rem;overflow:hidden;font-style:normal;line-height:1.4; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-container:first-of-type{padding-top:0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-container:last-of-type{padding-bottom:0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:2.1851558685302rem;z-index:15022;position:absolute; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex {display:block;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:2.1851558685302rem;z-index:15022;position:absolute; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #muuZKf951dSLoP9LbVEkfdWG4uviHymT { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #pC0shO8KFUidqzTRLUGAev8CQvpnel1p { position:relative;display:block; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #imgyd6lURPRQLDP270zGcGCfnriJg1SS { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #H9DLUHqu7xxfCE2AFkvGV3WXwMPxrU6m { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #me6XG57HDI9VwfUgEDqMtpiMtHkHQ3MQ { position:relative;display:block; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #pehDMMOaSnrl81NDCt4PVihko3VbeBNS { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #suPH2yOkzagu6KRIprtMgwhLmmouAq3P { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #FVyJ4vmH0TENWbUpTPyCsCOwGRn6u2UH { position:relative;display:block; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #B8Lae6onWN4ZbgUfdtqMAPQULWOTJXwO { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #y7TrR5xx2UPMkPfvcAtNcV7Lzr076Oz9 { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #lceOXEZchw0zf5GTJwdP9eKaZRnFiL2W { position:relative;z-index:2; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #eM95my87L68vp0OO4HTRE9BhtS7Emboq { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #EErnLJF1xMtHzlEwrirTAK9vNqsciKUd { position:relative;display:block;z-index:15000; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #GuHWB2Nu83TDIiTUizSIcs0b3fLL8geD { position:relative;display:block;z-index:15000; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #gF6THoKBrVzdxsT2GDNaKaEmCLr4X5Sw { position:relative; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex #T3a3Oyl7F6hNZTMDFvIXcTbD9lkwRLsF { position:relative; }
#NME9ilOS7VJUaBlgERbkDGJmN8GQUECT { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EDZyNoioLUKHFzfgXxiqf4inCOCcGD3x { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HpI8vS2yaaUTinC2IlWgeUh0wNTMErTS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZqM2SIfBHnhyBUs5gNVIVVuIZB9HIJuH { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ss1eLoXIeTfuL8bUqDmz5TwLMl1N7Mm6 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lpk5MKeuXNDO7qqtx9TbXbm8cUDLDZWN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qMcCeB9NR3SxPSnUwzGgh18r4992OTAt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gJEpIMffM41BnUPWCFGD56htIcZ6SUlA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WohRQuMuytG35FtOs8lLX9mRPHEmVMTA { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EKhITKG7ncPaUIKc0nQJvkNWytwHzsEO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NG0cC4GaA2Upb8JschqyfW0BqoC8VusU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dWUtyzT7dZ1SyWgkyC8vIxNfeZ4q2JVO { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HaAnPDtakI4k1wCugpV11zBEWEzW1PBu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xWr2s5ILXxxNeg7Zgbo64DSGlJlqLOZr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UXQHEt1JRQbMfwirhONOSsSF8zTOnAgB { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MqWnRGXZfZ5lTw7BdsOfnPvM6nx2kNOZ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JsWai7uQG0Gbz3opzbBpTBiihH0WQNLV { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zmRsMgnyV6ot0LaDQVabfPTQ7kIIUOK1 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HdGBG1Mzrn2TwZ5vLdKphm2SV4z0TqX0 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e9QuFVoQQhTp96JhXezAZ4FckATydzhl { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c62Hw7Q3MZIsIDNuTnWgQqCWF9bHbRkc { position:relative; }
#yLtMSfyVBD4IuvOqJyQlrxdnJldw4zc4 { position:relative;display:block; }
#b0VRVBin16AFyHdNDrZTStF78onJIFn2 { position:relative;display:block; }
#pNV46KiGbXs7W9frN6yeW3Zc2lDUJz49 { position:relative;display:block; }
#Nc69C3V42L3KFgMCcF7bgF4WAqpaLAkp { position:relative;display:block; }
#XDxpXJRsNTs8rkflu5SVacgAVXOZwrSa { position:relative;display:block; }
#ToW43JvMUaEcT4eNSiAn4DA9nnIJGIhM { position:relative;display:block; }
#STsgEX4ipySAS7fZIcgMovsdJoAPvnZv { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.0625rem;left:26.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row .container { background-color: transparent; background-image: none; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row .container > .video-iframe-container { display: none; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row > .video-iframe-container { display: none; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .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); }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row .container { border-width: 0; border-radius: 0; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#n3TO6vkc6D4ZipV2yfhUIiLbqs5Bykbc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:2.5763893127441rem;left:27.09375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vbot0RqHT41uyH014Z6ERGxM2oU5DD5z { color:#ffc933;display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.1875rem 0rem rgba(var(--color-tertiary-4),1);top:8.3107643127444rem;left:14.71875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8d5e7kbbI1UGV97ZIh1M4MvTlzfiu4X { position:absolute;display:block;z-index:15037;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.375rem;top:6.7708339691163rem;left:30.375rem;display:block; }
#RnefMAI14rqTNE4yIx3wRseC1rJBI754 { position:absolute;display:block;z-index:15026;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:3.5rem;top:10.333333969116rem;left:11.09375rem;overflow:hidden;display:block; }
#TgGiL4U5C5RPAqCXqZEuz3zMroRoF3Kw { position:absolute;display:block;z-index:15027;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:3.5rem;top:10.333333969116rem;left:60.868057250976rem;overflow:hidden;display:block; }
#qQKTADIUDBvd7FutF6lImSfarvprCT4t { position:absolute;display:block;z-index:15038;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:62.5rem;top:18.493055343628rem;left:6.25rem;display:block; }
#QllFuGg1nPdVon3X1pPz3TW2ouxosnSq { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.3125rem;width:2.3125rem;top:2.5763889551163rem;left:16.002603530884rem;display:block; }
#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row .container { background-color: transparent; background-image: none; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row .container > .video-iframe-container { display: none; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row > .video-iframe-container { display: none; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .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); }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row .container { border-width: 0; border-radius: 0; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#bz1fBb5Punm9VhrITe3FoUVv0RD2e5Bz { color:#ffc933;display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.0998268127441rem;left:25.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfZns7PT5dwlXxe2BFCWNT9ZpJUzI4wI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:4.25rem;width:25.5625rem;top:2.4366321563721rem;left:24.71875rem;display:block; }
#pUI631WyC4kWidwJ7qMgzxPorgeaoUkg { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5060760974881rem;left:21.84375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lohMmzxb0CA8gwPAPQNkNO8kbaC2urHv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:9.6423609256744rem;left:21.84375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X33PqRn4f5Fs6DvJ8hN81KUVVMUx7wTC { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:15.9375rem;width:16rem;top:13.249999761581rem;left:29.388889312744rem;display:block; }
#sXyg32iUOGWBxnlEtZIfOVC2izLSaXcc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:29.930555105209rem;left:29.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RNlpQ1TuhwINSzO7T3GhA98qyzHLBJpD { background-color:#d71f1f;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.3125rem 0rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.31509rem;height:3.51475875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35.423610448838rem;left:30.291667938233rem;display:block; }
#eaJQ750lw4fCRnrZuPxOF8K8TBAvpIVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2zVSJy84s4Oyl7Up1xQNxCxMAHmnIhO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:15.9375rem;width:16rem;top:12.888889014721rem;left:8.9583339691163rem;display:block; }
#ELvV6VG6BTfeGzV0ccT9dZU9mdk23mNJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:29.534722030162rem;left:8.5555553436281rem;height:3.0004875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcrcDlDyRtl6y0AAykFinimhyQ8hsRpP { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:15.9375rem;width:16rem;top:13.249999701977rem;left:49.65625rem;display:block; }
#ztivAGbIH6kLAlxJgwEyawqJ0OGOIQBd { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:29.930555999279rem;left:49.65625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6sn8hA9wCZs2U6aRkgM5gcpJWkaZ6q8 { position:absolute;display:block;z-index:15042;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:17.375rem;width:14.8125rem;top:11.566840648651rem;left:9.8993053436281rem;overflow:hidden;display:block; }
#lCQ7siZ9MKenKmTmTZTuuEI6Oi8ixgSa { position:absolute;display:block;z-index:15043;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:17.5625rem;width:15rem;top:11.566840648651rem;left:30rem;overflow:hidden;display:block; }
#Mg0TS4g7Coe3Tl2QmWraNZcUcx5UZiNB { position:absolute;display:block;z-index:15044;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:18.9375rem;width:16.1875rem;top:11.566840648651rem;left:49.25rem;overflow:hidden;display:block; }
#cwZiwLD7d1GAeW0oQ72P2UrvMMWKIM5t { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:8.625rem;width:8.625rem;top:3.0989583730697rem;left:4.328125rem;display:block; }
#XV2tDOkAx4yg4fwS6bLcIQNuBUTdpWL9 { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:2.3125rem;width:2.3125rem;top:6.6866320371625rem;left:67.003471374513rem;display:block; }
#ebCD9po7dKJDipnuNBAsLA9OV3nyTnxO { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.5)', endColorstr='rgba(var(--color-primary-2),0.5)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.5), rgba(var(--color-primary-2),0.5));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;height:6.3125rem;width:6.3125rem;top:32.681430816651rem;left:63.618060112rem;display:block; }
#tV8RBKyFoKkLTXrDuuOTQZhUuOT4WCff { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:4.6354160308838rem;left:6.2656259536744rem;overflow:hidden;display:block; }
#RxT7bFiJdm3Z7Z75a858a3ZJNB3xPyd8 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:33.806423187256rem;left:64.743060112rem;overflow:hidden;display:block; }
#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row .container { background-color: transparent; background-image: none; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row .container > .video-iframe-container { display: none; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row > .video-iframe-container { display: none; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .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); }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row .container { border-width: 0; border-radius: 0; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#CuNFDJxm9K5Tst4e9KXnkQUZZtxL3GbE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.8125rem;left:50.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#lyCAJlBfcNvNPkO7xFAG23uNQ1HQK0QD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.3125rem;left:56.3125rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#ichTOxrQS53DGo0Hqym9zCwW98sdQdxu { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:4.4375rem;left:65.5625rem;overflow:hidden;display:block; }
#h1STlNqLSzWOFiSwVfAH06oD2nrerS5N { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.918395996094rem;left:3.75rem;height:1.95rem;display:block; }
#aNdW8Kq1BEofvCBxTqPo26SalOPO4CMz { color:rgba(var(--color-tertiary-0),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.75rem;height:2.6rem;display:block; }
#fXPK7x8ld4rTG3BwobATriFtIE7SPxq2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.4375rem;top:3.8117198944092rem;left:3.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W { display:block; }#oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZlOQ0RkqZk6TFWcXcT35i8n894cGP19 { top:4.5625rem;left:20.0625rem;width:27.6875rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9GqwRvzh9ykHl7CvmSUd39bZRBKnRXT { top:15.25rem;left:26.187501907349rem;width:17.5625rem;height:1rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLL1BBf7X6ooRtzDIFEHXfsNxLPHwOhm { top:8.25rem;left:24.0625rem;width:21.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqCGOpkVQQycMOH3HsP6HeructRMntT { top:7.6875rem;left:24.125rem;width:21.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlvfxsu7mD3hefE5GubrxbzdUlHpkDMM { top:5.0625rem;left:0rem;width:14.5625rem;height:2.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2y9cQXLlm8RlE4hrEc7uOamGFG7FCd5 { top:11.0625rem;left:18.75rem;width:29rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRqDrq80B5Eeh7TdAPvdnZ25m8JuneC9 { top:1.125rem;left:0rem;width:26.6875rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 { width:13.875rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #oTM9KQkeLZpNmLzUJBXw2HiVN0xTPRMs { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #s7zlEs0ieBKALDDKHkL91ITxTHCMF6Dm {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #XFrfHlL6OVcuExKuxnhobG6ACnNcvfXT {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #xUeE1Et62pMnmMdVSeZ0v86bQp8LIhMV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #iaqULwSWf4R71NFU4nPLp4C77uswsKN8 {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #QrtMSgWh7fHGPX0XaS1u8x1sfMgDHlT7 {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #ivfcZEJ7mKKObycRi4TDTRIbo4IvMUkl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #fMTeHSgbEElBNWigTGck4XDQ579R0F3Q {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #nThWKCgbHiTygTn83nrBtzrQyky4N83M {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #GqoiUmxXFo1DqtBT6KzDR99snKIDfVRw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #kp0HoQtKWVUUR0v44JoNfNAKyB4qSnZL {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #hP4Q0Zc6t09y0wOlaQci2lBuQmZdMBCa {  }
 }@media only screen and (max-width: 763px) { #SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP { display:block; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 { width:13.875rem;height:5.1875rem;display:flex;top:28.4375rem;left:0rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #BnwC630kgHPxtCU51mr7II8508a952pw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #K0GMzQVtWVtKTnXvTQ6mTNLQ3t8kD926 {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #RR8h4cyX4oTVuRgVwuBVVfRu5e9yKJQE {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #bNdXOAsZxzoyAlDo9dQatJcOtl84vC2C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #N9xQ6SPPPHZBBwcQXhLOmOm0wucncJG1 {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #hsMvPDXAMoQWf2CF6swvCTLEEO1lWIiJ {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #gO82C9N1kZ4F6DK5vTxTg6pp8q25hwv4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #M3CWIslDMdqkmJeJnNwp8pPJG1B1PIpc {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #ofJiMDHBQpOTNu9JKXITw5cWht31HsPv {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #WrxtWo1J92pxC3DccwJnpJ2yFw5qTq86 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #bfZHxPkXHw0eO5INwp7C4MblnWCF5k1r {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #lDg721uCWxH9HVVgTXhGPnP90dKI3NcE {  }
 }@media only screen and (max-width: 763px) { #Egpe7N8Pd57JfxbT2wRKXHEBfteJr2nn { top:2.8125rem;left:20.125rem;width:27.625rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFB1BrUfH80ZaxFWJbX97bTVWghavqNl { top:11.25rem;left:0rem;width:16.5625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxcHBteMUO0S24cIsfBAg3gcaRaOeq4z { top:9.4375rem;left:22.4375rem;width:25.3125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ortN52hzbByDlXEUBup9GesWsRm3sXZE { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gzp4tTaPD0FKwi4zdGAobyJCBQXOpRy2 { top:14.8125rem;left:0rem;width:20rem;height:0.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBcq0pRzL0OJ2bswNUFkT8weC7UUOb3M { top:6.4375rem;left:25.625rem;width:21.75rem;height:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOm2dZyg3gSZfcWgNKdXXgLla7I2XlhN { top:5.3125rem;left:25.9375rem;width:21.0625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh { display:block; }#wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOLSh6VPIqDgreTdJ4TQNgq7T8piJsew { top:0.6875rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghORrKNWCRyINoTgQJ6a231vTuByNd84 { top:2.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6CmACHkaTwlq1AKCZZJxbzbQbUAcfu { top:19.25rem;left:3.40625rem;width:40.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auwCVHmWq5a5ACedqN8BCzkcriZ62DgO { top:8.0625rem;left:14.15576171875rem;width:19.375rem;height:10.09207513923rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 { display:block; }#NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdPcncsILmP9LE74483x7BTW4ehSyGLK { display:none; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF { display:block; }#FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDSq4Z2M5OVHCR8bXmHOgwfQMchd2DAb { top:1.3125rem;left:3.375rem;width:40.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhBWOnv3MMf747wqTyELZdUomEphLfNH { top:4rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3byNtLAUl1GBWye64XFIitgAio06zDi { top:10.5rem;left:3.40625rem;width:40.9375rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdzT5151Zirti9aDhDp9lLhauA5sV6HG { top:6.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv { display:block; }#mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTWbXGGuNwwZiL2ylXTcgrzw7avnP0P8 { top:0.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT { display:block; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsW1VQcBsBL48xpHuBv5t7WuP3J75WIa { width:14.1875rem;height:3.375rem;top:70.625rem;left:16.74374961853rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKPVvrl5TXkp4LW3eupRzt9Td7Ie2QZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #WF7mumV9M1HRB9tqaPDBtOgALW1oaJll { top:2.3125rem;left:12.375001907349rem;width:23rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg4Xb8f8VZPTToZMWH3q5ALS066tUFkQ { top:1.8125rem;left:11.77499961853rem;width:23.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocB5JytC8HnorhyBtbppzXIk4cOFg4NI { top:4.9375rem;left:7.077343940735rem;width:13.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4TeFA4hHiO4Lk7Ipf1xyJf7c9wm1Nip { top:4.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnZNAd9OKB2kkvIKITOwxEMK3CflJ7X0 { top:11.875rem;left:8rem;width:31.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4roBFEZT98U9CdJBEwsbaHSFCDpO6Jl { top:10.8125rem;left:5.9624996185303rem;width:35.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5RoOGTBe2p6Kz5T8Exo1EpZL917i13s { top:12.1875rem;left:4.1890621185303rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNL84NgmvoJcEZyQcvm5XcePGEEmiPK { top:12.1875rem;left:40.000001907349rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewrsoun61ldDXO7SU6W4tDQQ9hIR9UKL { top:59.875rem;left:5.65625rem;width:36.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOyF9CsPymssVfzO5A69ptF2s0yvJ5So { top:28.75rem;left:0rem;width:47.75rem;height:28.245641344956rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wPwTaf9vPPZfE8W99XtFcRLXwEsxlA { top:63.0625rem;left:10.812501907349rem;width:26.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqLPbDPHtQwTPlR41DWDF6iT9C7vM8Hc { top:19.6875rem;left:5.0765628814697rem;width:16.75rem;height:7.4375rem;font-size:1rem;display:block; }#IqLPbDPHtQwTPlR41DWDF6iT9C7vM8Hc li:before{  }
 }@media only screen and (max-width: 763px) { #it7kylATlRBQsmIlvCRU68rS0o77DI0J { top:17.5625rem;left:0rem;width:47.75rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIApazvA8qSG9i1ttGuZ0s7yMZTTfwvH { top:19.6875rem;left:21.0625rem;width:26.6875rem;height:7.4375rem;font-size:1rem;display:block; }#TIApazvA8qSG9i1ttGuZ0s7yMZTTfwvH li:before{  }
 }@media only screen and (max-width: 763px) { #R9ccxh33JJ5aPBJtxLBcBm9pgtaVNMdx { top:19.375rem;left:18.93906211853rem;width:0.125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrycMMyZqTXpO6ehsQwDowpwqBA2e1Va { top:62.0625rem;left:6.46249961853rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWLpZwBgx62q9HZXzuJnkGBkvpQMMZFR { top:10.8125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S46PZZUhz5SqaxH9cdTUyA0nNHRusglZ { top:14.875rem;left:41.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9JoK4TJ001lUqUCpiV8VeNu1fv71k4U { top:20.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQPJ3baGXIzl8rGLq0Sb6Zarm9rKdZH { top:63.3125rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4PHd4308i2DUTRAkUyOdLXdPhdNgeO { top:60.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOVQCbw4GhrK1TzpHvGHP6Np4xyuhpVQ { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKbbEvNad3OympmiXEFvFTIaudQJMIwW { top:12.1875rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CJT6LWlQpegdBD2r9VM4mIXJb6pHsM { top:15.5625rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRlF3IBVxofWXyUBukPr9dDucu7hVDX { top:64.4375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKQJAgQsceQc7bU0N5NMX7ihChl4TL99 { width:13.875rem;height:3.375rem;top:66.5rem;left:16.830322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKgi88nDWNmMnmHwhuSM4qbsU0dVyt7 { display:block; }
 }@media only screen and (max-width: 763px) { #rIrQh8p0v9svUTEyWl3RE9f6RPC5zCJc { width:10.1875rem;height:2.5625rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEclvU04ZlraJA3bUTaVNQVwkrNObROS { display:block; }
 }@media only screen and (max-width: 763px) { #n4Gk0CIw1WLmHrFhaugW67rUJqBeoJx2 { top:72.5rem;left:13.781251907349rem;width:20.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpDw5SLcs2NnTaMPNV3HeGRLTk32t2lq { top:75.125rem;left:5.75rem;width:37.25rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0euqbD81Q5aBDSPtmLcvCn1iIcANdf { top:71.875rem;left:0.3125rem;width:47.4375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r { display:block; }#vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmsJOQ6UeQLLaw8AxQ8QTvF11GxbQp6b { top:2.3125rem;left:12.375001907349rem;width:23rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyZeZ2NzQW0wCzHOupT93xZZCLrONE0J { top:1.8125rem;left:11.77499961853rem;width:23.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdB5RiZP5tQgsuhdR79fx9Pv4dslaaiT { top:4.9375rem;left:7.077343940735rem;width:13.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SbigT6lrFLR4HnSSmEAZpfeRSMh3yT { top:4.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFS6kmIK8TWNrPRoUbCxZ8VtZ4dw8PS3 { top:11.875rem;left:8rem;width:31.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TbbEmDObzB6438xdrt742p8h0l7ENq { top:10.8125rem;left:5.9624996185303rem;width:35.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8uTTPqd0nabmeGKq1wfHIWpIG79Zzz1 { top:12.1875rem;left:4.1890621185303rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGahItTbvI5F9yL5ClW92uok0XoFODGR { top:12.1875rem;left:40.000001907349rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsZ3UahuNNoT4rAHc5Qab0A955wNRnH1 { top:59.875rem;left:5.65625rem;width:36.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eheyAeDQLI6XdBKNPsCnVsXc70l54XkM { top:28.75rem;left:0rem;width:47.75rem;height:28.245641344956rem;display:block; }
 }@media only screen and (max-width: 763px) { #goSqhmKUOntWy8fkJZUTpaiSCEPAToqe { top:63.0625rem;left:10.812501907349rem;width:26.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS1vnHxUtdkpUpMMAvGumgMeE3GOsTAu { top:68.5rem;left:30.987501144409rem;width:7.125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2oZRtsV0B1RZXlCq36xf6n61JwOKWbI { top:65.25rem;left:8.5312519073488rem;width:30.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnbtRhmNP92FwwJOQQKMCzeK3XThdr8 { top:19.6875rem;left:5.0765628814697rem;width:16.75rem;height:7.4375rem;font-size:1rem;display:block; }#JTnbtRhmNP92FwwJOQQKMCzeK3XThdr8 li:before{  }
 }@media only screen and (max-width: 763px) { #HUC2o9DCttvFEb3MhJbWa2TsUuSllpA0 { top:17.5625rem;left:0rem;width:47.75rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMaZ3f6p5fC5gvoNkG8adQoufStyIzCh { top:19.6875rem;left:21.0625rem;width:26.6875rem;height:7.4375rem;font-size:1rem;display:block; }#oMaZ3f6p5fC5gvoNkG8adQoufStyIzCh li:before{  }
 }@media only screen and (max-width: 763px) { #IyH0rTwosBoEoMUHXSNRmNCf1VCeozTu { top:19.375rem;left:18.93906211853rem;width:0.125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGFTtqvvmVk6a2bT2el4b59rqZfyqE3F { top:62.0625rem;left:6.46249961853rem;width:35.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQiuPLKypoNqaTpxCAwTKR3FJgmgTVdF { top:10.8125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3SCEnRTrEn6STEnpXBVZ6g6eqhlH3ol { top:14.875rem;left:41.375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6bf5N0T8Mx3XLCfHLw9yq5bwfE78toP { top:20.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAIFQE0PztWuRVoWM7ohV2v5PTZ3T65 { top:63.3125rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc59f5El2UisLTbp2y61P9tgGT4MDIp { top:60.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTk5yaLtR0072fQ2ogRp2kzuG46HnwUX { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmEgIvQV4ceQEkaq7OEI8aTEmnkFADif { top:12.1875rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBVuwdoQOID3MDn34Vtiq0cpZdnn6v1N { top:15.5625rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuKDwz0FN54w1kAdO10tisPBu5aAmzc { top:64.4375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LLrIysbm5JJeEebqvkhgx07PxmOkp1 { top:77rem;left:5.625rem;width:36.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhigxDTGVoAdHTug3ua1iQcfWPKw0ZxV { top:76.125rem;left:3.4375rem;width:40.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9orhxFhGSU1MLVJvatXKr9WHe76unrq { width:14.0625rem;height:3.25rem;top:81.125rem;left:16.83046913147rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlU8o0u43su5dQ9haIEQz0iws6HN2kJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Zrk5mq39Nr2wqJWB8DlgoQnabTciSOGR { top:71.625rem;left:0.1875rem;width:47.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK0DdWDadthPdUnPvLTFd2CUudcAtcNh { top:74.1875rem;left:7.96875rem;width:31.8125rem;height:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWfE0l5kNR5WR6W489T9CBV7cWVuM6O { top:72.3125rem;left:12.250001907349rem;width:23.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKVmx2cvvmr9aPMSA4JWybn6wBHXzsZS { width:10.125rem;height:2.5rem;top:70.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #np8QwXivsk2vAX3NtwywghKfO8SDzCbw { display:block; }
 }@media only screen and (max-width: 763px) { #FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 { display:block; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXge4NlUpF0Lrp6U8LgP1z3XyrsN00Wn { top:3rem;left:5.5000009536743rem;width:36.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAZ7ZzJK7pADvcDDrgTQKO6AB75SSaRi { top:2.375rem;left:4.6250009536743rem;width:38.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBU0lvEQubxGMx9gWrDEnRH37Lkhthc { top:9.6875rem;left:7.0499992370606rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2H28IUgBLROM9vysIIvh3LW3cZ7eM1 { top:9.125rem;left:9.31796836853rem;width:30.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQm05v9aTfouTFwKVEk42fFXvFr1yrC1 { top:8.3125rem;left:8.7804698944094rem;width:31.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPboXXJhlKd00R1SrNImdKxypDsvwmF { top:9.625rem;left:38.187501907349rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy7X0UtOyx1IkKE2m2qVIwmSawPmJ31 { top:15.625rem;left:0rem;width:47.75rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsG5SwiyzlA5sxQ4wLFQ3g6BWt6q4hTo { top:15.625rem;left:0rem;width:28.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD5s1AQouJ286FNgwef2Gb5T97IVWMg8 { top:16.125rem;left:25.4375rem;width:22.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvGLXs1cEKAPdeEIaqrW5bmom2Qpm9Ec { top:17.75rem;left:28.9375rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAqKwQa9w2I8tllkeMlyQpv88X9TyM8H { top:20.6875rem;left:22.25rem;width:25.5rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGUE8Iqn6KqPa5oD0UsUKaVtOW4W7nRm { top:30.5rem;left:19.25rem;width:28.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKhUO5PkXWxGSqKl52P2lMsy3XoQg1Ws { top:19.8125rem;left:34.75rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enP4vauKTUTSTG67Q45gD0AeL4ABdegL { top:31.6875rem;left:0rem;width:20.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxlQTF4DaubbiG41Iirr10bB2d5STaf { top:36.6875rem;left:0rem;width:23.9375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKzlW5HNbDV5eA9tIDeQsyFXeo70eLi0 { top:35.375rem;left:6.4375rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEOB4ARu81PNWJcrRf6GnStLvtrLL9tJ { top:33.3125rem;left:0.75rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURIrPJGCFfdeK2u59T8b8onNZmS8nTn { top:46.25rem;left:25.4375rem;width:22.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2UTpDJAZKR2WDN1PF1grDoydNb73zNi { top:52.1875rem;left:25.125rem;width:22.625rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkJIDdlsv6MySFTlHMbf2mzqKO5hZhy { top:51.25rem;left:34.9375rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttzM36BsBhDhIpTrhh00GHTBw9cks5tX { top:49.375rem;left:29.125rem;width:17.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNqCN86xkcRZbrUdnmSLys9HF2NPfJd { top:45.375rem;left:0rem;width:28.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TlSNIzrQiKdtlDndxKQvmMx8IcBrym { top:15.4375rem;left:0rem;width:47.5rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bmmz5abxFTtzfmGcWUqJx2CP20x8bSJy { width:18.5625rem;height:3.5625rem;top:62.5rem;left:14.537501335144rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWBbH5PXh1y4fiXCHXuhwvx7sNQ1bA6a { display:block; }
 }@media only screen and (max-width: 763px) { #KTV89ALR5SVTv8ve30uK9FT3GIfUpv9X { top:4.25rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiN3eF1DeHNODffgkP3UOTpz0NdZNTuC { top:13.375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eveSHWwXaALDZIg72QgZKcUCx4SSoZ6n { top:5.3125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPWnb5eMKKZNAtfv0U0RaZCZrNWTy5za { top:9.5rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsa4tTACt19VEy2tPbkgwAQDp1r0SZq { top:58.25rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSemWCRFM28Op7ilTcUMhfPFsG9vrP7v { top:59.3125rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvntXywdCB4t0SQgc7qRWcJhTnkAixE1 { top:40.4375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8kpTbIMEq7mWan5tSPE1mEKbTtUeR7G { top:64.75rem;left:45.042536735534rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI6QDWHuMKInRWi8RvU2BDEVr38dRSh2 { top:57.75rem;left:34.15625rem;width:8.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmyUhPxQFhwJTRoEDGKuw2Ds8hmb28b3 { top:57.25rem;left:33.8935546875rem;width:8.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHdbhyOX8o36XqTJNwEnvXc0Rp5h9Cho { top:42.125rem;left:4.625rem;width:8.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f04TkyVfD3S4oWS4Tq6lDsh5pxiOUzyQ { top:42.5625rem;left:4.875rem;width:8.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJhveo3oDiTIx4M8iOXz2WDI5pUZWBx { top:27.75rem;left:34.625rem;width:8.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygakTUBUqmIHIREnmTImeHC6PzQRudLU { top:27.3125rem;left:34.375rem;width:8.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw { display:block; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMyPlweDMzEuRHxe4UBM1U13VzHmOqOA { top:3.375rem;left:14.5rem;width:18.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmrkB2LOaXNsudJmlR8hqSbkkLu6vWiT { top:7.25rem;left:16.21875rem;width:15.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy0xJMqidUaaC3nCLyan21tSWT8Uo2Xb { top:14.4375rem;left:16.21875rem;width:15.3125rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltDlncSfduHUOh98RWJFCKoMT4MdXRtK { top:13.375rem;left:16.6875rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpattvEDfvPz3ko2QINtiTWN1nqyRmvW { top:3.1875rem;left:0rem;width:18.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOMJuxNGGzvRZVNrktKn6OkEigxK2TR9 { top:7.3125rem;left:0rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC5Ud8UPLIGcEgRX2TsBHTHxgrTL1uf6 { top:8.6875rem;left:0rem;width:15.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK2RmvgeTGUZDHM2wdBzVQBLdPDmwpEy { top:11.1875rem;left:0rem;width:10.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqxh5Sxe9s4AzuQL3lgtZzOsJQux6Xvw { top:8.9375rem;left:16.21875rem;width:15.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1OCGmTHOgU0AqOxdN3L7uxUonOg7zwB { top:11.3125rem;left:16.21875rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU0fV8gHSKiCZKBuN0kAZQ0i5v6mqFJn { top:3.5rem;left:28.8125rem;width:18.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR5zR3pglM70q5qJWqVVVEPB6LtwQiVV { top:10.625rem;left:32.4375rem;width:15.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMHvESopd9bL3tk0RaimHBfFo9h860LD { top:15.3125rem;left:33.375rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATX6bxOiBZFv7z37WgaNRSBnfxxQx8R { top:12.4375rem;left:32.4375rem;width:15.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm4rqt6xDzPNvzdrsGyTeonET3JnyauP { top:16.25rem;left:32.4375rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTl8Xqkw3ATNxHcybXlDkgfmzShDHS5 { top:1.5rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtz9JBU3x2h1vK1NZrluBB9y1y4Zg4cp { top:20.8125rem;left:12.486113548279rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmaGQ3V8VztXLKg7xkmULoEAXE7pCm0 { top:5.5625rem;left:42.892359733581rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmOBrRVdJNLMpRUb1T46veVuWcrlTOtq { top:7.0625rem;left:40.447916984558rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLA7lcm50lrob2x8VTGMa1goGipdxI6A { top:7.0625rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcgTG6BfnuScQnKe94KeZKmtUK7vmwGp { top:3.375rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMizgeTHT7g0JVRksF5zodr8p7vplKtr { display:block; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFPZFXK0dPMTtVbDnTTgclxposoI5DIZ { top:17.5rem;left:12.1875rem;width:8.125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFzA2veEJWO5eIA7F0M6XZU1dfIPzME9 { top:16.375rem;left:10.5625rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFs7qycH6J3AzzO0HuT1haGla5yxIwdA { top:3.375rem;left:10.374220848084rem;width:27rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7i3HakKiUrwTcbkCC7CQA26SAoUR5H { top:2.75rem;left:9.1242208480838rem;width:29.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVc4Tb3UmR5kmwoqzBlKqCrTxRR2z3bC { top:17.5625rem;left:0rem;width:8.125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg8EELpxQPkWEchZTcMaKl6OtIZW6scD { top:16.4375rem;left:0rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeiGsDUtxGwiZfUh6qzSkFifdPShn2Ff { top:16.8125rem;left:37.75rem;width:10rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUCwUXQ7CZ5ioC20sfDp51H17blSKEe7 { top:16.3125rem;left:36.0625rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW6izvQp0rwMUA2t2TNW6gFOQnCTalwv { top:17.4375rem;left:27.4375rem;width:8.125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgc9wtIiwsZ4CdqR0Pub0FT1D0ef9S25 { top:16.3125rem;left:25.75rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZDvmr673709zafV5AqFcBBBoaCfe2Fw { top:30.375rem;left:0rem;width:8.125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMcoFvmtVd3mLStI1RTBpAhFmTTHJWbp { top:29.1875rem;left:0rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdMET7RcmbnZ1sR6B2eskXvh846uxidh { top:30.375rem;left:26.5rem;width:10rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpw0V10vyTZsItFxo8ECRT3226oEzpyr { top:29.25rem;left:25.75rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCMuiqC6gpXcl5qUzpW0lnearoohB8I { top:29.8125rem;left:12.3125rem;width:8.125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKO7X8EebXO4ZZaF2dAff7NdtXsgrAO { top:29.25rem;left:10.5625rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBtmcXH884U3QOu3kXQSZUxSB48zyKQg { top:29.75rem;left:39.625rem;width:8.125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGR1rh9BmHU3KSNyP4AfpWsyWw88Hz0T { top:29.25rem;left:36.0625rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbhOovwTcGOPXuPe0HFbb3teTm7RSKIG { top:41.9375rem;left:30.625rem;width:16.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oucMwXuZ0vSxIRC7gPcKZ2kvOCQ9eNXB { top:42.625rem;left:17.4375rem;width:8.125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFe9OTQyrzoh800brwh4ISxT9IuHK2Se { top:42.0625rem;left:15.8125rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObCcXx5DWUSs52WglnETveAOLrdJ6xSH { top:42.125rem;left:0.625rem;width:11.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S77uUcopEJevitDvHZGRzO58Oai8BJek { top:42.5rem;left:32.0625rem;width:13.875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo1rG6qxTRZmiKKFg42kilCSKMudo6hh { top:42.6875rem;left:2.3125rem;width:8.125rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ippVC87nnUQUCBb9rK5Cxi6qCPsZcAZI { top:49.3125rem;left:2.0243053436279rem;width:43.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAOce1MdG0nt4kDESwet458UG4GT4mTx { top:50.6875rem;left:3.59375rem;width:40.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sizlvFONkfv3xnE8WSsRTDJzeOs1m0sE { top:50.375rem;left:0.42447853088379rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuRKKT84rVeAbGD7M93xepnsD4BcpQ0i { top:50.375rem;left:43.9375rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sINLMBlfUc75PqfPmtm50INNNZAW3fZ2 { top:8.625rem;left:0rem;width:10.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McM3T72zMTGIzXHz07ffsP8nAckspIz0 { top:8.375rem;left:11.840278625488rem;width:11rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdApeQvQoFNTLixeBKnmSN4URah6El7Z { top:8.5625rem;left:26.375rem;width:10.1875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw7CocHE6kSDT9zhA3FLST2TcTOd821e { top:8.125rem;left:36.8125rem;width:10.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfWlu32AoBpXgqNmeo2sh3x5QWoITu3z { top:20.625rem;left:0rem;width:10.75rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBZuMzketfJxx9vQcHsOcpcpswUJaTt5 { top:20.6875rem;left:10.8125rem;width:11.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkIuh1kd8XgoBbEvKXOp18OH5DuWLmiB { top:20.5625rem;left:25.875rem;width:11.25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBrXVTKaWb5OFNr6f4h1pADI8J4w1BWb { top:20.625rem;left:36.875rem;width:10.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8CAxtzTg68hz1JgUPQiWzNLL5M6mQJp { top:33.875rem;left:1.3611106872559rem;width:10.375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0T2E7TM6SLH5hqAXKx3nnVJdRHAIOew { top:33.5625rem;left:15.743057250976rem;width:11.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWg9oekeg64tdiINBeN09Ar7Mpdq8BG6 { top:33.1875rem;left:33.486110687256rem;width:11.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUhcW12V59TtahbeGqFurPNXNJG1kPIx { top:40.875rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlulwbDz1SBT6TOhbFyLvnUvafb5BGXr { top:37rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqtVeZUW2KT9DrQf312MQmFLPpp5Xogg { top:37.75rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRbsd3dQF3NSv8dTqD7VPghOzz2tyLcp { top:56.5625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grmeh4WgyWUDN0ph39r6QLwKRHvNaB9y { top:3.25rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSRZvL8xKJdATPnAvAnKzPhsdBw8PglW { top:4.375rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4vdfV1Rvx0sXTedBXElgBU9BGd05JhJ { top:42.0625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHIiLWgCQD6B76JezR3WuRe1eB2tVPeu { top:2.75rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kafKtT962AtBA4KRQkxIXb3EoBzKtRoU { top:16.4375rem;left:0rem;width:11.4375rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUfty9sxUc1JOQhZp3fWK1kcz6Kc4CyI { display:none; }
 }@media only screen and (max-width: 763px) { #d3W2b8G6gJIVC8OGhreXC0wvk7RuJi4k { display:none; }
 }@media only screen and (max-width: 763px) { #PV6zPHfVswfBrxoAdGtfXk6VXGP9TUE2 { display:none; }
 }@media only screen and (max-width: 763px) { #IR9AITeSN1iWPlf54GGt4Pbe9JBJQQSa { display:none; }
 }@media only screen and (max-width: 763px) { #qS0zEuuAap3ThkbQyH7TBMT9IKhQlLx3 { display:none; }
 }@media only screen and (max-width: 763px) { #pF7vQ0g3hU48ywDVOTAtZDVRSMiQ3Jzp { display:none; }
 }@media only screen and (max-width: 763px) { #OgMzOO4poyxELBkUu0DxSSfJ8swnW0RT { display:none; }
 }@media only screen and (max-width: 763px) { #ZZn3Tx5tWkbwyo0lBuu3PAe6R2r6FTDl { display:none; }
 }@media only screen and (max-width: 763px) { #NuHZZI3BwnJouytgZKWtPIRuIySPv2Um { display:none; }
 }@media only screen and (max-width: 763px) { #kbW5nTqtsGriynlR9axtFNTnwbNf9Tlw { display:none; }
 }@media only screen and (max-width: 763px) { #JHqQbkqLdUSAkG1cdlrdebz8SDEs744p { display:none; }
 }@media only screen and (max-width: 763px) { #eWChEAMA5zIdoBNJz4vKMwh9NaqzhPab { top:8.3125rem;left:8.7804698944094rem;width:31.0625rem;height:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #okv7m4MiT5d4DARzm0w439FwXE6M76Lv { display:block; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTJvMLSIcSkQlT2Pe5TAXqcDf1C0vhKo { top:3.5rem;left:6rem;width:35.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCp2I5OsJ94x9HDeBwhU31hBMQqgZam { top:2.875rem;left:4.96875rem;width:37.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO2Mod0GIESieTkGDqQwCsossCmzFRXg { top:12.9375rem;left:0.53125rem;width:46.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJa5JlGiBdg2sXoBV8PVrJFU2Ni9GECB { top:8.625rem;left:3.15625rem;width:41.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRtWJRAZoz9vEeTocrF355MiGQrTlwFq { top:11.5625rem;left:16.687501907349rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrUAn5ECHegoK5aUJbniyiEQT1aNR0GA { top:21rem;left:0.03125rem;width:47.6875rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StQZTD0E7DklyfluMIJhTTMQ5V0RvxKX { top:23.3125rem;left:4.53125rem;width:38.6875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABoIz8Kq8Ic4LQK9MdTTFoTMpss5wPe { top:20.4375rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaHKOtR1NMy3p60ptfc5ks8l7vWOb0TV { top:30.75rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht5RLIWPHBoTM1IfE3CqD3Wc5X9hRGRE { top:41.5rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgH6tesdTexWSBG7qIOkldwtqySTDEat { top:50.5rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTRwRo4QKqps6hA6Ub1hVpQkMz9UxHsq { top:3.5rem;left:40.4375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtH0iTxuKfUuaJCtmISE8rTJBQI0uPML { top:21.6875rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mor18OQTRPvMw8TiR7i9e5ta03v79ccG { top:4.4375rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmeP7wTNxDFmO3FFwzVGVzUhlADGRsqC { top:42.375rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb { display:block; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5gWxnZq8FCU26zlTe4mH7NIq6fHXszQ { top:3.75rem;left:8.5312519073488rem;width:30.6875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdRHBW6a9D3k9avadpCe5KeAIk0Z9aT { top:3.125rem;left:6.40625rem;width:34.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BQMuNW2tzlRACsMoAPAJvqs7esU4dc { top:10.5rem;left:9.5625rem;width:28.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfsfcipWkqIltqi5Lv0Dn11emJLOlcIt { top:9.6875rem;left:10.232639312744rem;width:27.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG6TIQcOm0riubOolGGoAZCTpT075CTc { top:14.9375rem;left:0rem;width:21.25rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSXJ036o10uKtE5nodIXbbqkCdfOHZ6k { top:15rem;left:13.25rem;width:21.25rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE5DbapsDRMmn1HPFdpP846TdE2FcBFL { top:15rem;left:26.5rem;width:21.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGMeIHGnXlLpS8eRwtEULeczErx8Xt3s { top:27.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQX3I6oTEJM7Vg5APqWdsbHTpwatGV2 { top:27.4375rem;left:13.811633110046rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7o7HIILNiHkFAOMsNWCi9gasN7ZCD2M { top:27.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoK0R3hTrrf0QDQwaqy9iCsnqMVLHB7 { top:33.9375rem;left:14.217883110046rem;width:19.3125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZg2uTL0EurtJKpp7GtTrVMB2Sp28swq { top:33.125rem;left:13.29513835907rem;width:20.9375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV8tysAOgezg1T986r55UXl4XQXOz70g { top:38.375rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLgGkN3MvDrau5QAK5zZEbBbc2LagTuq { top:38.375rem;left:13.249133110046rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML7aEIG4nuK9Fe61qROyQ8usvIhR8XXk { top:38.375rem;left:26.5rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBfgNB8xJL2N3kDyh4PCONFoTIIPiXyS { top:57.4375rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAENATi5MQyZEzRcN7hpIgxylh04TxE4 { top:57.4375rem;left:13.811633110046rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dnpHip4Q5c0lXZdgwd15sZqmsMiVBe { top:57.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdR0xXVI31tCqazCRG4mfNtBOMJBhdlk { top:3.125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5TpqJxFEf0BRiNHosKZlQtccJEoR5hN { top:4.5rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ek3Dt34mWvZzSoZvIeJHhf2gyzpa5R { top:10.25rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvBDLmkDx48veQyiM3f8tfE85xLOvsB { top:31.25rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtVVqORJrN5Gf8gtfGoIgEEA7F8W4ALi { top:31.625rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUkQDID64BECq0HFFU6qd37W3AikqfF { top:34.5625rem;left:43.325518608093rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo { display:block; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXVzaKvBFLzwMAGMR7fhs3Hb7VFhFh24 { top:8.1875rem;left:1.9375rem;width:18.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLSqvZkzrOAf2LHATlpBycTXOEuWLoyz { top:3.5625rem;left:16.5625rem;width:14.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRtoaHpI8sbaSGfRvA1OwJ1QBPDbyg5 { top:2.9375rem;left:16.125rem;width:15.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woi2FSR9HtdTehXho9Wt9ivPvx8NbBID { top:8.125rem;left:27.125rem;width:18.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQI1I1t1BQLAb9EQu9nxkqxTUnPBXKUJ { top:8.8125rem;left:23.8125rem;width:0.125rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3C3GcGtoJOJBqZdhJTdzrxR3arME9a { top:9.75rem;left:7.6875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izgnI4o7AnnDrVyLeQwdVF9nGP6nRHaJ { top:9.75rem;left:32.75rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4FDJ8KXBfpOKLn3whMHKBS7TZhLAaCo { top:21.1875rem;left:32.1875rem;width:9.5rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2Rc0fD8kC8ilTDnHoaTZlWcpc00X1M { top:20.5rem;left:3.625rem;width:15.4375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TESBTSwoSLlMagC8SkaoSTRHALD7C8ig { top:18.4375rem;left:3.75rem;width:15rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioqapVfek5SAIAnXSivbctrc6vZS7UE1 { top:18rem;left:4rem;width:14.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwbkswxDJsGuALVu5Lo1HfBGioeN3TSH { top:18.25rem;left:29.0625rem;width:15rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdFp8RvmHbEETofc7MNITlDfnxClhPN1 { top:17.875rem;left:29.3125rem;width:14.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFxwsVB2mpTh13vnqDduMGVFRG34quQZ { top:45.1875rem;left:31.1875rem;width:11.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnNLBm53lIFTO7S1W1IrsIoSpH2BMa1T { top:44.5rem;left:3.875rem;width:15rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZZXuOUT9RzK3DQNIlODZxheuyFFahM8 { top:41.75rem;left:4rem;width:14.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcXrZON3HR6PIb2KoGmAJ5km5Jltz0qy { top:42.1875rem;left:3.75rem;width:15rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVM3WtB2iTdv2GRg4iEu1znhkrlUW3zv { top:41.875rem;left:29.375rem;width:14.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaHCDcHhzSP971ibRZXnX4aZs62TvxvG { top:42.375rem;left:29.4375rem;width:15rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxOMkT56LvKVIG4N9BUczRuvkoLUONpT { top:31.875rem;left:1.9375rem;width:18.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEBqWOKWHAFIbKF205zZaGccIEqxnTU { top:31.875rem;left:27.5rem;width:18.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwG60OF9mn5fhOftDm4UteHEKUmhi6T { top:29.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKtyqDlc7iZgAxdowoIo9Fl2NVHqeuQ { top:33.5625rem;left:7.6875rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhHG1vig90gRWyIs7DJb7xfDiK41BoHO { top:33.5625rem;left:33.3125rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDx01NdOUk6pMtv5yxOTDpmtOS0T55y { top:13.9375rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTD3hVoaQHGPBAxdowMOAhQs9Xy4vtl { top:3.5625rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMgInmnKm63AE5eThfGiI33ufhBLQeg9 { top:28rem;left:41.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkLDGr9ybleQchQbLPnX3uTb7PEzNOTk { top:23.75rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMDXDu3XG0ignAekApVOENvDTlixmurP { top:41.8125rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPVcksUXF9seDKsSewom0xlGyNhUaiAk { top:4.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD15wf6C4paBzuOcx4zmRLHysPzEPR2x { top:29.5625rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDOxLR0PgKGzF8woLpOZn8PeFrN7OnJJ { top:43.0625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqH2SHdeibbsuzSyCUvZQsLVETOt5o9 { display:none; }
 }@media only screen and (max-width: 763px) { #My2ZScncPDPktBc9mF0dALUA8xwaT045 { display:none; }
 }@media only screen and (max-width: 763px) { #wLXZPfIs4FLSSSrlqcz3si4yTa9xX4aK { top:22.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xn4PXGlA5xOwqH6py9OR3wvFy3XIwTJb { top:23.375rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BR87wstaE3TBQr3Eo0TOmswuSS7zMXTT { top:44.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QadwhbHP3LCsW3XraeWFHvRLPNULmvSq { display:none; }
 }@media only screen and (max-width: 763px) { #xWd1WqI3TngXTraTGXVZxKDOseMMbAO5 { top:46.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8xZrK2xdKTEknTZpqEKNGRB6coMTeT1 { display:none; }
 }@media only screen and (max-width: 763px) { #aLlvbdnvsZJpcPtuRyzHE96NFVqdOXhb { top:67.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LncIdgCJiTriuXwrevsWPp805JoHq6S0 { display:none; }
 }@media only screen and (max-width: 763px) { #dW1umSIfb88P1TLbWvzMckxZlPQzfTbT { top:69.25rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivRkiXPgbmFE5fSMwqHJGWBThIWFEgKT { display:none; }
 }@media only screen and (max-width: 763px) { #MUiITlvDgN0MhfV4poFtmG2uiutddcBr { top:90.625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkCqO5SQi7Xku1iPTShRf5HkIxlLGoX8 { display:none; }
 }@media only screen and (max-width: 763px) { #VpRm8OCeDTqUcCDT0tHO4OIv4pFCEe4O { top:93.625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #naonFc5o0ubGIK5ZpvzhkQTmWVyDAoTu { display:none; }
 }@media only screen and (max-width: 763px) { #Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ { display:block; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi6p8KugGLyOPRwqmBLslTwWZKa7SrLR { top:3.6875rem;left:16.5625rem;width:14.625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TQTaxGfDlt8VeWs9LqS94MiNHzHkRJ { top:3.0625rem;left:16.125rem;width:15.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpeJKeQ6fQDOKVinOTGNeT8cpgJ7hBoa { top:9.875rem;left:25.125rem;width:22.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfeJUoDdb6WycodDbcw4ROW1zJTMitln { top:12.625rem;left:19.125rem;width:28.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4T6GH3OrwSEQWAm0I9JX3sxdueQloN { top:8.375rem;left:0rem;width:29.75rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubcKTaiDuzfq4KL0KxZc7VeIgoF3kToK { top:17.5625rem;left:25.1875rem;width:22.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGwuUSVaBsCEvW6eIOEzPhCTlwkH7vMn { top:16.4375rem;left:23.4375rem;width:24.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9f5CNEvlekoWg0AcssW4JBmg6dPezI5 { top:17.75rem;left:26.8125rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVTPRyqar0pHVI7PNbctffD1B6gTymz { top:17.875rem;left:44.25rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltCw8RC3F37Lrk0FEceEZtZPSAUDys9X { top:23.4375rem;left:16.4375rem;width:31.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruUz3NmnVuITearf9Vy0WfQKiEROyRV5 { top:26.8125rem;left:35.0625rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQZFEkXzzcFvo0MgTbqiKXddORBGKk9A { top:23.1875rem;left:38.4375rem;width:9.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCbx7TthK45wQ3wkMEhP5Au7TS6XF6Z3 { top:31.75rem;left:12.5625rem;width:22.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0gC51mcFf0PeQhC02V3PV4TiEU2PL7Q { top:33.8125rem;left:4.5625rem;width:38.625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7q8NsvEAVv1NxOHQXHfqT4aQElM7zBW { top:35.75rem;left:11.425001144409rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTbWKHEZDLPDD20tB8SgJwQR6JhLAVA1 { top:32.4375rem;left:5.0625rem;width:37.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZKwJ9usK3qopBF25sfqbaBXhcxk2KKk { top:31.3125rem;left:17.875rem;width:11.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNyL68LBE65wnfbOSGiWEn5BfrBLzGyD { top:2.625rem;left:43.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqwkFf0abp4E1x27rGlm5Bw0Ko0Pk2O { top:34.875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqyVn1WKU9d4FkcsJyTSr3T0OzWmgUQd { top:7.25rem;left:45.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTrqBlzU2QEBi4yLlPfip9pdchtfRxg { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhtDsw5P128cMeSszxWhQwRDH7XLDp2q { display:none; }
 }@media only screen and (max-width: 763px) { #EiD85DqQSReQVEiXVqA0DwLRMQSSTuDt { display:none; }
 }@media only screen and (max-width: 763px) { #IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd { display:block; }#IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtuzcpvXAvpHdR4KM4gwvQMD3REzSZgK { top:2.375rem;left:0rem;width:37.5rem;height:6.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqMerXaGspLUTLwV9isuWZge7XOLMokm { width:21.875rem;height:3.5625rem;top:46.4375rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVywcJUptumRFJvOeS1DnqD4Rx7M6tm1 { width:33.75rem;height:1.9375rem;top:44.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxi86zxPpp7JwPGzGqPX0Ll7XP12yOvB { width:21.875rem;height:1.5rem;top:50rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUA7TIyF3ZCzWMPZfyS6zeHI253As3zs { width:14.1875rem;height:3.125rem;top:19.375rem;left:23.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STrLeOU3cZka9yadUim388ztQT9KKFTB { width:35rem;height:5.1875rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMGuZPyMAMdRezXSgTevayMSInvFJ4xc { display:block; }
 }@media only screen and (max-width: 763px) { #fTNimTBi6biQfEAcoU9W6IcFTsaoWS4r { width:23.125rem;height:4rem;top:35rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW1MtRGHaQmT6ZkkUoiMrq14WRIV0xtP { top:33.4375rem;left:0rem;width:25.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3vDU4EIyNk9IfqJ9oELL2t6Z0EqVl0H { top:33rem;left:22.25rem;width:25.5rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3z7rUeF7Q2X5EHAmN7rrXwaiy2pleJA { top:11.875rem;left:21.1875rem;width:26.5625rem;height:46.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gaavFE1CozAVAXZ8LxpuTH0ClqdUc73i { width:21.875rem;height:2.125rem;top:12.625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadRARMdQE0BdVQ2oPCi6O541DpGtI7t { top:25.25rem;left:18.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJETD6WMgxozsQty0PIxytBihvpuOKB2 { width:21.875rem;height:2.125rem;top:12.125rem;left:24.842968940735rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bilSzNcqnICe1avZOfTUltGTcpwDwuAT { width:24.25rem;height:2.6875rem;top:36.8125rem;left:23.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDbHFqGf49cBNsxh6LQdVkNLBtw6P5Jr { top:21.9375rem;left:18.875rem;width:5rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rn4DTpxPlo81Pf25ngkhXtNT7HrAHHnZ { top:19.875rem;left:26.1875rem;width:9.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGb0rtJRInvFNRzqq4GE9Kf1aAssofXL { top:25.875rem;left:23.875rem;width:7.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIWBzCSl61ZRvrQK95NFD4ytnvAkWFRD { top:19.875rem;left:36.0625rem;width:9.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TttCfpQF9VyIrlgxdF89EIUMAhhzeUem { width:25.3125rem;height:1.3125rem;top:33.375rem;left:22.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeyPgyyTNBkwuJ8hqgUtRyVQI44P94qF { top:26rem;left:40.25rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1BXm4mwlScqIAoSrRsBoQRa32TdfTC2 { top:26.0625rem;left:32.0625rem;width:7.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ApZpVmT7kyzMpQNxLG7TvPUHe2iot9 { top:17.25rem;left:0.9375rem;width:22rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 { display:block; }#KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIMqx8UtH8MtT1i176l4ACxgI3S83JJ9 { width:21.875rem;height:2.125rem;top:20.4375rem;left:24.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOy4T8JKdMU69FHxHVise8mffFSCMes { width:21.875rem;height:1.125rem;top:18.4375rem;left:24.844532966614rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIAblkaoRLpi9umDCiD4fv2culoyMVNz { top:9.25rem;left:20rem;width:27.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3u8zuwPHowMq4rE7ExsZ4nrPOJpOmZq { width:25.625rem;height:2.375rem;top:13.8125rem;left:22.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anu7H5rzvlc2ddLe6zrPMRuncCQAkvw0 { width:26.25rem;height:3.4375rem;top:9.8125rem;left:21.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLK0EGLEifN7T8T1sadb5dbBfdp8sTxb { width:25.4375rem;height:1.5rem;top:7.3125rem;left:22.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRZSrbMcBlCgT6mKuF84DgpFZ25HDM1g { width:35.5625rem;height:1.75rem;top:3.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hbcy56CsawvmqfTL2TTIeqTIeD6WRF4L { top:8.75rem;left:2.3445310592651rem;width:19.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPZgNpTcnGpvXHbL868OFH5eLTXGxRa { top:2rem;left:0rem;width:47.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tusnmOJOmdHIzfCvwwwW9EK155P3egPr { top:2.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UN7dTZF0BcdcKvkmHcQyLwyzKW9BqFLw { top:2.9375rem;left:5.5500001907349rem;width:14.125rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1moDXc6RmEao9vzzIaPHzdETzAnJhSf { top:19.625rem;left:4.0625rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrW3iHICsSTkitUh4FxK7n3oIBuJpcNI { width:15.9375rem;height:3.3125rem;top:23.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG18EbuTeTRLglzgoB6vQOMs9p2AxP27 { display:block; }
 }@media only screen and (max-width: 763px) { #UQB8ZAClk67eCmn3MW61vIXbmxh3VKX9 { top:19.625rem;left:0rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkI0opiZUWlAEoyfbD9BUT2QN7X80wDn { top:19.625rem;left:16.375rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3VC07aQ0sPJSC6JXIiacQVItMcf1TN8 { top:19.625rem;left:12.125rem;width:7.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nxMKHAfifISWeESMDN4gSfmQawDkdt { display:block; }#g0nxMKHAfifISWeESMDN4gSfmQawDkdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AivXDbGK4HuPT6Q7VwSAIHxIXIp6S6Xn { width:21.875rem;height:2.125rem;top:25.6875rem;left:24.844532966614rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPHyhzxtGlXOuIWQo7ZxTU1vH3w1gw4b { width:21.875rem;height:1.125rem;top:20.5625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRqFukrsszC7288yWwso1TNxAFGS2pc { top:10.3125rem;left:20rem;width:27.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5PUiOGQe1zyK1INF0zGeFeFJJoB6XeO { width:25.625rem;height:9.75rem;top:14.375rem;left:22.125rem;font-size:0.9375rem;display:block; }#L5PUiOGQe1zyK1INF0zGeFeFJJoB6XeO li:before{  }
 }@media only screen and (max-width: 763px) { #FLyu4PClE6lf3ugBkhB5SkL4tfgnBgdl { width:26.25rem;height:3rem;top:10.625rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVUPrCNmTZSRqEByWbceOkUt3Pi4ahP1 { width:25.4375rem;height:1.5rem;top:7.75rem;left:22.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4vgeJTzI0OcJR0aJqKdsOpmU51oJaT { width:35.5625rem;height:1.75rem;top:3.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNeR2lKKfVfwToekTegRflWUOpVrwRHl { top:15.25rem;left:4.75rem;width:19.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNt8KqgeA5UcW5JyHWqSXrM8epAvmZle { top:2rem;left:0rem;width:47.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLhaIiw9lXZPgehsuRMSioqaqFiMpwPH { top:2.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S933ANbKVhEFQWc06IywSxS1NOvWpAmU { top:2.9375rem;left:6.3124990463256rem;width:12.8125rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIkIsLcC8qSPDWSmZiTon8XxTFlEHH5K { top:10rem;left:0rem;width:19.125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqpTacaVuu7X1OeEpXMpgh0ZL7iqPDTz { width:15.875rem;height:3.25rem;top:23.5625rem;left:27.862500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJI8qDB3M3IxURRterZWXhr7rWJHtH08 { display:block; }
 }@media only screen and (max-width: 763px) { #wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt { display:block; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsM8e1smJmoxW78ERZGnXUuZZZCf4Xe1 { width:27.6875rem;height:2.0625rem;top:22.3125rem;left:20.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0XTcsio3iZfy10RmimtO1xOhfCoqpat { width:21.875rem;height:1.125rem;top:20.5625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcn8J8aRapxAJiXPXtdQfyxNpZUk6BX3 { top:10.4375rem;left:20rem;width:27.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKlNaR61xK7tOdLu6ne9nK33M8CeTZ3w { width:24.5625rem;height:;top:13.25rem;left:23.1875rem;font-size:0.9375rem;display:block; }#eKlNaR61xK7tOdLu6ne9nK33M8CeTZ3w li:before{  }
 }@media only screen and (max-width: 763px) { #i4khlNvoFwM2dSZtrRoAG9bRPOR5TZy0 { width:21.0625rem;height:1.875rem;top:7.8125rem;left:25.281250953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCyfh26czOCCk6oDQx35JtUcPmnoUe5Z { top:1.25rem;left:0rem;width:38.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX4KInqilQ7AmEh2v6JKlFW2tAIvZVuV { top:2.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOT4EZ1XVXAHO97tui7WazCM4MLqvN1a { top:2.3125rem;left:0rem;width:35.8125rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCXtrMsrWMVShOTKPagNQHk1T19dpCi1 { top:10.4375rem;left:0rem;width:23.5rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5EZCi0ofxCz4Cr9rarruuoBEEGVPe8 { width:15.875rem;height:3.25rem;top:23.5625rem;left:27.862500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOMdAyaNMXwNsB2VJPDCnwCglETbAPnt { display:block; }
 }@media only screen and (max-width: 763px) { #yJbqhUm5ieAw6P2XXg24Zdla3uo3GHpu { top:16rem;left:16.75rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsBLxI1Zg1lazRS66M3ZTU49qAR9vXor { width:24.5625rem;height:0.875rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSDRyzQTBBgmTTglrggNzhezhHgP6PBT { width:26.25rem;height:1.5rem;top:11rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP { display:block; }#xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOg37w68X1nT2sVIfhe9tmrq29cLleHs { top:30.5625rem;left:9.8125rem;width:29.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #scLQLRGGzcJRCqgb3kc55lHyWtvCtJCl { width:6.875rem;height:2.4375rem;top:25.625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpFaFJBk8Un2xgiEiyT5NdyEomhNmei5 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJsF43tGIT30yK1I6LmQzgcDVu8iPqP { top:35rem;left:12.8125rem;width:21.3125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2RPu4Wro0ZBSvShT75dlNZmJZZpNOsC { top:9rem;left:5.25rem;width:37.125rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITD2TM5MCnRrcf7twLoBsr6QKN4WWgMQ { top:31.5625rem;left:18.75rem;width:11.3125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEAL4UFwV69gkCI9PQbVpUupL1qnSi63 { width:6.875rem;height:2.4375rem;top:39.75rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBL7wzRt7pfxXxrAchiyJQSuTFvSQm9w { display:block; }
 }@media only screen and (max-width: 763px) { #LPDdC1SEdVhnhGBJsVTOy3sgbEcCmeCW { top:13.1875rem;left:1.25rem;width:44.1875rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiyGgXeA8QX6t6d6yEy1hsxHh652w6CG { top:16.3125rem;left:20.25rem;width:19.5625rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHS6ALULznMaVNLlaqAh6iL5ZpBqcFLu { top:14.5625rem;left:19.25rem;width:22.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZy6Nkd3uAapzdTTyGusRsT69qq39XXe { top:22.6875rem;left:16.375rem;width:20rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv1Xgvgmvd4uCGcRdiFqaH5RDVvSTvqw { width:43.4375rem;height:1.25rem;top:44.9375rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck3U8s7R5FUrTirl2sJER2v7mXoN0405 { top:13.9375rem;left:6.125rem;width:10.8125rem;height:13.795464342369rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTkooiGh0QpLeaSH9GypAJTKwDp5qq3 { top:14.0625rem;left:5.25rem;width:11rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBxS2OaBayq4NpA5VHwKyhwGF9T7SZd { top:1.375rem;left:0rem;width:19.25rem;height:6.5rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTsEs8hzAu6pdNP8zTLGroEeBr7LmnCi { top:0rem;left:0rem;width:19.1875rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hcGwgqaTWaaxzdXShM592R3qhXvXXFor { top:9rem;left:5.25rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3kcpEOTxxwwTH6mF2OXf9WhmN2g42D5 { top:0rem;left:0rem;width:47.75rem;height:8.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV { display:block; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7aJa2UgcQizyPSJAXf09s4pbTkOETRC { top:1.5625rem;left:10.0625rem;width:27.5625rem;height:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6I6F48olmLGq0MacsiQeJNG6L6BF1oG { top:9.375rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG31Gi3AscwiKFXCfwq9352m2Ff1A6uP { top:24.3125rem;left:28.5rem;width:15.625rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGrP4glgWTU015yU1dX0Ow6A7CXNm0GE { top:20.6875rem;left:33.4375rem;width:5.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRK5xqJmgVVmdxq3TqXVEgdma9BMMsqT { top:18.9375rem;left:2.3125rem;width:45.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0qoUpqEmlc85TAFCmanWCJ6dy3MoQ5 { top:23.1875rem;left:27.5rem;width:17.5625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB17oPHwMqNN8n61w52kAZmEDQoukM55 { top:38.5625rem;left:43.5625rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtPv2RI6MZc2m7NHksJrry1ZXtSUdM6b { top:23.125rem;left:25.8125rem;width:1.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxFfNfXQsKbvAXT1EfcOvI99iKVrDXZr { top:20.1875rem;left:32.3125rem;width:8rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkO934yrr7K5Hwo1Z9TlqsWS6sbMZHCL { top:1.0625rem;left:10.1875rem;width:26.8125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyB41MfUJPRvJO3WpXBa82oQLPe5oDe8 { width:20.9375rem;height:3.625rem;top:42.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfNDmy682nyd7SW5PMHUed4Kx3P7Obg { display:block; }
 }@media only screen and (max-width: 763px) { #zUgRI4sR0vu3GK76enbnerz3towQZvnl { top:3.4375rem;left:38.0625rem;width:9.6875rem;height:5.5889423076923rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2ut27G7a3QTTl8qkTdcC9kl0HnXMHKH { top:43.5625rem;left:0rem;width:10.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esNwoPuewhL9QnhX5Ryrr1QrqQ0gOTQE { top:20.6875rem;left:13.5625rem;width:20.5rem;height:18.506000237091rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT41H6dZitsOhDxWhBPFHquCXawIRzMB { top:12.25rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUTRBeeQI141ciM0Nmy34wkP1UhT5Sc1 { top:44.75rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CArBVCqS6qa0x1W9w9ZUlJCiyosf7zbM { top:2.0625rem;left:3.25rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS25ZXQrlhbu0Kz035NBZ6g8L4Z9rl3d { top:17.75rem;left:3.3125rem;width:2.3125rem;height:3.3492429229756rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPocmrVOSAFrsqA6W5xhPDiLdBaM5gf0 { top:34.5625rem;left:43.6875rem;width:4.0625rem;height:4.555017522258rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4T1vZG3vVJUmpOBaWu5K7UDr4Fmb6iA { top:20.6875rem;left:7.25rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUV7y9xWB6W23bBmCq4rs3ncGZLEVuf { top:47.125rem;left:15.625001907349rem;width:20.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOaod04Rwnu97vOuOk3ynESTaIkKrzSQ { top:37.6875rem;left:5.6875rem;width:20.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9SGv3xodoBOo8sF8dhhDo8rmKs7XzD { top:32.5625rem;left:27.6875rem;width:17.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB { display:block; }#ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bv7N4a4BBPguZCSnSXfrs9E4za4Gl8hp { top:4rem;left:0rem;width:23.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW99xKzmA5FQHeySmbc5bJ7SH5S637EM { top:2.9375rem;left:28.0625rem;width:19.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiqrW7TgEnGib5VQOTqlblUhub1esHC5 { top:6.125rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIB8JkLQ4Ha0LywhBHCE5UiO8uw9Qz0 { top:5.0625rem;left:40.3125rem;width:7.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJrLw84ivdilEbfTCF6ZwoH3vVrUzowD { top:11rem;left:39.8125rem;width:7.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyPclpVUdJGCHHIIisMKT1UUJNxyUwnZ { top:13.5rem;left:41.5rem;width:6.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhasLaPHIltkFKhltCUNT6LJrWQBZ2mX { top:14.875rem;left:28.0625rem;width:19.6875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUw3ZTZkOnmeDoMfV00O0pQV88T13K2 { top:10.0625rem;left:34.9375rem;width:7.875rem;height:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8UT9EqFsbxkHP1L3PXJH0LkXe2dKh4 { top:17.3125rem;left:22.5rem;width:25.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osu2USNpzPmEruHnfdLqWkDPkVGlDG3u { top:18.75rem;left:43.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #omdCWiqcXxqOR2C5Qk6uki9prLD13zvx { top:11.0625rem;left:24.9375rem;width:12.125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxM9dITTOgeQyZuv1yQLtUdnFyL4ZwZs { top:5.0625rem;left:26.1875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab7neGgFnqgT2XGbzBSWITMGADXLZWHI { top:9.625rem;left:0rem;width:5.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoUkCAAtvKH9fCBbadHIsEuHsda5B9Ta { width:14.5625rem;height:2.125rem;top:19.75rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRbHoRhB4dZz70qIRU4ZOPE6kapev7WG { display:block; }
 }@media only screen and (max-width: 763px) { #wJbv7X2bEaUkAg31UTb4TaGTenk3vuuE { top:4.125rem;left:28.0625rem;width:19.6875rem;height:2.5625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPIwE4QBpzaqT8atFhOTzKPQrmqH6rcn { top:4.125rem;left:28.4375rem;width:5.5rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFBWDxODyehO9rMnmZXutqC3v3rplpeJ { top:0.6875rem;left:18.75rem;width:10.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XquUmVRM8OsE9i5WuhdbFJamlqEO7shq { top:14.25rem;left:2.5625rem;width:14.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiOkMluu2ftCypF2NpQOf9Z01ySuT8S { top:16.4375rem;left:0rem;width:30.4375rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL { display:block; }#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVo9gk3vTmFbZyCroePWE0sv4CplM8KU { top:23.375rem;left:0rem;width:13.25rem;height:6.9047455844656rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrIaIzHDHncIxBHAdX34k8feUvTVTGnz { top:23.375rem;left:8.97509765625rem;width:13.25rem;height:6.9047455844656rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoWoUH0BpDZDsJ8vanRL1FUDCSX5rv9J { top:29.5rem;left:0rem;width:13.25rem;height:6.9047455844656rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq2rn6mPRXowcTdqJgIDbsvzTiu2WsIl { top:29.5rem;left:8.97509765625rem;width:13.25rem;height:6.9047455844656rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4my35HwrKNpKalKigdoBBTpw2TMOEb { top:41.25rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGmaQlznhS15Xv0Ug38P8EIE2Mtd6Xdk { top:40.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J { display:block; }#JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUZr2NT1UH8tMZtFdM1ctQlTVUcBMv0h { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT1t7T6U1pvL5owHC0h3wTwgdChDGd4d { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv24582RyviiV6dikIPwpylxVfZpFrJE { top:1.5625rem;left:4.8125rem;width:38.0625rem;height:9rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhqxwKDWCSpTTVo40oeHqxTy50RJKkT { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHHwJD1yZBSB8ElCMNhtgQGkWUdD8x2 { top:0.625rem;left:0rem;width:8.0625rem;height:1.2500581422392rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuiG50BTTp1ipwu6qFkW9klgJiGk0OFp { top:10.625rem;left:11rem;width:25.6875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkoN8Ssf916rJZLcfUlWV4lX3tnvS2O { top:9.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBsIhQVDsVJRA9HPgTwGmlZnr5GCq9u { top:14.4375rem;left:1.6875rem;width:14.9375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TBQpmeJF4ETZAGhAaHdFtJrlT8rrwk { top:14.4375rem;left:18rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqBKPkzGLu7qkGuTnrzL7OSHB8LJDlFS { top:14.4375rem;left:31.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbRHN0OoRRXwaur7moxEyZGLdy322rm { top:24.125rem;left:18.9375rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRuqk756dBhi7MutPMKU2AsCIv5LMiND { top:24.5625rem;left:19.375rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lazm9tPhSvCzcWrhPZeth99tCrgVuyFI { top:24.125rem;left:3.8125rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPaE9EpGbcNfx6It1ehOllNQHXieOnC4 { top:24.5625rem;left:5.25rem;width:7.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbFPfDNHoubmwFfPW1V77zKLTAuL7KwF { top:24.25rem;left:32.8125rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaWRNNlSJt8Vmql6XVWTQUGyJlc1XPS { top:24.6875rem;left:33.6875rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18ChU9B8y3n9QM9f0dBBATE64LF3G8K { top:10.3125rem;left:0rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #icioo0TSIqk0gsxaLhc2rulVhW6XZUls { top:15.3125rem;left:18.9375rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkDnRwJpGELu14Ikngu2vfBzpMNrxai { top:22.375rem;left:19.8125rem;width:9.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxeFVRmkAuEgoUG4Pyf90dXErV3KNck1 { top:14.6875rem;left:32.875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvcEziJt0rTTbvnnLwJI2vZzNzKrAmX { top:22.375rem;left:33.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxQ1KTembFlTfR1puRQUrKqMHBk9wND9 { top:28.4375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADC02cUZoIiOq5SqG4EhHHtlFnT0TApE { top:29.0625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvX22LNzdgSpSctuwRNQvpqxQ2aJyav { top:34.6875rem;left:3.9375rem;width:39.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfvvzvyPECrXadVJ5mC23QxwO0SiwRcT { top:32.9375rem;left:4rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KikgmtxfyPIkJbv0VFEw1fu5CThlBZkZ { top:13.0625rem;left:3.3125rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InI88PdELoEswcUWwSr2VLi5b9vKET1I { top:16.6875rem;left:1.875rem;width:7.6875rem;height:3.999696285712rem;display:block; }
 }@media only screen and (max-width: 763px) { #engvuXCPk3dvPu0c2OCsWBe3TANd8dpe { top:16.75rem;left:9.1478271484375rem;width:7.5rem;height:3.8745125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meiqhlgNo9xeHBxZFflzoQomeZLAgm0C { top:20.25rem;left:1.9003732680904rem;width:7.25rem;height:3.6872583968413rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORECAFLddC4itmiQhILgSOwuySeQ0TaK { top:20.25rem;left:9.1637709653425rem;width:7.4375rem;height:3.750189085164rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWw0420N87SflC60pTi3ltOpaS2fyEsi { display:block; }#zWw0420N87SflC60pTi3ltOpaS2fyEsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR7RsTKIIrFyifv2ywVydxhTvcH08OSB { top:1.125rem;left:0rem;width:47.75rem;height:15.916477856412rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6cuUBXIrKS7OSZ9PkGPxbaegAKizTTy { top:48.5625rem;left:9.6875rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyHB24IebHWWEIUE5gABZqBqNr8I23Ka { top:50.375rem;left:10.312377929688rem;width:28.625rem;height:3.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7TWEETOZpznJ9JUUtonM77qXWPI0QzR { top:24.1875rem;left:0rem;width:31.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRfkxvIyhF9F5MVylHl74Tc6PQNqWk8p { top:20.3125rem;left:6.9375rem;width:35.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90o3ihRsTcBPM611a4TpFn0zD9AoW5D { top:19.6875rem;left:5.4375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIxJfeEepq7Uz6kv7mK1VlT7thdOinu { top:25.625rem;left:0rem;width:14.375rem;height:7.374875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcwz4F7OTsapTApEmSOCPf8Gdz7CcFW6 { top:27.25rem;left:36.6875rem;width:10.75rem;height:7.8128633889948rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fCiJnwFTaQn37PwSUubiiPzQvk9zMH { top:34.6875rem;left:37.5rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtS4UmHULTKzfqWe89lGWIfJXAuwruJ1 { top:26.75rem;left:38.1875rem;width:7.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS4rFVmZ5Vvk6tFiZN6ZVZhaVtwmOt73 { top:37rem;left:38.125rem;width:7.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI42i5TS26H0ER3PB4cposTamIgrJFUk { top:41.625rem;left:10.25rem;width:27.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X32LL6ugTPc4FZCgC4Kf0s0S1UzFwurA { top:26.1875rem;left:14.8125rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoQLKK1i0m127uFoumpV11MTRLLV4oBM { top:30.1875rem;left:5rem;width:14.375rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBdhKQfyCyoOTJpbWysAvfcJycZTxTsB { top:44.875rem;left:10.56201171875rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4a4hKTcnksdn23vthHBNA2h3N72UnH { top:33rem;left:29.1875rem;width:18.5625rem;height:21.054127460587rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzbtiP7So3rxwQFqM0TCyQX3bfvSQvwA { top:43.75rem;left:9.625rem;width:28.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAugOw7uorZPHduJbJpmqxsrHwsiVfXX { top:24.25rem;left:33.5rem;width:13.75rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot4sX2y4AEiw4d4ZQELzoItVIraAeqAs { top:29.4375rem;left:30.75rem;width:4.1875rem;height:5.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKpHP3z1GzAVBXdUWGHZtFyG5VDWVey2 { top:38.625rem;left:0rem;width:30.6875rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRIkVte6owiUT78M3TUxNTOImaJKx7oI { display:block; }#hRIkVte6owiUT78M3TUxNTOImaJKx7oI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQtX5TLLJWg3zK9wonqoe0pWz1t8f5SR { top:41.0625rem;left:9.9375rem;width:11.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLstJk39ArxQp8GBJWL3Xq6TL7OgrVaF { top:42.875rem;left:10.499755859375rem;width:28.625rem;height:3.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DqTB3NSxFR0G8aEtv1hNezmA3q3F5y { top:15.625rem;left:1.1875rem;width:44.4375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZP8WXtrwndn4p3GTU9MxOS3AW23zVaG { top:11.4375rem;left:6.875rem;width:35.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EED3EfN6S70CQkoySAVBg4iecSCPR9PG { top:10.9375rem;left:5.375rem;width:38.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lue8u19dTt8uy3nrCHgtscLWSAa8ww4O { top:17.6875rem;left:2.875rem;width:13.8125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bViF8a8f8QWX4BhOncIUmKPkWcReFos0 { top:33.5rem;left:10.5rem;width:27.25rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ4AFF0bTt2eLSHn5dUHUPfyofXF6TlQ { top:17.6875rem;left:16.7802734375rem;width:14.125rem;height:7.3426453355184rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewIeCN9bp5aCQhuixQCb4D69TABFJ6U7 { top:37.375rem;left:10.812255859375rem;width:26.5rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyyesCJKk9VGuTVlCmmcfMT5WU4XiG4T { top:36.25rem;left:9.875rem;width:28.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7mSvhLTvTW2rODEw7Z3upogOKDB0TxF { top:27.125rem;left:4.5927734375rem;width:38.5rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2hzhZkyxQx2oBO72lJkHNbHMkqQ04Du { top:4.1875rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdBRx9TIfXCEprH8IAbo979otH262n7 { top:4.5rem;left:10.875rem;width:27.8125rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLWV2fOinolgFoAW98vqboyQb8z9w6fe { top:17.6875rem;left:31.0625rem;width:13.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8msWwEVETGSxSgLmFatzOzEkWno85l { display:block; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jv0XTONPlNZJdcBcinL00VZ77whnyRmQ { top:1.1875rem;left:13.3125rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZD9m6Qxoi9cq7fNApBgCBFqpktaqVZB { top:5.25rem;left:0rem;width:34.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTRrwFLnqklDnSgAGz174np02aurLdI { top:8.875rem;left:0rem;width:31.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsesdEu2tHAqSLLRxaL91LxneKuX8wcB { top:13.25rem;left:0rem;width:25.6875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG5h82ZGP9FgereokGgcQP6JflT66p8D { top:11.9375rem;left:0rem;width:26.75rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUAuz3VfhGw6eeEp9Rd1fPMh6moPIem3 { top:5.375rem;left:0rem;width:11.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0bBZZSHziA6NS0ziIBvyyZ6bT2x3Dg { top:20.75rem;left:0rem;width:23.5rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi58EUAErLlgZk6lCkuh0D4F8InpICHD { top:26.9375rem;left:0rem;width:34.375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIZptVJLO5rDgxd8dlPnbcv3BDhWTiHG { top:20.0625rem;left:0rem;width:26.0625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcE3ZakGTtZXWExyaX95TKJMFBJoEfhV { top:28.5625rem;left:0rem;width:31.25rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQkZdcesDbPpy7eqXePV8iIbciNtEefv { top:21.3125rem;left:0rem;width:3.4375rem;height:2.2708847133997rem;display:block; }
 }@media only screen and (max-width: 763px) { #onqWZDQqApT9f5yyXrocZmfGlFLTZDbK { top:21.3125rem;left:18.875rem;width:3.4375rem;height:2.2708847133997rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-regular-label { display:block; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-checkbox-label { width:13.75rem; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6  { width:15rem;height:auto; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 {display:block;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ZDAPwrfA4pDtrTTCyJ1UQQVdJ6ExfW5c {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #cH1IIQPXfDfzqZPr9m7PkkSxDy3O8dDx { display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #RvD5FTqDrv9BrJSu3odweTbcxsWy4AVS {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #PccLi48N7mkXmswocSvBS5qlHGliVxEP {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #oqT0BC1hAkrKRFRraBgFvRZ6UeKXR0aV { display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #P1NFEADrsnD9RbLKO0M1W1XtLA7KvF1E {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #UH81dWg7mqgT59oFl2UKUpIDr4iuF2kO {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ixlNLN1096ZkSs3Lwm0rFWny3AaKczdx { display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #EuBDtDRURD8LGKBt7BaJiTHA1IoV2gLc {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ySvo15T6nXp4f4L1JpFu8Pcmt9naST4w {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #bPZbbG7tQQd9Gvi70yJt1T4zdTrAlvAC {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ZUNuTOA3chPpuPdribATI42wgpvU4cL7 {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #PxQZbzlM86mGdKz1tOXoWF7KXeHl2XTn {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #vtgOkTkq6OM9sZNqnsVBwx6MuyDeu37s {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #s5U7DClKybw1QvWeuzuE0C3v5g1E5GgN {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #uuAbQcMd1BaKTz0MyDh4BpdO7iwyTPAz {  }
 }@media only screen and (max-width: 763px) { #i4UaNAdZeaIh3ZcZaPMIgmWRw9f99Csk { display:block; }
 }@media only screen and (max-width: 763px) { #GTgnuFuL0avrrrUTqqtBwHQeASwxTlT7 { display:block; }
 }@media only screen and (max-width: 763px) { #SGZ0sdmufe4gCcLqxwgqfJTDbfXq19bE { display:block; }
 }@media only screen and (max-width: 763px) { #KkhVESglcCtJGnxTCAfoXv6a55x6cDJX { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #T6Gzmeq6S1Z8uK3TqtoFkJa1TiCMK2zC {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #BksPlvhcBov3amogIBdc2xUodmfinkiT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nlNL8d6S4fNckLhfoSvwleFBKxkw0r7e {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #l5miAuDmBhP2PAtbUMV7dL6JVHvbFyBA {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #adBGztTT0LLIw4hQxT7eyyk7nVfOcPeF {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #LubbBVeI7SNTMQcy4rSMycifEJCbZ4rN {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #sdgm5dSo1G8bPqBmAz4P1Rvc40aNKLg3 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OSfOZWPwXN7ZGFvDdbHoTTZiHfRnlPXK {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #M35qrPWSAoAy5MBNQTwnRT0LDV0LeDHu {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Q0o8PNppfJk9fE3oST6GhTxazpTJFGI7 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ld67rw9MMqEO9WSqTmODtoZzLEJiNfA6 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #a1PZrWkKKqSictTBAmcrHBaAdWJTCuot {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RuTdfQt2eTTZ071gnFoAEQQtd8vxy3bZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xlmzSoohfi06qZ55nQpZheCimIXxoIze {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #r6tczydVQmqfpfyOmdxKSv4hh7XuWKgH {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vParXC5Tf9EmS8bsUFQiPHhnaUopCIuU {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #eDV2AUK1INOVmQ88GxThPd5NJStypWI4 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #XI0MtaWIlhD3m75KTFothSEgrO9SDF83 {  }
 }@media only screen and (max-width: 763px) { #zFST78RNPqzl4MpPm6IOoc5xSSnZoM16 { display:block; }
 }@media only screen and (max-width: 763px) { #JdMAszosW2WPIAkZ98nWK3gta7B7TFEE { display:block; }
 }@media only screen and (max-width: 763px) { #Wv5GXySnqpWyDRMHfrdQ8KqOFaQPzPxm { display:block; }
 }@media only screen and (max-width: 763px) { #OGTtvyNWinzGkAovir9BGuG6hw638WtL { display:block; }
 }@media only screen and (max-width: 763px) { #T1fR99m4fGxCUbbequ0wotWK5lMM2RET { display:block; }
 }@media only screen and (max-width: 763px) { #hCD8y3Zfd9Kp7drbi8Qp4sCboEFSrCqE { display:block; }
 }@media only screen and (max-width: 763px) { #tc41KbF2EWvyZTMDsTp5n9U6PfINt5yi { display:block; }
 }@media only screen and (max-width: 763px) { #FQ7dJLg8RM9gzTHdg2pdlFPeLP6RTPdo { display:block; }
 }@media only screen and (max-width: 763px) { #z9dKEsKZofJpyZQfDn914Xwa6xTAHdO9 { display:block; }
 }@media only screen and (max-width: 763px) { #aa6ZDvfW9DxSyB4Q4Afx9d8LPt9Hl3aI { display:block; }
 }@media only screen and (max-width: 763px) { #fX9FKuMZMzT71pDyEvTLcSkBmp63fIZw { top:5rem;left:27.375rem;width:20.3125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh { display:block; }#X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gv2eFw8KdIk2UwQTQxEJoT2G7tN77sEQ { top:3.125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKMVIs1oFtvv6zS5gDK8KTMyw3dclrQT { top:2rem;left:19rem;width:9.75rem;height:1.5049632871122rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTG3PUZSWWzHlFR6eF8tML70BPXpofNq { top:35.375rem;left:5.75rem;width:37.4375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xvlzUpRPkdO0ViyNiDmfLPVJPJmfHt { top:19.4375rem;left:11.25rem;width:25.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaIHEhdaiCn7842tPWucgfV3Pv25ChR7 { top:29.8125rem;left:29.125rem;width:15.125rem;height:4.3751446328804rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2saoebREgaB3JLfmoUv71byi5skD7x { top:23rem;left:24.4375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnhvf9TiGGHe3BXPzzfpM1JFP2JTZPq7 { top:22.625rem;left:26.3125rem;width:20.8125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUmTU6JzmyQ5Ke1ZNIvr1cgd8HD3IA5e { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yliTkRJm0wuzPNNuyFAToWItJmaPsTOp { top:29.8125rem;left:7.25rem;width:14.125rem;height:4.3750774349989rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDVlFTA8VSGvVpiI5knW0s3U5bFDhb3 { top:22.6875rem;left:4.625rem;width:19.375rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 { display:block; }#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R15a8b1gaf2lNMO79mttdI912RA0pSzA { width:17.5625rem;height:1.9375rem;top:24.5625rem;left:29.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMGh91CTMR3GTzO0KEqI8Tu6iGvv2SOS { top:27.75rem;left:2.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGS47FWlmNgRTTBz79TWOQuTqaZWBXst { width:18.0625rem;height:1.9375rem;top:28.5625rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnzpgImXhoHbnL7wFNrQJtlV3J4ZOJQc { top:23.75rem;left:25.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkVzcEIiX3zTAN2mDAB3rFqU7n3TspDN { width:18.1875rem;height:1.9375rem;top:24.4375rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwu2chhtPRB4rn4Ww4Lhfvd1yk4GM7rZ { top:23.625rem;left:2.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blso49JA6xIqHgyo8rkcWyWxCiJn07Rw { top:20.3125rem;left:11.5rem;width:26.875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8rD9isdp3840w00qZCaPkJ7Hci4XUXm { width:28.4375rem;height:4.625rem;top:34.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveTgM7XfLcdiIc3pEIauxdZEB0KHopr { display:block; }
 }@media only screen and (max-width: 763px) { #hVqUcvyR2yNwypGs2pGGUOskEinywo8u { top:2.1875rem;left:18.5rem;width:12.8125rem;height:3.4212283044059rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg4CVS5uDh76Oo49IV8v5i2viTWhEAas { top:13.875rem;left:12.75rem;width:4rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGx14MtcAWASpBCq0e57C7QVFyVekFJE { top:13.8125rem;left:27.0625rem;width:14.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoQATfT9fm24Lz2P6Wil1m0XPSlfbTWs { top:13.875rem;left:17.4375rem;width:8.8125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI8Vi9tudPvqfx2mW1ebveQhzitw5hrz { top:13.875rem;left:8.0625rem;width:4.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po79xl0sIdOFeRDol05LWchu8reFRtLI { width:17.0625rem;height:3.875rem;top:28.5625rem;left:29.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7WHFWV7MITSn8nrKUUL0Pi97Pp2dBcw { top:27.75rem;left:25.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv8oNtDm6AUzk3WDXuG3e8QwFF8V0TW4 { top:6.25rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3qBiZl58wRoZgDVKIw63r44JOLMeeO { top:0.1875rem;left:0rem;width:26.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAHzrMGQLfibpRRrLiK246ouQQPKMCNB { display:block; }#NAHzrMGQLfibpRRrLiK246ouQQPKMCNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6qU6a30d2FCkiDOoTZCZNMR02DrICDG { width:46.6875rem;height:2rem;top:6.75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubuSW9h1G5qgJ3HfVN2niE9MWdtpvKzC { width:28.3125rem;height:1.375rem;top:19.6875rem;left:10.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDMoXh6nuMwAgZpqfXpqLOyviOk1I1I { width:42.875rem;height:;top:10.9375rem;left:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU2QGkFgRNPdcftL1ubBcbE35vHv3ZWF { top:9.6875rem;left:0rem;width:47.75rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPH0OsvbSQ7TINLKieyQvoyzBHMhnxD9 { width:5rem;height:1.25rem;top:16.1875rem;left:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLQrd8tWp8sW3KBhih5hKPZTmfgrBDHl { width:8.75rem;height:3.625rem;top:15rem;left:10.3125rem;font-size:2.4375rem;display:block; }#yLQrd8tWp8sW3KBhih5hKPZTmfgrBDHl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #I532vKX2AIL689zETEOKNeJ0ok6rBQ3a { top:15.6875rem;left:19.5rem;width:0.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoT4uhWdirnG2IvnZQ3wvU3S3DhBaFJS { width:5rem;height:1.25rem;top:16.1875rem;left:20.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycUEm4fBQ488tLaULZUJQ7ZbXtW7NSkH { width:17.8125rem;height:3.625rem;top:15rem;left:25.25rem;font-size:1.125rem;display:block; }#ycUEm4fBQ488tLaULZUJQ7ZbXtW7NSkH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #ydye6l0QOToJsplZohKoq3zpPrsTuviX { width:3.625rem;height:1rem;top:14.375rem;left:13.875rem;font-size:0.6875rem;display:block; }#ydye6l0QOToJsplZohKoq3zpPrsTuviX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #hfiLmBO09wChFG0a0T0czHqP2oNT6nT9 { width:2.8125rem;height:2.25rem;top:16.125rem;left:6.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZtvwl6Gwn8hrNRcfI8dvm8dQfXM7TgU { width:6.875rem;height:;top:14.9375rem;left:10.3125rem;font-size:2.625rem;display:none; }#yZtvwl6Gwn8hrNRcfI8dvm8dQfXM7TgU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #rzibeoQtUzwSZB0XwcXuNQvHEEVfyyem { width:8.1875rem;height:;top:14.9375rem;left:25.25rem;font-size:1.125rem;display:none; }#rzibeoQtUzwSZB0XwcXuNQvHEEVfyyem li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #lTTiyxPmbNWq45ITT3kt7OG6bdwCaCBn { width:38.875rem;height:2.5rem;top:3.3125rem;left:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-text {padding-top: 0; padding-bottom: 0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-select {padding-top: 0; padding-bottom: 0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex  { width:22.1875rem;height:auto;top:2.125rem;left:0rem; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex {display:block;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex { width:22.1875rem;height:auto;top:2.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #muuZKf951dSLoP9LbVEkfdWG4uviHymT {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #pC0shO8KFUidqzTRLUGAev8CQvpnel1p { display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #imgyd6lURPRQLDP270zGcGCfnriJg1SS {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #H9DLUHqu7xxfCE2AFkvGV3WXwMPxrU6m {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #me6XG57HDI9VwfUgEDqMtpiMtHkHQ3MQ { display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #pehDMMOaSnrl81NDCt4PVihko3VbeBNS {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #suPH2yOkzagu6KRIprtMgwhLmmouAq3P {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #FVyJ4vmH0TENWbUpTPyCsCOwGRn6u2UH { display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #B8Lae6onWN4ZbgUfdtqMAPQULWOTJXwO {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #y7TrR5xx2UPMkPfvcAtNcV7Lzr076Oz9 {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #lceOXEZchw0zf5GTJwdP9eKaZRnFiL2W {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #eM95my87L68vp0OO4HTRE9BhtS7Emboq {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #EErnLJF1xMtHzlEwrirTAK9vNqsciKUd {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #GuHWB2Nu83TDIiTUizSIcs0b3fLL8geD {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #gF6THoKBrVzdxsT2GDNaKaEmCLr4X5Sw {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #T3a3Oyl7F6hNZTMDFvIXcTbD9lkwRLsF {  }
 }@media only screen and (max-width: 763px) { #NME9ilOS7VJUaBlgERbkDGJmN8GQUECT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EDZyNoioLUKHFzfgXxiqf4inCOCcGD3x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HpI8vS2yaaUTinC2IlWgeUh0wNTMErTS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZqM2SIfBHnhyBUs5gNVIVVuIZB9HIJuH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ss1eLoXIeTfuL8bUqDmz5TwLMl1N7Mm6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lpk5MKeuXNDO7qqtx9TbXbm8cUDLDZWN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qMcCeB9NR3SxPSnUwzGgh18r4992OTAt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gJEpIMffM41BnUPWCFGD56htIcZ6SUlA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WohRQuMuytG35FtOs8lLX9mRPHEmVMTA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EKhITKG7ncPaUIKc0nQJvkNWytwHzsEO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NG0cC4GaA2Upb8JschqyfW0BqoC8VusU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dWUtyzT7dZ1SyWgkyC8vIxNfeZ4q2JVO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HaAnPDtakI4k1wCugpV11zBEWEzW1PBu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xWr2s5ILXxxNeg7Zgbo64DSGlJlqLOZr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UXQHEt1JRQbMfwirhONOSsSF8zTOnAgB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MqWnRGXZfZ5lTw7BdsOfnPvM6nx2kNOZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JsWai7uQG0Gbz3opzbBpTBiihH0WQNLV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zmRsMgnyV6ot0LaDQVabfPTQ7kIIUOK1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HdGBG1Mzrn2TwZ5vLdKphm2SV4z0TqX0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e9QuFVoQQhTp96JhXezAZ4FckATydzhl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c62Hw7Q3MZIsIDNuTnWgQqCWF9bHbRkc {  }
 }@media only screen and (max-width: 763px) { #yLtMSfyVBD4IuvOqJyQlrxdnJldw4zc4 { display:block; }
 }@media only screen and (max-width: 763px) { #b0VRVBin16AFyHdNDrZTStF78onJIFn2 { display:block; }
 }@media only screen and (max-width: 763px) { #pNV46KiGbXs7W9frN6yeW3Zc2lDUJz49 { display:block; }
 }@media only screen and (max-width: 763px) { #Nc69C3V42L3KFgMCcF7bgF4WAqpaLAkp { display:block; }
 }@media only screen and (max-width: 763px) { #XDxpXJRsNTs8rkflu5SVacgAVXOZwrSa { display:block; }
 }@media only screen and (max-width: 763px) { #ToW43JvMUaEcT4eNSiAn4DA9nnIJGIhM { display:block; }
 }@media only screen and (max-width: 763px) { #STsgEX4ipySAS7fZIcgMovsdJoAPvnZv { top:9.0625rem;left:12.6875rem;width:32.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 { display:block; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3TO6vkc6D4ZipV2yfhUIiLbqs5Bykbc { top:2.5625rem;left:13.46875rem;width:20.8125rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbot0RqHT41uyH014Z6ERGxM2oU5DD5z { top:8.25rem;left:1.09375rem;width:45.5625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8d5e7kbbI1UGV97ZIh1M4MvTlzfiu4X { top:6.75rem;left:16.75rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnefMAI14rqTNE4yIx3wRseC1rJBI754 { top:10.3125rem;left:0rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGiL4U5C5RPAqCXqZEuz3zMroRoF3Kw { top:10.3125rem;left:44.25rem;width:3.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQKTADIUDBvd7FutF6lImSfarvprCT4t { top:18.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QllFuGg1nPdVon3X1pPz3TW2ouxosnSq { top:2.5625rem;left:2.3776035308838rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR { display:block; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bz1fBb5Punm9VhrITe3FoUVv0RD2e5Bz { top:3.0625rem;left:12.125rem;width:23.5rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfZns7PT5dwlXxe2BFCWNT9ZpJUzI4wI { top:2.375rem;left:11.09375rem;width:25.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUI631WyC4kWidwJ7qMgzxPorgeaoUkg { top:7.5rem;left:8.21875rem;width:31.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohMmzxb0CA8gwPAPQNkNO8kbaC2urHv { top:9.625rem;left:8.21875rem;width:31.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X33PqRn4f5Fs6DvJ8hN81KUVVMUx7wTC { top:13.1875rem;left:15.763889312744rem;width:16rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyg32iUOGWBxnlEtZIfOVC2izLSaXcc { top:29.875rem;left:15.5625rem;width:16.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNlpQ1TuhwINSzO7T3GhA98qyzHLBJpD { width:14.3125rem;height:3.5rem;top:35.375rem;left:16.666667938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaJQ750lw4fCRnrZuPxOF8K8TBAvpIVQ { display:block; }
 }@media only screen and (max-width: 763px) { #k2zVSJy84s4Oyl7Up1xQNxCxMAHmnIhO { top:12.875rem;left:0rem;width:16rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELvV6VG6BTfeGzV0ccT9dZU9mdk23mNJ { top:29.5rem;left:0rem;width:17.875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcrcDlDyRtl6y0AAykFinimhyQ8hsRpP { top:13.1875rem;left:31.5rem;width:16rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztivAGbIH6kLAlxJgwEyawqJ0OGOIQBd { top:29.875rem;left:31.125rem;width:16.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6sn8hA9wCZs2U6aRkgM5gcpJWkaZ6q8 { top:11.5625rem;left:0rem;width:14.8125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQ7siZ9MKenKmTmTZTuuEI6Oi8ixgSa { top:11.5625rem;left:16.375rem;width:15rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg0TS4g7Coe3Tl2QmWraNZcUcx5UZiNB { top:11.5625rem;left:31.5625rem;width:16.1875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwZiwLD7d1GAeW0oQ72P2UrvMMWKIM5t { top:3.0625rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV2tDOkAx4yg4fwS6bLcIQNuBUTdpWL9 { top:6.625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCD9po7dKJDipnuNBAsLA9OV3nyTnxO { top:32.625rem;left:41.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV8RBKyFoKkLTXrDuuOTQZhUuOT4WCff { top:4.625rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxT7bFiJdm3Z7Z75a858a3ZJNB3xPyd8 { top:33.75rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR { display:block; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuNFDJxm9K5Tst4e9KXnkQUZZtxL3GbE { top:13.8125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyCAJlBfcNvNPkO7xFAG23uNQ1HQK0QD { top:10.3125rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ichTOxrQS53DGo0Hqym9zCwW98sdQdxu { top:4.4375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1STlNqLSzWOFiSwVfAH06oD2nrerS5N { top:11.875rem;left:0rem;width:37.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNdW8Kq1BEofvCBxTqPo26SalOPO4CMz { top:6.5rem;left:0rem;width:29rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXPK7x8ld4rTG3BwobATriFtIE7SPxq2 { top:3.75rem;left:0rem;width:8.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff3c3e, #f1be46);background-image: -moz-linear-gradient(180deg, #ff3c3e, #f1be46);background-image: -ms-linear-gradient(180deg, #ff3c3e, #f1be46);background-image: -o-linear-gradient(180deg, #ff3c3e, #f1be46);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3e', endColorstr='#f1be46' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3e', endColorstr='#f1be46' );";background-image: linear-gradient(180deg, #ff3c3e, #f1be46);background-size:auto !important;position:relative;z-index:auto;display:none; }#oVH87HJEHSMUvsIfZ26Ka53MTX9i5h4W > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GZlOQ0RkqZk6TFWcXcT35i8n894cGP19 { width:20rem;height:1.5rem;top:14.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9GqwRvzh9ykHl7CvmSUd39bZRBKnRXT { width:20rem;height:0.6875rem;top:23.875rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #LLL1BBf7X6ooRtzDIFEHXfsNxLPHwOhm { width:11.5625rem;height:1rem;top:17.3125rem;left:4.2187498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqCGOpkVQQycMOH3HsP6HeructRMntT { width:12.75rem;height:2.625rem;top:16.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlvfxsu7mD3hefE5GubrxbzdUlHpkDMM { width:14.5625rem;height:1.2375rem;top:4.375rem;left:2.75rem;font-size:1.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #r2y9cQXLlm8RlE4hrEc7uOamGFG7FCd5 { width:20rem;height:2.7rem;top:20.5625rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IRqDrq80B5Eeh7TdAPvdnZ25m8JuneC9 { width:20rem;height:11.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 { width:9.9375rem;height:3.238125rem;display:flex;top:6.125rem;left:4.4375rem;z-index:14997;background-color:transparent;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #oTM9KQkeLZpNmLzUJBXw2HiVN0xTPRMs { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #s7zlEs0ieBKALDDKHkL91ITxTHCMF6Dm {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #XFrfHlL6OVcuExKuxnhobG6ACnNcvfXT {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #xUeE1Et62pMnmMdVSeZ0v86bQp8LIhMV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #iaqULwSWf4R71NFU4nPLp4C77uswsKN8 {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #QrtMSgWh7fHGPX0XaS1u8x1sfMgDHlT7 {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #ivfcZEJ7mKKObycRi4TDTRIbo4IvMUkl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #fMTeHSgbEElBNWigTGck4XDQ579R0F3Q {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #nThWKCgbHiTygTn83nrBtzrQyky4N83M {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #GqoiUmxXFo1DqtBT6KzDR99snKIDfVRw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #kp0HoQtKWVUUR0v44JoNfNAKyB4qSnZL {  }
 }@media only screen and (max-width: 763px) { #Vgvl3WJiTIUxBOWzTINFCRAqRfbIsb13 #hP4Q0Zc6t09y0wOlaQci2lBuQmZdMBCa {  }
 }@media only screen and (max-width: 763px) { #SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container { background-color: transparent; background-image: none; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container > .video-iframe-container { display: none; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row > .video-iframe-container { display: none; }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .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); }#SqPBHPhIpXxiBp7yDQ1HocHcm7ITebrP > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-text.counter-number { padding-top:0.32rem;padding-right:0.288125rem;padding-bottom:0.32rem;padding-left:0.288125rem;width:1.72875rem;min-width:1.72875rem;height:1.71875rem;font-size:1.279375rem;line-height:27.5px;top:0rem;left:0rem;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffad00;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.305rem;height:0.679375rem;font-size:0.548125rem;line-height:10.87px;top:0rem;left:0rem;font-family:kanit;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 { width:9.937125rem;height:3.2379125rem;display:flex;top:10.5rem;left:4.4375rem;z-index:14997;background-color:#ffc800;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;padding-top:0.6rem;padding-right:0.6175rem;padding-bottom:0.6rem;padding-left:0.6175rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #BnwC630kgHPxtCU51mr7II8508a952pw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #K0GMzQVtWVtKTnXvTQ6mTNLQ3t8kD926 {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #RR8h4cyX4oTVuRgVwuBVVfRu5e9yKJQE {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #bNdXOAsZxzoyAlDo9dQatJcOtl84vC2C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #N9xQ6SPPPHZBBwcQXhLOmOm0wucncJG1 {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #hsMvPDXAMoQWf2CF6swvCTLEEO1lWIiJ {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #gO82C9N1kZ4F6DK5vTxTg6pp8q25hwv4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #M3CWIslDMdqkmJeJnNwp8pPJG1B1PIpc {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #ofJiMDHBQpOTNu9JKXITw5cWht31HsPv {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #WrxtWo1J92pxC3DccwJnpJ2yFw5qTq86 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #bfZHxPkXHw0eO5INwp7C4MblnWCF5k1r {  }
 }@media only screen and (max-width: 763px) { #R3qHfT2zBkdDTIqTL0Xb5xGPWlMsCzw2 #lDg721uCWxH9HVVgTXhGPnP90dKI3NcE {  }
 }@media only screen and (max-width: 763px) { #Egpe7N8Pd57JfxbT2wRKXHEBfteJr2nn { width:20rem;height:1.625rem;top:1.8115234375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFB1BrUfH80ZaxFWJbX97bTVWghavqNl { width:20rem;height:0;top:23.46875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxcHBteMUO0S24cIsfBAg3gcaRaOeq4z { width:20rem;height:1.40625rem;top:8rem;left:0rem;font-size:1.5625rem;line-height:.9;color:#ff3838;display:block; }
 }@media only screen and (max-width: 763px) { #ortN52hzbByDlXEUBup9GesWsRm3sXZE { top:7.625rem;left:3.0625rem;width:13.8745rem;height:2.062375rem;z-index:14996;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gzp4tTaPD0FKwi4zdGAobyJCBQXOpRy2 { width:20rem;height:0.6875rem;top:15.75rem;left:0rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KBcq0pRzL0OJ2bswNUFkT8weC7UUOb3M { width:20rem;height:1rem;top:4.96826171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOm2dZyg3gSZfcWgNKdXXgLla7I2XlhN { width:12.749625rem;height:2.6245125rem;top:4.1558837890625rem;left:3.6236572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh { display:none; }#wyNFSe2a2RJlPqTuyMHm4Ey89LrVQ6rh > .row .container { width:20rem;height:21.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aOLSh6VPIqDgreTdJ4TQNgq7T8piJsew { width:20rem;height:2.17529375rem;top:0.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghORrKNWCRyINoTgQJ6a231vTuByNd84 { width:20rem;height:3.0871625rem;top:3.599609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF6CmACHkaTwlq1AKCZZJxbzbQbUAcfu { width:20rem;height:1.19934375rem;top:7.349609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auwCVHmWq5a5ACedqN8BCzkcriZ62DgO { width:19.375rem;height:10.091776639463rem;top:9.7985869140625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 { display:none; }#NX3OvPt2HqHllahvDiMrvPLNSndqgHl5 > .row .container { width:20rem;height:75.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mdPcncsILmP9LE74483x7BTW4ehSyGLK { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/11d1968a-af02-4e3f-b6ea-bcd5dece854a/image4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK.adaptive-delivery-prevent-bg, #mdPcncsILmP9LE74483x7BTW4ehSyGLK.lazyload, #mdPcncsILmP9LE74483x7BTW4ehSyGLK.lazyloading { background-image: none; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK > .row .container { border-width: 0; border-radius: 0; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdPcncsILmP9LE74483x7BTW4ehSyGLK > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF { display:none; }#FN7ZE9b5gyx8nHgDbRNmIhLTrpTOLTUF > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDSq4Z2M5OVHCR8bXmHOgwfQMchd2DAb { width:20rem;height:1.5rem;top:0.86093753576281rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhBWOnv3MMf747wqTyELZdUomEphLfNH { width:20rem;height:3.57421875rem;top:3.1181640625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3byNtLAUl1GBWye64XFIitgAio06zDi { width:20rem;height:1.19934375rem;top:9.4171886444094rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdzT5151Zirti9aDhDp9lLhauA5sV6HG { width:20rem;height:1.3rem;top:7.2554693222044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv { background-color:#232323;background-image:none;display:none; }#mQoHOHaPTJUrZxSNAJxyeaTitKBXXGhv > .row .container { width:20rem;height:1.95rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTWbXGGuNwwZiL2ylXTcgrzw7avnP0P8 { width:20rem;height:1.95rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #112529, #074947);background-image: -moz-linear-gradient(180deg, #112529, #074947);background-image: -ms-linear-gradient(180deg, #112529, #074947);background-image: -o-linear-gradient(180deg, #112529, #074947);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );";background-image: linear-gradient(180deg, #112529, #074947);background-size:cover !important;display:block; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container { background-color: transparent; background-image: none; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container > .video-iframe-container { display: none; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row > .video-iframe-container { display: none; }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .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); }#HZcTO86iJn7azUWbTNEDUnG1cqe8SuyT > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsW1VQcBsBL48xpHuBv5t7WuP3J75WIa { width:12.77734375rem;height:3.02734375rem;top:74.6875rem;left:3.611328125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EKPVvrl5TXkp4LW3eupRzt9Td7Ie2QZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #WF7mumV9M1HRB9tqaPDBtOgALW1oaJll { width:17.75rem;height:0.975rem;top:1.6597222089768rem;left:1.1241319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg4Xb8f8VZPTToZMWH3q5ALS066tUFkQ { width:17.125rem;height:2.25rem;top:1.0208333730698rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocB5JytC8HnorhyBtbppzXIk4cOFg4NI { width:10.75rem;height:1.8125rem;top:4.65625rem;left:6.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4TeFA4hHiO4Lk7Ipf1xyJf7c9wm1Nip { width:20rem;height:7.5rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnZNAd9OKB2kkvIKITOwxEMK3CflJ7X0 { width:13.6875rem;height:7.5rem;top:16.496527671814rem;left:3.1562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4roBFEZT98U9CdJBEwsbaHSFCDpO6Jl { width:14.5rem;height:11.875rem;top:14.197916984558rem;left:2.6380208134651rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #s5RoOGTBe2p6Kz5T8Exo1EpZL917i13s { width:3.5rem;height:2.3125rem;top:13.15625rem;left:3.5624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNL84NgmvoJcEZyQcvm5XcePGEEmiPK { width:3.5rem;height:2.3125rem;top:25.15625rem;left:12.643228828907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewrsoun61ldDXO7SU6W4tDQQ9hIR9UKL { width:14.6875rem;height:3.9rem;top:62.675346374513rem;left:2.6562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOyF9CsPymssVfzO5A69ptF2s0yvJ5So { width:20rem;height:11.830635118306rem;top:49.387153625488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wPwTaf9vPPZfE8W99XtFcRLXwEsxlA { width:17.5rem;height:1.950075rem;top:68.624133110044rem;left:1.2491319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqLPbDPHtQwTPlR41DWDF6iT9C7vM8Hc { width:11.0625rem;height:6.1375rem;top:31.40625rem;left:3.5928819775581rem;font-size:1rem;display:block; }#IqLPbDPHtQwTPlR41DWDF6iT9C7vM8Hc li:before{  }
 }@media only screen and (max-width: 763px) { #it7kylATlRBQsmIlvCRU68rS0o77DI0J { width:20rem;height:36.875rem;top:28.691841125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIApazvA8qSG9i1ttGuZ0s7yMZTTfwvH { width:14.375rem;height:7.4375rem;top:39.977430343628rem;left:3.6875000596046rem;font-size:1rem;display:block; }#TIApazvA8qSG9i1ttGuZ0s7yMZTTfwvH li:before{  }
 }@media only screen and (max-width: 763px) { #R9ccxh33JJ5aPBJtxLBcBm9pgtaVNMdx { width:12.5rem;height:0.125rem;top:38.493055343628rem;left:3.7491324543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrycMMyZqTXpO6ehsQwDowpwqBA2e1Va { width:17.5rem;height:0.125rem;top:67.51215696335rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWLpZwBgx62q9HZXzuJnkGBkvpQMMZFR { width:3.375rem;height:3.375rem;top:26.84375rem;left:0.76302081346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #S46PZZUhz5SqaxH9cdTUyA0nNHRusglZ { width:2.5rem;height:2.5rem;top:11.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9JoK4TJ001lUqUCpiV8VeNu1fv71k4U { width:2.6875rem;height:2.6875rem;top:47.355926513672rem;left:-2.8489589691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQPJ3baGXIzl8rGLq0Sb6Zarm9rKdZH { width:3.6875rem;height:3.6875rem;top:73.09765625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4PHd4308i2DUTRAkUyOdLXdPhdNgeO { width:1.3125rem;height:1.3125rem;top:74.053823947906rem;left:1.6796875596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOVQCbw4GhrK1TzpHvGHP6Np4xyuhpVQ { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKbbEvNad3OympmiXEFvFTIaudQJMIwW { width:2.625rem;height:2.625rem;top:27.15625rem;left:1.1171874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9CJT6LWlQpegdBD2r9VM4mIXJb6pHsM { width:1.9375rem;height:1.9375rem;top:12.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRlF3IBVxofWXyUBukPr9dDucu7hVDX { width:2.375rem;height:2.375rem;top:74.03515625rem;left:16.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKQJAgQsceQc7bU0N5NMX7ihChl4TL99 { width:14.077625rem;height:3.328125rem;top:71.967163085938rem;left:2.9052734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKgi88nDWNmMnmHwhuSM4qbsU0dVyt7 { display:block; }
 }@media only screen and (max-width: 763px) { #rIrQh8p0v9svUTEyWl3RE9f6RPC5zCJc { width:7.625rem;height:2.5rem;top:75.375rem;left:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEclvU04ZlraJA3bUTaVNQVwkrNObROS { display:block; }
 }@media only screen and (max-width: 763px) { #n4Gk0CIw1WLmHrFhaugW67rUJqBeoJx2 { width:16.0625rem;height:0.975rem;top:78.3125rem;left:2rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpDw5SLcs2NnTaMPNV3HeGRLTk32t2lq { width:18.4375rem;height:3.9rem;top:79.8125rem;left:0.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TB0euqbD81Q5aBDSPtmLcvCn1iIcANdf { width:20rem;height:8.75rem;top:76.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #112529, #074947);background-image: -moz-linear-gradient(180deg, #112529, #074947);background-image: -ms-linear-gradient(180deg, #112529, #074947);background-image: -o-linear-gradient(180deg, #112529, #074947);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );";background-image: linear-gradient(180deg, #112529, #074947);background-size:cover !important;display:none; }#vlU53ifoJrAJkFMeZgG2l20Q8FVnV80r > .row .container { width:20rem;height:101.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZmsJOQ6UeQLLaw8AxQ8QTvF11GxbQp6b { width:17.75rem;height:0.975rem;top:1.6597222089768rem;left:1.1241319775581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyZeZ2NzQW0wCzHOupT93xZZCLrONE0J { width:17.125rem;height:2.25rem;top:1.0208333730698rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdB5RiZP5tQgsuhdR79fx9Pv4dslaaiT { width:10.75rem;height:1.8125rem;top:4.65625rem;left:6.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6SbigT6lrFLR4HnSSmEAZpfeRSMh3yT { width:20rem;height:7.5rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFS6kmIK8TWNrPRoUbCxZ8VtZ4dw8PS3 { width:13.6875rem;height:7.5rem;top:16.496527671814rem;left:3.1562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8TbbEmDObzB6438xdrt742p8h0l7ENq { width:14.5rem;height:11.875rem;top:14.197916984558rem;left:2.6380208134651rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #i8uTTPqd0nabmeGKq1wfHIWpIG79Zzz1 { width:3.5rem;height:2.3125rem;top:13.15625rem;left:3.5624998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGahItTbvI5F9yL5ClW92uok0XoFODGR { width:3.5rem;height:2.3125rem;top:25.15625rem;left:12.643228828907rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsZ3UahuNNoT4rAHc5Qab0A955wNRnH1 { width:14.6875rem;height:3.9rem;top:62.675346374513rem;left:2.6562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eheyAeDQLI6XdBKNPsCnVsXc70l54XkM { width:20rem;height:11.830635118306rem;top:49.387153625488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goSqhmKUOntWy8fkJZUTpaiSCEPAToqe { width:17.5rem;height:1.95rem;top:68.624133110044rem;left:1.2491319775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS1vnHxUtdkpUpMMAvGumgMeE3GOsTAu { width:7.125rem;height:0.975rem;top:73.09809446335rem;left:6.4374998211863rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2oZRtsV0B1RZXlCq36xf6n61JwOKWbI { width:20rem;height:2.6rem;top:70.499136209488rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnbtRhmNP92FwwJOQQKMCzeK3XThdr8 { width:11.0625rem;height:6.1375rem;top:31.40625rem;left:3.5928819775581rem;font-size:1rem;display:block; }#JTnbtRhmNP92FwwJOQQKMCzeK3XThdr8 li:before{  }
 }@media only screen and (max-width: 763px) { #HUC2o9DCttvFEb3MhJbWa2TsUuSllpA0 { width:20rem;height:36.875rem;top:28.691841125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMaZ3f6p5fC5gvoNkG8adQoufStyIzCh { width:14.375rem;height:7.4375rem;top:39.977430343628rem;left:3.6875000596046rem;font-size:1rem;display:block; }#oMaZ3f6p5fC5gvoNkG8adQoufStyIzCh li:before{  }
 }@media only screen and (max-width: 763px) { #IyH0rTwosBoEoMUHXSNRmNCf1VCeozTu { width:12.5rem;height:0.125rem;top:38.493055343628rem;left:3.7491324543953rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGFTtqvvmVk6a2bT2el4b59rqZfyqE3F { width:17.5rem;height:0.125rem;top:67.51215696335rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQiuPLKypoNqaTpxCAwTKR3FJgmgTVdF { width:3.375rem;height:3.375rem;top:26.84375rem;left:0.76302081346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3SCEnRTrEn6STEnpXBVZ6g6eqhlH3ol { width:2.5rem;height:2.5rem;top:11.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6bf5N0T8Mx3XLCfHLw9yq5bwfE78toP { width:2.6875rem;height:2.6875rem;top:47.355926513672rem;left:-2.8489589691162rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbAIFQE0PztWuRVoWM7ohV2v5PTZ3T65 { width:3.6875rem;height:3.6875rem;top:73.09765625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWc59f5El2UisLTbp2y61P9tgGT4MDIp { width:1.3125rem;height:1.3125rem;top:72.928907871244rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTk5yaLtR0072fQ2ogRp2kzuG46HnwUX { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmEgIvQV4ceQEkaq7OEI8aTEmnkFADif { width:2.625rem;height:2.625rem;top:27.15625rem;left:1.1171874403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBVuwdoQOID3MDn34Vtiq0cpZdnn6v1N { width:1.9375rem;height:1.9375rem;top:12.125rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWuKDwz0FN54w1kAdO10tisPBu5aAmzc { width:2.375rem;height:2.375rem;top:74.03515625rem;left:16.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LLrIysbm5JJeEebqvkhgx07PxmOkp1 { width:20rem;height:1.21875rem;top:80.03906440735rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhigxDTGVoAdHTug3ua1iQcfWPKw0ZxV { width:19rem;height:2.5rem;top:79.399221420288rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9orhxFhGSU1MLVJvatXKr9WHe76unrq { width:14.1875rem;height:3.4375rem;top:76.410154819488rem;left:2.9062501192093rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlU8o0u43su5dQ9haIEQz0iws6HN2kJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Zrk5mq39Nr2wqJWB8DlgoQnabTciSOGR { width:20rem;height:6.875rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK0DdWDadthPdUnPvLTFd2CUudcAtcNh { width:19rem;height:2.68125rem;top:79.725000381469rem;left:0.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPWfE0l5kNR5WR6W489T9CBV7cWVuM6O { width:17.25rem;height:0.975rem;top:78.4375rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKVmx2cvvmr9aPMSA4JWybn6wBHXzsZS { width:10.125rem;height:2.5rem;top:75.1875rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #np8QwXivsk2vAX3NtwywghKfO8SDzCbw { display:block; }
 }@media only screen and (max-width: 763px) { #FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #112529, #074947);background-image: -moz-linear-gradient(180deg, #112529, #074947);background-image: -ms-linear-gradient(180deg, #112529, #074947);background-image: -o-linear-gradient(180deg, #112529, #074947);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );";background-image: linear-gradient(180deg, #112529, #074947);background-size:cover !important;display:block; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container { background-color: transparent; background-image: none; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container > .video-iframe-container { display: none; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row > .video-iframe-container { display: none; }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .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); }#FhuinQxvncMkvmJ6zTivTaMHx8JkggT7 > .row .container { width:20rem;height:114.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXge4NlUpF0Lrp6U8LgP1z3XyrsN00Wn { width:15.5rem;height:3.90014375rem;top:2.3619794845581rem;left:2.2500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAZ7ZzJK7pADvcDDrgTQKO6AB75SSaRi { width:19.25rem;height:5.125rem;top:1.7482633590698rem;left:0.37413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBU0lvEQubxGMx9gWrDEnRH37Lkhthc { width:3.5rem;height:2.3125rem;top:7.9375002384187rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH2H28IUgBLROM9vysIIvh3LW3cZ7eM1 { width:10.4375rem;height:7.5rem;top:10.4375rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQm05v9aTfouTFwKVEk42fFXvFr1yrC1 { width:15.125rem;height:10.0625rem;top:8.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPboXXJhlKd00R1SrNImdKxypDsvwmF { width:3.5rem;height:2.3125rem;top:17.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLy7X0UtOyx1IkKE2m2qVIwmSawPmJ31 { width:20rem;height:11.875rem;top:79.309894561769rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(59deg, #112529, #074947);background-image: -moz-linear-gradient(59deg, #112529, #074947);background-image: -ms-linear-gradient(59deg, #112529, #074947);background-image: -o-linear-gradient(59deg, #112529, #074947);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );";background-image: linear-gradient(59deg, #112529, #074947);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XsG5SwiyzlA5sxQ4wLFQ3g6BWt6q4hTo { width:20rem;height:11.8125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD5s1AQouJ286FNgwef2Gb5T97IVWMg8 { width:18.5625rem;height:3.25rem;top:34.375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvGLXs1cEKAPdeEIaqrW5bmom2Qpm9Ec { width:17.8125rem;height:1.3rem;top:37.99609375rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAqKwQa9w2I8tllkeMlyQpv88X9TyM8H { width:18.125rem;height:7.875rem;top:40.361724853516rem;left:0.93671876192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGUE8Iqn6KqPa5oD0UsUKaVtOW4W7nRm { width:20rem;height:11.8125rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKhUO5PkXWxGSqKl52P2lMsy3XoQg1Ws { width:6.25rem;height:0.125rem;top:39.5498046875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enP4vauKTUTSTG67Q45gD0AeL4ABdegL { width:20rem;height:1.625rem;top:64.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxlQTF4DaubbiG41Iirr10bB2d5STaf { width:17.3125rem;height:6.75rem;top:69.4375rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKzlW5HNbDV5eA9tIDeQsyFXeo70eLi0 { width:6.25rem;height:0.125rem;top:68.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEOB4ARu81PNWJcrRf6GnStLvtrLL9tJ { width:17.8125rem;height:1.3rem;top:66.5625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aURIrPJGCFfdeK2u59T8b8onNZmS8nTn { width:20rem;height:2.75rem;top:92.5624961853rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2UTpDJAZKR2WDN1PF1grDoydNb73zNi { width:16.8125rem;height:6.75rem;top:98.936630249025rem;left:1.5937500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqkJIDdlsv6MySFTlHMbf2mzqKO5hZhy { width:6.25rem;height:0.125rem;top:97.81249809265rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttzM36BsBhDhIpTrhh00GHTBw9cks5tX { width:17.8125rem;height:1.3rem;top:95.81249809265rem;left:1.0928819775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCNqCN86xkcRZbrUdnmSLys9HF2NPfJd { width:20rem;height:11.8125rem;top:79.365452766419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TlSNIzrQiKdtlDndxKQvmMx8IcBrym { width:19.8125rem;height:46.1875rem;top:33.875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(59deg, #112529, #074947);background-image: -moz-linear-gradient(59deg, #112529, #074947);background-image: -ms-linear-gradient(59deg, #112529, #074947);background-image: -o-linear-gradient(59deg, #112529, #074947);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#112529', endColorstr='#074947' );";background-image: linear-gradient(59deg, #112529, #074947);background-size:auto !important;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Bmmz5abxFTtzfmGcWUqJx2CP20x8bSJy { width:13.202375rem;height:3.32734375rem;top:110.6218752861rem;left:3.3609374761581rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWBbH5PXh1y4fiXCHXuhwvx7sNQ1bA6a { display:block; }
 }@media only screen and (max-width: 763px) { #KTV89ALR5SVTv8ve30uK9FT3GIfUpv9X { width:3.375rem;height:3.375rem;top:17.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiN3eF1DeHNODffgkP3UOTpz0NdZNTuC { width:0.75rem;height:0.75rem;top:20.1875rem;left:5.4930556416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #eveSHWwXaALDZIg72QgZKcUCx4SSoZ6n { width:2.5rem;height:2.5rem;top:18.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPWnb5eMKKZNAtfv0U0RaZCZrNWTy5za { width:0.875rem;height:0.875rem;top:7.5rem;left:18.179686844349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsa4tTACt19VEy2tPbkgwAQDp1r0SZq { width:3.125rem;height:3.125rem;top:105.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSemWCRFM28Op7ilTcUMhfPFsG9vrP7v { width:2.5625rem;height:2.5625rem;top:105.9375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvntXywdCB4t0SQgc7qRWcJhTnkAixE1 { width:1.125rem;height:1.125rem;top:20.937501907349rem;left:14.743055641651rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8kpTbIMEq7mWan5tSPE1mEKbTtUeR7G { width:1.4375rem;height:1.4375rem;top:107.49045181274rem;left:0.86805552244188rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI6QDWHuMKInRWi8RvU2BDEVr38dRSh2 { width:8.25rem;height:1.2rem;top:107.1875rem;left:6.125rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmyUhPxQFhwJTRoEDGKuw2Ds8hmb28b3 { width:8.8125rem;height:2.125rem;top:106.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHdbhyOX8o36XqTJNwEnvXc0Rp5h9Cho { width:8.8125rem;height:2.125rem;top:76.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f04TkyVfD3S4oWS4Tq6lDsh5pxiOUzyQ { width:8.25rem;height:1.2rem;top:77.125rem;left:5.875rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJhveo3oDiTIx4M8iOXz2WDI5pUZWBx { width:8.25rem;height:1.2rem;top:49.3818359375rem;left:5.875rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygakTUBUqmIHIREnmTImeHC6PzQRudLU { width:8.8125rem;height:2.125rem;top:48.9130859375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw { background-color:#112529;background-image:none;display:block; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container { background-color: transparent; background-image: none; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container > .video-iframe-container { display: none; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row > .video-iframe-container { display: none; }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .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); }#qr7UkTLHrOn1Ta8MDoxw7WFbNG7Tqxxw > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMyPlweDMzEuRHxe4UBM1U13VzHmOqOA { width:18.6875rem;height:18.625rem;top:23.77082824707rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmrkB2LOaXNsudJmlR8hqSbkkLu6vWiT { width:15.3125rem;height:1.950075rem;top:27.6953125rem;left:2.2812500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy0xJMqidUaaC3nCLyan21tSWT8Uo2Xb { width:15.3125rem;height:4.875rem;top:34.857635498047rem;left:2.2812500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltDlncSfduHUOh98RWJFCKoMT4MdXRtK { width:14.375rem;height:0.125rem;top:33.80207824707rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpattvEDfvPz3ko2QINtiTWN1nqyRmvW { width:18.6875rem;height:18.625rem;top:3.6736145019531rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOMJuxNGGzvRZVNrktKn6OkEigxK2TR9 { width:15.3125rem;height:1.3rem;top:7.7986145019531rem;left:2.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC5Ud8UPLIGcEgRX2TsBHTHxgrTL1uf6 { width:15.3125rem;height:2.4375rem;top:9.1736145019531rem;left:2.2500000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK2RmvgeTGUZDHM2wdBzVQBLdPDmwpEy { width:10.625rem;height:7.5rem;top:11.704864501953rem;left:4.6918404698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqxh5Sxe9s4AzuQL3lgtZzOsJQux6Xvw { width:15.3125rem;height:2.4375rem;top:29.33332824707rem;left:2.2812500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1OCGmTHOgU0AqOxdN3L7uxUonOg7zwB { width:15.3125rem;height:1.3rem;top:31.70832824707rem;left:2.2812500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU0fV8gHSKiCZKBuN0kAZQ0i5v6mqFJn { width:18.6875rem;height:18.625rem;top:43.993057250976rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR5zR3pglM70q5qJWqVVVEPB6LtwQiVV { width:15.3125rem;height:1.950075rem;top:51.118057250976rem;left:2.3125000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMHvESopd9bL3tk0RaimHBfFo9h860LD { width:14.375rem;height:0.125rem;top:55.805557250976rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATX6bxOiBZFv7z37WgaNRSBnfxxQx8R { width:15.3125rem;height:2.4375rem;top:52.930557250976rem;left:2.3125000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm4rqt6xDzPNvzdrsGyTeonET3JnyauP { width:15.3125rem;height:1.3rem;top:56.743057250976rem;left:2.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTl8Xqkw3ATNxHcybXlDkgfmzShDHS5 { width:1.75rem;height:1.75rem;top:1.9852437973023rem;left:1.0555555224419rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtz9JBU3x2h1vK1NZrluBB9y1y4Zg4cp { width:1.625rem;height:1.625rem;top:42.423605918884rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmaGQ3V8VztXLKg7xkmULoEAXE7pCm0 { width:4.375rem;height:4.375rem;top:46.078994750976rem;left:7.8289931416513rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmOBrRVdJNLMpRUb1T46veVuWcrlTOtq { width:2.5rem;height:2.5rem;top:47.603302001953rem;left:5.3845484852791rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLA7lcm50lrob2x8VTGMa1goGipdxI6A { width:2.5rem;height:2.5rem;top:47.603302001953rem;left:12.203993141651rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcgTG6BfnuScQnKe94KeZKmtUK7vmwGp { width:1.625rem;height:1.625rem;top:54.180557727814rem;left:17.593749344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMizgeTHT7g0JVRksF5zodr8p7vplKtr { background-color:transparent;background-image: -webkit-linear-gradient(144deg, #074947, #112529);background-image: -moz-linear-gradient(144deg, #074947, #112529);background-image: -ms-linear-gradient(144deg, #074947, #112529);background-image: -o-linear-gradient(144deg, #074947, #112529);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#074947', endColorstr='#112529' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#074947', endColorstr='#112529' );";background-image: linear-gradient(144deg, #074947, #112529);background-size:cover !important;display:block; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container { background-color: transparent; background-image: none; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container > .video-iframe-container { display: none; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row > .video-iframe-container { display: none; }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .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); }#JMizgeTHT7g0JVRksF5zodr8p7vplKtr > .row .container { width:20rem;height:97.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFPZFXK0dPMTtVbDnTTgclxposoI5DIZ { width:7.8125rem;height:1.1rem;top:14.422744750976rem;left:10.874999940396rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFzA2veEJWO5eIA7F0M6XZU1dfIPzME9 { width:11.4375rem;height:3.125rem;top:16.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wFs7qycH6J3AzzO0HuT1haGla5yxIwdA { width:17.5625rem;height:1.950075rem;top:3.275173664093rem;left:1.2178819775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP7i3HakKiUrwTcbkCC7CQA26SAoUR5H { width:18.8125rem;height:3.375rem;top:2.5616321563721rem;left:0.59288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVc4Tb3UmR5kmwoqzBlKqCrTxRR2z3bC { width:8.125rem;height:1.1rem;top:14.421875953674rem;left:0.65538197755812rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg8EELpxQPkWEchZTcMaKl6OtIZW6scD { width:11.4375rem;height:3.125rem;top:16.4375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeiGsDUtxGwiZfUh6qzSkFifdPShn2Ff { width:8.0625rem;height:3.3rem;top:24.748264789581rem;left:10.812500298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUCwUXQ7CZ5ioC20sfDp51H17blSKEe7 { width:11.4375rem;height:3.125rem;top:16.3125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kW6izvQp0rwMUA2t2TNW6gFOQnCTalwv { width:8.125rem;height:1.1rem;top:24.498264789581rem;left:0.65538197755812rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgc9wtIiwsZ4CdqR0Pub0FT1D0ef9S25 { width:11.4375rem;height:3.125rem;top:16.3125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZDvmr673709zafV5AqFcBBBoaCfe2Fw { width:8.125rem;height:1.1rem;top:37.499130249024rem;left:0.62499994039536rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMcoFvmtVd3mLStI1RTBpAhFmTTHJWbp { width:11.4375rem;height:3.125rem;top:29.1875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdMET7RcmbnZ1sR6B2eskXvh846uxidh { width:7.125rem;height:2.2rem;top:49.436632156372rem;left:1.2430555224419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpw0V10vyTZsItFxo8ECRT3226oEzpyr { width:11.4375rem;height:3.125rem;top:29.25rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTCMuiqC6gpXcl5qUzpW0lnearoohB8I { width:8.125rem;height:2.2rem;top:37.499130249024rem;left:10.718750298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaKO7X8EebXO4ZZaF2dAff7NdtXsgrAO { width:11.4375rem;height:3.125rem;top:29.25rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBtmcXH884U3QOu3kXQSZUxSB48zyKQg { width:8.125rem;height:2.2rem;top:49.428819656372rem;left:10.718750298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGR1rh9BmHU3KSNyP4AfpWsyWw88Hz0T { width:11.4375rem;height:3.125rem;top:29.25rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbhOovwTcGOPXuPe0HFbb3teTm7RSKIG { width:16.4375rem;height:3.125rem;top:41.9375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oucMwXuZ0vSxIRC7gPcKZ2kvOCQ9eNXB { width:8.125rem;height:2.2rem;top:60.983507156372rem;left:10.718750298023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFe9OTQyrzoh800brwh4ISxT9IuHK2Se { width:11.4375rem;height:3.125rem;top:42.0625rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ObCcXx5DWUSs52WglnETveAOLrdJ6xSH { width:11.4375rem;height:3.125rem;top:42.125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S77uUcopEJevitDvHZGRzO58Oai8BJek { width:13.875rem;height:2.2rem;top:72.979167938231rem;left:3.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo1rG6qxTRZmiKKFg42kilCSKMudo6hh { width:8.125rem;height:2.2rem;top:60.983506202697rem;left:0.65538197755812rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ippVC87nnUQUCBb9rK5Cxi6qCPsZcAZI { width:19.75rem;height:4.125rem;top:49.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAOce1MdG0nt4kDESwet458UG4GT4mTx { width:15.625rem;height:5.15625rem;top:83.118064880369rem;left:2.1875000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sizlvFONkfv3xnE8WSsRTDJzeOs1m0sE { width:3.5rem;height:2.3125rem;top:80.062502384187rem;left:3.5928819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuRKKT84rVeAbGD7M93xepnsD4BcpQ0i { width:3.5rem;height:2.3125rem;top:89.37500190735rem;left:12.493055641651rem;display:block; }
 }@media only screen and (max-width: 763px) { #sINLMBlfUc75PqfPmtm50INNNZAW3fZ2 { width:9.1875rem;height:7.5625rem;top:7.2908020019531rem;left:0.53038197755814rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #McM3T72zMTGIzXHz07ffsP8nAckspIz0 { width:9.0625rem;height:7.4375rem;top:7.2283020019531rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdApeQvQoFNTLixeBKnmSN4URah6El7Z { width:8.125rem;height:6.625rem;top:17.75rem;left:0.59288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw7CocHE6kSDT9zhA3FLST2TcTOd821e { width:9rem;height:7.4375rem;top:17.214409351349rem;left:10.218750298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfWlu32AoBpXgqNmeo2sh3x5QWoITu3z { width:8.875rem;height:7.375rem;top:29.803817749024rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBZuMzketfJxx9vQcHsOcpcpswUJaTt5 { width:8.8125rem;height:7.25rem;top:29.866317749024rem;left:10.375000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkIuh1kd8XgoBbEvKXOp18OH5DuWLmiB { width:8.75rem;height:7.1875rem;top:42.117181777954rem;left:0.59288197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBrXVTKaWb5OFNr6f4h1pADI8J4w1BWb { width:8.9375rem;height:7.3125rem;top:41.798611203186rem;left:10.43127590004rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8CAxtzTg68hz1JgUPQiWzNLL5M6mQJp { width:7.6875rem;height:6.3125rem;top:54.260413169861rem;left:0.90538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0T2E7TM6SLH5hqAXKx3nnVJdRHAIOew { width:7.8125rem;height:6.4375rem;top:54.19704914093rem;left:10.875000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWg9oekeg64tdiINBeN09Ar7Mpdq8BG6 { width:9.625rem;height:7.9375rem;top:65.097223281862rem;left:5.1874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUhcW12V59TtahbeGqFurPNXNJG1kPIx { width:3rem;height:3rem;top:76.874999046325rem;left:1.2178819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlulwbDz1SBT6TOhbFyLvnUvafb5BGXr { width:1.125rem;height:1.125rem;top:65.303821086881rem;left:15.868056595326rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqtVeZUW2KT9DrQf312MQmFLPpp5Xogg { width:1.1875rem;height:1.1875rem;top:69.7178812027rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRbsd3dQF3NSv8dTqD7VPghOzz2tyLcp { width:20rem;height:11.25rem;top:0.15625381469726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grmeh4WgyWUDN0ph39r6QLwKRHvNaB9y { width:3.125rem;height:3.125rem;top:92.25000190735rem;left:15.618056595326rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSRZvL8xKJdATPnAvAnKzPhsdBw8PglW { width:2.0625rem;height:2.0625rem;top:92.68750190735rem;left:16.180556595326rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4vdfV1Rvx0sXTedBXElgBU9BGd05JhJ { width:1.875rem;height:1.875rem;top:77.281249046325rem;left:1.7430555224419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHIiLWgCQD6B76JezR3WuRe1eB2tVPeu { width:1.625rem;height:1.625rem;top:27.776893615722rem;left:6.6102431416513rem;display:block; }
 }@media only screen and (max-width: 763px) { #kafKtT962AtBA4KRQkxIXb3EoBzKtRoU { width:11.4375rem;height:3.125rem;top:27.527770996094rem;left:9.833333313465rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #cUfty9sxUc1JOQhZp3fWK1kcz6Kc4CyI { top:13.891493797303rem;left:0.59288197755814rem;width:8rem;height:2rem;z-index:14990;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #d3W2b8G6gJIVC8OGhreXC0wvk7RuJi4k { top:13.860243797303rem;left:10.612847626209rem;width:8rem;height:2rem;z-index:14992;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #PV6zPHfVswfBrxoAdGtfXk6VXGP9TUE2 { top:23.937500476837rem;left:0.59288197755814rem;width:8rem;height:2rem;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #IR9AITeSN1iWPlf54GGt4Pbe9JBJQQSa { top:23.999132633209rem;left:10.670138657093rem;width:8.125rem;height:4.5625rem;z-index:14991;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #qS0zEuuAap3ThkbQyH7TBMT9IKhQlLx3 { top:36.938369750976rem;left:0.62499994039536rem;width:8rem;height:2rem;z-index:14992;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #pF7vQ0g3hU48ywDVOTAtZDVRSMiQ3Jzp { top:36.750869750976rem;left:10.607638657093rem;width:8.0625rem;height:3.375rem;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #OgMzOO4poyxELBkUu0DxSSfJ8swnW0RT { top:48.750867843628rem;left:0.59288197755814rem;width:8.0625rem;height:3.375rem;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #ZZn3Tx5tWkbwyo0lBuu3PAe6R2r6FTDl { top:48.750867843628rem;left:10.607638657093rem;width:8.1875rem;height:3.375rem;z-index:14992;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #NuHZZI3BwnJouytgZKWtPIRuIySPv2Um { top:60.284721374512rem;left:0.59288197755814rem;width:8.1875rem;height:3.375rem;z-index:14993;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #kbW5nTqtsGriynlR9axtFNTnwbNf9Tlw { top:60.270832061767rem;left:10.638888657093rem;width:8.0625rem;height:3.375rem;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #JHqQbkqLdUSAkG1cdlrdebz8SDEs744p { top:72.249132156375rem;left:1.2942708134651rem;width:17.1875rem;height:3.4375rem;z-index:14994;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #eWChEAMA5zIdoBNJz4vKMwh9NaqzhPab { width:15.125rem;height:10.0625rem;top:80.708335876462rem;left:2.3255208134651rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #okv7m4MiT5d4DARzm0w439FwXE6M76Lv { background-color:#074947;background-image:none;display:block; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container { background-color: transparent; background-image: none; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container > .video-iframe-container { display: none; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row > .video-iframe-container { display: none; }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .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); }#okv7m4MiT5d4DARzm0w439FwXE6M76Lv > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTJvMLSIcSkQlT2Pe5TAXqcDf1C0vhKo { width:14.75rem;height:3.90014375rem;top:3.0755205154419rem;left:2.6250000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCp2I5OsJ94x9HDeBwhU31hBMQqgZam { width:17.5625rem;height:5.0625rem;top:2.4965267181396rem;left:1.2178819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO2Mod0GIESieTkGDqQwCsossCmzFRXg { width:16.1875rem;height:19.5rem;top:17.36111164093rem;left:1.9062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJa5JlGiBdg2sXoBV8PVrJFU2Ni9GECB { width:15.9375rem;height:5.625rem;top:8.983506679535rem;left:2.0312500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRtWJRAZoz9vEeTocrF355MiGQrTlwFq { width:14.375rem;height:0.125rem;top:15.673614501953rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrUAn5ECHegoK5aUJbniyiEQT1aNR0GA { width:14.0625rem;height:14.125rem;top:37.742188453674rem;left:3.3625000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #StQZTD0E7DklyfluMIJhTTMQ5V0RvxKX { width:14.8125rem;height:10.375rem;top:41.124219894409rem;left:2.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABoIz8Kq8Ic4LQK9MdTTFoTMpss5wPe { width:2.8125rem;height:2.8125rem;top:38.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaHKOtR1NMy3p60ptfc5ks8l7vWOb0TV { width:1rem;height:1rem;top:37.743056297303rem;left:3.9999998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht5RLIWPHBoTM1IfE3CqD3Wc5X9hRGRE { width:3.875rem;height:3.875rem;top:60.992189407349rem;left:0.71788197755812rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #WgH6tesdTexWSBG7qIOkldwtqySTDEat { width:1.4375rem;height:1.4375rem;top:60.993045330048rem;left:17.374999344349rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTRwRo4QKqps6hA6Ub1hVpQkMz9UxHsq { width:4rem;height:4rem;top:38rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtH0iTxuKfUuaJCtmISE8rTJBQI0uPML { width:2.125rem;height:2.125rem;top:39rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mor18OQTRPvMw8TiR7i9e5ta03v79ccG { width:2.625rem;height:2.625rem;top:38.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmeP7wTNxDFmO3FFwzVGVzUhlADGRsqC { width:2.375rem;height:2.375rem;top:61.742189407349rem;left:1.5312500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb { display:block; }#Fxl1xrAJBuNzo8EyFTTHQe6tlc9O6Vcb > .row .container { width:20rem;height:147.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5gWxnZq8FCU26zlTe4mH7NIq6fHXszQ { width:15.5rem;height:3.90014375rem;top:3.4053821563721rem;left:2.2500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSdRHBW6a9D3k9avadpCe5KeAIk0Z9aT { width:18.375rem;height:5.375rem;top:2.6675357818604rem;left:0.81163197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BQMuNW2tzlRACsMoAPAJvqs7esU4dc { width:13.9375rem;height:4.50073125rem;top:13.875rem;left:3.0312500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfsfcipWkqIltqi5Lv0Dn11emJLOlcIt { width:16.625rem;height:5.9375rem;top:13rem;left:1.6067708134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG6TIQcOm0riubOolGGoAZCTpT075CTc { width:20rem;height:13.823529411765rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSXJ036o10uKtE5nodIXbbqkCdfOHZ6k { width:20rem;height:13.705882352941rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE5DbapsDRMmn1HPFdpP846TdE2FcBFL { width:20rem;height:13.764705882353rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGMeIHGnXlLpS8eRwtEULeczErx8Xt3s { width:12.5rem;height:1.3rem;top:32.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpQX3I6oTEJM7Vg5APqWdsbHTpwatGV2 { width:12.5rem;height:1.3rem;top:48.4375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7o7HIILNiHkFAOMsNWCi9gasN7ZCD2M { width:12.5rem;height:1.3rem;top:64.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoK0R3hTrrf0QDQwaqy9iCsnqMVLHB7 { width:14.5rem;height:4.50073125rem;top:72.87500190735rem;left:2.7500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZg2uTL0EurtJKpp7GtTrVMB2Sp28swq { width:16.9375rem;height:6.25rem;top:71.888889312744rem;left:1.4192708134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV8tysAOgezg1T986r55UXl4XQXOz70g { width:20rem;height:20rem;top:80.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLgGkN3MvDrau5QAK5zZEbBbc2LagTuq { width:20rem;height:20rem;top:102.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML7aEIG4nuK9Fe61qROyQ8usvIhR8XXk { width:20rem;height:20rem;top:124.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBfgNB8xJL2N3kDyh4PCONFoTIIPiXyS { width:12.5rem;height:1.3rem;top:98.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAENATi5MQyZEzRcN7hpIgxylh04TxE4 { width:12.5rem;height:1.3rem;top:120rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4dnpHip4Q5c0lXZdgwd15sZqmsMiVBe { width:12.5rem;height:1.3rem;top:142.3125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdR0xXVI31tCqazCRG4mfNtBOMJBhdlk { width:2.875rem;height:2.875rem;top:9.1875rem;left:1.4366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5TpqJxFEf0BRiNHosKZlQtccJEoR5hN { width:2.125rem;height:2.125rem;top:9.4375rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ek3Dt34mWvZzSoZvIeJHhf2gyzpa5R { width:1.125rem;height:1.125rem;top:8.6241321563719rem;left:17.749999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #msvBDLmkDx48veQyiM3f8tfE85xLOvsB { width:3.3125rem;height:3.3125rem;top:67.555555343625rem;left:15.197048485279rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtVVqORJrN5Gf8gtfGoIgEEA7F8W4ALi { width:2.625rem;height:2.625rem;top:67.961805343625rem;left:15.710938313953rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJUkQDID64BECq0HFFU6qd37W3AikqfF { width:1.125rem;height:1.125rem;top:69.687507629394rem;left:1.1805555224419rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo { background-color:#074947;background-image:none;display:block; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container { background-color: transparent; background-image: none; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container > .video-iframe-container { display: none; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row > .video-iframe-container { display: none; }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .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); }#D4n7uV8to2rQ4DWylwnZin4J2P1FrvUo > .row .container { width:20rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXVzaKvBFLzwMAGMR7fhs3Hb7VFhFh24 { width:18.6875rem;height:18.625rem;top:12.25rem;left:0.56249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLSqvZkzrOAf2LHATlpBycTXOEuWLoyz { width:14.625rem;height:2.6001rem;top:5.9375rem;left:2.6875000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTRtoaHpI8sbaSGfRvA1OwJ1QBPDbyg5 { width:15.5rem;height:4.25rem;top:5.3125rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woi2FSR9HtdTehXho9Wt9ivPvx8NbBID { width:18.6875rem;height:18.625rem;top:34.723091125488rem;left:0.54427081346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQI1I1t1BQLAb9EQu9nxkqxTUnPBXKUJ { width:12.5rem;height:0.125rem;top:79.781243324281rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU3C3GcGtoJOJBqZdhJTdzrxR3arME9a { width:7.3125rem;height:7.3125rem;top:21.3125rem;left:6.3124980926512rem;display:none; }
 }@media only screen and (max-width: 763px) { #izgnI4o7AnnDrVyLeQwdVF9nGP6nRHaJ { width:7.3125rem;height:7.3125rem;top:41.4722225rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4FDJ8KXBfpOKLn3whMHKBS7TZhLAaCo { width:11.312125rem;height:0;top:18.930663585663rem;left:1.5625rem;font-size:1.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Lp2Rc0fD8kC8ilTDnHoaTZlWcpc00X1M { width:11.625rem;height:0;top:33.955342769622rem;left:0.81099081039431rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TESBTSwoSLlMagC8SkaoSTRHALD7C8ig { width:15rem;height:0;top:30rem;left:2.3749980926514rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ioqapVfek5SAIAnXSivbctrc6vZS7UE1 { width:14.4375rem;height:2.0625rem;top:29.5625rem;left:2.6249980926514rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwbkswxDJsGuALVu5Lo1HfBGioeN3TSH { width:15rem;height:0;top:49.9722225rem;left:2.5rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hdFp8RvmHbEETofc7MNITlDfnxClhPN1 { width:14.4375rem;height:2.0625rem;top:49.5972225rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFxwsVB2mpTh13vnqDduMGVFRG34quQZ { width:9.49975rem;height:0;top:26.996181488037rem;left:9.2813386917112rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GnNLBm53lIFTO7S1W1IrsIoSpH2BMa1T { width:10.2499375rem;height:0;top:10.842942237854rem;left:8.5000886917112rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JZZXuOUT9RzK3DQNIlODZxheuyFFahM8 { width:14.5rem;height:2.125rem;top:81.756945rem;left:2.6249980926514rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcXrZON3HR6PIb2KoGmAJ5km5Jltz0qy { width:15rem;height:0;top:82.194445rem;left:2.3749980926514rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IVM3WtB2iTdv2GRg4iEu1znhkrlUW3zv { width:14.5rem;height:2.125rem;top:144.2291675rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaHCDcHhzSP971ibRZXnX4aZs62TvxvG { width:15rem;height:0;top:144.7291675rem;left:2.5rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mxOMkT56LvKVIG4N9BUczRuvkoLUONpT { width:18.6875rem;height:18.625rem;top:59.194444656372rem;left:0.54427081346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEBqWOKWHAFIbKF205zZaGccIEqxnTU { width:18.6875rem;height:18.625rem;top:81.853308916094rem;left:0.54427081346512rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTwG60OF9mn5fhOftDm4UteHEKUmhi6T { width:12.5rem;height:0.125rem;top:32.881945610046rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGKtyqDlc7iZgAxdowoIo9Fl2NVHqeuQ { width:7.3125rem;height:7.3125rem;top:73.569445rem;left:6.3124980926512rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhHG1vig90gRWyIs7DJb7xfDiK41BoHO { width:7.3125rem;height:7.3125rem;top:135.9166675rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EDDx01NdOUk6pMtv5yxOTDpmtOS0T55y { width:1.3125rem;height:1.3125rem;top:3.1805553436279rem;left:17.312499344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTD3hVoaQHGPBAxdowMOAhQs9Xy4vtl { width:3.3125rem;height:3.3125rem;top:1.125rem;left:1.1866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMgInmnKm63AE5eThfGiI33ufhBLQeg9 { width:3rem;height:3rem;top:100.70052146912rem;left:16.249999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkLDGr9ybleQchQbLPnX3uTb7PEzNOTk { width:1.4375rem;height:1.4375rem;top:54.319444656372rem;left:15.930556595326rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMDXDu3XG0ignAekApVOENvDTlixmurP { width:3.5rem;height:3.5rem;top:55.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPVcksUXF9seDKsSewom0xlGyNhUaiAk { width:2.5rem;height:2.5rem;top:1.53125rem;left:1.5928819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD15wf6C4paBzuOcx4zmRLHysPzEPR2x { width:1.9375rem;height:1.9375rem;top:101.23177146912rem;left:16.999999344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDOxLR0PgKGzF8woLpOZn8PeFrN7OnJJ { width:2.1875rem;height:2.1875rem;top:56.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCqH2SHdeibbsuzSyCUvZQsLVETOt5o9 { top:13.582465410232rem;left:6.8749998211863rem;width:6.25rem;height:6.25rem;z-index:15057;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/99e8f234-8432-4002-b0d6-166e339538f1/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kCqH2SHdeibbsuzSyCUvZQsLVETOt5o9.adaptive-delivery-prevent-bg, #kCqH2SHdeibbsuzSyCUvZQsLVETOt5o9.lazyload, #kCqH2SHdeibbsuzSyCUvZQsLVETOt5o9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #My2ZScncPDPktBc9mF0dALUA8xwaT045 { top:20.517360687256rem;left:3.7499998211861rem;width:12.5rem;height:2.3125rem;z-index:15058;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wLXZPfIs4FLSSSrlqcz3si4yTa9xX4aK { top:21.0234375rem;left:3.7499998211861rem;width:12.5rem;height:1.3rem;z-index:15059;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xn4PXGlA5xOwqH6py9OR3wvFy3XIwTJb { top:23.423611164093rem;left:3.7499998211861rem;width:12.5rem;height:5.2rem;z-index:15060;font-weight:400;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BR87wstaE3TBQr3Eo0TOmswuSS7zMXTT { top:44.818588256836rem;left:3.7664931416511rem;width:12.5rem;height:1.3rem;z-index:15063;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QadwhbHP3LCsW3XraeWFHvRLPNULmvSq { top:44.3125rem;left:3.7499998211861rem;width:12.5rem;height:2.3125rem;z-index:15062;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xWd1WqI3TngXTraTGXVZxKDOseMMbAO5 { top:47.3125rem;left:3.7499998211861rem;width:12.5rem;height:2.6rem;z-index:15064;font-weight:400;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g8xZrK2xdKTEknTZpqEKNGRB6coMTeT1 { top:37rem;left:6.8749998211863rem;width:6.25rem;height:6.25rem;z-index:15061;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d5a9bb1-2170-4cf3-aa01-649920f5a42e/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#g8xZrK2xdKTEknTZpqEKNGRB6coMTeT1.adaptive-delivery-prevent-bg, #g8xZrK2xdKTEknTZpqEKNGRB6coMTeT1.lazyload, #g8xZrK2xdKTEknTZpqEKNGRB6coMTeT1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aLlvbdnvsZJpcPtuRyzHE96NFVqdOXhb { top:68.592880249025rem;left:3.7499998211861rem;width:12.5rem;height:1.3rem;z-index:15067;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LncIdgCJiTriuXwrevsWPp805JoHq6S0 { top:68.000015258787rem;left:3.7499998211861rem;width:12.5rem;height:2.3125rem;z-index:15066;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dW1umSIfb88P1TLbWvzMckxZlPQzfTbT { top:71.142347335813rem;left:3.7499998211861rem;width:12.5rem;height:3.9rem;z-index:15068;font-weight:400;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivRkiXPgbmFE5fSMwqHJGWBThIWFEgKT { top:61.180557250976rem;left:6.8749998211863rem;width:6.25rem;height:6.25rem;z-index:15065;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9817b78e-1e99-40fd-8011-ba5744186252/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ivRkiXPgbmFE5fSMwqHJGWBThIWFEgKT.adaptive-delivery-prevent-bg, #ivRkiXPgbmFE5fSMwqHJGWBThIWFEgKT.lazyload, #ivRkiXPgbmFE5fSMwqHJGWBThIWFEgKT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MUiITlvDgN0MhfV4poFtmG2uiutddcBr { top:90.625rem;left:3.8125rem;width:12.5rem;height:1.3rem;z-index:15071;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WkCqO5SQi7Xku1iPTShRf5HkIxlLGoX8 { top:90.11809539795rem;left:3.7499998211861rem;width:12.5rem;height:2.3125rem;z-index:15070;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VpRm8OCeDTqUcCDT0tHO4OIv4pFCEe4O { top:93.625rem;left:3.8125rem;width:12.5rem;height:2.6rem;z-index:15072;font-weight:400;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #naonFc5o0ubGIK5ZpvzhkQTmWVyDAoTu { top:83.18749809265rem;left:6.8749998211863rem;width:6.25rem;height:6.25rem;z-index:15069;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#0053ff;background-image:url("https://images.assets-landingi.com/uc/1424975c-460d-43bf-9b78-434bfb52fcfb/WeBappmobileapp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#naonFc5o0ubGIK5ZpvzhkQTmWVyDAoTu.adaptive-delivery-prevent-bg, #naonFc5o0ubGIK5ZpvzhkQTmWVyDAoTu.lazyload, #naonFc5o0ubGIK5ZpvzhkQTmWVyDAoTu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ { background-color:#112529;background-image:none;display:block; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container { background-color: transparent; background-image: none; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container > .video-iframe-container { display: none; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row > .video-iframe-container { display: none; }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .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); }#Lpn0vb4dZT6dipTvlBmmryiHNcO3idCQ > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pi6p8KugGLyOPRwqmBLslTwWZKa7SrLR { width:14.625rem;height:2.6001rem;top:3.375rem;left:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TQTaxGfDlt8VeWs9LqS94MiNHzHkRJ { width:15.5rem;height:4.25rem;top:2.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpeJKeQ6fQDOKVinOTGNeT8cpgJ7hBoa { width:20rem;height:2.4375rem;top:26.312500953674rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfeJUoDdb6WycodDbcw4ROW1zJTMitln { width:17.125rem;height:5.20019375rem;top:28.750000953674rem;left:1.4375000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR4T6GH3OrwSEQWAm0I9JX3sxdueQloN { width:20rem;height:14.9158125rem;top:10.249165534973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubcKTaiDuzfq4KL0KxZc7VeIgoF3kToK { width:13rem;height:6rem;top:37.437500953674rem;left:3.4991319775581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGwuUSVaBsCEvW6eIOEzPhCTlwkH7vMn { width:16.3125rem;height:7.9375rem;top:36.357639789581rem;left:1.7317708134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9f5CNEvlekoWg0AcssW4JBmg6dPezI5 { width:3.5rem;height:2.3125rem;top:34.868056297303rem;left:3.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWVTPRyqar0pHVI7PNbctffD1B6gTymz { width:3.5rem;height:2.3125rem;top:43.437500953674rem;left:13.867187798023rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltCw8RC3F37Lrk0FEceEZtZPSAUDys9X { width:14.875rem;height:5.20019375rem;top:47.1875rem;left:2.5625000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruUz3NmnVuITearf9Vy0WfQKiEROyRV5 { width:11.25rem;height:1.3rem;top:52.886284828186rem;left:4.3749998211861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQZFEkXzzcFvo0MgTbqiKXddORBGKk9A { width:8.5625rem;height:2.375rem;top:49.875rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCbx7TthK45wQ3wkMEhP5Au7TS6XF6Z3 { width:20rem;height:1.3rem;top:56.296874046326rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0gC51mcFf0PeQhC02V3PV4TiEU2PL7Q { width:11.5625rem;height:7.5rem;top:58.8125rem;left:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7q8NsvEAVv1NxOHQXHfqT4aQElM7zBW { display:flex;width:1.5625rem;height:1.5625rem;top:62.488280296326rem;left:2.6875000596046rem; }
 }@media only screen and (max-width: 763px) { #DTbWKHEZDLPDD20tB8SgJwQR6JhLAVA1 { width:19.75rem;height:5.8125rem;top:33.6875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZKwJ9usK3qopBF25sfqbaBXhcxk2KKk { width:11.8125rem;height:2rem;top:32.5625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNyL68LBE65wnfbOSGiWEn5BfrBLzGyD { width:2rem;height:2rem;top:8.2482638359069rem;left:1.3680555224419rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMqwkFf0abp4E1x27rGlm5Bw0Ko0Pk2O { width:1.4375rem;height:1.4375rem;top:33.948785305023rem;left:16.368056595326rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqyVn1WKU9d4FkcsJyTSr3T0OzWmgUQd { width:1.0625rem;height:1.0625rem;top:7.1232604980469rem;left:17.555556595326rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTrqBlzU2QEBi4yLlPfip9pdchtfRxg { width:20rem;height:11.25rem;top:0.24913197755814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhtDsw5P128cMeSszxWhQwRDH7XLDp2q { top:55.773436546326rem;left:3.7499998211861rem;width:12.5625rem;height:2.125rem;z-index:14991;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffc933;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #EiD85DqQSReQVEiXVqA0DwLRMQSSTuDt { top:56.825775146484rem;left:1.5125001072884rem;width:16.8125rem;height:11.25rem;z-index:14990;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#074947;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #112529;border-left:0.125rem solid #112529;border-right:0.125rem solid #112529;border-bottom:0.125rem solid #112529;display:block; }
 }@media only screen and (max-width: 763px) { #IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd { display:none; }#IBoxv9qvaJ3hNyIR1LN2mKfwfSP3oTzd > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dtuzcpvXAvpHdR4KM4gwvQMD3REzSZgK { width:20rem;height:4.35rem;top:1.7437067031861rem;left:0rem;font-size:1.8125rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fqMerXaGspLUTLwV9isuWZge7XOLMokm { width:20rem;height:3.0625rem;top:50.9375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eVywcJUptumRFJvOeS1DnqD4Rx7M6tm1 { width:20rem;height:1.4875rem;top:49.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Uxi86zxPpp7JwPGzGqPX0Ll7XP12yOvB { width:20rem;height:1.3125rem;top:53.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zUA7TIyF3ZCzWMPZfyS6zeHI253As3zs { width:12.436rem;height:0;top:37.141929864883rem;left:3.7814670205116rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15007;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #STrLeOU3cZka9yadUim388ztQT9KKFTB { width:18.9985rem;height:3.2487rem;top:55.875rem;left:0.5rem;font-size:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BMGuZPyMAMdRezXSgTevayMSInvFJ4xc { display:block; }
 }@media only screen and (max-width: 763px) { #fTNimTBi6biQfEAcoU9W6IcFTsaoWS4r { width:18.4375rem;height:3.375rem;top:11.224999904633rem;left:0.78046876192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OW1MtRGHaQmT6ZkkUoiMrq14WRIV0xtP { width:20rem;height:39rem;top:1.9969522953034rem;left:-0.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #h3vDU4EIyNk9IfqJ9oELL2t6Z0EqVl0H { width:20rem;height:7.5rem;top:98.694264648437rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3z7rUeF7Q2X5EHAmN7rrXwaiy2pleJA { width:19.125rem;height:40.625rem;top:7.125rem;left:0.43671876192093rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gaavFE1CozAVAXZ8LxpuTH0ClqdUc73i { width:20rem;height:1.5rem;top:8.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#31008b;display:block; }
 }@media only screen and (max-width: 763px) { #TadRARMdQE0BdVQ2oPCi6O541DpGtI7t { display:flex;width:2.5rem;height:2.5rem;top:27.4375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJETD6WMgxozsQty0PIxytBihvpuOKB2 { width:20rem;height:1.5rem;top:28.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;color:#1c0040;display:block; }
 }@media only screen and (max-width: 763px) { #bilSzNcqnICe1avZOfTUltGTcpwDwuAT { width:17.5rem;height:2.25rem;top:44.0625rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JDbHFqGf49cBNsxh6LQdVkNLBtw6P5Jr { display:flex;width:2.5rem;height:2.5rem;top:25.36093749851rem;left:8.7500005364419rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #Rn4DTpxPlo81Pf25ngkhXtNT7HrAHHnZ { width:7.5rem;height:3.875rem;top:34.25rem;left:3.8000002503395rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cGb0rtJRInvFNRzqq4GE9Kf1aAssofXL { width:6.25rem;height:3.25rem;top:39.1875rem;left:6.8750000596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NIWBzCSl61ZRvrQK95NFD4ytnvAkWFRD { width:7.5rem;height:3.875rem;top:34.25rem;left:8.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TttCfpQF9VyIrlgxdF89EIUMAhhzeUem { width:20rem;height:1.275rem;top:30.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VeyPgyyTNBkwuJ8hqgUtRyVQI44P94qF { width:6.25rem;height:3.125rem;top:39.25rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1BXm4mwlScqIAoSrRsBoQRa32TdfTC2 { width:6.25rem;height:3.0625rem;top:39.28125rem;left:12.549218714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ApZpVmT7kyzMpQNxLG7TvPUHe2iot9 { width:12.625rem;height:9.3125rem;top:15.410937309265rem;left:3.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 { background-color:#232323;background-image:none;display:none; }#KBuOMBVPqKd1RdTm6R8ueZa0g3Ez4fG8 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LIMqx8UtH8MtT1i176l4ACxgI3S83JJ9 { width:20rem;height:2.275rem;top:29.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #BOOy4T8JKdMU69FHxHVise8mffFSCMes { width:20rem;height:1.3125rem;top:32.312500953674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TIAblkaoRLpi9umDCiD4fv2culoyMVNz { width:20rem;height:23.875rem;top:8.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X3u8zuwPHowMq4rE7ExsZ4nrPOJpOmZq { width:20rem;height:1.8rem;top:26.812513351441rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #anu7H5rzvlc2ddLe6zrPMRuncCQAkvw0 { width:20rem;height:3.15rem;top:11.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #PLK0EGLEifN7T8T1sadb5dbBfdp8sTxb { width:18.125rem;height:1.2rem;top:9.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qRZSrbMcBlCgT6mKuF84DgpFZ25HDM1g { width:15rem;height:2.4375rem;top:4.0218749046326rem;left:2.5000001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Hbcy56CsawvmqfTL2TTIeqTIeD6WRF4L { width:11.25rem;height:5.5625rem;top:15.801563620567rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPZgNpTcnGpvXHbL868OFH5eLTXGxRa { width:19.375rem;height:4.75rem;top:1.748046875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tusnmOJOmdHIzfCvwwwW9EK155P3egPr { width:17.5605625rem;height:0;top:9.9375rem;left:1.21875rem;font-size:1.625rem;line-height:1.2;font-family:kanit;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #UN7dTZF0BcdcKvkmHcQyLwyzKW9BqFLw { width:17rem;height:1.875rem;top:2.1953125rem;left:1.5000001192093rem;font-size:1.5625rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1moDXc6RmEao9vzzIaPHzdETzAnJhSf { width:6.25rem;height:3.125rem;top:22.3125rem;left:12.8125rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #LrW3iHICsSTkitUh4FxK7n3oIBuJpcNI { width:13.175rem;height:3.2375rem;top:34.437500953674rem;left:3.4125002622604rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG18EbuTeTRLglzgoB6vQOMs9p2AxP27 { display:block; }
 }@media only screen and (max-width: 763px) { #UQB8ZAClk67eCmn3MW61vIXbmxh3VKX9 { width:6.25rem;height:3.125rem;top:22.3125rem;left:4.375rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #wkI0opiZUWlAEoyfbD9BUT2QN7X80wDn { width:6.25rem;height:3.125rem;top:22.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3VC07aQ0sPJSC6JXIiacQVItMcf1TN8 { width:6.25rem;height:3.0625rem;top:22.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0nxMKHAfifISWeESMDN4gSfmQawDkdt { background-color:#232323;background-image:none;display:none; }#g0nxMKHAfifISWeESMDN4gSfmQawDkdt > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AivXDbGK4HuPT6Q7VwSAIHxIXIp6S6Xn { width:18.9375rem;height:2.275rem;top:34.112500190735rem;left:0.53046876192093rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #EPHyhzxtGlXOuIWQo7ZxTU1vH3w1gw4b { width:20rem;height:1.3125rem;top:32.312500953674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xFRqFukrsszC7288yWwso1TNxAFGS2pc { width:20rem;height:25.1875rem;top:8.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L5PUiOGQe1zyK1INF0zGeFeFJJoB6XeO { width:17.0625rem;height:8.175rem;top:24.225000858307rem;left:1.4687500596046rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:300;font-style:normal;display:block; }#L5PUiOGQe1zyK1INF0zGeFeFJJoB6XeO li:before{  }
 }@media only screen and (max-width: 763px) { #FLyu4PClE6lf3ugBkhB5SkL4tfgnBgdl { width:20rem;height:3rem;top:11.000000581145rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #HVUPrCNmTZSRqEByWbceOkUt3Pi4ahP1 { width:18.125rem;height:1.2rem;top:9.1875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TP4vgeJTzI0OcJR0aJqKdsOpmU51oJaT { width:15rem;height:2.4375rem;top:4.0218749046326rem;left:2.5000001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tNeR2lKKfVfwToekTegRflWUOpVrwRHl { width:11.25rem;height:5.3125rem;top:14.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNt8KqgeA5UcW5JyHWqSXrM8epAvmZle { width:19.375rem;height:4.75rem;top:1.748046875rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLhaIiw9lXZPgehsuRMSioqaqFiMpwPH { width:17.5605625rem;height:0;top:9.9375rem;left:1.21875rem;font-size:1.625rem;line-height:1.2;font-family:kanit;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #S933ANbKVhEFQWc06IywSxS1NOvWpAmU { width:17rem;height:1.875rem;top:2.1953125rem;left:1.5000001192093rem;font-size:1.5625rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIkIsLcC8qSPDWSmZiTon8XxTFlEHH5K { width:11.25rem;height:5.5rem;top:18rem;left:6.25rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #eqpTacaVuu7X1OeEpXMpgh0ZL7iqPDTz { width:13.025rem;height:3.0875rem;top:37.14999961853rem;left:3.4875002503395rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJI8qDB3M3IxURRterZWXhr7rWJHtH08 { display:block; }
 }@media only screen and (max-width: 763px) { #wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt { background-color:#232323;background-image:none;display:block; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container { background-color: transparent; background-image: none; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container > .video-iframe-container { display: none; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row > .video-iframe-container { display: none; }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .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); }#wRDqW26Qyb8LCsUnO7uhXQ5FpBpE1ZOt > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsM8e1smJmoxW78ERZGnXUuZZZCf4Xe1 { width:12rem;height:3.85rem;top:30.862501144409rem;left:4.0000000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;color:#f33b3b;display:none; }
 }@media only screen and (max-width: 763px) { #V0XTcsio3iZfy10RmimtO1xOhfCoqpat { width:20rem;height:1.3125rem;top:32.312500953674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Gcn8J8aRapxAJiXPXtdQfyxNpZUk6BX3 { width:20rem;height:21.6875rem;top:8.0625rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eKlNaR61xK7tOdLu6ne9nK33M8CeTZ3w { width:17.0625rem;height:6.025rem;top:22.6875rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:300;font-style:normal;display:block; }#eKlNaR61xK7tOdLu6ne9nK33M8CeTZ3w li:before{  }
 }@media only screen and (max-width: 763px) { #i4khlNvoFwM2dSZtrRoAG9bRPOR5TZy0 { width:17.3125rem;height:1.875rem;top:9.4375rem;left:1.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #JCyfh26czOCCk6oDQx35JtUcPmnoUe5Z { width:19.4375rem;height:4.3125rem;top:1.7476501464844rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX4KInqilQ7AmEh2v6JKlFW2tAIvZVuV { width:17.5605625rem;height:0;top:9.9375rem;left:1.21875rem;font-size:1.625rem;line-height:1.2;font-family:kanit;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #mOT4EZ1XVXAHO97tui7WazCM4MLqvN1a { width:18.5rem;height:2.02514375rem;top:3.190625667572rem;left:0.74921876192094rem;font-size:1.6875rem;line-height:1.2;font-family:kanit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCXtrMsrWMVShOTKPagNQHk1T19dpCi1 { width:13.0625rem;height:6.3125rem;top:14.125rem;left:3.5rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #wh5EZCi0ofxCz4Cr9rarruuoBEEGVPe8 { width:12.95rem;height:3.0125rem;top:31.875rem;left:3.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOMdAyaNMXwNsB2VJPDCnwCglETbAPnt { display:block; }
 }@media only screen and (max-width: 763px) { #yJbqhUm5ieAw6P2XXg24Zdla3uo3GHpu { width:3.6875rem;height:3.6875rem;top:18.875000476837rem;left:13.562500536442rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #PsBLxI1Zg1lazRS66M3ZTU49qAR9vXor { width:19.25rem;height:0.9rem;top:30.4375rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VSDRyzQTBBgmTTglrggNzhezhHgP6PBT { width:20rem;height:1.2rem;top:12.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;color:#f33b3b;display:block; }
 }@media only screen and (max-width: 763px) { #xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP { display:none; }#xzJOT2HkS2kJaKaHifKF6ezt2i9pR4MP > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iOg37w68X1nT2sVIfhe9tmrq29cLleHs { width:18.75rem;height:7.375rem;top:36.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scLQLRGGzcJRCqgb3kc55lHyWtvCtJCl { width:3.56228125rem;height:1.749675rem;top:33.5625rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpFaFJBk8Un2xgiEiyT5NdyEomhNmei5 { display:block; }
 }@media only screen and (max-width: 763px) { #PHJsF43tGIT30yK1I6LmQzgcDVu8iPqP { width:11.1870625rem;height:3.6rem;top:39rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h2RPu4Wro0ZBSvShT75dlNZmJZZpNOsC { width:20rem;height:0;top:7.8743495941163rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ITD2TM5MCnRrcf7twLoBsr6QKN4WWgMQ { width:17.8125rem;height:1.21875rem;top:37.0625rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEAL4UFwV69gkCI9PQbVpUupL1qnSi63 { width:3.75rem;height:1.99978125rem;top:39.875rem;left:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBL7wzRt7pfxXxrAchiyJQSuTFvSQm9w { display:block; }
 }@media only screen and (max-width: 763px) { #LPDdC1SEdVhnhGBJsVTOy3sgbEcCmeCW { width:19.3125rem;height:22.6875rem;top:13.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiyGgXeA8QX6t6d6yEy1hsxHh652w6CG { width:13.812375rem;height:3.9rem;top:26.375rem;left:2.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHS6ALULznMaVNLlaqAh6iL5ZpBqcFLu { width:13.6875rem;height:1.7875rem;top:14.125rem;left:3rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZy6Nkd3uAapzdTTyGusRsT69qq39XXe { width:18.4375rem;height:1.7875rem;top:30.9375rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zv1Xgvgmvd4uCGcRdiFqaH5RDVvSTvqw { width:17.6248125rem;height:1.21875rem;top:44.875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ck3U8s7R5FUrTirl2sJER2v7mXoN0405 { width:7.4370625rem;height:9.5621875rem;top:15.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTkooiGh0QpLeaSH9GypAJTKwDp5qq3 { width:11.875rem;height:11.625rem;top:40.21875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDBxS2OaBayq4NpA5VHwKyhwGF9T7SZd { width:19.2496875rem;height:0;top:5.2495660781861rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffc828;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #bTsEs8hzAu6pdNP8zTLGroEeBr7LmnCi { width:19.2496875rem;height:5.85rem;top:1.4735240936279rem;left:0.37489151954651rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffc828;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hcGwgqaTWaaxzdXShM592R3qhXvXXFor { width:16.4995625rem;height:2.92535rem;top:8.8172748088838rem;left:1.7496745586395rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #R3kcpEOTxxwwTH6mF2OXf9WhmN2g42D5 { width:19.25rem;height:0;top:0.56207275390625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;color:#ffc828;display:none; }
 }@media only screen and (max-width: 763px) { #S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74f83d38-5453-4bba-a25b-bf660bfe016c/BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV.adaptive-delivery-prevent-bg, #S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV.lazyload, #S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV.lazyloading { background-image: none; }#S6CyUtCmzFTWhhmSoWt9T1NVN7HhnLGV > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f7aJa2UgcQizyPSJAXf09s4pbTkOETRC { width:15.3730625rem;height:3.65625rem;top:3.921875rem;left:2.31298828125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6I6F48olmLGq0MacsiQeJNG6L6BF1oG { width:20rem;height:6.175rem;top:8.9365234375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG31Gi3AscwiKFXCfwq9352m2Ff1A6uP { width:18.3115rem;height:8.2875rem;top:30.0625rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGrP4glgWTU015yU1dX0Ow6A7CXNm0GE { width:13.4375rem;height:1.3rem;top:25.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRK5xqJmgVVmdxq3TqXVEgdma9BMMsqT { width:20rem;height:53.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq0qoUpqEmlc85TAFCmanWCJ6dy3MoQ5 { width:17.5rem;height:16.375rem;top:28.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB17oPHwMqNN8n61w52kAZmEDQoukM55 { width:1.9375rem;height:1.25rem;top:44.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtPv2RI6MZc2m7NHksJrry1ZXtSUdM6b { width:1.875rem;height:1.25rem;top:28.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxFfNfXQsKbvAXT1EfcOvI99iKVrDXZr { width:7.999125rem;height:2.37413125rem;top:24.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkO934yrr7K5Hwo1Z9TlqsWS6sbMZHCL { width:13.25rem;height:4.3125rem;top:3.40625rem;left:3.01953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyB41MfUJPRvJO3WpXBa82oQLPe5oDe8 { width:14.0625rem;height:3rem;top:46.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfNDmy682nyd7SW5PMHUed4Kx3P7Obg { display:block; }
 }@media only screen and (max-width: 763px) { #zUgRI4sR0vu3GK76enbnerz3towQZvnl { width:9.6875rem;height:5.58919375rem;top:13.618707656861rem;left:9.0483945012094rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2ut27G7a3QTTl8qkTdcC9kl0HnXMHKH { width:10.625rem;height:6.12305rem;top:53.031685829162rem;left:1.3281250596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #esNwoPuewhL9QnhX5Ryrr1QrqQ0gOTQE { width:12.875rem;height:11.625rem;top:12.2060546875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT41H6dZitsOhDxWhBPFHquCXawIRzMB { width:2.125rem;height:2.125rem;top:17.08983707428rem;left:5.9375002980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUTRBeeQI141ciM0Nmy34wkP1UhT5Sc1 { width:2.56185rem;height:2.56185rem;top:55.913633346558rem;left:13.757596313953rem;display:none; }
 }@media only screen and (max-width: 763px) { #CArBVCqS6qa0x1W9w9ZUlJCiyosf7zbM { width:3.8125rem;height:3.8125rem;top:13.565586090088rem;left:1.3281250596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #JS25ZXQrlhbu0Kz035NBZ6g8L4Z9rl3d { width:2.3120125rem;height:3.34716875rem;top:28.138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPocmrVOSAFrsqA6W5xhPDiLdBaM5gf0 { width:2.749025rem;height:3.061525rem;top:52.5185546875rem;left:16.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4T1vZG3vVJUmpOBaWu5K7UDr4Fmb6iA { width:13.25rem;height:13.25rem;top:13.9990234375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBUV7y9xWB6W23bBmCq4rs3ncGZLEVuf { width:20rem;height:1.625rem;top:50.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOaod04Rwnu97vOuOk3ynESTaIkKrzSQ { width:14.5625rem;height:1.7875rem;top:52.4375rem;left:2.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9SGv3xodoBOo8sF8dhhDo8rmKs7XzD { width:15.625rem;height:5.525rem;top:38.375rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB { display:none; }#ZmeSi0OHKdN4v5xcevtb7ZhiNPVQM7FB > .row .container { width:20rem;height:35.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bv7N4a4BBPguZCSnSXfrs9E4za4Gl8hp { width:18.6875rem;height:7.6875rem;top:3.8125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW99xKzmA5FQHeySmbc5bJ7SH5S637EM { width:19.6875rem;height:2.6rem;top:17.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiqrW7TgEnGib5VQOTqlblUhub1esHC5 { width:19.6875rem;height:2.03125rem;top:20rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqIB8JkLQ4Ha0LywhBHCE5UiO8uw9Qz0 { width:5.1875rem;height:5.125rem;top:12.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJrLw84ivdilEbfTCF6ZwoH3vVrUzowD { width:7.9375rem;height:auto;top:11rem;left:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyPclpVUdJGCHHIIisMKT1UUJNxyUwnZ { width:3.125rem;height:2.25rem;top:26.703125rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhasLaPHIltkFKhltCUNT6LJrWQBZ2mX { width:19.6875rem;height:2.03125rem;top:26.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUw3ZTZkOnmeDoMfV00O0pQV88T13K2 { width:7.875rem;height:2.6rem;top:23.125rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8UT9EqFsbxkHP1L3PXJH0LkXe2dKh4 { width:20rem;height:1.625rem;top:28.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osu2USNpzPmEruHnfdLqWkDPkVGlDG3u { width:4rem;height:4rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omdCWiqcXxqOR2C5Qk6uki9prLD13zvx { width:12.125rem;height:auto;top:11.0625rem;left:3.9375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxM9dITTOgeQyZuv1yQLtUdnFyL4ZwZs { width:2.9375rem;height:2.9375rem;top:11.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab7neGgFnqgT2XGbzBSWITMGADXLZWHI { width:2.9375rem;height:2.875rem;top:20.037109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoUkCAAtvKH9fCBbadHIsEuHsda5B9Ta { width:14.5625rem;height:2.125rem;top:31.1875rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRbHoRhB4dZz70qIRU4ZOPE6kapev7WG { display:block; }
 }@media only screen and (max-width: 763px) { #wJbv7X2bEaUkAg31UTb4TaGTenk3vuuE { width:5.5rem;height:2.35625rem;top:23.3125rem;left:1.875rem;font-size:1.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #fPIwE4QBpzaqT8atFhOTzKPQrmqH6rcn { width:5.5rem;height:2.35625rem;top:23.1875rem;left:12.9375rem;font-size:1.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #dFBWDxODyehO9rMnmZXutqC3v3rplpeJ { width:10.25rem;height:1.5rem;top:1.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XquUmVRM8OsE9i5WuhdbFJamlqEO7shq { width:14.9375rem;height:1.625rem;top:12.6875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiOkMluu2ftCypF2NpQOf9Z01ySuT8S { width:20rem;height:1.21875rem;top:14.875rem;left:0rem;font-size:0.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/251743de-874f-42e3-8d82-7f9e2c5e84bc/IMG_9445.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL.adaptive-delivery-prevent-bg, #aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL.lazyload, #aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL.lazyloading { background-image: none; }#aXFTRnFVdTxJ75hfWJZNJMKlVOBra2vL > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uVo9gk3vTmFbZyCroePWE0sv4CplM8KU { width:9.562375rem;height:5rem;top:31.781005859375rem;left:0.809326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrIaIzHDHncIxBHAdX34k8feUvTVTGnz { width:9.562375rem;height:5rem;top:31.781005859375rem;left:9.561767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoWoUH0BpDZDsJ8vanRL1FUDCSX5rv9J { width:9.6875rem;height:5rem;top:36.781005859375rem;left:0.745849609375rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #Uq2rn6mPRXowcTdqJgIDbsvzTiu2WsIl { width:9.562375rem;height:5rem;top:36.781005859375rem;left:9.5599365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4my35HwrKNpKalKigdoBBTpw2TMOEb { width:20rem;height:1.4624rem;top:67.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGmaQlznhS15Xv0Ug38P8EIE2Mtd6Xdk { width:20rem;height:2.3125rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J { display:none; }#JwcrzUJTuhQ0lNlfOb5XOC3W0TL4Ou1J > .row .container { width:20rem;height:108.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WUZr2NT1UH8tMZtFdM1ctQlTVUcBMv0h { width:11.93725rem;height:2.5rem;top:6.0235595703125rem;left:3.9129638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT1t7T6U1pvL5owHC0h3wTwgdChDGd4d { width:12.5rem;height:1.54375rem;top:6.6192626953125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv24582RyviiV6dikIPwpylxVfZpFrJE { width:20rem;height:2.6001rem;top:10.2490234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMhqxwKDWCSpTTVo40oeHqxTy50RJKkT { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drHHwJD1yZBSB8ElCMNhtgQGkWUdD8x2 { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuiG50BTTp1ipwu6qFkW9klgJiGk0OFp { width:20rem;height:1.86875rem;top:12.84912109375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZkoN8Ssf916rJZLcfUlWV4lX3tnvS2O { width:13.75rem;height:2.2753875rem;top:18.103637695312rem;left:3.9129638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBsIhQVDsVJRA9HPgTwGmlZnr5GCq9u { width:12.5rem;height:12.5rem;top:21.3037109375rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8TBQpmeJF4ETZAGhAaHdFtJrlT8rrwk { width:12.5rem;height:12.5rem;top:35.475463867188rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqBKPkzGLu7qkGuTnrzL7OSHB8LJDlFS { width:12.5rem;height:12.5rem;top:49.57763671875rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbRHN0OoRRXwaur7moxEyZGLdy322rm { width:10.562125rem;height:2.1875rem;top:44.443969726562rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRuqk756dBhi7MutPMKU2AsCIv5LMiND { width:10.061625rem;height:1.625rem;top:44.842529296875rem;left:4.9688720703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lazm9tPhSvCzcWrhPZeth99tCrgVuyFI { width:10.562125rem;height:2.1875rem;top:30.4443359375rem;left:4.6002197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPaE9EpGbcNfx6It1ehOllNQHXieOnC4 { width:7.936375rem;height:1.625rem;top:30.842895507812rem;left:6.0308837890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbFPfDNHoubmwFfPW1V77zKLTAuL7KwF { width:10.562125rem;height:2.1875rem;top:58.850341796875rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsaWRNNlSJt8Vmql6XVWTQUGyJlc1XPS { width:9.186375rem;height:1.625rem;top:59.186401367188rem;left:5.406494140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W18ChU9B8y3n9QM9f0dBBATE64LF3G8K { width:10.25rem;height:7.4375rem;top:14.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icioo0TSIqk0gsxaLhc2rulVhW6XZUls { width:10.7495rem;height:7.8125rem;top:35.600463867188rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlkDnRwJpGELu14Ikngu2vfBzpMNrxai { width:9.186375rem;height:1.3rem;top:42.653198242188rem;left:5.531494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxeFVRmkAuEgoUG4Pyf90dXErV3KNck1 { width:10.7495rem;height:7.8125rem;top:49.57763671875rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvcEziJt0rTTbvnnLwJI2vZzNzKrAmX { width:9.186375rem;height:1.3rem;top:56.824951171875rem;left:5.406494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxQ1KTembFlTfR1puRQUrKqMHBk9wND9 { width:19.8125rem;height:4.6875rem;top:65.194702148438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADC02cUZoIiOq5SqG4EhHHtlFnT0TApE { width:20rem;height:3.57421875rem;top:65.881958007812rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvX22LNzdgSpSctuwRNQvpqxQ2aJyav { width:20rem;height:13.12866875rem;top:74.192504882812rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfvvzvyPECrXadVJ5mC23QxwO0SiwRcT { width:11.8115rem;height:1.3rem;top:72.1435546875rem;left:0.5621337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KikgmtxfyPIkJbv0VFEw1fu5CThlBZkZ { width:2.999875rem;height:1.875rem;top:17.14111328125rem;left:3.9373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InI88PdELoEswcUWwSr2VLi5b9vKET1I { width:7.0625rem;height:3.625rem;top:22.501586914062rem;left:3.7879638671875rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #engvuXCPk3dvPu0c2OCsWBe3TANd8dpe { width:6.875rem;height:3.4375rem;top:22.564086914062rem;left:9.3699460408088rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #meiqhlgNo9xeHBxZFflzoQomeZLAgm0C { width:6.93725rem;height:3.49975625rem;top:26.046020507812rem;left:3.7879638671875rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #ORECAFLddC4itmiQhILgSOwuySeQ0TaK { width:6.9995rem;height:3.49975625rem;top:25.983520507812rem;left:9.28955078125rem;z-index:15102;display:block; }
 }@media only screen and (max-width: 763px) { #zWw0420N87SflC60pTi3ltOpaS2fyEsi { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/b180f012-d0e0-4a95-b337-66044714c7e8/355A23E040B8DDDA30D9979542B0400D147EAABF.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zWw0420N87SflC60pTi3ltOpaS2fyEsi.adaptive-delivery-prevent-bg, #zWw0420N87SflC60pTi3ltOpaS2fyEsi.lazyload, #zWw0420N87SflC60pTi3ltOpaS2fyEsi.lazyloading { background-image: none; }#zWw0420N87SflC60pTi3ltOpaS2fyEsi > .row .container { width:20rem;height:49.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZR7RsTKIIrFyifv2ywVydxhTvcH08OSB { width:20rem;height:6.5625rem;top:1.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6cuUBXIrKS7OSZ9PkGPxbaegAKizTTy { width:11.7495rem;height:1.2182625rem;top:43.937255859375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyHB24IebHWWEIUE5gABZqBqNr8I23Ka { width:20rem;height:2.53235625rem;top:45.312377929688rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7TWEETOZpznJ9JUUtonM77qXWPI0QzR { width:19.875rem;height:12.3125rem;top:11.187133789062rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #XRfkxvIyhF9F5MVylHl74Tc6PQNqWk8p { width:19.3125rem;height:1.13769375rem;top:8.8125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90o3ihRsTcBPM611a4TpFn0zD9AoW5D { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIxJfeEepq7Uz6kv7mK1VlT7thdOinu { width:10.125rem;height:5.1875rem;top:12rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcwz4F7OTsapTApEmSOCPf8Gdz7CcFW6 { width:8.8125rem;height:6.375rem;top:27.23681640625rem;left:5.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6fCiJnwFTaQn37PwSUubiiPzQvk9zMH { width:9.124rem;height:1.2994375rem;top:34.11181640625rem;left:5.4376220703125rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JtS4UmHULTKzfqWe89lGWIfJXAuwruJ1 { width:7.6875rem;height:6.4375rem;top:27.205688476562rem;left:6.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS4rFVmZ5Vvk6tFiZN6ZVZhaVtwmOt73 { width:7.6235625rem;height:1.62475625rem;top:35.224487304688rem;left:6.187744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI42i5TS26H0ER3PB4cposTamIgrJFUk { width:20rem;height:1.2994375rem;top:38.06201171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X32LL6ugTPc4FZCgC4Kf0s0S1UzFwurA { width:10.125rem;height:5.25rem;top:13.1123046875rem;left:9.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoQLKK1i0m127uFoumpV11MTRLLV4oBM { width:9.9375rem;height:5.1875rem;top:16.1123046875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBdhKQfyCyoOTJpbWysAvfcJycZTxTsB { width:18.125rem;height:1.46179375rem;top:41.064331054688rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS4a4hKTcnksdn23vthHBNA2h3N72UnH { width:6.0625rem;height:6.9375rem;top:31.049682617188rem;left:13.937377929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzbtiP7So3rxwQFqM0TCyQX3bfvSQvwA { width:19.75rem;height:2.4375rem;top:40.358154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAugOw7uorZPHduJbJpmqxsrHwsiVfXX { width:12.125rem;height:10.75rem;top:26.4873046875rem;left:3.812255859375rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #Ot4sX2y4AEiw4d4ZQELzoItVIraAeqAs { width:4.1875rem;height:4.0625rem;top:22.7373046875rem;left:7.9058837890625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKpHP3z1GzAVBXdUWGHZtFyG5VDWVey2 { width:20rem;height:0.89294375rem;top:21.99755859375rem;left:0rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hRIkVte6owiUT78M3TUxNTOImaJKx7oI { background-color:#090909;background-image:none;display:none; }#hRIkVte6owiUT78M3TUxNTOImaJKx7oI > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TQtX5TLLJWg3zK9wonqoe0pWz1t8f5SR { width:11.7495rem;height:1.2182625rem;top:33.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLstJk39ArxQp8GBJWL3Xq6TL7OgrVaF { width:20rem;height:3.09264375rem;top:34.81201171875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2DqTB3NSxFR0G8aEtv1hNezmA3q3F5y { width:20rem;height:15.06225rem;top:11.124267578125rem;left:0rem;border-top:0.125rem solid #1a74ff;border-left:0.125rem solid #1a74ff;border-right:0.125rem solid #1a74ff;border-bottom:0.125rem solid #1a74ff;display:block; }
 }@media only screen and (max-width: 763px) { #IZP8WXtrwndn4p3GTU9MxOS3AW23zVaG { width:20rem;height:1.05590625rem;top:8.874755859375rem;left:-0.062744140625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EED3EfN6S70CQkoySAVBg4iecSCPR9PG { width:20rem;height:2.25rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lue8u19dTt8uy3nrCHgtscLWSAa8ww4O { width:8.9375rem;height:4.6875rem;top:12.185668945312rem;left:0.812255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bViF8a8f8QWX4BhOncIUmKPkWcReFos0 { width:20rem;height:1.13769375rem;top:27.1240234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ4AFF0bTt2eLSHn5dUHUPfyofXF6TlQ { width:9.25rem;height:4.8125rem;top:12.122192382812rem;left:9.9130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewIeCN9bp5aCQhuixQCb4D69TABFJ6U7 { width:18.125rem;height:1.46179375rem;top:30.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyyesCJKk9VGuTVlCmmcfMT5WU4XiG4T { width:19.75rem;height:2.4375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7mSvhLTvTW2rODEw7Z3upogOKDB0TxF { width:12.5rem;height:2.8857375rem;top:22.55859375rem;left:3.75rem;font-size:0.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #g2hzhZkyxQx2oBO72lJkHNbHMkqQ04Du { width:20rem;height:4.0625rem;top:2.7191162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmdBRx9TIfXCEprH8IAbo979otH262n7 { width:20rem;height:2.6001rem;top:3.44970703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLWV2fOinolgFoAW98vqboyQb8z9w6fe { width:9.812rem;height:5.06225625rem;top:16.873168945312rem;left:5.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8msWwEVETGSxSgLmFatzOzEkWno85l { background-color:#ffc933;background-image:none;display:block; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container { background-color: transparent; background-image: none; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container > .video-iframe-container { display: none; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row > .video-iframe-container { display: none; }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .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); }#ST8msWwEVETGSxSgLmFatzOzEkWno85l > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jv0XTONPlNZJdcBcinL00VZ77whnyRmQ { width:20rem;height:25.9375rem;top:31.625rem;left:0rem;z-index:14977;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) { #wZD9m6Qxoi9cq7fNApBgCBFqpktaqVZB { width:20rem;height:5.20019375rem;top:3.248263835907rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTRrwFLnqklDnSgAGz174np02aurLdI { width:17.9375rem;height:3.90014375rem;top:9.0720486640931rem;left:1.0303819775581rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsesdEu2tHAqSLLRxaL91LxneKuX8wcB { width:18.5rem;height:3.25rem;top:15.3125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG5h82ZGP9FgereokGgcQP6JflT66p8D { width:19.8125rem;height:5.3125rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUAuz3VfhGw6eeEp9Rd1fPMh6moPIem3 { width:7.875rem;height:3.125rem;top:3rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL0bBZZSHziA6NS0ziIBvyyZ6bT2x3Dg { width:13.499125rem;height:4.225rem;top:20.625rem;left:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi58EUAErLlgZk6lCkuh0D4F8InpICHD { width:14.375rem;height:2.6rem;top:25.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIZptVJLO5rDgxd8dlPnbcv3BDhWTiHG { width:16.4375rem;height:4.1875rem;top:20.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcE3ZakGTtZXWExyaX95TKJMFBJoEfhV { width:20rem;height:1.4625rem;top:29.312133789062rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQkZdcesDbPpy7eqXePV8iIbciNtEefv { width:2.75rem;height:1.8125rem;top:21.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onqWZDQqApT9f5yyXrocZmfGlFLTZDbK { width:2.875rem;height:1.8125rem;top:21.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ff2e5b;background-image:none;font-size:1.5rem;overflow:hidden; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6  { width:17.5rem;height:auto;top:39.081237792969rem;left:0rem; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem; }
#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 {display:block;}#GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 { width:17.5rem;height:auto;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ZDAPwrfA4pDtrTTCyJ1UQQVdJ6ExfW5c {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #cH1IIQPXfDfzqZPr9m7PkkSxDy3O8dDx { display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #RvD5FTqDrv9BrJSu3odweTbcxsWy4AVS {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #PccLi48N7mkXmswocSvBS5qlHGliVxEP {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #oqT0BC1hAkrKRFRraBgFvRZ6UeKXR0aV { display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #P1NFEADrsnD9RbLKO0M1W1XtLA7KvF1E {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #UH81dWg7mqgT59oFl2UKUpIDr4iuF2kO {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ixlNLN1096ZkSs3Lwm0rFWny3AaKczdx { display:block; }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #EuBDtDRURD8LGKBt7BaJiTHA1IoV2gLc {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ySvo15T6nXp4f4L1JpFu8Pcmt9naST4w {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #bPZbbG7tQQd9Gvi70yJt1T4zdTrAlvAC {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #ZUNuTOA3chPpuPdribATI42wgpvU4cL7 {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #PxQZbzlM86mGdKz1tOXoWF7KXeHl2XTn {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #vtgOkTkq6OM9sZNqnsVBwx6MuyDeu37s {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #s5U7DClKybw1QvWeuzuE0C3v5g1E5GgN {  }
 }@media only screen and (max-width: 763px) { #GdbmIkyTap5DnmtLQqFUziQqIatv4IQ6 #uuAbQcMd1BaKTz0MyDh4BpdO7iwyTPAz {  }
 }@media only screen and (max-width: 763px) { #i4UaNAdZeaIh3ZcZaPMIgmWRw9f99Csk { display:block; }
 }@media only screen and (max-width: 763px) { #GTgnuFuL0avrrrUTqqtBwHQeASwxTlT7 { display:block; }
 }@media only screen and (max-width: 763px) { #SGZ0sdmufe4gCcLqxwgqfJTDbfXq19bE { display:block; }
 }@media only screen and (max-width: 763px) { #KkhVESglcCtJGnxTCAfoXv6a55x6cDJX { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #T6Gzmeq6S1Z8uK3TqtoFkJa1TiCMK2zC {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #BksPlvhcBov3amogIBdc2xUodmfinkiT {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #nlNL8d6S4fNckLhfoSvwleFBKxkw0r7e {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #l5miAuDmBhP2PAtbUMV7dL6JVHvbFyBA {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #adBGztTT0LLIw4hQxT7eyyk7nVfOcPeF {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #LubbBVeI7SNTMQcy4rSMycifEJCbZ4rN {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #sdgm5dSo1G8bPqBmAz4P1Rvc40aNKLg3 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #OSfOZWPwXN7ZGFvDdbHoTTZiHfRnlPXK {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #M35qrPWSAoAy5MBNQTwnRT0LDV0LeDHu {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Q0o8PNppfJk9fE3oST6GhTxazpTJFGI7 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #Ld67rw9MMqEO9WSqTmODtoZzLEJiNfA6 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #a1PZrWkKKqSictTBAmcrHBaAdWJTCuot {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #RuTdfQt2eTTZ071gnFoAEQQtd8vxy3bZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #xlmzSoohfi06qZ55nQpZheCimIXxoIze {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #r6tczydVQmqfpfyOmdxKSv4hh7XuWKgH {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #vParXC5Tf9EmS8bsUFQiPHhnaUopCIuU {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #eDV2AUK1INOVmQ88GxThPd5NJStypWI4 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #XI0MtaWIlhD3m75KTFothSEgrO9SDF83 {  }
 }@media only screen and (max-width: 763px) { #zFST78RNPqzl4MpPm6IOoc5xSSnZoM16 { display:block; }
 }@media only screen and (max-width: 763px) { #JdMAszosW2WPIAkZ98nWK3gta7B7TFEE { display:block; }
 }@media only screen and (max-width: 763px) { #Wv5GXySnqpWyDRMHfrdQ8KqOFaQPzPxm { display:block; }
 }@media only screen and (max-width: 763px) { #OGTtvyNWinzGkAovir9BGuG6hw638WtL { display:block; }
 }@media only screen and (max-width: 763px) { #T1fR99m4fGxCUbbequ0wotWK5lMM2RET { display:block; }
 }@media only screen and (max-width: 763px) { #hCD8y3Zfd9Kp7drbi8Qp4sCboEFSrCqE { display:block; }
 }@media only screen and (max-width: 763px) { #tc41KbF2EWvyZTMDsTp5n9U6PfINt5yi { display:block; }
 }@media only screen and (max-width: 763px) { #FQ7dJLg8RM9gzTHdg2pdlFPeLP6RTPdo { display:block; }
 }@media only screen and (max-width: 763px) { #z9dKEsKZofJpyZQfDn914Xwa6xTAHdO9 { display:block; }
 }@media only screen and (max-width: 763px) { #aa6ZDvfW9DxSyB4Q4Afx9d8LPt9Hl3aI { display:block; }
 }@media only screen and (max-width: 763px) { #fX9FKuMZMzT71pDyEvTLcSkBmp63fIZw { width:13.875rem;height:2.4375rem;top:32.3125rem;left:3.0625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh { display:none; }#X0qUKtUEfmlkSXxGpRKbDXAMknFwDmrh > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gv2eFw8KdIk2UwQTQxEJoT2G7tN77sEQ { width:20rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKMVIs1oFtvv6zS5gDK8KTMyw3dclrQT { width:8.0625rem;height:1.25rem;top:1.4375rem;left:5.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTG3PUZSWWzHlFR6eF8tML70BPXpofNq { width:20rem;height:6.4990125rem;top:34.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xvlzUpRPkdO0ViyNiDmfLPVJPJmfHt { width:18.5625rem;height:1.29980625rem;top:8.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaIHEhdaiCn7842tPWucgfV3Pv25ChR7 { width:14.9375rem;height:4.0625rem;top:28.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo2saoebREgaB3JLfmoUv71byi5skD7x { width:0.0625rem;height:6.25rem;top:24.849609375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mnhvf9TiGGHe3BXPzzfpM1JFP2JTZPq7 { width:15.8125rem;height:5.624375rem;top:23.75rem;left:2.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUmTU6JzmyQ5Ke1ZNIvr1cgd8HD3IA5e { top:22.25rem;left:4.09375rem;width:11.8125rem;height:0.0625rem;z-index:15007;background-color:#020102;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yliTkRJm0wuzPNNuyFAToWItJmaPsTOp { width:14.75rem;height:4.375rem;top:16.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQDVlFTA8VSGvVpiI5knW0s3U5bFDhb3 { width:19.375rem;height:5.624375rem;top:11.25rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0c541aea-6f3e-448e-84e1-d65d1cc2b20c/LandingHeading.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8.adaptive-delivery-prevent-bg, #tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8.lazyload, #tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8.lazyloading { background-image: none; }#tW5eee1MVL5VXwqXPMfI5ierO3l3D2U8 > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R15a8b1gaf2lNMO79mttdI912RA0pSzA { width:10rem;height:3.25rem;top:26.4375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AMGh91CTMR3GTzO0KEqI8Tu6iGvv2SOS { width:3.25rem;height:3.25rem;top:30.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGS47FWlmNgRTTBz79TWOQuTqaZWBXst { width:10rem;height:3.25rem;top:30.8125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tnzpgImXhoHbnL7wFNrQJtlV3J4ZOJQc { width:3.25rem;height:3.25rem;top:26.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkVzcEIiX3zTAN2mDAB3rFqU7n3TspDN { width:10rem;height:3.25rem;top:22.25rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pwu2chhtPRB4rn4Ww4Lhfvd1yk4GM7rZ { width:3.25rem;height:3.25rem;top:22.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blso49JA6xIqHgyo8rkcWyWxCiJn07Rw { width:16.625rem;height:4rem;top:17.125rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8rD9isdp3840w00qZCaPkJ7Hci4XUXm { width:16.25rem;height:3.5625rem;top:40.625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EveTgM7XfLcdiIc3pEIauxdZEB0KHopr { display:block; }
 }@media only screen and (max-width: 763px) { #hVqUcvyR2yNwypGs2pGGUOskEinywo8u { width:12.8125rem;height:3.4204125rem;top:1.890380859375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg4CVS5uDh76Oo49IV8v5i2viTWhEAas { width:2.12463125rem;height:2.9370125rem;top:12.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGx14MtcAWASpBCq0e57C7QVFyVekFJE { width:8.5625rem;height:3rem;top:12.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoQATfT9fm24Lz2P6Wil1m0XPSlfbTWs { width:4.874875rem;height:2.9370125rem;top:12.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI8Vi9tudPvqfx2mW1ebveQhzitw5hrz { width:2.1875rem;height:2.87475625rem;top:12.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po79xl0sIdOFeRDol05LWchu8reFRtLI { width:12.312rem;height:3.25rem;top:35.375rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s7WHFWV7MITSn8nrKUUL0Pi97Pp2dBcw { width:3.25rem;height:3.25rem;top:35.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv8oNtDm6AUzk3WDXuG3e8QwFF8V0TW4 { width:16.75rem;height:6.5rem;top:5.310546875rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3qBiZl58wRoZgDVKIw63r44JOLMeeO { width:20rem;height:1.3rem;top:0rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAHzrMGQLfibpRRrLiK246ouQQPKMCNB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #c50c0d);background-image: -moz-linear-gradient(180deg, #000000, #c50c0d);background-image: -ms-linear-gradient(180deg, #000000, #c50c0d);background-image: -o-linear-gradient(180deg, #000000, #c50c0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c50c0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c50c0d' );";background-image: linear-gradient(180deg, #000000, #c50c0d);background-size:initial !important;display:none; }#NAHzrMGQLfibpRRrLiK246ouQQPKMCNB > .row .container { width:20rem;height:88.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f6qU6a30d2FCkiDOoTZCZNMR02DrICDG { width:13.3744375rem;height:2.8rem;top:3.6558947563171rem;left:3.3114346265793rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ubuSW9h1G5qgJ3HfVN2niE9MWdtpvKzC { width:13.2493125rem;height:3.1875rem;top:16.4375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TNDMoXh6nuMwAgZpqfXpqLOyviOk1I1I { width:17.9998125rem;height:1.86875rem;top:7.875rem;left:1rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.3;color:#fbe936;font-weight:400;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-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #nU2QGkFgRNPdcftL1ubBcbE35vHv3ZWF { width:18.8743125rem;height:9.2498125rem;top:7.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPH0OsvbSQ7TINLKieyQvoyzBHMhnxD9 { width:2.8125rem;height:0;top:11.080255508423rem;left:8.1871446371081rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #yLQrd8tWp8sW3KBhih5hKPZTmfgrBDHl { width:6.875rem;height:3rem;top:12.5rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }#yLQrd8tWp8sW3KBhih5hKPZTmfgrBDHl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #I532vKX2AIL689zETEOKNeJ0ok6rBQ3a { width:0.125rem;height:2.9375rem;top:12.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoT4uhWdirnG2IvnZQ3wvU3S3DhBaFJS { width:5rem;height:0.89375rem;top:10.0625rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ycUEm4fBQ488tLaULZUJQ7ZbXtW7NSkH { width:8.2493125rem;height:0;top:14.738102912903rem;left:8.999467253685rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:none; }#ycUEm4fBQ488tLaULZUJQ7ZbXtW7NSkH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #ydye6l0QOToJsplZohKoq3zpPrsTuviX { width:2.1875rem;height:1rem;top:11.5rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }#ydye6l0QOToJsplZohKoq3zpPrsTuviX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #hfiLmBO09wChFG0a0T0czHqP2oNT6nT9 { width:5.3125rem;height:0.89375rem;top:10.0625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.3;color:#ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yZtvwl6Gwn8hrNRcfI8dvm8dQfXM7TgU { width:4.562325rem;height:3.9375rem;top:11rem;left:12.1875rem;text-align:left;text-align-last:left;font-size:2.625rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;z-index:15012;display:block; }#yZtvwl6Gwn8hrNRcfI8dvm8dQfXM7TgU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #rzibeoQtUzwSZB0XwcXuNQvHEEVfyyem { width:8.2493125rem;height:1.6875rem;top:14.0625rem;left:10.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;z-index:15013;display:block; }#rzibeoQtUzwSZB0XwcXuNQvHEEVfyyem li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #lTTiyxPmbNWq45ITT3kt7OG6bdwCaCBn { width:20rem;height:2.1125rem;top:0.93394881486894rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-text {padding-top: 0; padding-bottom: 0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-select {padding-top: 0; padding-bottom: 0;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex  { width:17.5rem;height:auto;top:38.281261920929rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ILXiqE575unbzdpDxOZqaMPlxp9TIxex {display:block;}#ILXiqE575unbzdpDxOZqaMPlxp9TIxex { width:17.5rem;height:auto;top:38.281261920929rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:14994; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #muuZKf951dSLoP9LbVEkfdWG4uviHymT {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #pC0shO8KFUidqzTRLUGAev8CQvpnel1p { display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #imgyd6lURPRQLDP270zGcGCfnriJg1SS {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #H9DLUHqu7xxfCE2AFkvGV3WXwMPxrU6m {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #me6XG57HDI9VwfUgEDqMtpiMtHkHQ3MQ { display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #pehDMMOaSnrl81NDCt4PVihko3VbeBNS {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #suPH2yOkzagu6KRIprtMgwhLmmouAq3P {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #FVyJ4vmH0TENWbUpTPyCsCOwGRn6u2UH { display:block; }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #B8Lae6onWN4ZbgUfdtqMAPQULWOTJXwO {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #y7TrR5xx2UPMkPfvcAtNcV7Lzr076Oz9 {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #lceOXEZchw0zf5GTJwdP9eKaZRnFiL2W {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #eM95my87L68vp0OO4HTRE9BhtS7Emboq {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #EErnLJF1xMtHzlEwrirTAK9vNqsciKUd {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #GuHWB2Nu83TDIiTUizSIcs0b3fLL8geD {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #gF6THoKBrVzdxsT2GDNaKaEmCLr4X5Sw {  }
 }@media only screen and (max-width: 763px) { #ILXiqE575unbzdpDxOZqaMPlxp9TIxex #T3a3Oyl7F6hNZTMDFvIXcTbD9lkwRLsF {  }
 }@media only screen and (max-width: 763px) { #NME9ilOS7VJUaBlgERbkDGJmN8GQUECT { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EDZyNoioLUKHFzfgXxiqf4inCOCcGD3x {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HpI8vS2yaaUTinC2IlWgeUh0wNTMErTS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ZqM2SIfBHnhyBUs5gNVIVVuIZB9HIJuH {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Ss1eLoXIeTfuL8bUqDmz5TwLMl1N7Mm6 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #lpk5MKeuXNDO7qqtx9TbXbm8cUDLDZWN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #qMcCeB9NR3SxPSnUwzGgh18r4992OTAt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #gJEpIMffM41BnUPWCFGD56htIcZ6SUlA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WohRQuMuytG35FtOs8lLX9mRPHEmVMTA {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EKhITKG7ncPaUIKc0nQJvkNWytwHzsEO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #NG0cC4GaA2Upb8JschqyfW0BqoC8VusU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dWUtyzT7dZ1SyWgkyC8vIxNfeZ4q2JVO {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HaAnPDtakI4k1wCugpV11zBEWEzW1PBu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #xWr2s5ILXxxNeg7Zgbo64DSGlJlqLOZr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #UXQHEt1JRQbMfwirhONOSsSF8zTOnAgB {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #MqWnRGXZfZ5lTw7BdsOfnPvM6nx2kNOZ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JsWai7uQG0Gbz3opzbBpTBiihH0WQNLV {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zmRsMgnyV6ot0LaDQVabfPTQ7kIIUOK1 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #HdGBG1Mzrn2TwZ5vLdKphm2SV4z0TqX0 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #e9QuFVoQQhTp96JhXezAZ4FckATydzhl {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c62Hw7Q3MZIsIDNuTnWgQqCWF9bHbRkc {  }
 }@media only screen and (max-width: 763px) { #yLtMSfyVBD4IuvOqJyQlrxdnJldw4zc4 { display:block; }
 }@media only screen and (max-width: 763px) { #b0VRVBin16AFyHdNDrZTStF78onJIFn2 { display:block; }
 }@media only screen and (max-width: 763px) { #pNV46KiGbXs7W9frN6yeW3Zc2lDUJz49 { display:block; }
 }@media only screen and (max-width: 763px) { #Nc69C3V42L3KFgMCcF7bgF4WAqpaLAkp { display:block; }
 }@media only screen and (max-width: 763px) { #XDxpXJRsNTs8rkflu5SVacgAVXOZwrSa { display:block; }
 }@media only screen and (max-width: 763px) { #ToW43JvMUaEcT4eNSiAn4DA9nnIJGIhM { display:block; }
 }@media only screen and (max-width: 763px) { #STsgEX4ipySAS7fZIcgMovsdJoAPvnZv { width:18.3125rem;height:1.95rem;top:85.264844894406rem;left:0.84375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 { display:block; }#H1ioBGbKS99WntLuhsTyeFHfmF7XNfS0 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3TO6vkc6D4ZipV2yfhUIiLbqs5Bykbc { width:20rem;height:3rem;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbot0RqHT41uyH014Z6ERGxM2oU5DD5z { width:20rem;height:10.4003875rem;top:12.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8d5e7kbbI1UGV97ZIh1M4MvTlzfiu4X { width:14.375rem;height:0.125rem;top:7.3125rem;left:2.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnefMAI14rqTNE4yIx3wRseC1rJBI754 { width:3.5rem;height:2.3125rem;top:8.6875rem;left:8.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGiL4U5C5RPAqCXqZEuz3zMroRoF3Kw { width:3.5rem;height:2.3125rem;top:23.8984375rem;left:8.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQKTADIUDBvd7FutF6lImSfarvprCT4t { width:20rem;height:0.125rem;top:28.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QllFuGg1nPdVon3X1pPz3TW2ouxosnSq { width:1.125rem;height:1.125rem;top:1.3680558204651rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR { display:block; }#dOrOXT8sNyKeDJntT6M3nbCKuNOWUNJR > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bz1fBb5Punm9VhrITe3FoUVv0RD2e5Bz { width:17.0625rem;height:1.950075rem;top:2.125rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfZns7PT5dwlXxe2BFCWNT9ZpJUzI4wI { width:18.6875rem;height:3.5625rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUI631WyC4kWidwJ7qMgzxPorgeaoUkg { width:20rem;height:1.625rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lohMmzxb0CA8gwPAPQNkNO8kbaC2urHv { width:20rem;height:1.3rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X33PqRn4f5Fs6DvJ8hN81KUVVMUx7wTC { width:16rem;height:15.9375rem;top:36.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyg32iUOGWBxnlEtZIfOVC2izLSaXcc { width:16.625rem;height:1.625rem;top:53.8125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNlpQ1TuhwINSzO7T3GhA98qyzHLBJpD { width:14.2152775rem;height:3.4027775rem;top:79.65277814865rem;left:2.8437500596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaJQ750lw4fCRnrZuPxOF8K8TBAvpIVQ { display:block; }
 }@media only screen and (max-width: 763px) { #k2zVSJy84s4Oyl7Up1xQNxCxMAHmnIhO { width:16rem;height:15.9375rem;top:13.875000596046rem;left:1.8880208134651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELvV6VG6BTfeGzV0ccT9dZU9mdk23mNJ { width:17.875rem;height:2.5rem;top:30.753473281861rem;left:1.0616319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcrcDlDyRtl6y0AAykFinimhyQ8hsRpP { width:16rem;height:15.9375rem;top:58.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztivAGbIH6kLAlxJgwEyawqJ0OGOIQBd { width:16.625rem;height:1.625rem;top:74.9375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6sn8hA9wCZs2U6aRkgM5gcpJWkaZ6q8 { width:14.8125rem;height:17.375rem;top:12.282118439674rem;left:2.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCQ7siZ9MKenKmTmTZTuuEI6Oi8ixgSa { width:15rem;height:17.5625rem;top:35.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg0TS4g7Coe3Tl2QmWraNZcUcx5UZiNB { width:16.1875rem;height:18.9375rem;top:56.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwZiwLD7d1GAeW0oQ72P2UrvMMWKIM5t { width:3.25rem;height:3.25rem;top:10.0625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV2tDOkAx4yg4fwS6bLcIQNuBUTdpWL9 { width:1.1875rem;height:1.1875rem;top:10.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCD9po7dKJDipnuNBAsLA9OV3nyTnxO { width:3.125rem;height:3.125rem;top:74.875rem;left:15.951388875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV8RBKyFoKkLTXrDuuOTQZhUuOT4WCff { width:2.5625rem;height:2.5625rem;top:10.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxT7bFiJdm3Z7Z75a858a3ZJNB3xPyd8 { width:2.25rem;height:2.25rem;top:75.1875rem;left:16.326388875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR { display:block; }#dIEeWgIgGyqTUPE21lbqzQGV1u4hIczR > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuNFDJxm9K5Tst4e9KXnkQUZZtxL3GbE { width:20rem;height:0.975rem;top:23.6625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyCAJlBfcNvNPkO7xFAG23uNQ1HQK0QD { width:14.9375rem;height:2.2753875rem;top:15.9625rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ichTOxrQS53DGo0Hqym9zCwW98sdQdxu { width:5.6875rem;height:5.6875rem;top:9.025rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1STlNqLSzWOFiSwVfAH06oD2nrerS5N { width:20rem;height:2.925rem;top:19.4875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNdW8Kq1BEofvCBxTqPo26SalOPO4CMz { width:20rem;height:3.9rem;top:3.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXPK7x8ld4rTG3BwobATriFtIE7SPxq2 { width:8.4375rem;height:1.25rem;top:1.38671875rem;left:5.7812498807907rem;display:block; }
 }