.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:transparent;background-image:url("https://images.assets-landingi.com/uc/7dbcbe8d-6c0f-44c9-88e7-2d7e5babe064/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5b700;background-image:none;position:relative;display:block; }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row .container { background-color: transparent; background-image: none; }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row .container > .video-iframe-container { display: none; }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row > .video-iframe-container { display: none; }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .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); }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row .container { border-width: 0; border-radius: 0; }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row > .video-iframe-container {  }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#wzFXhA4DTCUK6TOMo9H9ZmUDbeZVDOg4 { color:#121212;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:0.87348091602325rem;left:17.031250953674rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KoVTs4FrcKCAqmNJzThJ9nkkeKOMBT96 { color:#121212;display:block;width:48.3745625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.249783039093rem;left:13.311633110046rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcohIk556nuwToCwhB2mwBhOQIeEagat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.19);background-image:url("https://images.assets-landingi.com/uc/b203a96c-975a-4159-9456-fa09943a8205/LandingPageCollectionData35.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fcohIk556nuwToCwhB2mwBhOQIeEagat.adaptive-delivery-prevent-bg, #fcohIk556nuwToCwhB2mwBhOQIeEagat.lazyload, #fcohIk556nuwToCwhB2mwBhOQIeEagat.lazyloading { background-image: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container { background-color: transparent; background-image: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container > .video-iframe-container { display: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row > .video-iframe-container { display: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .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); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container { border-width: 0; border-radius: 0; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row > .video-iframe-container {  }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#MgahbRXXTee8e0uyaTpnRTTtndOCtXTz { color:#f5b700;display:block;width:39.75rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:7.25rem;left:32.6875rem;height:2.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mluZPesqHi1RT9iMyDU2WTdEKkT8VbQF { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.0625rem;left:34.125rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6gHtgSz9plxEqvf9FfiKUHtoEorezNP { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:10.0625rem;left:36.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJK8TbIBkQ7JyeDlEOHUWnwUN1nQvqu2 { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.25rem;left:34.5rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zadGPCQT2LwO38bov5WL8nIUoblGNuzG { background-color:transparent;background-image: -webkit-linear-gradient(110deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(110deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(110deg, #f5b700, #ff4717);background-image: -o-linear-gradient(110deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(110deg, #f5b700, #ff4717);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0rem 0.75rem rgba(245,183,0,0.44) ;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.9375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:22.25rem;left:33.875rem;display:block; }
#Ru6TUbyohUagsxGDsdDPv3QoUqz5aVPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akmHMgSHVuIhln6ysVuEzdxV6IbmZZg6 { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.5rem;left:43.4375rem;height:1.38125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HWBcKMDel9V7K0CwnWg4OWFlKrTT6cXl { background-color:transparent;background-image: -webkit-linear-gradient(120deg, #111111, #282e31);background-image: -moz-linear-gradient(120deg, #111111, #282e31);background-image: -ms-linear-gradient(120deg, #111111, #282e31);background-image: -o-linear-gradient(120deg, #111111, #282e31);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#282e31' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#282e31' );";background-image: linear-gradient(120deg, #111111, #282e31);background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;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-sizing:border-box;color:#f5b700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.125rem;left:52.875rem;display:block; }
#qXVVd2aGxCN3OB0ZuEbFaKF3iqUMNw1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMJTMcGE9WoPiQ3kElcIvUcObqxpxSaE { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:6.125rem;width:37.3125rem;top:14.8125rem;left:33.875rem;display:block; }
#u92VI3AL84gvb1T8TOb60AvWRpmyL3PP { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:6.0625rem;top:0.875rem;left:67.93749809265rem;overflow:hidden;display:block; }
#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4dded39-4590-4ef6-b737-e0d30326f0ca/LandingPageCollectionData04.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf.adaptive-delivery-prevent-bg, #ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf.lazyload, #ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf.lazyloading { background-image: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container { background-color: transparent; background-image: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container > .video-iframe-container { display: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row > .video-iframe-container { display: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .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); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container { border-width: 0; border-radius: 0; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row > .video-iframe-container {  }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#JsyVNDQkbLIn4VFHXkShZXnfMIgC52yt { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e2f2f, #020202);background-image: -moz-linear-gradient(180deg, #2e2f2f, #020202);background-image: -ms-linear-gradient(180deg, #2e2f2f, #020202);background-image: -o-linear-gradient(180deg, #2e2f2f, #020202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2f2f', endColorstr='#020202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2f2f', endColorstr='#020202' );";background-image: linear-gradient(180deg, #2e2f2f, #020202);background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:37.8125rem;width:28.75rem;top:3.125rem;left:4.625rem;display:block; }
#dcw5X1uSTt6TCRW44lbpqEOxXCMvonAV { color:#f5b700;display:block;width:26.4995625rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:6.8109817504881rem;left:5.8181428909302rem;height:3.025rem;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; }
#NHMmql9K9zqh8iRfbwlyXpvGLHu1Kea5 { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:mitr;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:10.623914718628rem;left:7.6627607345581rem;height:2.275rem;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; }
#IgX60AG3EKL5u1rEX3paM6qLcL7TqvST { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:37.6875rem;left:37.75rem;height:1.425rem;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; }
#IDGNSRp6aGSt61He0LVErXHCy7WMIEc5 { color:#f5b700;display:block;width:32.25rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:37.375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2RwQywZoPmqGH90t6ViVUvpT3uu0Wi5 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:22.875rem;left:39.71875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#urRZUdx8vQg5hQxMpExbc0w0T7QlBvzL { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(245,183,0,0.72);top:32.125rem;left:39.71875rem;height: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; }
#dfGI2aveTyfBuTf78F3rAAPcdSRhwf6t { color:#f5b700;display:block;width:27.5625rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:35.125rem;left:39.71875rem;height:1.65rem;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; }
#KlBibeqJVx162fAVT6CNMAOwoTe5ozDt { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:9.125rem;width:31.25rem;top:21.9375rem;left:37.75rem;display:block; }
#XNARM8fZNOCC9nzFrID7xwTXXBZCJnfG { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.125rem #111111 ;height:36.75rem;width:33.4375rem;top:3.875rem;left:36.75rem;display:block; }
#EH0Z3ZhqFkRzF7PcTT9z42ox2G4cmrHV { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:38.125rem;top:2.3125rem;left:34.4375rem;overflow:hidden;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-form-header { font-size:0.75rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-regular-label { height:auto;display:block;font-family:prompt;font-size:0.75rem;font-weight:bold;color:#ffffff;width:22.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .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:#fdfdfd;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.625rem;box-sizing:border-box;height:2.25rem;color:#000000;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;line-height:1.1; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVbiOcereieHeZhJJELh96UivM2gofvs .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:#fdfdfd;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.625rem;box-sizing:border-box;height:4.375rem;color:#000000;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;line-height:1.1; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .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.625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-checkbox { width:0.99975625rem;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; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OVbiOcereieHeZhJJELh96UivM2gofvs .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:#f6c80c;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.3125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.6875rem;margin-bottom:0.25rem;margin-left:2.5rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#000000;width:17.625rem;height:4.1875rem;font-family:kanit;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.1875rem rgba(0,0,0,0.21) ;line-height:.2; }
#OVbiOcereieHeZhJJELh96UivM2gofvs [class*="-text"]:-moz-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs [class*="-text"]::-moz-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs [class*="-text"]:-ms-input-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs [class*="-text"]::-webkit-input-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .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.6875rem;font-weight:700;color:#ffffff;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .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; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-container:first-of-type{padding-top:0;}#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-container:last-of-type{padding-bottom:0;}#OVbiOcereieHeZhJJELh96UivM2gofvs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;font-size:0.75rem;left:6.40625rem;top:13.874218583107rem;z-index:15021;position:absolute; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:block;vertical-align:top; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.5625rem;line-height:3;font-weight:400;color:#ffffff;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; }
#OVbiOcereieHeZhJJELh96UivM2gofvs {display:block;}#OVbiOcereieHeZhJJELh96UivM2gofvs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;font-size:0.75rem;left:6.40625rem;top:13.874218583107rem;z-index:15021;position:absolute; }
#vZHkBW4kehWBlcyRvAF8PMIyhOcG0WgM { position:relative;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #ZXiwyI0LdwOxVelZU2yov51o9UPH75bp { position:relative; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #nLHmc6T7MnysXbOD6Sq49285vIq4bmKw { position:relative;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #uOZyvoywg9PNUeor5TT0zre2M1hIgI3o { position:relative; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #ONcfhqHNMt9dTORduPMpzwkWbi5vZcav { position:relative; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #kBid6yXIu8mV3UNFiT5pdOlCzS4d7WSW { position:relative;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #L3rvFUBpi3vC9TcDfu6ghC5rqepK8AqD { position:relative; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #H3Bf0vL1ggfPFziEeEZg4sAsWgk3VK63 { position:relative; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #rPNiLf8B9sWgpCWAHHE4ZUNfWhfeLes8 { position:relative;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #BTyinS46otNAXVqVNgqR95HptmkB5iuD { position:relative; }
#AcKgOrrA1XRMLNFu43X5Iu0kpTIxw5iX { position:relative;display:block; }
#XhIPefxt22kpTs2ApibPFTJZNLr7t7Od { position:relative;display:block; }
#vv5ZiShM9oIrpDcBWVblJBtpWiXKtqrd { position:relative;display:block; }
#ng77GoJP6DJiXerVZzquJAmHGyFF47Fe { position:relative;display:block; }
#abvgZ8O5xN4ZxHXZgSOSFhmxTWylaRwb { position:relative;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #mTLdxLVPHs9ZH2utKtQGZH9E8DN7xrrC { position:relative; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #wBX6ME7ptMNWV7Ts8TL4qa1oBqrpBMzW { position:relative;z-index:2; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #PoTmF6utgQIfWXRtxfWvO9Lm8Pl2vAze { position:relative; }
#NiuW6lqRevrJb7lz1HR9To6oivew1ZCq { position:relative;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #HqS0EaTkWtPXnZFTES7EyEsLyDKTQJff { position:relative; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #itv5FRQRBNoxu6TJy2E7Slv56nKy9QOL { position:relative; }
#J1mdJxPLKQf8KkE503fnJdpbuvTefQN1 { position:relative;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #gHs14kIkvuHfpZAzGTCC3OdezVlwS5oG { position:relative;z-index:15000; }
#OVbiOcereieHeZhJJELh96UivM2gofvs #IugSTeT2JOIs4Bxdk3IPoELhP9J1ZKdf { position:relative;z-index:15000; }
#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4.adaptive-delivery-prevent-bg, #mU76EcZRFfaXmezcJqvG577IN9zNMQJ4.lazyload, #mU76EcZRFfaXmezcJqvG577IN9zNMQJ4.lazyloading { background-image: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container { background-color: transparent; background-image: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container > .video-iframe-container { display: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row > .video-iframe-container { display: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .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); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container { border-width: 0; border-radius: 0; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row > .video-iframe-container {  }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#z3T1faJawEL6ATPabINDiTp2oqW5BNI6 { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:9.5rem;left:2.9375rem;height:1.2000875rem;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; }
#wI7wlRnyxyBvmVEZKp0BdFemWrSU1xJK { color:#f5b700;display:block;width:16.0625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:5.625rem;left:5.4375rem;height:3.7125rem;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; }
#or0e4XoslxqTH3Mdb03cC2eKaAyWVf5t { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:7.625rem;left:26.75rem;height:1.2000875rem;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; }
#UKNZmdiQOzVwuJnr0qkEG5HekNSvHDZl { color:#f5b700;display:block;width:16.0625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:3.6875rem;left:29.25rem;height:3.7125rem;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; }
#VaE6Cpov1zIUGMJDvs4vyafH5uELo3li { color:#f5b700;display:block;width:16.0625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:5.375rem;left:53.5625rem;height:4.05rem;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; }
#kJzOeGTiZQZUqoDShDMnpfEIFTKEdfpz { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:9.8125rem;left:51.0625rem;height:1.2000875rem;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; }
#dZydgDhyFOBoQ7K1ucN1FVQomIlfTfrs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:18.625rem;top:9.8125rem;left:4.125rem;overflow:hidden;display:block; }
#iiwXt8WIKIFh2M6dIrblENdEvUZGxDQr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:22.375rem;top:12rem;left:50.375rem;overflow:hidden;display:block; }
#qxU2SG7R2ne3MTQKsk2w9AGcGGaRUIpc { background-color:transparent;background-image: -webkit-linear-gradient(87deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(87deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(87deg, #f5b700, #ff4717);background-image: -o-linear-gradient(87deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(87deg, #f5b700, #ff4717);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0rem 1.1875rem rgba(245,183,0,0.44) ;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.9375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26rem;left:26.4375rem;display:block; }
#yihl4xW6xioCk3zd8BrEilfkc52uFNgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LX3FzoaqnokqQav0REEfrJ5hna9qc5Bb { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.6875rem;width:22.6875rem;top:3.25rem;left:2.125rem;overflow:hidden;display:block; }
#BiTULyQgmhKn0TzPQVgB7yFUwkWnTw4D { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.6875rem;width:22.6875rem;top:1.5rem;left:25.9375rem;overflow:hidden;display:block; }
#Kyx8awpHT2ByVGLVscEiz6uhXVPN27qq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.6875rem;width:22.6875rem;top:3.25rem;left:50.25rem;overflow:hidden;display:block; }
#ch7iMTIleR4tPtb6ak40dAc9JSTbHwm6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:18.875rem;top:8.5625rem;left:28.0625rem;overflow:hidden;display:block; }
#SpidJeEOsCrQdJXaJmunTiHNWBSPSMwh { 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;height:12.5rem;width:12.5rem;display:none; }
#Enubu2OxM9iI5TgCaJNLrPw055B2bIHy { 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;height:12.5rem;width:12.5rem;display:none; }
#rW4fpuFpgFAr9b3m3phTbDaAoqoycoL0 { 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;height:12.5rem;width:12.5rem;display:none; }
#yPi21eh4awgk6D38WHxt1di48Cq3cBaX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d34a6132-79fe-4e00-848c-6998595c81a6/LandingPageCollectionData05.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX.adaptive-delivery-prevent-bg, #yPi21eh4awgk6D38WHxt1di48Cq3cBaX.lazyload, #yPi21eh4awgk6D38WHxt1di48Cq3cBaX.lazyloading { background-image: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container { background-color: transparent; background-image: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container > .video-iframe-container { display: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row > .video-iframe-container { display: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .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); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container { border-width: 0; border-radius: 0; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row > .video-iframe-container {  }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#WoigIkne3ZbTH22hUm84wRs6xbW14RXm { color:#f5b700;display:block;width:38.3125rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:3rem;left:18.375rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ny27Tq8plmMlTTEZzOMDPSprXcdxg8R2 { color:#ffffff;display:block;width:40.625rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15042;line-height:1.1;letter-spacing:0;top:9.3125rem;left:17.1875rem;height:1.444225rem;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; }
#AwPRV9QSl3doc2fcz5LTW6MBOTvz7rnS { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:15050;line-height:1.8;letter-spacing:0;top:14rem;left:12.75rem;height:15.1875rem;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; }
#eNgCa4kaxsRpwlGus5ftooyJCGCpHIZp { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:2.4130859375rem;left:58.625rem;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; }
#TTxF6Cc4zLzgOHaCPv2St2TC7denDH1h { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:11.63916015625rem;left:10.78125rem;height:14.62403125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FrvHN9ttyFSZzrEQnT3a48o0qIGg8rpf { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:50.625rem;top:11.375rem;left:12.1875rem;overflow:hidden;display:block; }
#QguVdEenTrOs9tgSW9l6z2WnBQRz0JPa { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:49.375rem;top:21.125rem;left:12.8125rem;overflow:hidden;display:block; }
#TPC18xdVzghOrusNPwW1PJ33U7kBcZRF { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.67);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;height:20.125rem;width:52.875rem;top:12rem;left:11.0625rem;display:block; }
#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cbe5fab-d3cc-4004-a747-ff870122109b/LandingPageCollectionData.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy.adaptive-delivery-prevent-bg, #CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy.lazyload, #CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy.lazyloading { background-image: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container { background-color: transparent; background-image: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container > .video-iframe-container { display: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row > .video-iframe-container { display: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .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); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container { border-width: 0; border-radius: 0; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row > .video-iframe-container {  }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;position:relative;display:block; }#G30eM15TRsTPd8UTXshqumuwuqQav8bp { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:13.26220703125rem;left:23.84375rem;height:5.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PW7Jwpw0uOuqvXTJPNXZonEE0uUcCQF8 { color:#f5b700;display:block;width:35.3125rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:2.63720703125rem;left:19.84375rem;height:6rem;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; }
#brHxtegKyzl4UWMqwA77anoG1uKB19my { color:#111111;display:block;width:7.6875rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:14.12451171875rem;left:12.75rem;height:2.85rem;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; }
#RafWn4EiBJ3XFrWM4pLDBN5coZVUHv9v { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:24.32373046875rem;left:23.9375rem;height:5.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ih7Aie4n8my49KmkK3zWIfswBnrnBXCn { color:#111111;display:block;width:8.625rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:26.0986328125rem;left:12.28125rem;height:2.4rem;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; }
#DzaMBFuyItECkfKSf0hhHiugovPVxMs2 { color:#ffffff;display:block;width:34.625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:35.59326171875rem;left:23.4375rem;height:7.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CNadOvkpbfZApB8hT2so1kTuv6hvnnbO { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:47.9619140625rem;left:23.53125rem;height:5.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kT5vURenOlLbRw2M8w5pgQr5CLqcypHQ { color:#111111;display:block;width:10.4375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:49.88671875rem;left:11.375rem;height:2.1rem;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; }
#Jc8eAobmGyfCwclmefS79613ri6tTfZm { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:2.63720703125rem;left:58.625rem;height:1.8rem;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; }
#GKO03CSzdP94Ob8PSEhhLE82WkCRrUXt { color:#f5b700;display:block;width:13.4375rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:57.8125rem;left:11.6875rem;height: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; }
#Vxc41BduTIk1mkyJtTIyHqInUpeCTPz0 { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:58.5rem;left:23.375rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v4Up7TigPgyXgnq9RHxGJ3FS1NQtkqry { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.87);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;height:4.1875rem;width:52.25rem;top:57.125rem;left:11.375rem;display:block; }
#Ac3qABT8RTZyyImXqUwNOFMy3xit9Q9Z { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.625rem;width:57.5625rem;top:7.9375rem;left:8.71875rem;overflow:hidden;display:block; }
#EnNpE5m7cSuH7nTn7ZPt38ywSKcSJ9py { background-color:transparent;background-image: -webkit-linear-gradient(87deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(87deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(87deg, #f5b700, #ff4717);background-image: -o-linear-gradient(87deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(87deg, #f5b700, #ff4717);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0rem 1.1875rem rgba(245,183,0,0.44) ;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.9375rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:63.03125rem;left:26.4375rem;display:block; }
#ls8AJLVWdWyV8k0tf84cslxKEQ3BnDqn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ulNzrA6dSqV0SK6E25NZMd2CObJTElJE { color:#111111;display:block;width:10.6875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:38.0927734375rem;left:11.25rem;height:2.4375rem;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; }
#xVm6DTRKzcGR6Eb5HCP212W59fU90tv2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.6875rem;width:75rem;display:none; }
#l12HSC9G33N6MkLsc5TUZXqN3FUSV0N2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.6875rem;width:75rem;display:none; }
#k9BCX941HRFTRb881DHznDBva6so0zII { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.6875rem;width:75rem;display:none; }
#M9B5oyG4VSsxcZfNvns7fyhcHTTkHCmx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.6875rem;width:75rem;display:none; }
#WQkbEsWL6i0W3514Ed83To7o8FmAoHLa { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:32.1875rem;top:56.1875rem;left:33.28125rem;overflow:hidden;display:block; }
#dHw4Ro5SJa067uhvzH53zFdEDSr7b7bQ { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:32.1875rem;top:8.63720703125rem;left:11.375rem;overflow:hidden;display:block; }
#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cbe5fab-d3cc-4004-a747-ff870122109b/LandingPageCollectionData.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4.adaptive-delivery-prevent-bg, #TspzeuJdtuFlVPrb96vId9lZX2wMyWE4.lazyload, #TspzeuJdtuFlVPrb96vId9lZX2wMyWE4.lazyloading { background-image: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container { background-color: transparent; background-image: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container > .video-iframe-container { display: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row > .video-iframe-container { display: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .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); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container { border-width: 0; border-radius: 0; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row > .video-iframe-container {  }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#BE19ZT8y03FFfm90lZ2KJLZWVBkaUXDa { color:#f5b700;display:block;width:53.8125rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:2.875rem;left:10.59375rem;height: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; }
#TA06QDP5IkXB0ZDy14AUcf0aT2WsxVfV { color:#ffffff;display:block;width:48.5625rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:6.4995727539062rem;left:15.249566078186rem;height:3.0875rem;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; }
#uqCenC0EaxNn3stDRSir8o7pT2LugqNm { color:#f5b700;display:block;width:16.0625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.2;letter-spacing:0;top:13.5rem;left:4.5rem;height: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; }
#oURvxmHkJoQv3Oq5L4XDQESqIPC9ieHy { color:#f5b700;display:block;width:16.0625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:13.5rem;left:29.46875rem;height: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; }
#l1eSSxyGOOdN8fa8BXJFDbAfxcPtQi8n { color:#f5b700;display:block;width:16.0625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:13.4375rem;left:54.6875rem;height: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; }
#S1fTdcVB86e8fy5bpxpI64Olco0sIx2A { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.875rem;width:18.875rem;top:17.125rem;left:3.0625rem;overflow:hidden;display:block; }
#bRWvo7S4u4qm3BRzZE1AKyhWtP7cIHV1 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.875rem;width:18.875rem;top:17.0625rem;left:28.0625rem;overflow:hidden;display:block; }
#hKND557RSrk79h8A8CCukWwsrdoTQRvo { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.875rem;width:18.875rem;top:17.0625rem;left:53.25rem;overflow:hidden;display:block; }
#b3ZyMaSXb6TIHuCRSV5TGESHnTMoH3TV { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:28rem;left:2.4375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aP6gw62gHQn2y4NVLoORexgZqA506SAH { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:28rem;left:27.4375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KH6leM0QMnMeRBcEvL86wXNMkMBtZ0bS { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:27.9375rem;left:52.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sdJNxzCBXGbCQXN8v4is7kTLAHrAmQtx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:23.25rem;top:11.5rem;left:0.875rem;overflow:hidden;display:block; }
#L0t60aw2fBmn94TroclZyAF7nw1fXI9J { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:23.25rem;top:11.5rem;left:25.875rem;overflow:hidden;display:block; }
#K5Awi9cuwDQDgWSyl3qSkxnzCaT6obUz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:23.25rem;top:11.5rem;left:50.875rem;overflow:hidden;display:block; }
#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cbe5fab-d3cc-4004-a747-ff870122109b/LandingPageCollectionData.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby.adaptive-delivery-prevent-bg, #NW7zfgg24wBvyfgNoUissEn0Xt1NKJby.lazyload, #NW7zfgg24wBvyfgNoUissEn0Xt1NKJby.lazyloading { background-image: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container { background-color: transparent; background-image: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container > .video-iframe-container { display: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row > .video-iframe-container { display: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .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); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container { border-width: 0; border-radius: 0; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row > .video-iframe-container {  }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#cpDJ4E0MMrw10tCd8zBbnBMyTNTmS3Ni { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:18.3125rem;left:14.25rem;height:3.375rem;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; }
#lDBU4xTV0TUy2VRJoZbUbyWxZHK69ZGN { color:#f5b700;display:block;width:18.8125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:3.5625rem;left:14.9375rem;height: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; }
#Ag1yo2sfoeq6uIgRtxlS4qPwX1PIrWAe { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.875rem;width:18.875rem;top:7.25rem;left:14.875rem;overflow:hidden;display:block; }
#zTRFBmPn53AQuxPfZh1GVHIQ8ikAascO { color:#f5b700;display:block;width:20.6875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:3.4375rem;left:40.125rem;height: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; }
#aqAISNeEDJc8ckNwSFTaPdxCZhkZ5yCW { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:18.25rem;left:41.125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zaATr45bSLkn53dSL1VNr42RJ4W67fJ2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:9.875rem;width:18.875rem;top:7.125rem;left:41rem;overflow:hidden;display:block; }
#OOHKT6eyGRkndCRRNJAcHeJnTbFPP6ll { background-color:transparent;background-image: -webkit-linear-gradient(93deg, #111111, #1d2327);background-image: -moz-linear-gradient(93deg, #111111, #1d2327);background-image: -ms-linear-gradient(93deg, #111111, #1d2327);background-image: -o-linear-gradient(93deg, #111111, #1d2327);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#1d2327' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#1d2327' );";background-image: linear-gradient(93deg, #111111, #1d2327);background-size:auto !important;border-top:0.125rem solid #f5b700;border-left:0.125rem solid #f5b700;border-right:0.125rem solid #f5b700;border-bottom:0.125rem solid #f5b700;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-sizing:border-box;color:#f5b700;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:26.0625rem;left:26.625rem;display:block; }
#qD0FVFJMpLadQMQTpTrJJ1TMBk1L5y1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1GMRLSho82ZrIp0c100Ccm03CxL9wOD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:23.25rem;top:0.75rem;left:12.6875rem;overflow:hidden;display:block; }
#DqJT3GCFhcQMrmp0CBAiQGgROeSEoMxa { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:23.25rem;top:0.6875rem;left:38.8125rem;overflow:hidden;display:block; }
#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/58be5608-1d5a-4bf5-adcd-f239f3f4cba6/LandingPageCollectionData10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF.adaptive-delivery-prevent-bg, #ihcIIFXHmOdINMHTJs62S1qJIqciMDGF.lazyload, #ihcIIFXHmOdINMHTJs62S1qJIqciMDGF.lazyloading { background-image: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container { background-color: transparent; background-image: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container > .video-iframe-container { display: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row > .video-iframe-container { display: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .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); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container { border-width: 0; border-radius: 0; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row > .video-iframe-container {  }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#oLUgmfQ2QMhTf2azfHUczGaP6WysaM0Z { color:#f5b700;display:block;width:24rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:15.03125rem;left:26.1875rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFDRb1UHRlngfCwwzAg1aGDx5HVbfTfT { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15050;line-height:.9;letter-spacing:0;top:5.3439731597901rem;left:3.5601129531861rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nFDRb1UHRlngfCwwzAg1aGDx5HVbfTfT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nFDRb1UHRlngfCwwzAg1aGDx5HVbfTfT li:before{  }
#PuhRuGDF3cRkfLMWq713stKQukFh8btv { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:6.0625rem;left:57.9375rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PuhRuGDF3cRkfLMWq713stKQukFh8btv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PuhRuGDF3cRkfLMWq713stKQukFh8btv li:before{  }
#fGivcHxw6RD2DEWR5u2TQmLgVXI9QC4k { color:#ffd600;display:block;width:10.1875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:3.1875rem;left:57.9375rem;height:2.25rem;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; }
#RTC0AtEWUhxH0Sru9NeivgZEgSoTpMHO { color:#ffd600;display:block;width:10.1875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:2.5625rem;left:4.375rem;height:2.25rem;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; }
#ESP7VhoNfzvBBLpSKWJIBb1ZXyqI630x { color:#ffd600;display:block;width:10.1875rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15047;line-height:1.2;letter-spacing:0;top:23.625rem;left:4.375rem;height:2.25rem;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; }
#VBoJ6uRzzn9Z0ODuXsrIUuPxEbkGiRCl { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:25.875rem;left:3.9375rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VBoJ6uRzzn9Z0ODuXsrIUuPxEbkGiRCl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VBoJ6uRzzn9Z0ODuXsrIUuPxEbkGiRCl li:before{  }
#GoolvNda5hf3zX21CQCAMNCTZB6FwS0K { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:26.1875rem;left:58.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l1AroLVDgf4yNBTipNz0nF2mKs34n55q { color:#ffd600;display:block;width:10.1875rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:23.75rem;left:59.25rem;height:1.95rem;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; }
#kafRB7EfXkgIA6nbto6z8eUiJTvfmRFt { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:28.25rem;top:21.875rem;left:46.75rem;overflow:hidden;display:block; }
#Ig3y9tNoG4cdGaFMf7zTy8FCuAeeXl9o { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:28.25rem;top:1.875rem;left:46.75rem;overflow:hidden;display:block; }
#IvU783gOJlFQ7tE7gtP4nfCKQNlrtWon { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:28.25rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#moADAZWuGIfQbATSaCTRGh03CVbXq1uQ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.875rem;width:28.25rem;top:21.9375rem;left:0rem;overflow:hidden;display:block; }
#vxNqv4sNU8LufxZAi26Kp2MBp1Zwc75c { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:28.25rem;top:8.625rem;left:19.625rem;overflow:hidden;display:block; }
#vvOVP9Ir7WnnMwxQcVRv6lRENpVJ0S3y { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:22.75rem;top:22.375rem;left:26.8125rem;overflow:hidden;display:block; }
#yixqqBdrQN5VcRRv1lU8pOD8coeO92Lb { position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f5b700;border-left:0.125rem solid #f5b700;border-right:0.125rem solid #f5b700;border-bottom:0.125rem solid #f5b700;height:12.5rem;width:30.0625rem;top:11.40625rem;left:22.34375rem;display:block; }
#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cbe5fab-d3cc-4004-a747-ff870122109b/LandingPageCollectionData.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc.adaptive-delivery-prevent-bg, #wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc.lazyload, #wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc.lazyloading { background-image: none; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row .container { background-color: transparent; background-image: none; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row .container > .video-iframe-container { display: none; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row > .video-iframe-container { display: none; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .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); }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row .container { border-width: 0; border-radius: 0; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row > .video-iframe-container {  }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#KEmrgX69UrXLe7xRbQTFMgxIV2XOKVBx { color:#f5b700;display:block;width:32.9375rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:1.5625rem;left:21.0625rem;height: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; }
#JdE2i0oTWEbzt63u5rX4plgRnRfsX4sc { color:#ffffff;display:block;width:38.5rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:4.5625rem;left:18.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cbe5fab-d3cc-4004-a747-ff870122109b/LandingPageCollectionData.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH.adaptive-delivery-prevent-bg, #Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH.lazyload, #Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH.lazyloading { background-image: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container { background-color: transparent; background-image: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container > .video-iframe-container { display: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row > .video-iframe-container { display: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .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); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container { border-width: 0; border-radius: 0; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row > .video-iframe-container {  }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#ebTX6EqzuqGATazAPDpmSvvmJdeOVyeE { color:#ff5000;display:block;width:16.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:21.9375rem;left:1.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ghMT1bqFTd5LnuQM1XfB0JBmTgbLBa9E { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:23.62353515625rem;left:1.625rem;height:2.1rem;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; }
#vD828W1qTxfP5GQ0ZADKbuBCt1P3kWPf { color:#ff5000;display:block;width:16.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:17.375rem;left:20.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZblpMdFx8tRmPPMGiBzIHKoqPZJXWhU { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:18.9375rem;left:19.8125rem;height:3.15rem;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; }
#RDSaVbcpODhPRR353tMlwcHqasqRZPlT { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:18.875rem;left:40.9375rem;height:3.15rem;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; }
#NpxxIOkZVuPdHG5PWFfoLtMqlXalZ9sT { color:#ff5000;display:block;width:16.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:17.3125rem;left:38.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1ravUEMwJkwQGmsFpRfJ0CVVTG2Xeue { color:#ff5000;display:block;width:16.1875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:20.5rem;left:57.53125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AV2puXI0aTxHJUtNMolkyT63tOVLii1r { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:22.21142578125rem;left:58.0625rem;height:2.1rem;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; }
#p2IPSvDbnA93kssZndalt8x9IlzpHFx9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:16.75rem;top:4.9375rem;left:57.25rem;overflow:hidden;display:block; }
#krJXHD2wAL9mmkZuUiMsKNk2m0tc4JnK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:27.625rem;top:0rem;left:33.0625rem;overflow:hidden;display:block; }
#e30odtTbGFGeq3B0VGnzZRnsFzxbc5Wl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:17.75rem;top:18.9375rem;left:56.75rem;overflow:hidden;display:block; }
#kLwPm7Vbgnwssmf5hD7w3OcA2JoRxUuz { background-color:transparent;background-image: -webkit-linear-gradient(87deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(87deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(87deg, #f5b700, #ff4717);background-image: -o-linear-gradient(87deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(87deg, #f5b700, #ff4717);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0rem 0rem 1.1875rem rgba(245,183,0,0.44) ;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.9375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:24.8125rem;left:26.4375rem;display:block; }
#xDSHEFCs4LZSh3DKWFTEg7cXdnfn6gAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWN3W22H6eZ61txAs5NxPEmS6FARrZoX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:16.75rem;top:0.9375rem;left:19.75rem;overflow:hidden;display:block; }
#b5LC4QH8MDi1zD6bGegwp3rwpUqkJV58 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:17.75rem;top:16.125rem;left:19.25rem;overflow:hidden;display:block; }
#acN87SBEdF2NsBErbeIfBlB1a4FX8866 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:17.75rem;top:16.125rem;left:38rem;overflow:hidden;display:block; }
#xe2USogMS8bbtT4tLkA9ghU1wxglrpXM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:17.75rem;top:20.3310546875rem;left:0.5rem;overflow:hidden;display:block; }
#D9Gp2wbysE6LQK3r7KUdUMOXfnULx4pD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:16.75rem;top:4.9375rem;left:1rem;overflow:hidden;display:block; }
#XWAk6pgnOrrFaRM0y7FBJoCl8mZE5ud0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:16.75rem;top:0.6875rem;left:38.5rem;overflow:hidden;display:block; }
#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.51);background-image:url("https://images.assets-landingi.com/uc/58be5608-1d5a-4bf5-adcd-f239f3f4cba6/LandingPageCollectionData10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2.adaptive-delivery-prevent-bg, #tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2.lazyload, #tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2.lazyloading { background-image: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container { background-color: transparent; background-image: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container > .video-iframe-container { display: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row > .video-iframe-container { display: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .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); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container { border-width: 0; border-radius: 0; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row > .video-iframe-container {  }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#tA1yB5FDLhS1h45CiqhaDnSTclThTLGL { color:#f5b700;display:block;width:41.311875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:3.125rem;left:16.84353351593rem;height: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; }
#avzRSPbtGWOawr4F26cl9fZNO7WsJ36o { color:#f5b700;display:block;width:12.9375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15053;line-height:1.2;letter-spacing:0;top:18.25rem;left:3.3125rem;height:2.55rem;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; }
#OTmClMAkERgh79Ge0ddO5FxZuOUFT8K3 { color:#f5b700;display:block;width:13.5rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15054;line-height:1.2;letter-spacing:0;top:17.6875rem;left:21.1875rem;height:3.825rem;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; }
#Taoh1aQ3y9noBWh3Mf2rUQf9MhSFbwKi { color:#f5b700;display:block;width:15.0625rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:18.25rem;left:38.25rem;height:3.825rem;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; }
#BDVCkdT43ANmQ3ielzzFE5itqu7StRxs { color:#f5b700;display:block;width:13.4375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15056;line-height:1.2;letter-spacing:0;top:18.375rem;left:57.0625rem;height:2.55rem;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; }
#ZJUAi026U8S1OODPvqkuNv9hTiwLBH3n { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15054;line-height:1.2;letter-spacing:0;top:14.1875rem;left:3.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NDxMy65NvtPCsDfrMlINC3H9WQG61k5K { color:#ffffff;display:block;width:12.6248125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15055;line-height:1.2;letter-spacing:0;top:13.905382156372rem;left:21.623265266419rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B3OFVr2a5RApOBz9w8PWLyozCGLbIdWn { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:14.1875rem;left:39.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KnJcOlnyhWhl5Ow95DsB8TvPJxur851Q { color:#ffffff;display:block;width:12.6248125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:14.030382156372rem;left:57.467450141907rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qc7vsSMQeJPJFlvbt8eTsJicStkzubyf { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:12.125rem;left:2.125rem;overflow:hidden;display:none; }
#BAWsMvlUcAxKtrHH5broSR2AIUOgv2c2 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:12rem;left:20.0625rem;overflow:hidden;display:none; }
#kRvzTg507HNM7gEOcyyRWQmI28dzSd4R { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:12.3125rem;left:37.75rem;overflow:hidden;display:none; }
#UOJAwUILizsrmfwZi8OKqJpTGeenHucc { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.75rem;top:11.6875rem;left:56rem;overflow:hidden;display:none; }
#fiZb1rt5AMEeExQ9y13QwTvoo4Kk42bP { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:19.75rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#MMelTxXioVy0MdzmmqKmzrOxaDip2GBq { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:19.75rem;top:10.0625rem;left:18.0625rem;overflow:hidden;display:block; }
#HrZwQLyadElUUR88HRAnNOPkW4EfFQAl { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:19.75rem;top:10.125rem;left:35.9375rem;overflow:hidden;display:block; }
#AOGurItgTZwHmZVimCoPg7XgR210hIED { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:19.75rem;top:10.0625rem;left:53.9375rem;overflow:hidden;display:block; }
#gbJ0ad8lTgh9Zn35gf0KTTMqNf09SIs7 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:14.125rem;top:16.625rem;left:2.75rem;overflow:hidden;display:block; }
#SbDpKFZJgBX15gRTZX7e53i3DGwVHsci { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:14.125rem;top:16.1875rem;left:20.875rem;overflow:hidden;display:block; }
#qE9h1yWUoSgaSMaxS9NcteSroLcMN48C { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:14.125rem;top:16.625rem;left:38.75rem;overflow:hidden;display:block; }
#R9XUDQbn6Q7eeSnDXa0uHgWTtcgP7Hx3 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:14.125rem;top:16.375rem;left:56.75rem;overflow:hidden;display:block; }
#V7850PxKoepFTANRSUoPQ5AgA4dToWQg { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:6.9965267181394rem;left:18.437500953674rem;height:1.35rem;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; }
#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp.adaptive-delivery-prevent-bg, #HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp.lazyload, #HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp.lazyloading { background-image: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container { background-color: transparent; background-image: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container > .video-iframe-container { display: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row > .video-iframe-container { display: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .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); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container { border-width: 0; border-radius: 0; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row > .video-iframe-container {  }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#w78mu50LlVgyDWCoLZkxOTdaEmGfoIT7 { color:#f5b700;display:block;width:41.3125rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:2.75rem;left:16.875rem;height: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; }
#STgSEUTfe048mKiCEaf8GdMhUd5opZhZ { color:#f5b700;display:block;width:25.625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:300;z-index:15053;line-height:1.2;letter-spacing:0;top:12.875rem;left:35.375rem;height:;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; }
#pGocqr6aA8VHthxVCgK7Kv9folcfSzdk { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:6rem;left:20.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#opgOR5Adsr10Ms7wUM4ohv7HAqtmdfm4 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:15.0625rem;left:37.25rem;height: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; }
#TrVMh0qykV162wE8pJEbd1rQltgLyPpP { color:#f5b700;display:block;width:25.625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:300;z-index:15054;line-height:1.2;letter-spacing:0;top:23.875rem;left:35.75rem;height:;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; }
#J3JWA24mkFaEaDqHGx8GmdyA5ZyxpmL8 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.2;letter-spacing:0;top:26.0625rem;left:37.25rem;height: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; }
#MBcUJz0phwyzDqN1xsm85cUdrZZ7Mm7H { color:#f5b700;display:block;width:23.0625rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:29.625rem;left:37.0625rem;height:1.95rem;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; }
#dkDvpTo8DibfoUpuvqwKBZSmzCkCGKVd { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:31.5625rem;left:37.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GQHgvqNaot7BMM1HMTlz6zzSJKy1mTks { color:#f5b700;display:block;width:51.6875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:36.4375rem;left:11.65625rem;height:1.2000875rem;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; }
#LVNLSRmdmBRAdP5BfxfwpSkzKoBTorhD { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;box-shadow: 0rem 0rem 0.6875rem #f5b700 ;height:11.3125rem;width:50.5625rem;top:22.9375rem;left:15.3125rem;display:block; }
#ArgsA0Q8S2zqPUWOy18Ls5C0RAG0tmT9 { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;height:11rem;width:50.5625rem;top:9.6875rem;left:15.3125rem;display:block; }
#OmuRToZQNv6ooeOEVvS9TciDGsh5OuiD { position:absolute;display:block;z-index:15024;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.75) ;height:11.5625rem;width:21.3125rem;top:9.125rem;left:9.75rem;overflow:hidden;display:block; }
#dnpk2uRk7lEO5cqvHUTrASgbfGiKIQ2p { position:absolute;display:block;z-index:15021;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;box-shadow: 0.125rem 0.1875rem 1.625rem rgba(0,0,0,0.5) ;height:11.5625rem;width:21.3125rem;top:22.6875rem;left:9.5625rem;overflow:hidden;display:block; }
#TtQ9FdtWPOWnm3ngeavrsWa8XPhbgHP1 { position:absolute;display:block;z-index:15018;background-color:#000000;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;height:12.1875rem;width:21.8125rem;top:23.0625rem;left:9.1875rem;display:block; }
#cBCFtxvuvIuLJ5UiipOAIJoSKQhgDhI6 { position:absolute;display:block;z-index:15019;background-color:#000000;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;height:11.875rem;width:21.375rem;top:9.4375rem;left:9.375rem;display:block; }
#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19fd8e22-8311-4c7c-b62b-774097b11b56/LandingPageCollectionData34.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw.adaptive-delivery-prevent-bg, #WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw.lazyload, #WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw.lazyloading { background-image: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container { background-color: transparent; background-image: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container > .video-iframe-container { display: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row > .video-iframe-container { display: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .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); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container { border-width: 0; border-radius: 0; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row > .video-iframe-container {  }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#al0eWcFd2loSGbGqG49sAHeJ6a3hNv74 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2e2f2f, #020202);background-image: -moz-linear-gradient(180deg, #2e2f2f, #020202);background-image: -ms-linear-gradient(180deg, #2e2f2f, #020202);background-image: -o-linear-gradient(180deg, #2e2f2f, #020202);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2f2f', endColorstr='#020202' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2f2f', endColorstr='#020202' );";background-image: linear-gradient(180deg, #2e2f2f, #020202);background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;height:33.1875rem;width:28.75rem;top:6.75rem;left:41.5rem;display:block; }
#XGXnSJ0AvKDrfLmTTBkBsBW0ZiDiKve7 { color:#f5b700;display:block;width:26.4995625rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:9.75rem;left:42.6875rem;height:3.025rem;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; }
#w3EycaoK0mVpcxrEis3DcToLXxeCmEQC { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:mitr;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:13.9375rem;left:44.5625rem;height:2.275rem;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; }
#TFvL8RRUr4II1ObDB7K7RKLF4dgT4X3y { color:#f5b700;display:block;width:24.125rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:8.625rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8Baae83B0cNx486TD0L6H9bceVDpiXC { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5b700;border-left:0.0625rem solid #f5b700;border-right:0.0625rem solid #f5b700;border-bottom:0.0625rem solid #f5b700;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.125rem #111111 ;height:34.3125rem;width:33.375rem;top:5.9375rem;left:3.9375rem;display:block; }
#JBTb4BC3hWq3Ot5gUwX7mXH6zI1bQcge { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:38.125rem;top:4.375rem;left:1.625rem;overflow:hidden;display:block; }
#KAvvI6wN6eQngkTEGNbrEMwUuP39LAwe { color:#ffffff;display:block;width:27.561875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:25.5625rem;left:6.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AR6neznWimNhxrkeyLSOG8SP6BmCiP0c { color:#f5b700;display:block;width:27.561875rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:28.6875rem;left:6.875rem;height:1.65rem;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; }
#WmrrXCRKpIidrLzO01NbT6fnd30Z7Xl1 { color:#ffffff;display:block;width:27.561875rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 1.3125rem rgba(245,183,0,0.72);top:31.3125rem;left:6.875rem;height: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; }
#KTIBP1Noz8VBVAT6ruccHxqiW9hV0z45 { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;height:3.81185rem;width:31.25rem;top:30.75rem;left:4.9375rem;display:block; }
#p4wOLW4oSFqxTXgJvUAqSTLCXpIxMVFi { color:#f5b700;display:block;width:27.561875rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:35.375rem;left:6.875rem;height:1.65rem;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; }
#dnkIIh8mFXR2wWtllgf4TQOFa0D2TNfq { color:#ffffff;display:block;width:31.4985rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:37.625rem;left:4.9375rem;height:1.425rem;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; }
#FkcBdiuUXDvcCh99m3tbIl4031oum2Ap { color:#ffffff;display:block;width:27.561875rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:3rem;left:6.875rem;height:2.32530625rem;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; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-form-header { font-size:0.75rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-regular-label { height:auto;display:block;font-family:prompt;font-size:0.75rem;font-weight:bold;color:#ffffff;width:22.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .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:#fdfdfd;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.625rem;box-sizing:border-box;height:2.25rem;color:#000000;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;line-height:1.1; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-text {padding-top: 0; padding-bottom: 0;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .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:#fdfdfd;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.625rem;box-sizing:border-box;height:4.375rem;color:#000000;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;line-height:1.1; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .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.625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-select {padding-top: 0; padding-bottom: 0;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-checkbox { width:0.99975625rem;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; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .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:#f6c80c;background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.3125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.6875rem;margin-bottom:0.25rem;margin-left:2.5rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#000000;width:17.625rem;height:4.1875rem;font-family:kanit;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.1875rem rgba(0,0,0,0.21) ;line-height:.2; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC [class*="-text"]:-moz-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC [class*="-text"]::-moz-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC [class*="-text"]:-ms-input-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC [class*="-text"]::-webkit-input-placeholder { color:#020202;font-family:prompt;font-size:0.875rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .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.6875rem;font-weight:700;color:#ffffff;vertical-align:top;width:21.625rem;overflow:hidden;font-style:normal;float:none; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .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; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .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:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-container:first-of-type{padding-top:0;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-container:last-of-type{padding-bottom:0;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;font-size:0.75rem;left:43.312501907349rem;top:18.5625rem;z-index:15022;position:absolute; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.625rem;display:block;vertical-align:top; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.5625rem;line-height:3;font-weight:400;color:#ffffff;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; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC {display:block;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;font-size:0.75rem;left:43.312501907349rem;top:18.5625rem;z-index:15022;position:absolute; }
#yBMqd1irvwgTqcoTTSohRSFyeEzxJoTe { position:relative;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #eUoJpUmZpgWJ5f7fAsJuUO6EuVJw21SU { position:relative; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #CPzRpEUrCiM2l2xMmGpPVN73X2kOqGLF { position:relative;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #VeARTHlFe0CsqtKcuUPQPgQp9EpsX2IU { position:relative; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #UPkQyFEkf27lcJsQT8THXzrhCM5RSJdc { position:relative; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #IHVA8eCxU4Z24M7ELD2eEybzBf0oT3dh { position:relative;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #xrGdghPeAXOxaGBxRSMnysmmsJQLFUPC { position:relative; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #LkGqdGZQqbAbI0C16pQ1U2ILvyakKCzT { position:relative; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #v4SJkv1NtzpHIMwcTH5s0BZuKWkz8tiG { position:relative;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #vvDeNZ2Ta5AKDwPGNp1VMOcWaEdKlq7u { position:relative; }
#gTF6LnTd4MTh4lNx2s04k6wIaN3wVxIw { position:relative;display:block; }
#pvMHaAaBNrEcdSZOlKiLutb6vNmW4k3K { position:relative;display:block; }
#TMZuzJOdbOuaAbxSb2gmuzUQw2TubTd9 { position:relative;display:block; }
#uvGT787FZgI2RbsKlFCpQ3s3FwifxsRq { position:relative;display:block; }
#Wtt70JUchcwN5ep9l8dPwpcmXoRTsFKI { position:relative;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #wLWew9Zui3kDOBRFlSBxTltEDilTkC8G { position:relative; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #p09Wa5kAlMCyhgsETWo1IFZ1gK4uUTHq { position:relative;z-index:2; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #Sd3V9vOE1lnkDWWnAVNIbdCLhf7yVvVF { position:relative; }
#T8MQ1d6wfNJr16p3D45z1gqNTya4i54m { position:relative;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #TXmLJgaWS04CD6PxKobVJVS4DEETD2qq { position:relative; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #lG6AfXrwIPKrCth5b52H6weTS8wCg2GW { position:relative; }
#AKoxfCfhkPq1dVhBEJPTL0nG6zhbl6ko { position:relative;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #sIHZmIeaRXDkg3MG64607pM5LSPKe7Xr { position:relative;z-index:15000; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC #JBTkKF3MJ9lxgmsJxe3pI0r2Tc7542Au { position:relative;z-index:15000; }
#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(196deg, #1f1f1f, #111111);background-image: -moz-linear-gradient(196deg, #1f1f1f, #111111);background-image: -ms-linear-gradient(196deg, #1f1f1f, #111111);background-image: -o-linear-gradient(196deg, #1f1f1f, #111111);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#111111' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#111111' );";background-image: linear-gradient(196deg, #1f1f1f, #111111);background-size:auto !important;position:relative;display:block; }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row .container { background-color: transparent; background-image: none; }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row .container > .video-iframe-container { display: none; }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row > .video-iframe-container { display: none; }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .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); }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row .container { border-width: 0; border-radius: 0; }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row > .video-iframe-container {  }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;position:relative;display:block; }#p4HsnoyI9WT0QsiCeZSCdnSMhFBrOi6b { position:absolute;display:block;z-index:15027;background-color:rgba(5,5,5,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f5b700;border-left:0.125rem solid #f5b700;border-right:0.125rem solid #f5b700;border-bottom:0.125rem solid #f5b700;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:29.125rem;width:58.3125rem;top:1.28125rem;left:8.21875rem;display:block; }
#zdiVqgnU7dNBEW6E7D6tpoGFM6Oz05MJ { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:2.5rem;left:17.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZahwZa5yd4tHwhNh67e9rB6NuUgFwbOM { position:absolute;display:block;z-index:15065;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:20.75rem;left:10rem;display:block; }
#Ispr2zDVHdy6mbKSQb6NfmXo2clkf98w { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:7.6875rem;left:10.9375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Shml3b965QmxAx7Lr7TeXIvf4SQ6PuHC { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15100;top:22.3125rem;left:34.4375rem;display:block; }
#nSiA8e8UwwnkNmPUhh0MdUKv6Kv0mn6X { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15101;top:18.8125rem;left:34.4375rem;display:block; }
#ylPX1tgf2fNobiyDUgTxWX79RrrztTGP { position:absolute;display:block;z-index:15061;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:24.25rem;left:10rem;display:block; }
#rEkBBRCts1Xmf9b0ix7qDkk43TZTeVwk { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:10.9375rem;left:10.9375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eo16wCTKK05C3RPsBHNhL3HfL4xeeLTJ { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:23.0625rem;width:24.375rem;top:5.375rem;left:39.6875rem;display:block; }
#h36yM1d1SrT6DIQKOQnGsowOt1ZbGZyh { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15102;top:15.375rem;left:34.4375rem;display:block; }
#RzeBfFQu4NWNtxFTVTJySAJBH0U94zsI { position:absolute;display:block;z-index:15034;background-color:#040c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:10.4375rem;left:42.5625rem;display:block; }
#qT1h6P9A9mwtm2kHqABqfq1xcBCoET0k { position:absolute;display:block;z-index:15033;background-color:#040c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:13.6875rem;left:42.5625rem;display:block; }
#JASMgU7sLdy2i6IvRLo7PfNA97cUeRtT { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:11.0625rem;left:42.8125rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fsl9o2oIAZDilcBNsE93zDitdxJ1csgv { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:7.8125rem;left:42.8125rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EE53nfl28GZcH3T96Co42UD4eKpm0wRP { position:absolute;display:block;z-index:15066;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:13.5rem;left:10rem;display:block; }
#v7ApiR6s68FGX9kPUrmNgMpCdBIdLGWT { position:absolute;display:block;z-index:15032;background-color:#040c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:17.25rem;left:42.5625rem;display:block; }
#OxTiSBBqtkHiy8xTfhQJRpLNvOAlIEnb { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:14.1875rem;left:10.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zoQqSXQbGcf3hAXLz8H4TzWXuWrTtnKG { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:14.3125rem;left:42.8125rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s7igW1cKlHCn7d8inCvfaD9Q3aXcfLNh { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15103;top:11.625rem;left:34.4375rem;display:block; }
#iOggMpvfLJLTIt87sb4dh7XI6RPWV59R { position:absolute;display:block;z-index:15067;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:3.1875rem;width:24.375rem;top:16.75rem;left:10rem;display:block; }
#lck7ETTNm4yJgnnTWTAtPL81o7cgDiIa { position:absolute;display:block;z-index:15031;background-color:rgba(4,12,32,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:7.125rem;left:42.5625rem;display:block; }
#BWbA8H6mXDcl4J78tFB9z5UmTTD6Trio { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15078;line-height:1.3;letter-spacing:0;top:17.25rem;left:10.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rkI64atqTtaA7B8TTyNWqyrhCKXQCF6e { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:18rem;left:42.8125rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f9rCTTtrwmMcvAWL1XBRZizSeHKNW3uf { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15104;top:8.4375rem;left:34.5rem;display:block; }
#OMtcbqgZpp0J5LfrW0mg5MShavrcbx24 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:18.5625rem;left:12rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v54qMkdWW6qMRNn7sU7q0HsOFB0THu5t { position:absolute;display:block;z-index:15030;background-color:#040c20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(144,138,138,0.64);border-left:0.0625rem solid rgba(144,138,138,0.64);border-right:0.0625rem solid rgba(144,138,138,0.64);border-bottom:0.0625rem solid rgba(144,138,138,0.64);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.1875rem;width:18.6875rem;top:20.8125rem;left:42.5625rem;display:block; }
#ulZrXXJftNc945erp5vgI81f7GvVVCol { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:prompt;font-size:0.8125rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:21.4375rem;left:42.8125rem;height:1.05625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJ0pw7dSi188yDMAmSD4Zq6uHME3DNFk { position:absolute;display:block;z-index:15069;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:10.375rem;left:10rem;display:block; }
#zUUqRs67Ud2HNaVxvS2eHUCkwTcgLOxl { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:21.3125rem;left:10.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pa0FUVu2h84l0xbr7aqNUgSgXl6KzsRT { box-sizing:content-box;color:#898989;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15105;top:5.375rem;left:34.4375rem;display:block; }
#hyNCR2kfck13pBiwnJJcbECZgCxTETIm { position:absolute;display:block;z-index:15070;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:2.3125rem;width:24.375rem;top:7.0625rem;left:10rem;display:block; }
#bAIhJM98IIPVC0QXgChzRhnkEHDWNO9L { background-color:#a2a2a2;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.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.125rem;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:24.1875rem;left:42.5625rem;display:block; }
#gab0CCHuDTKHfg9nJ5SxI8enZOZipa7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTL9MIhh40PWIEc0ECSFSll55MeJkgIi { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:24.8125rem;left:10.8125rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o9D012pOR1qC3yKGmEpAlunQTaRukM4R { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:2.1875rem;left:15.78125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16004b;background-image:none;position:relative;display:block; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { background-color: transparent; background-image: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container > .video-iframe-container { display: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container { display: none; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { border-width: 0; border-radius: 0; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row > .video-iframe-container {  }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { font-size:0.875rem;font-family:prompt;height:15.375rem;width:75rem;position:relative;display:block; }#WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:3.75rem;overflow:hidden;display:block; }
#qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:2.6rem;display:block; }
#GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { color:#9b9b9b;display:block;width:37.5rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.429037094116rem;left:0rem;height:1.95rem;display:block; }
#TXtikgObHkirxsG1d3pZz9ubSpebEbLG { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.375rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:56.3125rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:65.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WTT3a6x9crnrT0nbtiekGqRBl7518KtV { display:block; }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzFXhA4DTCUK6TOMo9H9ZmUDbeZVDOg4 { top:0.8125rem;left:3.4062509536743rem;width:40.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoVTs4FrcKCAqmNJzThJ9nkkeKOMBT96 { top:3.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcohIk556nuwToCwhB2mwBhOQIeEagat { display:block; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgahbRXXTee8e0uyaTpnRTTtndOCtXTz { top:7.25rem;left:8rem;width:39.75rem;height:2.25rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mluZPesqHi1RT9iMyDU2WTdEKkT8VbQF { top:16.0625rem;left:10.8125rem;width:36.9375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6gHtgSz9plxEqvf9FfiKUHtoEorezNP { top:10.0625rem;left:15.9375rem;width:31.8125rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJK8TbIBkQ7JyeDlEOHUWnwUN1nQvqu2 { top:18.25rem;left:10.9375rem;width:36.8125rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zadGPCQT2LwO38bov5WL8nIUoblGNuzG { width:18.4375rem;height:3.9375rem;top:22.25rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru6TUbyohUagsxGDsdDPv3QoUqz5aVPw { display:block; }
 }@media only screen and (max-width: 763px) { #akmHMgSHVuIhln6ysVuEzdxV6IbmZZg6 { top:27.5rem;left:29.5625rem;width:18.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWBcKMDel9V7K0CwnWg4OWFlKrTT6cXl { width:18.4375rem;height:4.1875rem;top:22.125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVVd2aGxCN3OB0ZuEbFaKF3iqUMNw1p { display:block; }
 }@media only screen and (max-width: 763px) { #WMJTMcGE9WoPiQ3kElcIvUcObqxpxSaE { top:14.8125rem;left:10.3125rem;width:37.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u92VI3AL84gvb1T8TOb60AvWRpmyL3PP { top:0.875rem;left:41.6875rem;width:6.0625rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf { display:block; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsyVNDQkbLIn4VFHXkShZXnfMIgC52yt { top:3.125rem;left:0rem;width:28.75rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcw5X1uSTt6TCRW44lbpqEOxXCMvonAV { top:6.75rem;left:0rem;width:26.4375rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMmql9K9zqh8iRfbwlyXpvGLHu1Kea5 { top:10.5625rem;left:0rem;width:22.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgX60AG3EKL5u1rEX3paM6qLcL7TqvST { top:37.6875rem;left:16.25rem;width:31.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDGNSRp6aGSt61He0LVErXHCy7WMIEc5 { top:19.4375rem;left:15.5rem;width:32.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2RwQywZoPmqGH90t6ViVUvpT3uu0Wi5 { top:22.875rem;left:20.1875rem;width:27.5625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urRZUdx8vQg5hQxMpExbc0w0T7QlBvzL { top:32.125rem;left:20.1875rem;width:27.5625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfGI2aveTyfBuTf78F3rAAPcdSRhwf6t { top:35.125rem;left:20.1875rem;width:27.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlBibeqJVx162fAVT6CNMAOwoTe5ozDt { top:21.9375rem;left:16.25rem;width:31.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNARM8fZNOCC9nzFrID7xwTXXBZCJnfG { top:3.875rem;left:14.1875rem;width:33.4375rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0Z3ZhqFkRzF7PcTT9z42ox2G4cmrHV { top:2.3125rem;left:9.625rem;width:38.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs .widget-regular-label { display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-checkbox-label { width:23.3125rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs  { width:24.5625rem;height:auto; }
#OVbiOcereieHeZhJJELh96UivM2gofvs {display:block;}#OVbiOcereieHeZhJJELh96UivM2gofvs { width:24.5625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #vZHkBW4kehWBlcyRvAF8PMIyhOcG0WgM { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #ZXiwyI0LdwOxVelZU2yov51o9UPH75bp {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #nLHmc6T7MnysXbOD6Sq49285vIq4bmKw { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #uOZyvoywg9PNUeor5TT0zre2M1hIgI3o {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #ONcfhqHNMt9dTORduPMpzwkWbi5vZcav {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #kBid6yXIu8mV3UNFiT5pdOlCzS4d7WSW { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #L3rvFUBpi3vC9TcDfu6ghC5rqepK8AqD {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #H3Bf0vL1ggfPFziEeEZg4sAsWgk3VK63 {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #rPNiLf8B9sWgpCWAHHE4ZUNfWhfeLes8 { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #BTyinS46otNAXVqVNgqR95HptmkB5iuD {  }
 }@media only screen and (max-width: 763px) { #AcKgOrrA1XRMLNFu43X5Iu0kpTIxw5iX { display:block; }
 }@media only screen and (max-width: 763px) { #XhIPefxt22kpTs2ApibPFTJZNLr7t7Od { display:block; }
 }@media only screen and (max-width: 763px) { #vv5ZiShM9oIrpDcBWVblJBtpWiXKtqrd { display:block; }
 }@media only screen and (max-width: 763px) { #ng77GoJP6DJiXerVZzquJAmHGyFF47Fe { display:block; }
 }@media only screen and (max-width: 763px) { #abvgZ8O5xN4ZxHXZgSOSFhmxTWylaRwb { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #mTLdxLVPHs9ZH2utKtQGZH9E8DN7xrrC {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #wBX6ME7ptMNWV7Ts8TL4qa1oBqrpBMzW { z-index:2; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #PoTmF6utgQIfWXRtxfWvO9Lm8Pl2vAze {  }
 }@media only screen and (max-width: 763px) { #NiuW6lqRevrJb7lz1HR9To6oivew1ZCq { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #HqS0EaTkWtPXnZFTES7EyEsLyDKTQJff {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #itv5FRQRBNoxu6TJy2E7Slv56nKy9QOL {  }
 }@media only screen and (max-width: 763px) { #J1mdJxPLKQf8KkE503fnJdpbuvTefQN1 { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #gHs14kIkvuHfpZAzGTCC3OdezVlwS5oG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #IugSTeT2JOIs4Bxdk3IPoELhP9J1ZKdf { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 { display:block; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3T1faJawEL6ATPabINDiTp2oqW5BNI6 { top:9.5rem;left:0rem;width:21.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI7wlRnyxyBvmVEZKp0BdFemWrSU1xJK { top:5.625rem;left:0rem;width:16.0625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #or0e4XoslxqTH3Mdb03cC2eKaAyWVf5t { top:7.625rem;left:13.125rem;width:21.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKNZmdiQOzVwuJnr0qkEG5HekNSvHDZl { top:3.6875rem;left:15.625rem;width:16.0625rem;height:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaE6Cpov1zIUGMJDvs4vyafH5uELo3li { top:5.375rem;left:31.6875rem;width:16.0625rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJzOeGTiZQZUqoDShDMnpfEIFTKEdfpz { top:9.8125rem;left:26.6875rem;width:21.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZydgDhyFOBoQ7K1ucN1FVQomIlfTfrs { top:9.8125rem;left:0rem;width:18.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiwXt8WIKIFh2M6dIrblENdEvUZGxDQr { top:12rem;left:25.375rem;width:22.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxU2SG7R2ne3MTQKsk2w9AGcGGaRUIpc { width:22.125rem;height:3.9375rem;top:26rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yihl4xW6xioCk3zd8BrEilfkc52uFNgh { display:block; }
 }@media only screen and (max-width: 763px) { #LX3FzoaqnokqQav0REEfrJ5hna9qc5Bb { top:3.25rem;left:0rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTULyQgmhKn0TzPQVgB7yFUwkWnTw4D { top:1.5rem;left:12.3125rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyx8awpHT2ByVGLVscEiz6uhXVPN27qq { top:3.25rem;left:25.0625rem;width:22.6875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch7iMTIleR4tPtb6ak40dAc9JSTbHwm6 { top:8.5625rem;left:14.4375rem;width:18.875rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpidJeEOsCrQdJXaJmunTiHNWBSPSMwh { display:none; }
 }@media only screen and (max-width: 763px) { #Enubu2OxM9iI5TgCaJNLrPw055B2bIHy { display:none; }
 }@media only screen and (max-width: 763px) { #rW4fpuFpgFAr9b3m3phTbDaAoqoycoL0 { display:none; }
 }@media only screen and (max-width: 763px) { #yPi21eh4awgk6D38WHxt1di48Cq3cBaX { display:block; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoigIkne3ZbTH22hUm84wRs6xbW14RXm { top:3rem;left:4.75rem;width:38.3125rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny27Tq8plmMlTTEZzOMDPSprXcdxg8R2 { top:9.3125rem;left:3.5625rem;width:40.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwPRV9QSl3doc2fcz5LTW6MBOTvz7rnS { top:14rem;left:0rem;width:47.75rem;height:15.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNgCa4kaxsRpwlGus5ftooyJCGCpHIZp { top:2.375rem;left:31.375rem;width:16.375rem;height:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxF6Cc4zLzgOHaCPv2St2TC7denDH1h { top:11.1875rem;left:0rem;width:16.125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrvHN9ttyFSZzrEQnT3a48o0qIGg8rpf { top:11.375rem;left:0rem;width:47.75rem;height:2.4759259259259rem;display:block; }
 }@media only screen and (max-width: 763px) { #QguVdEenTrOs9tgSW9l6z2WnBQRz0JPa { top:21.125rem;left:0rem;width:47.75rem;height:10.698417721519rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPC18xdVzghOrusNPwW1PJ33U7kBcZRF { top:12rem;left:0rem;width:47.75rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy { display:block; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G30eM15TRsTPd8UTXshqumuwuqQav8bp { top:13.25rem;left:10.21875rem;width:33.8125rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW7Jwpw0uOuqvXTJPNXZonEE0uUcCQF8 { top:2.625rem;left:6.21875rem;width:35.3125rem;height:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brHxtegKyzl4UWMqwA77anoG1uKB19my { top:14.0625rem;left:0rem;width:7.6875rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RafWn4EiBJ3XFrWM4pLDBN5coZVUHv9v { top:24.3125rem;left:10.3125rem;width:33.625rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7Aie4n8my49KmkK3zWIfswBnrnBXCn { top:26.0625rem;left:0rem;width:8.625rem;height:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzaMBFuyItECkfKSf0hhHiugovPVxMs2 { top:35.5625rem;left:9.8125rem;width:34.625rem;height:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNadOvkpbfZApB8hT2so1kTuv6hvnnbO { top:47.9375rem;left:9.90625rem;width:34.4375rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5vURenOlLbRw2M8w5pgQr5CLqcypHQ { top:49.875rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc8eAobmGyfCwclmefS79613ri6tTfZm { top:2.625rem;left:31.375rem;width:16.375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKO03CSzdP94Ob8PSEhhLE82WkCRrUXt { top:57.8125rem;left:0rem;width:13.4375rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxc41BduTIk1mkyJtTIyHqInUpeCTPz0 { top:58.5rem;left:8.25rem;width:39.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4Up7TigPgyXgnq9RHxGJ3FS1NQtkqry { top:57.125rem;left:0rem;width:47.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac3qABT8RTZyyImXqUwNOFMy3xit9Q9Z { top:7.9375rem;left:0rem;width:47.75rem;height:41.995114006514rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnNpE5m7cSuH7nTn7ZPt38ywSKcSJ9py { width:22.125rem;height:3.9375rem;top:63rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls8AJLVWdWyV8k0tf84cslxKEQ3BnDqn { display:block; }
 }@media only screen and (max-width: 763px) { #ulNzrA6dSqV0SK6E25NZMd2CObJTElJE { top:38.0625rem;left:0rem;width:10.6875rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVm6DTRKzcGR6Eb5HCP212W59fU90tv2 { width:47.75rem;height:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l12HSC9G33N6MkLsc5TUZXqN3FUSV0N2 { width:47.75rem;height:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9BCX941HRFTRb881DHznDBva6so0zII { width:47.75rem;height:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9B5oyG4VSsxcZfNvns7fyhcHTTkHCmx { width:47.75rem;height:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQkbEsWL6i0W3514Ed83To7o8FmAoHLa { top:56.1875rem;left:15.5625rem;width:32.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHw4Ro5SJa067uhvzH53zFdEDSr7b7bQ { top:8.625rem;left:0rem;width:32.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 { display:block; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE19ZT8y03FFfm90lZ2KJLZWVBkaUXDa { top:2.875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA06QDP5IkXB0ZDy14AUcf0aT2WsxVfV { top:6.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqCenC0EaxNn3stDRSir8o7pT2LugqNm { top:13.5rem;left:0rem;width:16.0625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oURvxmHkJoQv3Oq5L4XDQESqIPC9ieHy { top:13.5rem;left:15.6875rem;width:16.0625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1eSSxyGOOdN8fa8BXJFDbAfxcPtQi8n { top:13.4375rem;left:31.5625rem;width:16.0625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fTdcVB86e8fy5bpxpI64Olco0sIx2A { top:17.125rem;left:0rem;width:18.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWvo7S4u4qm3BRzZE1AKyhWtP7cIHV1 { top:17.0625rem;left:12.875rem;width:18.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKND557RSrk79h8A8CCukWwsrdoTQRvo { top:17.0625rem;left:28.75rem;width:18.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ZyMaSXb6TIHuCRSV5TGESHnTMoH3TV { top:28rem;left:0rem;width:20.1875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP6gw62gHQn2y4NVLoORexgZqA506SAH { top:28rem;left:11.5625rem;width:20.1875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH6leM0QMnMeRBcEvL86wXNMkMBtZ0bS { top:27.9375rem;left:27.4375rem;width:20.1875rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdJNxzCBXGbCQXN8v4is7kTLAHrAmQtx { top:11.5rem;left:0rem;width:23.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0t60aw2fBmn94TroclZyAF7nw1fXI9J { top:11.5rem;left:8.5rem;width:23.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Awi9cuwDQDgWSyl3qSkxnzCaT6obUz { top:11.5rem;left:24.375rem;width:23.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW7zfgg24wBvyfgNoUissEn0Xt1NKJby { display:block; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpDJ4E0MMrw10tCd8zBbnBMyTNTmS3Ni { top:18.3125rem;left:3.6875rem;width:20.1875rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDBU4xTV0TUy2VRJoZbUbyWxZHK69ZGN { top:3.5625rem;left:5.0625rem;width:18.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1yo2sfoeq6uIgRtxlS4qPwX1PIrWAe { top:7.25rem;left:5rem;width:18.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTRFBmPn53AQuxPfZh1GVHIQ8ikAascO { top:3.4375rem;left:23.875rem;width:20.6875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqAISNeEDJc8ckNwSFTaPdxCZhkZ5yCW { top:18.25rem;left:23.875rem;width:18.625rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaATr45bSLkn53dSL1VNr42RJ4W67fJ2 { top:7.125rem;left:23.875rem;width:18.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHKT6eyGRkndCRRNJAcHeJnTbFPP6ll { width:22rem;height:4.1875rem;top:26.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD0FVFJMpLadQMQTpTrJJ1TMBk1L5y1M { display:block; }
 }@media only screen and (max-width: 763px) { #K1GMRLSho82ZrIp0c100Ccm03CxL9wOD { top:0.75rem;left:0.625rem;width:23.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJT3GCFhcQMrmp0CBAiQGgROeSEoMxa { top:0.6875rem;left:23.875rem;width:23.25rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihcIIFXHmOdINMHTJs62S1qJIqciMDGF { display:block; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLUgmfQ2QMhTf2azfHUczGaP6WysaM0Z { top:15rem;left:12.5625rem;width:24rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFDRb1UHRlngfCwwzAg1aGDx5HVbfTfT { top:5.3125rem;left:0rem;width:14.0625rem;height:6.5rem;font-size:0.8125rem;display:block; }#nFDRb1UHRlngfCwwzAg1aGDx5HVbfTfT li:before{  }
 }@media only screen and (max-width: 763px) { #PuhRuGDF3cRkfLMWq713stKQukFh8btv { top:6.0625rem;left:35rem;width:12.75rem;height:5.125rem;font-size:0.8125rem;display:block; }#PuhRuGDF3cRkfLMWq713stKQukFh8btv li:before{  }
 }@media only screen and (max-width: 763px) { #fGivcHxw6RD2DEWR5u2TQmLgVXI9QC4k { top:3.1875rem;left:37.5625rem;width:10.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTC0AtEWUhxH0Sru9NeivgZEgSoTpMHO { top:2.5625rem;left:0rem;width:10.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESP7VhoNfzvBBLpSKWJIBb1ZXyqI630x { top:23.625rem;left:0rem;width:10.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBoJ6uRzzn9Z0ODuXsrIUuPxEbkGiRCl { top:25.875rem;left:0rem;width:13.3125rem;height:5.125rem;font-size:0.8125rem;display:block; }#VBoJ6uRzzn9Z0ODuXsrIUuPxEbkGiRCl li:before{  }
 }@media only screen and (max-width: 763px) { #GoolvNda5hf3zX21CQCAMNCTZB6FwS0K { top:26.1875rem;left:33.9375rem;width:13.8125rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1AroLVDgf4yNBTipNz0nF2mKs34n55q { top:23.75rem;left:37.5625rem;width:10.1875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kafRB7EfXkgIA6nbto6z8eUiJTvfmRFt { top:21.875rem;left:19.5rem;width:28.25rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig3y9tNoG4cdGaFMf7zTy8FCuAeeXl9o { top:1.875rem;left:19.5rem;width:28.25rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvU783gOJlFQ7tE7gtP4nfCKQNlrtWon { top:1.875rem;left:0rem;width:28.25rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #moADAZWuGIfQbATSaCTRGh03CVbXq1uQ { top:21.9375rem;left:0rem;width:28.25rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxNqv4sNU8LufxZAi26Kp2MBp1Zwc75c { top:8.625rem;left:6rem;width:28.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvOVP9Ir7WnnMwxQcVRv6lRENpVJ0S3y { top:22.375rem;left:13.1875rem;width:22.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yixqqBdrQN5VcRRv1lU8pOD8coeO92Lb { top:11.375rem;left:8.71875rem;width:30.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc { display:block; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEmrgX69UrXLe7xRbQTFMgxIV2XOKVBx { top:1.5625rem;left:7.4375rem;width:32.9375rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdE2i0oTWEbzt63u5rX4plgRnRfsX4sc { top:4.5625rem;left:4.625rem;width:38.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH { display:block; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTX6EqzuqGATazAPDpmSvvmJdeOVyeE { top:21.9375rem;left:0rem;width:16.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghMT1bqFTd5LnuQM1XfB0JBmTgbLBa9E { top:23.5625rem;left:0rem;width:15.5rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD828W1qTxfP5GQ0ZADKbuBCt1P3kWPf { top:17.375rem;left:7.6875rem;width:16.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZblpMdFx8tRmPPMGiBzIHKoqPZJXWhU { top:18.9375rem;left:7.1875rem;width:16.6875rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDSaVbcpODhPRR353tMlwcHqasqRZPlT { top:18.875rem;left:23.875rem;width:11.9375rem;height:3.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpxxIOkZVuPdHG5PWFfoLtMqlXalZ9sT { top:17.3125rem;left:19.625rem;width:16.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ravUEMwJkwQGmsFpRfJ0CVVTG2Xeue { top:20.5rem;left:31.5625rem;width:16.1875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2puXI0aTxHJUtNMolkyT63tOVLii1r { top:22.1875rem;left:32.625rem;width:15.125rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2IPSvDbnA93kssZndalt8x9IlzpHFx9 { top:4.9375rem;left:31rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krJXHD2wAL9mmkZuUiMsKNk2m0tc4JnK { top:0rem;left:0rem;width:27.625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e30odtTbGFGeq3B0VGnzZRnsFzxbc5Wl { top:18.9375rem;left:30rem;width:17.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLwPm7Vbgnwssmf5hD7w3OcA2JoRxUuz { width:22.125rem;height:3.9375rem;top:24.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDSHEFCs4LZSh3DKWFTEg7cXdnfn6gAr { display:block; }
 }@media only screen and (max-width: 763px) { #FWN3W22H6eZ61txAs5NxPEmS6FARrZoX { top:0.9375rem;left:7.125rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5LC4QH8MDi1zD6bGegwp3rwpUqkJV58 { top:16.125rem;left:6.125rem;width:17.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acN87SBEdF2NsBErbeIfBlB1a4FX8866 { top:16.125rem;left:18.0625rem;width:17.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe2USogMS8bbtT4tLkA9ghU1wxglrpXM { top:20.3125rem;left:0rem;width:17.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Gp2wbysE6LQK3r7KUdUMOXfnULx4pD { top:4.9375rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAk6pgnOrrFaRM0y7FBJoCl8mZE5ud0 { top:0.6875rem;left:19.0625rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 { display:block; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA1yB5FDLhS1h45CiqhaDnSTclThTLGL { top:3.125rem;left:3.2185335159302rem;width:41.25rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avzRSPbtGWOawr4F26cl9fZNO7WsJ36o { top:18.25rem;left:0rem;width:12.9375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTmClMAkERgh79Ge0ddO5FxZuOUFT8K3 { top:17.6875rem;left:7.5625rem;width:13.5rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Taoh1aQ3y9noBWh3Mf2rUQf9MhSFbwKi { top:18.25rem;left:24.625rem;width:15.0625rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDVCkdT43ANmQ3ielzzFE5itqu7StRxs { top:18.375rem;left:34.3125rem;width:13.4375rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUAi026U8S1OODPvqkuNv9hTiwLBH3n { top:14.1875rem;left:0rem;width:12.625rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDxMy65NvtPCsDfrMlINC3H9WQG61k5K { top:13.875rem;left:7.9982652664188rem;width:12.5625rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3OFVr2a5RApOBz9w8PWLyozCGLbIdWn { top:14.1875rem;left:25.875rem;width:12.625rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnJcOlnyhWhl5Ow95DsB8TvPJxur851Q { top:14rem;left:35.1875rem;width:12.5625rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc7vsSMQeJPJFlvbt8eTsJicStkzubyf { top:12.125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAWsMvlUcAxKtrHH5broSR2AIUOgv2c2 { top:12rem;left:6.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRvzTg507HNM7gEOcyyRWQmI28dzSd4R { top:12.3125rem;left:24.125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOJAwUILizsrmfwZi8OKqJpTGeenHucc { top:11.6875rem;left:42.375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZb1rt5AMEeExQ9y13QwTvoo4Kk42bP { top:10.0625rem;left:0rem;width:19.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMelTxXioVy0MdzmmqKmzrOxaDip2GBq { top:10.0625rem;left:4.4375rem;width:19.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZwQLyadElUUR88HRAnNOPkW4EfFQAl { top:10.125rem;left:22.3125rem;width:19.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOGurItgTZwHmZVimCoPg7XgR210hIED { top:10.0625rem;left:28rem;width:19.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbJ0ad8lTgh9Zn35gf0KTTMqNf09SIs7 { top:16.625rem;left:0rem;width:14.125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbDpKFZJgBX15gRTZX7e53i3DGwVHsci { top:16.1875rem;left:7.25rem;width:14.125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9h1yWUoSgaSMaxS9NcteSroLcMN48C { top:16.625rem;left:25.125rem;width:14.125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9XUDQbn6Q7eeSnDXa0uHgWTtcgP7Hx3 { top:16.375rem;left:33.625rem;width:14.125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7850PxKoepFTANRSUoPQ5AgA4dToWQg { top:6.9375rem;left:4.8125009536743rem;width:38.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp { display:block; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w78mu50LlVgyDWCoLZkxOTdaEmGfoIT7 { top:2.75rem;left:3.25rem;width:41.3125rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgSEUTfe048mKiCEaf8GdMhUd5opZhZ { top:12.875rem;left:21.750001907349rem;width:25.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGocqr6aA8VHthxVCgK7Kv9folcfSzdk { top:6rem;left:6.9375rem;width:33.8125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opgOR5Adsr10Ms7wUM4ohv7HAqtmdfm4 { top:15.0625rem;left:23.625rem;width:21.9375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrVMh0qykV162wE8pJEbd1rQltgLyPpP { top:23.875rem;left:22.125rem;width:25.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3JWA24mkFaEaDqHGx8GmdyA5ZyxpmL8 { top:26.0625rem;left:23.625rem;width:21.9375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBcUJz0phwyzDqN1xsm85cUdrZZ7Mm7H { top:29.625rem;left:23.4375rem;width:23.0625rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkDvpTo8DibfoUpuvqwKBZSmzCkCGKVd { top:31.5625rem;left:23.9375rem;width:21.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQHgvqNaot7BMM1HMTlz6zzSJKy1mTks { top:36.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVNLSRmdmBRAdP5BfxfwpSkzKoBTorhD { top:22.9375rem;left:0rem;width:47.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArgsA0Q8S2zqPUWOy18Ls5C0RAG0tmT9 { top:9.6875rem;left:0rem;width:47.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmuRToZQNv6ooeOEVvS9TciDGsh5OuiD { top:9.125rem;left:0rem;width:21.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnpk2uRk7lEO5cqvHUTrASgbfGiKIQ2p { top:22.6875rem;left:0rem;width:21.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQ9FdtWPOWnm3ngeavrsWa8XPhbgHP1 { top:23.0625rem;left:0rem;width:21.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBCFtxvuvIuLJ5UiipOAIJoSKQhgDhI6 { top:9.4375rem;left:0rem;width:21.375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw { display:block; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al0eWcFd2loSGbGqG49sAHeJ6a3hNv74 { top:6.75rem;left:18.875rem;width:28.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGXnSJ0AvKDrfLmTTBkBsBW0ZiDiKve7 { top:9.75rem;left:21.3125rem;width:26.4375rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3EycaoK0mVpcxrEis3DcToLXxeCmEQC { top:13.9375rem;left:24.9375rem;width:22.8125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFvL8RRUr4II1ObDB7K7RKLF4dgT4X3y { top:21.3125rem;left:0rem;width:24.0625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Baae83B0cNx486TD0L6H9bceVDpiXC { top:5.9375rem;left:0rem;width:33.3125rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTb4BC3hWq3Ot5gUwX7mXH6zI1bQcge { top:4.375rem;left:0rem;width:38.125rem;height:17.7495625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAvvI6wN6eQngkTEGNbrEMwUuP39LAwe { top:25.5625rem;left:0rem;width:27.5rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR6neznWimNhxrkeyLSOG8SP6BmCiP0c { top:28.6875rem;left:0rem;width:27.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmrrXCRKpIidrLzO01NbT6fnd30Z7Xl1 { top:31.3125rem;left:0rem;width:27.5rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTIBP1Noz8VBVAT6ruccHxqiW9hV0z45 { top:30.75rem;left:0rem;width:31.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4wOLW4oSFqxTXgJvUAqSTLCXpIxMVFi { top:35.375rem;left:0rem;width:27.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnkIIh8mFXR2wWtllgf4TQOFa0D2TNfq { top:37.625rem;left:0rem;width:31.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkcBdiuUXDvcCh99m3tbIl4031oum2Ap { top:3rem;left:0rem;width:27.5rem;height:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-regular-label { display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-checkbox-label { width:23.3125rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC  { width:24.5625rem;height:auto; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC {display:block;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC { width:24.5625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #yBMqd1irvwgTqcoTTSohRSFyeEzxJoTe { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #eUoJpUmZpgWJ5f7fAsJuUO6EuVJw21SU {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #CPzRpEUrCiM2l2xMmGpPVN73X2kOqGLF { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #VeARTHlFe0CsqtKcuUPQPgQp9EpsX2IU {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #UPkQyFEkf27lcJsQT8THXzrhCM5RSJdc {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #IHVA8eCxU4Z24M7ELD2eEybzBf0oT3dh { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #xrGdghPeAXOxaGBxRSMnysmmsJQLFUPC {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #LkGqdGZQqbAbI0C16pQ1U2ILvyakKCzT {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #v4SJkv1NtzpHIMwcTH5s0BZuKWkz8tiG { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #vvDeNZ2Ta5AKDwPGNp1VMOcWaEdKlq7u {  }
 }@media only screen and (max-width: 763px) { #gTF6LnTd4MTh4lNx2s04k6wIaN3wVxIw { display:block; }
 }@media only screen and (max-width: 763px) { #pvMHaAaBNrEcdSZOlKiLutb6vNmW4k3K { display:block; }
 }@media only screen and (max-width: 763px) { #TMZuzJOdbOuaAbxSb2gmuzUQw2TubTd9 { display:block; }
 }@media only screen and (max-width: 763px) { #uvGT787FZgI2RbsKlFCpQ3s3FwifxsRq { display:block; }
 }@media only screen and (max-width: 763px) { #Wtt70JUchcwN5ep9l8dPwpcmXoRTsFKI { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #wLWew9Zui3kDOBRFlSBxTltEDilTkC8G {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #p09Wa5kAlMCyhgsETWo1IFZ1gK4uUTHq { z-index:2; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #Sd3V9vOE1lnkDWWnAVNIbdCLhf7yVvVF {  }
 }@media only screen and (max-width: 763px) { #T8MQ1d6wfNJr16p3D45z1gqNTya4i54m { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #TXmLJgaWS04CD6PxKobVJVS4DEETD2qq {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #lG6AfXrwIPKrCth5b52H6weTS8wCg2GW {  }
 }@media only screen and (max-width: 763px) { #AKoxfCfhkPq1dVhBEJPTL0nG6zhbl6ko { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #sIHZmIeaRXDkg3MG64607pM5LSPKe7Xr { z-index:15000; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #JBTkKF3MJ9lxgmsJxe3pI0r2Tc7542Au { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MPBSznXr5faOqh7bJOeBFrySlbJA1ttb { display:block; }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4HsnoyI9WT0QsiCeZSCdnSMhFBrOi6b { top:1.25rem;left:0rem;width:47.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdiVqgnU7dNBEW6E7D6tpoGFM6Oz05MJ { top:2.5rem;left:4.25rem;width:39.4375rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZahwZa5yd4tHwhNh67e9rB6NuUgFwbOM { top:20.75rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ispr2zDVHdy6mbKSQb6NfmXo2clkf98w { top:7.6875rem;left:0rem;width:19.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shml3b965QmxAx7Lr7TeXIvf4SQ6PuHC { top:22.3125rem;left:20.8125rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSiA8e8UwwnkNmPUhh0MdUKv6Kv0mn6X { top:18.8125rem;left:20.8125rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPX1tgf2fNobiyDUgTxWX79RrrztTGP { top:24.25rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEkBBRCts1Xmf9b0ix7qDkk43TZTeVwk { top:10.9375rem;left:0rem;width:24.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo16wCTKK05C3RPsBHNhL3HfL4xeeLTJ { top:5.375rem;left:23.25rem;width:24.375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h36yM1d1SrT6DIQKOQnGsowOt1ZbGZyh { top:15.375rem;left:20.8125rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeBfFQu4NWNtxFTVTJySAJBH0U94zsI { top:10.4375rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1h6P9A9mwtm2kHqABqfq1xcBCoET0k { top:13.6875rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JASMgU7sLdy2i6IvRLo7PfNA97cUeRtT { top:11.0625rem;left:29.1875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsl9o2oIAZDilcBNsE93zDitdxJ1csgv { top:7.8125rem;left:29.1875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE53nfl28GZcH3T96Co42UD4eKpm0wRP { top:13.5rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7ApiR6s68FGX9kPUrmNgMpCdBIdLGWT { top:17.25rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTiSBBqtkHiy8xTfhQJRpLNvOAlIEnb { top:14.1875rem;left:0rem;width:24.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoQqSXQbGcf3hAXLz8H4TzWXuWrTtnKG { top:14.3125rem;left:29.1875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7igW1cKlHCn7d8inCvfaD9Q3aXcfLNh { top:11.625rem;left:20.8125rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOggMpvfLJLTIt87sb4dh7XI6RPWV59R { top:16.75rem;left:0rem;width:24.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lck7ETTNm4yJgnnTWTAtPL81o7cgDiIa { top:7.125rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWbA8H6mXDcl4J78tFB9z5UmTTD6Trio { top:17.25rem;left:0rem;width:21.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkI64atqTtaA7B8TTyNWqyrhCKXQCF6e { top:18rem;left:29.1875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rCTTtrwmMcvAWL1XBRZizSeHKNW3uf { top:8.4375rem;left:20.875rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMtcbqgZpp0J5LfrW0mg5MShavrcbx24 { top:18.5625rem;left:0rem;width:14.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v54qMkdWW6qMRNn7sU7q0HsOFB0THu5t { top:20.8125rem;left:28.9375rem;width:18.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZrXXJftNc945erp5vgI81f7GvVVCol { top:21.4375rem;left:29.1875rem;width:18.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ0pw7dSi188yDMAmSD4Zq6uHME3DNFk { top:10.375rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUUqRs67Ud2HNaVxvS2eHUCkwTcgLOxl { top:21.3125rem;left:0rem;width:20.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa0FUVu2h84l0xbr7aqNUgSgXl6KzsRT { top:5.375rem;left:20.8125rem;width:6.25rem;height:6.25rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyNCR2kfck13pBiwnJJcbECZgCxTETIm { top:7.0625rem;left:0rem;width:24.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAIhJM98IIPVC0QXgChzRhnkEHDWNO9L { width:18.8125rem;height:3.4375rem;top:24.1875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gab0CCHuDTKHfg9nJ5SxI8enZOZipa7O { display:block; }
 }@media only screen and (max-width: 763px) { #DTL9MIhh40PWIEc0ECSFSll55MeJkgIi { top:24.8125rem;left:0rem;width:22.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9D012pOR1qC3yKGmEpAlunQTaRukM4R { top:3.6875rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { display:block; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { top:11.375rem;left:0rem;width:36.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXtikgObHkirxsG1d3pZz9ubSpebEbLG { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7dbcbe8d-6c0f-44c9-88e7-2d7e5babe064/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #WTT3a6x9crnrT0nbtiekGqRBl7518KtV { display:block; }#WTT3a6x9crnrT0nbtiekGqRBl7518KtV > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzFXhA4DTCUK6TOMo9H9ZmUDbeZVDOg4 { width:20rem;height:1.5rem;top:1.8750001192093rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoVTs4FrcKCAqmNJzThJ9nkkeKOMBT96 { width:20rem;height:3.4125rem;top:3.99956875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcohIk556nuwToCwhB2mwBhOQIeEagat { background-color:rgba(0,0,0,0.19);background-image:url("https://images.assets-landingi.com/uc/7ea3570c-5570-41cf-b301-8b73a4f12f1e/LandingPageCollectionData33.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fcohIk556nuwToCwhB2mwBhOQIeEagat.adaptive-delivery-prevent-bg, #fcohIk556nuwToCwhB2mwBhOQIeEagat.lazyload, #fcohIk556nuwToCwhB2mwBhOQIeEagat.lazyloading { background-image: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container { background-color: transparent; background-image: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container > .video-iframe-container { display: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row > .video-iframe-container { display: none; }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .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); }#fcohIk556nuwToCwhB2mwBhOQIeEagat > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgahbRXXTee8e0uyaTpnRTTtndOCtXTz { width:20rem;height:2.92535rem;top:2.9991321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mluZPesqHi1RT9iMyDU2WTdEKkT8VbQF { width:18.8748125rem;height:1.05rem;top:11.311414718628rem;left:0.56206601858139rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k6gHtgSz9plxEqvf9FfiKUHtoEorezNP { width:18.0620625rem;height:3rem;top:6.8109807968137rem;left:0.96788197755812rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJK8TbIBkQ7JyeDlEOHUWnwUN1nQvqu2 { width:14.75rem;height:2.400175rem;top:12.75rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zadGPCQT2LwO38bov5WL8nIUoblGNuzG { width:18.75rem;height:3.1875rem;top:28.5625rem;left:0.625rem;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:transparent;background-image: -webkit-linear-gradient(40deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(40deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(40deg, #f5b700, #ff4717);background-image: -o-linear-gradient(40deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(40deg, #f5b700, #ff4717);background-size:auto !important;font-size:1.3125rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Ru6TUbyohUagsxGDsdDPv3QoUqz5aVPw { display:block; }
 }@media only screen and (max-width: 763px) { #akmHMgSHVuIhln6ysVuEzdxV6IbmZZg6 { width:20rem;height:1.1375rem;top:36.1875rem;left:0rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HWBcKMDel9V7K0CwnWg4OWFlKrTT6cXl { width:18.875rem;height:3.1875rem;top:32.375rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXVVd2aGxCN3OB0ZuEbFaKF3iqUMNw1p { display:block; }
 }@media only screen and (max-width: 763px) { #WMJTMcGE9WoPiQ3kElcIvUcObqxpxSaE { width:19.875rem;height:5.125rem;top:10.5rem;left:0rem;background-color:rgba(0,0,0,0.66);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) { #u92VI3AL84gvb1T8TOb60AvWRpmyL3PP { width:5.81163125rem;height:1.06228125rem;top:0.69335925579069rem;left:7.0941842198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf { background-color:rgba(0,0,0,0.32);background-image:url("https://images.assets-landingi.com/uc/18766de5-1914-4fa9-badc-64e5c35795e9/LandingPageCollectionData31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf.adaptive-delivery-prevent-bg, #ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf.lazyload, #ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf.lazyloading { background-image: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container { background-color: transparent; background-image: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container > .video-iframe-container { display: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row > .video-iframe-container { display: none; }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .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); }#ECcukf6r0F9rxueseU5Nn7p2zlSZp6pf > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsyVNDQkbLIn4VFHXkShZXnfMIgC52yt { width:19.875rem;height:28.875rem;top:1.3122863769531rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14989;border-top:0.125rem solid #f5b700;border-left:0.125rem solid #f5b700;border-right:0.125rem solid #f5b700;border-bottom:0.125rem solid #f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #dcw5X1uSTt6TCRW44lbpqEOxXCMvonAV { width:20rem;height:2rem;top:2.7484807968139rem;left:0rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHMmql9K9zqh8iRfbwlyXpvGLHu1Kea5 { width:20rem;height:1.625rem;top:5.3016490936279rem;left:0rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgX60AG3EKL5u1rEX3paM6qLcL7TqvST { width:13.9375rem;height:2.4375rem;top:57.125rem;left:3.0625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDGNSRp6aGSt61He0LVErXHCy7WMIEc5 { width:15.0625rem;height:3.25rem;top:40.875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2RwQywZoPmqGH90t6ViVUvpT3uu0Wi5 { width:20rem;height:6.09375rem;top:45.375rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urRZUdx8vQg5hQxMpExbc0w0T7QlBvzL { width:20rem;height:2.11263125rem;top:52.875rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfGI2aveTyfBuTf78F3rAAPcdSRhwf6t { width:20rem;height:1.21875rem;top:54.9375rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlBibeqJVx162fAVT6CNMAOwoTe5ozDt { width:19.0625rem;height:7.4375rem;top:44.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNARM8fZNOCC9nzFrID7xwTXXBZCJnfG { width:19.875rem;height:28.125rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0Z3ZhqFkRzF7PcTT9z42ox2G4cmrHV { width:20rem;height:9.3110625rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-input-button { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.9375rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#OVbiOcereieHeZhJJELh96UivM2gofvs  { width:17.5rem;height:auto;top:6.9265625001863rem;left:0rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVbiOcereieHeZhJJELh96UivM2gofvs .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:center;text-align-last:center;font-family:prompt;font-size:0.625rem; }
#OVbiOcereieHeZhJJELh96UivM2gofvs {display:block;}#OVbiOcereieHeZhJJELh96UivM2gofvs { width:17.5rem;height:auto;top:6.9265625001863rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vZHkBW4kehWBlcyRvAF8PMIyhOcG0WgM { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #ZXiwyI0LdwOxVelZU2yov51o9UPH75bp {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #nLHmc6T7MnysXbOD6Sq49285vIq4bmKw { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #uOZyvoywg9PNUeor5TT0zre2M1hIgI3o {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #ONcfhqHNMt9dTORduPMpzwkWbi5vZcav {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #kBid6yXIu8mV3UNFiT5pdOlCzS4d7WSW { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #L3rvFUBpi3vC9TcDfu6ghC5rqepK8AqD {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #H3Bf0vL1ggfPFziEeEZg4sAsWgk3VK63 {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #rPNiLf8B9sWgpCWAHHE4ZUNfWhfeLes8 { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #BTyinS46otNAXVqVNgqR95HptmkB5iuD {  }
 }@media only screen and (max-width: 763px) { #AcKgOrrA1XRMLNFu43X5Iu0kpTIxw5iX { display:block; }
 }@media only screen and (max-width: 763px) { #XhIPefxt22kpTs2ApibPFTJZNLr7t7Od { display:block; }
 }@media only screen and (max-width: 763px) { #vv5ZiShM9oIrpDcBWVblJBtpWiXKtqrd { display:block; }
 }@media only screen and (max-width: 763px) { #ng77GoJP6DJiXerVZzquJAmHGyFF47Fe { display:block; }
 }@media only screen and (max-width: 763px) { #abvgZ8O5xN4ZxHXZgSOSFhmxTWylaRwb { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #mTLdxLVPHs9ZH2utKtQGZH9E8DN7xrrC {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #wBX6ME7ptMNWV7Ts8TL4qa1oBqrpBMzW { z-index:2; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #PoTmF6utgQIfWXRtxfWvO9Lm8Pl2vAze {  }
 }@media only screen and (max-width: 763px) { #NiuW6lqRevrJb7lz1HR9To6oivew1ZCq { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #HqS0EaTkWtPXnZFTES7EyEsLyDKTQJff {  }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #itv5FRQRBNoxu6TJy2E7Slv56nKy9QOL {  }
 }@media only screen and (max-width: 763px) { #J1mdJxPLKQf8KkE503fnJdpbuvTefQN1 { display:block; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #gHs14kIkvuHfpZAzGTCC3OdezVlwS5oG { z-index:15000; }
 }@media only screen and (max-width: 763px) { #OVbiOcereieHeZhJJELh96UivM2gofvs #IugSTeT2JOIs4Bxdk3IPoELhP9J1ZKdf { z-index:15000; }
 }@media only screen and (max-width: 763px) { #mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4.adaptive-delivery-prevent-bg, #mU76EcZRFfaXmezcJqvG577IN9zNMQJ4.lazyload, #mU76EcZRFfaXmezcJqvG577IN9zNMQJ4.lazyloading { background-image: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container { background-color: transparent; background-image: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container > .video-iframe-container { display: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row > .video-iframe-container { display: none; }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .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); }#mU76EcZRFfaXmezcJqvG577IN9zNMQJ4 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3T1faJawEL6ATPabINDiTp2oqW5BNI6 { width:9.1875rem;height:2.1125rem;top:5.25rem;left:0.625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wI7wlRnyxyBvmVEZKp0BdFemWrSU1xJK { width:10.125rem;height:2.6rem;top:2.6875rem;left:0.625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #or0e4XoslxqTH3Mdb03cC2eKaAyWVf5t { width:8.75rem;height:2.1125rem;top:11.9375rem;left:0.6875rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKNZmdiQOzVwuJnr0qkEG5HekNSvHDZl { width:9.0625rem;height:2.6rem;top:9.375rem;left:0.6875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VaE6Cpov1zIUGMJDvs4vyafH5uELo3li { width:6.125rem;height:3.65625rem;top:16.75rem;left:0.6875rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kJzOeGTiZQZUqoDShDMnpfEIFTKEdfpz { width:5.75rem;height:1.05625rem;top:20.3125rem;left:0.625rem;font-size:0.8125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dZydgDhyFOBoQ7K1ucN1FVQomIlfTfrs { width:7.5625rem;height:6.9375rem;top:1.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiwXt8WIKIFh2M6dIrblENdEvUZGxDQr { width:10.0625rem;height:6.3125rem;top:15.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxU2SG7R2ne3MTQKsk2w9AGcGGaRUIpc { width:18.75rem;height:3.1875rem;top:23.9375rem;left:0.625rem;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:transparent;background-image: -webkit-linear-gradient(40deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(40deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(40deg, #f5b700, #ff4717);background-image: -o-linear-gradient(40deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(40deg, #f5b700, #ff4717);background-size:auto !important;font-size:1.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #yihl4xW6xioCk3zd8BrEilfkc52uFNgh { display:block; }
 }@media only screen and (max-width: 763px) { #LX3FzoaqnokqQav0REEfrJ5hna9qc5Bb { width:20rem;height:20rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BiTULyQgmhKn0TzPQVgB7yFUwkWnTw4D { width:20rem;height:20rem;top:1.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kyx8awpHT2ByVGLVscEiz6uhXVPN27qq { width:20rem;height:20rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ch7iMTIleR4tPtb6ak40dAc9JSTbHwm6 { width:8.5rem;height:7.8125rem;top:8.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpidJeEOsCrQdJXaJmunTiHNWBSPSMwh { top:15.8125rem;left:0rem;width:20rem;height:6.4375rem;z-index:15011;background-color:rgba(0,0,0,0.6);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) { #Enubu2OxM9iI5TgCaJNLrPw055B2bIHy { top:8.6875rem;left:0rem;width:20rem;height:6.4375rem;z-index:15012;background-color:rgba(0,0,0,0.6);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) { #rW4fpuFpgFAr9b3m3phTbDaAoqoycoL0 { top:1.625rem;left:0rem;width:20rem;height:6.4375rem;z-index:15013;background-color:rgba(0,0,0,0.6);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) { #yPi21eh4awgk6D38WHxt1di48Cq3cBaX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18766de5-1914-4fa9-badc-64e5c35795e9/LandingPageCollectionData31.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX.adaptive-delivery-prevent-bg, #yPi21eh4awgk6D38WHxt1di48Cq3cBaX.lazyload, #yPi21eh4awgk6D38WHxt1di48Cq3cBaX.lazyloading { background-image: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container { background-color: transparent; background-image: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container > .video-iframe-container { display: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row > .video-iframe-container { display: none; }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .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); }#yPi21eh4awgk6D38WHxt1di48Cq3cBaX > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoigIkne3ZbTH22hUm84wRs6xbW14RXm { width:20rem;height:3.3rem;top:2.3125rem;left:0rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ny27Tq8plmMlTTEZzOMDPSprXcdxg8R2 { width:14.8125rem;height:2.4375rem;top:5.8125rem;left:2.625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwPRV9QSl3doc2fcz5LTW6MBOTvz7rnS { width:15.875rem;height:0;top:11.32763671875rem;left:2.0625rem;font-size:1rem;line-height:1.3;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; }
 }@media only screen and (max-width: 763px) { #eNgCa4kaxsRpwlGus5ftooyJCGCpHIZp { width:16.375rem;height:0.975rem;top:27.125rem;left:1.8125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;color:#a4a4a4;display:block; }
 }@media only screen and (max-width: 763px) { #TTxF6Cc4zLzgOHaCPv2St2TC7denDH1h { width:16.125rem;height:14rem;top:10.216796875rem;left:1.9375rem;font-size:1rem;line-height:1.4;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;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #FrvHN9ttyFSZzrEQnT3a48o0qIGg8rpf { width:20rem;height:1.0918rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QguVdEenTrOs9tgSW9l6z2WnBQRz0JPa { width:20rem;height:4.4810126582279rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPC18xdVzghOrusNPwW1PJ33U7kBcZRF { top:9.4375rem;left:0rem;width:20rem;height:15.375rem;z-index:15039;background-color:rgba(0,0,0,0.47);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) { #CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd3022cb-b228-4879-9bab-ee2c962981f5/LandingPageCollectionData32.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy.adaptive-delivery-prevent-bg, #CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy.lazyload, #CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy.lazyloading { background-image: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container { background-color: transparent; background-image: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container > .video-iframe-container { display: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row > .video-iframe-container { display: none; }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .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); }#CGQdUAebmqd7FHEuTBrM2UScVR9AIUfy > .row .container { width:20rem;height:85.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G30eM15TRsTPd8UTXshqumuwuqQav8bp { width:17.4375rem;height:5.28125rem;top:10.875rem;left:1.28125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PW7Jwpw0uOuqvXTJPNXZonEE0uUcCQF8 { width:16.25rem;height:4.95rem;top:1.375rem;left:1.875rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brHxtegKyzl4UWMqwA77anoG1uKB19my { width:9.625rem;height:2.11263125rem;top:8.26220703125rem;left:5.1875rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #RafWn4EiBJ3XFrWM4pLDBN5coZVUHv9v { width:17.4375rem;height:6.3375rem;top:20.6328125rem;left:1.28125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ih7Aie4n8my49KmkK3zWIfswBnrnBXCn { width:9.625rem;height:1.86875rem;top:18.64013671875rem;left:5.1875rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #DzaMBFuyItECkfKSf0hhHiugovPVxMs2 { width:17.4375rem;height:7.39375rem;top:30.89013671875rem;left:1.28125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNadOvkpbfZApB8hT2so1kTuv6hvnnbO { width:17.4375rem;height:6.3375rem;top:41.75rem;left:1.28125rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kT5vURenOlLbRw2M8w5pgQr5CLqcypHQ { width:13.4375rem;height:1.625rem;top:40.125rem;left:3.28125rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #Jc8eAobmGyfCwclmefS79613ri6tTfZm { width:16.375rem;height:1.95rem;top:50.8125rem;left:1.8125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;color:#a4a4a4;display:block; }
 }@media only screen and (max-width: 763px) { #GKO03CSzdP94Ob8PSEhhLE82WkCRrUXt { width:13.4375rem;height:2.11263125rem;top:54rem;left:3.3125rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vxc41BduTIk1mkyJtTIyHqInUpeCTPz0 { width:16.0625rem;height:2.400175rem;top:56.125rem;left:2rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4Up7TigPgyXgnq9RHxGJ3FS1NQtkqry { width:19.125rem;height:5.75rem;top:53.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac3qABT8RTZyyImXqUwNOFMy3xit9Q9Z { width:20rem;height:17.589576547231rem;top:7.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnNpE5m7cSuH7nTn7ZPt38ywSKcSJ9py { width:18.75rem;height:3.1875rem;top:61.0625rem;left:0.625rem;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:transparent;background-image: -webkit-linear-gradient(40deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(40deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(40deg, #f5b700, #ff4717);background-image: -o-linear-gradient(40deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(40deg, #f5b700, #ff4717);background-size:auto !important;font-size:1.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #ls8AJLVWdWyV8k0tf84cslxKEQ3BnDqn { display:block; }
 }@media only screen and (max-width: 763px) { #ulNzrA6dSqV0SK6E25NZMd2CObJTElJE { width:10.75rem;height:1.7068125rem;top:29.26513671875rem;left:4.625rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #xVm6DTRKzcGR6Eb5HCP212W59fU90tv2 { top:7.39013671875rem;left:0.34375rem;width:19.3125rem;height:11.0625rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l12HSC9G33N6MkLsc5TUZXqN3FUSV0N2 { top:17.89013671875rem;left:0.34375rem;width:19.3125rem;height:11.0625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k9BCX941HRFTRb881DHznDBva6so0zII { top:28.45263671875rem;left:0.34375rem;width:19.3125rem;height:11.0625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M9B5oyG4VSsxcZfNvns7fyhcHTTkHCmx { top:39.07763671875rem;left:0.34375rem;width:19.3125rem;height:11.0625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WQkbEsWL6i0W3514Ed83To7o8FmAoHLa { width:19.625rem;height:4.5rem;top:54.931640625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHw4Ro5SJa067uhvzH53zFdEDSr7b7bQ { width:20rem;height:1.126213592233rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18766de5-1914-4fa9-badc-64e5c35795e9/LandingPageCollectionData31.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4.adaptive-delivery-prevent-bg, #TspzeuJdtuFlVPrb96vId9lZX2wMyWE4.lazyload, #TspzeuJdtuFlVPrb96vId9lZX2wMyWE4.lazyloading { background-image: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container { background-color: transparent; background-image: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container > .video-iframe-container { display: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row > .video-iframe-container { display: none; }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .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); }#TspzeuJdtuFlVPrb96vId9lZX2wMyWE4 > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE19ZT8y03FFfm90lZ2KJLZWVBkaUXDa { width:20rem;height:3.575rem;top:2.11328125rem;left:0rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #TA06QDP5IkXB0ZDy14AUcf0aT2WsxVfV { width:18.3125rem;height:4.2rem;top:5.9375rem;left:0.84375rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqCenC0EaxNn3stDRSir8o7pT2LugqNm { width:12.8125rem;height:2.6rem;top:12.375rem;left:3.625rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #oURvxmHkJoQv3Oq5L4XDQESqIPC9ieHy { width:13.375rem;height:2.400175rem;top:30.998046875rem;left:3.3125rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #l1eSSxyGOOdN8fa8BXJFDbAfxcPtQi8n { width:12.75rem;height:2.400175rem;top:51.5rem;left:3.625rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #S1fTdcVB86e8fy5bpxpI64Olco0sIx2A { width:15rem;height:7.8125rem;top:15.25rem;left:2.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWvo7S4u4qm3BRzZE1AKyhWtP7cIHV1 { width:15rem;height:7.8125rem;top:33.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKND557RSrk79h8A8CCukWwsrdoTQRvo { width:15rem;height:7.8125rem;top:54.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ZyMaSXb6TIHuCRSV5TGESHnTMoH3TV { width:14.75rem;height:4.875rem;top:23.4375rem;left:2.625rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aP6gw62gHQn2y4NVLoORexgZqA506SAH { width:16.125rem;height:3.9rem;top:42.1875rem;left:1.9375rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KH6leM0QMnMeRBcEvL86wXNMkMBtZ0bS { width:15.75rem;height:4.875rem;top:62.3125rem;left:2.125rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdJNxzCBXGbCQXN8v4is7kTLAHrAmQtx { width:20rem;height:20.25rem;top:10.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0t60aw2fBmn94TroclZyAF7nw1fXI9J { width:20rem;height:20.25rem;top:29.3271484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Awi9cuwDQDgWSyl3qSkxnzCaT6obUz { width:20rem;height:20.25rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW7zfgg24wBvyfgNoUissEn0Xt1NKJby { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18766de5-1914-4fa9-badc-64e5c35795e9/LandingPageCollectionData31.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby.adaptive-delivery-prevent-bg, #NW7zfgg24wBvyfgNoUissEn0Xt1NKJby.lazyload, #NW7zfgg24wBvyfgNoUissEn0Xt1NKJby.lazyloading { background-image: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container { background-color: transparent; background-image: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container > .video-iframe-container { display: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row > .video-iframe-container { display: none; }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .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); }#NW7zfgg24wBvyfgNoUissEn0Xt1NKJby > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpDJ4E0MMrw10tCd8zBbnBMyTNTmS3Ni { width:16.0625rem;height:2.925rem;top:13.9248046875rem;left:1.96875rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDBU4xTV0TUy2VRJoZbUbyWxZHK69ZGN { width:15rem;height:2.400175rem;top:2.5rem;left:2.5rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #Ag1yo2sfoeq6uIgRtxlS4qPwX1PIrWAe { width:15rem;height:7.8125rem;top:5.6123046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTRFBmPn53AQuxPfZh1GVHIQ8ikAascO { width:16.125rem;height:2.400175rem;top:20.32470703125rem;left:1.9375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #aqAISNeEDJc8ckNwSFTaPdxCZhkZ5yCW { width:15.5rem;height:3.9rem;top:31.4248046875rem;left:2.25rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaATr45bSLkn53dSL1VNr42RJ4W67fJ2 { width:15rem;height:7.8125rem;top:23.17431640625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHKT6eyGRkndCRRNJAcHeJnTbFPP6ll { width:18.875rem;height:3.375rem;top:39.6875rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD0FVFJMpLadQMQTpTrJJ1TMBk1L5y1M { display:block; }
 }@media only screen and (max-width: 763px) { #K1GMRLSho82ZrIp0c100Ccm03CxL9wOD { width:20rem;height:20.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJT3GCFhcQMrmp0CBAiQGgROeSEoMxa { width:20rem;height:20.25rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihcIIFXHmOdINMHTJs62S1qJIqciMDGF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd3022cb-b228-4879-9bab-ee2c962981f5/LandingPageCollectionData32.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF.adaptive-delivery-prevent-bg, #ihcIIFXHmOdINMHTJs62S1qJIqciMDGF.lazyload, #ihcIIFXHmOdINMHTJs62S1qJIqciMDGF.lazyloading { background-image: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container { background-color: transparent; background-image: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container > .video-iframe-container { display: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row > .video-iframe-container { display: none; }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .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); }#ihcIIFXHmOdINMHTJs62S1qJIqciMDGF > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLUgmfQ2QMhTf2azfHUczGaP6WysaM0Z { width:20rem;height:3.575rem;top:2.3125rem;left:0rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFDRb1UHRlngfCwwzAg1aGDx5HVbfTfT { width:10.0625rem;height:4.1875rem;top:10.53564453125rem;left:2.0625rem;font-size:0.8125rem;line-height:1;text-align:left;text-align-last:left;display:block; }#nFDRb1UHRlngfCwwzAg1aGDx5HVbfTfT li:before{  }
 }@media only screen and (max-width: 763px) { #PuhRuGDF3cRkfLMWq713stKQukFh8btv { width:8.75rem;height:3.30625rem;top:19.375rem;left:9.1875rem;font-size:0.8125rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }#PuhRuGDF3cRkfLMWq713stKQukFh8btv li:before{  }
 }@media only screen and (max-width: 763px) { #fGivcHxw6RD2DEWR5u2TQmLgVXI9QC4k { width:10.1875rem;height:1.462675rem;top:17.3125rem;left:8.5rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTC0AtEWUhxH0Sru9NeivgZEgSoTpMHO { width:8.1875rem;height:1.462675rem;top:9.07421875rem;left:3rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESP7VhoNfzvBBLpSKWJIBb1ZXyqI630x { width:8.125rem;height:1.462675rem;top:26.5625rem;left:3.0625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBoJ6uRzzn9Z0ODuXsrIUuPxEbkGiRCl { width:8.875rem;height:3.06315rem;top:28rem;left:2.6875rem;font-size:0.8125rem;line-height:1;text-align:left;text-align-last:left;display:block; }#VBoJ6uRzzn9Z0ODuXsrIUuPxEbkGiRCl li:before{  }
 }@media only screen and (max-width: 763px) { #GoolvNda5hf3zX21CQCAMNCTZB6FwS0K { width:9.8125rem;height:2.925rem;top:36.875rem;left:8.1875rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1AroLVDgf4yNBTipNz0nF2mKs34n55q { width:10.1875rem;height:1.462675rem;top:35.0625rem;left:7.8125rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kafRB7EfXkgIA6nbto6z8eUiJTvfmRFt { width:20rem;height:7.7876106194687rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig3y9tNoG4cdGaFMf7zTy8FCuAeeXl9o { width:20rem;height:7.7876106194687rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvU783gOJlFQ7tE7gtP4nfCKQNlrtWon { width:20rem;height:7.7876106194687rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #moADAZWuGIfQbATSaCTRGh03CVbXq1uQ { width:20rem;height:7.6991150442475rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxNqv4sNU8LufxZAi26Kp2MBp1Zwc75c { width:20rem;height:1.1503875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvOVP9Ir7WnnMwxQcVRv6lRENpVJ0S3y { width:20rem;height:4.2307692307693rem;top:71.785225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yixqqBdrQN5VcRRv1lU8pOD8coeO92Lb { width:19.75rem;height:12.5rem;top:42.412625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc { display:block; }#wTr7AIrHKSv2OU66u87DPl1lHS9gGLGc > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEmrgX69UrXLe7xRbQTFMgxIV2XOKVBx { width:19.625rem;height:1.7875rem;top:1.3125rem;left:0.1875rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdE2i0oTWEbzt63u5rX4plgRnRfsX4sc { width:12.6875rem;height:2.25rem;top:3.6875rem;left:3.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd3022cb-b228-4879-9bab-ee2c962981f5/LandingPageCollectionData32.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH.adaptive-delivery-prevent-bg, #Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH.lazyload, #Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH.lazyloading { background-image: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container { background-color: transparent; background-image: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container > .video-iframe-container { display: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row > .video-iframe-container { display: none; }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .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); }#Rm7qqLmeTdk4v1yktqJ1JoJ4SQqVHBxH > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebTX6EqzuqGATazAPDpmSvvmJdeOVyeE { width:9.375rem;height:0.9625rem;top:9.4130859375rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghMT1bqFTd5LnuQM1XfB0JBmTgbLBa9E { width:6.9375rem;height:2.0625rem;top:10.5625rem;left:1.21875rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vD828W1qTxfP5GQ0ZADKbuBCt1P3kWPf { width:9rem;height:0.9625rem;top:8.875rem;left:10.625rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZblpMdFx8tRmPPMGiBzIHKoqPZJXWhU { width:7.1875rem;height:2.75rem;top:9.8125rem;left:11.5625rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDSaVbcpODhPRR353tMlwcHqasqRZPlT { width:8.5rem;height:2.0625rem;top:24.5234375rem;left:0.4375rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpxxIOkZVuPdHG5PWFfoLtMqlXalZ9sT { width:9.1875rem;height:1.1375rem;top:23.3046875rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1ravUEMwJkwQGmsFpRfJ0CVVTG2Xeue { width:9.75rem;height:1.1375rem;top:23.25rem;left:10.25rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AV2puXI0aTxHJUtNMolkyT63tOVLii1r { width:7.5rem;height:2.0625rem;top:24.4609375rem;left:11.375rem;font-size:0.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2IPSvDbnA93kssZndalt8x9IlzpHFx9 { width:7.5rem;height:7.5rem;top:13.9375rem;left:12.25rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #krJXHD2wAL9mmkZuUiMsKNk2m0tc4JnK { width:10.8125rem;height:7.4375rem;top:13.8125rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #e30odtTbGFGeq3B0VGnzZRnsFzxbc5Wl { width:9.875rem;height:5.625rem;top:22.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLwPm7Vbgnwssmf5hD7w3OcA2JoRxUuz { width:18.75rem;height:3.1875rem;top:29.2734375rem;left:0.625rem;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:transparent;background-image: -webkit-linear-gradient(40deg, #f5b700, #ff4717);background-image: -moz-linear-gradient(40deg, #f5b700, #ff4717);background-image: -ms-linear-gradient(40deg, #f5b700, #ff4717);background-image: -o-linear-gradient(40deg, #f5b700, #ff4717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b700', endColorstr='#ff4717' );";background-image: linear-gradient(40deg, #f5b700, #ff4717);background-size:auto !important;font-size:1.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #xDSHEFCs4LZSh3DKWFTEg7cXdnfn6gAr { display:block; }
 }@media only screen and (max-width: 763px) { #FWN3W22H6eZ61txAs5NxPEmS6FARrZoX { width:7.5rem;height:7.5rem;top:1.875rem;left:11.1875rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #b5LC4QH8MDi1zD6bGegwp3rwpUqkJV58 { width:9.875rem;height:5.625rem;top:8.375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acN87SBEdF2NsBErbeIfBlB1a4FX8866 { width:9.875rem;height:5.625rem;top:22.35546875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe2USogMS8bbtT4tLkA9ghU1wxglrpXM { width:9.875rem;height:5.625rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Gp2wbysE6LQK3r7KUdUMOXfnULx4pD { width:7.5rem;height:7.5rem;top:1.75rem;left:1.375rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #XWAk6pgnOrrFaRM0y7FBJoCl8mZE5ud0 { width:7.5rem;height:7.5rem;top:13.9375rem;left:0.9375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58be5608-1d5a-4bf5-adcd-f239f3f4cba6/LandingPageCollectionData10.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2.adaptive-delivery-prevent-bg, #tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2.lazyload, #tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2.lazyloading { background-image: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container { background-color: transparent; background-image: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container > .video-iframe-container { display: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row > .video-iframe-container { display: none; }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .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); }#tIXaOc7kclQGD9mz0DCKnzsLNNpmU6o2 > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tA1yB5FDLhS1h45CiqhaDnSTclThTLGL { width:14.375rem;height:3.575rem;top:1.89990234375rem;left:2.8125rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avzRSPbtGWOawr4F26cl9fZNO7WsJ36o { width:14rem;height:2.400175rem;top:14.1875rem;left:3rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #OTmClMAkERgh79Ge0ddO5FxZuOUFT8K3 { width:11.4375rem;height:4.5rem;top:53.6875rem;left:4.28125rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #Taoh1aQ3y9noBWh3Mf2rUQf9MhSFbwKi { width:14.1875rem;height:3.6002625rem;top:27.75rem;left:2.90625rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #BDVCkdT43ANmQ3ielzzFE5itqu7StRxs { width:10.9375rem;height:2.400175rem;top:41.4375rem;left:4.53125rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #ZJUAi026U8S1OODPvqkuNv9hTiwLBH3n { width:7.125rem;height:1.7252625rem;top:9.75rem;left:6.4375rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #NDxMy65NvtPCsDfrMlINC3H9WQG61k5K { width:6.375rem;height:1.7252625rem;top:49.5rem;left:6.8125rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #B3OFVr2a5RApOBz9w8PWLyozCGLbIdWn { width:7.3125rem;height:1.7252625rem;top:22.88720703125rem;left:6.34375rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #KnJcOlnyhWhl5Ow95DsB8TvPJxur851Q { width:7.375rem;height:1.7252625rem;top:36.7001953125rem;left:6.3125rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #qc7vsSMQeJPJFlvbt8eTsJicStkzubyf { width:4.125rem;height:4.125rem;top:7.9873046875rem;left:2.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BAWsMvlUcAxKtrHH5broSR2AIUOgv2c2 { width:4.125rem;height:4.125rem;top:48.037109375rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kRvzTg507HNM7gEOcyyRWQmI28dzSd4R { width:4.125rem;height:4.125rem;top:21.6875rem;left:2.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UOJAwUILizsrmfwZi8OKqJpTGeenHucc { width:4.125rem;height:4.125rem;top:35.3125rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fiZb1rt5AMEeExQ9y13QwTvoo4Kk42bP { width:20rem;height:15.375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMelTxXioVy0MdzmmqKmzrOxaDip2GBq { width:20rem;height:15.375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZwQLyadElUUR88HRAnNOPkW4EfFQAl { width:20rem;height:15.3125rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOGurItgTZwHmZVimCoPg7XgR210hIED { width:20rem;height:15.5rem;top:46.1875rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #gbJ0ad8lTgh9Zn35gf0KTTMqNf09SIs7 { width:14.125rem;height:0.75rem;top:51.849609375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbDpKFZJgBX15gRTZX7e53i3DGwVHsci { width:14.125rem;height:0.75rem;top:39.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9h1yWUoSgaSMaxS9NcteSroLcMN48C { width:14.125rem;height:0.75rem;top:26rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9XUDQbn6Q7eeSnDXa0uHgWTtcgP7Hx3 { width:14.125rem;height:0.75rem;top:11.849609375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7850PxKoepFTANRSUoPQ5AgA4dToWQg { width:20rem;height:2.7rem;top:62.936197753906rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bef37c7-a1f2-4a5b-90f0-cd1f3699d88d/LandingPageCollectionData14.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp.adaptive-delivery-prevent-bg, #HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp.lazyload, #HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp.lazyloading { background-image: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container { background-color: transparent; background-image: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container > .video-iframe-container { display: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row > .video-iframe-container { display: none; }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .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); }#HQuBXyrmQ7O5oTXmFiGSgzssoJmSAibp > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w78mu50LlVgyDWCoLZkxOTdaEmGfoIT7 { width:15.3125rem;height:3.25rem;top:1.625rem;left:2.34375rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STgSEUTfe048mKiCEaf8GdMhUd5opZhZ { width:15.625rem;height:1.5rem;top:18.875rem;left:2.1875rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pGocqr6aA8VHthxVCgK7Kv9folcfSzdk { width:16.6875rem;height:1.21875rem;top:5.4375rem;left:1.65625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opgOR5Adsr10Ms7wUM4ohv7HAqtmdfm4 { width:16.1875rem;height:1.95rem;top:20.3125rem;left:1.90625rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrVMh0qykV162wE8pJEbd1rQltgLyPpP { width:15.6875rem;height:1.5rem;top:35.375rem;left:2.1875rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3JWA24mkFaEaDqHGx8GmdyA5ZyxpmL8 { width:15rem;height:1.95rem;top:36.875rem;left:2.5rem;font-size:0.8125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBcUJz0phwyzDqN1xsm85cUdrZZ7Mm7H { width:13.8125rem;height:1.7252625rem;top:39.25rem;left:3.125rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkDvpTo8DibfoUpuvqwKBZSmzCkCGKVd { width:9.25rem;height:1.21875rem;top:40.9375rem;left:5.375rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQHgvqNaot7BMM1HMTlz6zzSJKy1mTks { width:16.75rem;height:3.16875rem;top:44.25rem;left:1.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LVNLSRmdmBRAdP5BfxfwpSkzKoBTorhD { width:19.875rem;height:19.125rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArgsA0Q8S2zqPUWOy18Ls5C0RAG0tmT9 { width:19.875rem;height:15.9375rem;top:7.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmuRToZQNv6ooeOEVvS9TciDGsh5OuiD { width:18.75rem;height:10.125rem;top:8.03125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnpk2uRk7lEO5cqvHUTrASgbfGiKIQ2p { width:18.75rem;height:10.125rem;top:24.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQ9FdtWPOWnm3ngeavrsWa8XPhbgHP1 { width:20rem;height:12.1875rem;top:61.79296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBCFtxvuvIuLJ5UiipOAIJoSKQhgDhI6 { width:20rem;height:11.875rem;top:39.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18766de5-1914-4fa9-badc-64e5c35795e9/LandingPageCollectionData31.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw.adaptive-delivery-prevent-bg, #WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw.lazyload, #WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw.lazyloading { background-image: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container { background-color: transparent; background-image: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container > .video-iframe-container { display: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row > .video-iframe-container { display: none; }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .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); }#WDfZQQd3ZL7SmJxnAJXsX27IOH61UXxw > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #al0eWcFd2loSGbGqG49sAHeJ6a3hNv74 { width:19.75rem;height:31.9375rem;top:2.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:14989;border-top:0.125rem solid #f5b700;border-left:0.125rem solid #f5b700;border-right:0.125rem solid #f5b700;border-bottom:0.125rem solid #f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #XGXnSJ0AvKDrfLmTTBkBsBW0ZiDiKve7 { width:20rem;height:2.125rem;top:4.375rem;left:0rem;font-size:1.0625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3EycaoK0mVpcxrEis3DcToLXxeCmEQC { width:20rem;height:1.95rem;top:7.25rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFvL8RRUr4II1ObDB7K7RKLF4dgT4X3y { width:16.75rem;height:2.475rem;top:44.6875rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G8Baae83B0cNx486TD0L6H9bceVDpiXC { width:19.875rem;height:24.625rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTb4BC3hWq3Ot5gUwX7mXH6zI1bQcge { width:20rem;height:9.3110625rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAvvI6wN6eQngkTEGNbrEMwUuP39LAwe { width:20rem;height:1.21875rem;top:47.1875rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AR6neznWimNhxrkeyLSOG8SP6BmCiP0c { width:20rem;height:1.21875rem;top:49.375rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmrrXCRKpIidrLzO01NbT6fnd30Z7Xl1 { width:20rem;height:2.11263125rem;top:51.9375rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTIBP1Noz8VBVAT6ruccHxqiW9hV0z45 { width:19.0625rem;height:4.625rem;top:51.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4wOLW4oSFqxTXgJvUAqSTLCXpIxMVFi { width:20rem;height:1.21875rem;top:54rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnkIIh8mFXR2wWtllgf4TQOFa0D2TNfq { width:13.9375rem;height:2.4375rem;top:56.75rem;left:3.0625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkcBdiuUXDvcCh99m3tbIl4031oum2Ap { width:20rem;height:2.11263125rem;top:61.125rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-text {padding-top: 0; padding-bottom: 0;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-select {padding-top: 0; padding-bottom: 0;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-input-button { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.9375rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC  { width:17.5rem;height:auto;top:10.737499952316rem;left:0rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:center;text-align-last:center;font-family:prompt;font-size:0.625rem; }
#bdUuTTld47WsrJftokdJ9TDN11X0mKSC {display:block;}#bdUuTTld47WsrJftokdJ9TDN11X0mKSC { width:17.5rem;height:auto;top:10.737499952316rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yBMqd1irvwgTqcoTTSohRSFyeEzxJoTe { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #eUoJpUmZpgWJ5f7fAsJuUO6EuVJw21SU {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #CPzRpEUrCiM2l2xMmGpPVN73X2kOqGLF { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #VeARTHlFe0CsqtKcuUPQPgQp9EpsX2IU {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #UPkQyFEkf27lcJsQT8THXzrhCM5RSJdc {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #IHVA8eCxU4Z24M7ELD2eEybzBf0oT3dh { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #xrGdghPeAXOxaGBxRSMnysmmsJQLFUPC {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #LkGqdGZQqbAbI0C16pQ1U2ILvyakKCzT {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #v4SJkv1NtzpHIMwcTH5s0BZuKWkz8tiG { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #vvDeNZ2Ta5AKDwPGNp1VMOcWaEdKlq7u {  }
 }@media only screen and (max-width: 763px) { #gTF6LnTd4MTh4lNx2s04k6wIaN3wVxIw { display:block; }
 }@media only screen and (max-width: 763px) { #pvMHaAaBNrEcdSZOlKiLutb6vNmW4k3K { display:block; }
 }@media only screen and (max-width: 763px) { #TMZuzJOdbOuaAbxSb2gmuzUQw2TubTd9 { display:block; }
 }@media only screen and (max-width: 763px) { #uvGT787FZgI2RbsKlFCpQ3s3FwifxsRq { display:block; }
 }@media only screen and (max-width: 763px) { #Wtt70JUchcwN5ep9l8dPwpcmXoRTsFKI { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #wLWew9Zui3kDOBRFlSBxTltEDilTkC8G {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #p09Wa5kAlMCyhgsETWo1IFZ1gK4uUTHq { z-index:2; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #Sd3V9vOE1lnkDWWnAVNIbdCLhf7yVvVF {  }
 }@media only screen and (max-width: 763px) { #T8MQ1d6wfNJr16p3D45z1gqNTya4i54m { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #TXmLJgaWS04CD6PxKobVJVS4DEETD2qq {  }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #lG6AfXrwIPKrCth5b52H6weTS8wCg2GW {  }
 }@media only screen and (max-width: 763px) { #AKoxfCfhkPq1dVhBEJPTL0nG6zhbl6ko { display:block; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #sIHZmIeaRXDkg3MG64607pM5LSPKe7Xr { z-index:15000; }
 }@media only screen and (max-width: 763px) { #bdUuTTld47WsrJftokdJ9TDN11X0mKSC #JBTkKF3MJ9lxgmsJxe3pI0r2Tc7542Au { z-index:15000; }
 }@media only screen and (max-width: 763px) { #MPBSznXr5faOqh7bJOeBFrySlbJA1ttb { display:block; }#MPBSznXr5faOqh7bJOeBFrySlbJA1ttb > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4HsnoyI9WT0QsiCeZSCdnSMhFBrOi6b { width:19.625rem;height:41.25rem;top:1.53125rem;left:0rem;z-index:14993;background-color:rgba(4,12,32,0.74);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) { #zdiVqgnU7dNBEW6E7D6tpoGFM6Oz05MJ { width:20rem;height:0;top:2.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZahwZa5yd4tHwhNh67e9rB6NuUgFwbOM { width:19.875rem;height:2.3125rem;top:20.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ispr2zDVHdy6mbKSQb6NfmXo2clkf98w { width:17.8125rem;height:1.21875rem;top:5.1875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #Shml3b965QmxAx7Lr7TeXIvf4SQ6PuHC { width:6.25rem;height:6.25rem;top:22.125rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSiA8e8UwwnkNmPUhh0MdUKv6Kv0mn6X { width:6.25rem;height:6.25rem;top:18.625rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylPX1tgf2fNobiyDUgTxWX79RrrztTGP { width:19.875rem;height:2.3125rem;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEkBBRCts1Xmf9b0ix7qDkk43TZTeVwk { width:19.0625rem;height:1.21875rem;top:7.1875rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #Eo16wCTKK05C3RPsBHNhL3HfL4xeeLTJ { width:18.1875rem;height:21.375rem;top:19.375rem;left:0.84375rem;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h36yM1d1SrT6DIQKOQnGsowOt1ZbGZyh { width:6.25rem;height:6.25rem;top:15.1875rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzeBfFQu4NWNtxFTVTJySAJBH0U94zsI { width:17.3125rem;height:2.1875rem;top:24.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT1h6P9A9mwtm2kHqABqfq1xcBCoET0k { width:17.3125rem;height:2.1875rem;top:26.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JASMgU7sLdy2i6IvRLo7PfNA97cUeRtT { width:14.1875rem;height:1.05625rem;top:24.75rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fsl9o2oIAZDilcBNsE93zDitdxJ1csgv { width:14.4375rem;height:1.05625rem;top:21.6875rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EE53nfl28GZcH3T96Co42UD4eKpm0wRP { width:19.875rem;height:2.3125rem;top:13.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7ApiR6s68FGX9kPUrmNgMpCdBIdLGWT { width:17.3125rem;height:2.1875rem;top:29.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTiSBBqtkHiy8xTfhQJRpLNvOAlIEnb { width:18.8125rem;height:1.21875rem;top:9rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #zoQqSXQbGcf3hAXLz8H4TzWXuWrTtnKG { width:14rem;height:1.05625rem;top:27.625rem;left:1.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s7igW1cKlHCn7d8inCvfaD9Q3aXcfLNh { width:6.25rem;height:6.25rem;top:11.4375rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOggMpvfLJLTIt87sb4dh7XI6RPWV59R { width:19.875rem;height:3.1875rem;top:16.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lck7ETTNm4yJgnnTWTAtPL81o7cgDiIa { width:17.3125rem;height:2.1875rem;top:21.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWbA8H6mXDcl4J78tFB9z5UmTTD6Trio { width:19rem;height:1.21875rem;top:10.8125rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #rkI64atqTtaA7B8TTyNWqyrhCKXQCF6e { width:16.625rem;height:1.05625rem;top:30.5625rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f9rCTTtrwmMcvAWL1XBRZizSeHKNW3uf { width:6.25rem;height:6.25rem;top:8.25rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMtcbqgZpp0J5LfrW0mg5MShavrcbx24 { width:14.125rem;height:1.21875rem;top:12.25rem;left:2.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #v54qMkdWW6qMRNn7sU7q0HsOFB0THu5t { width:17.3125rem;height:2.1875rem;top:32.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZrXXJftNc945erp5vgI81f7GvVVCol { width:11.125rem;height:1.05625rem;top:33.375rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KJ0pw7dSi188yDMAmSD4Zq6uHME3DNFk { width:19.875rem;height:2.3125rem;top:10.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUUqRs67Ud2HNaVxvS2eHUCkwTcgLOxl { width:18.375rem;height:1.21875rem;top:13.875rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #pa0FUVu2h84l0xbr7aqNUgSgXl6KzsRT { width:6.25rem;height:6.25rem;top:5.1875rem;left:13.75rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyNCR2kfck13pBiwnJJcbECZgCxTETIm { width:19.875rem;height:2.3125rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAIhJM98IIPVC0QXgChzRhnkEHDWNO9L { width:17.0625rem;height:3.4375rem;top:36rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gab0CCHuDTKHfg9nJ5SxI8enZOZipa7O { display:block; }
 }@media only screen and (max-width: 763px) { #DTL9MIhh40PWIEc0ECSFSll55MeJkgIi { width:18.6875rem;height:1.21875rem;top:15.5625rem;left:1rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#f5b700;display:block; }
 }@media only screen and (max-width: 763px) { #o9D012pOR1qC3yKGmEpAlunQTaRukM4R { width:20rem;height:2.11263125rem;top:2.1875rem;left:0rem;font-size:1.625rem;z-index:15080;display:block; }
 }@media only screen and (max-width: 763px) { #XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz { display:block; }#XsK6TtQt6xmlQQdizshAbHOV5XN0WKZz > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXR6gLCzpycgwSRuxedIi30yo3WhxDTo { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5yin6gBwxbspTJvUzf91TiZVgSWiAv { width:19.0625rem;height:3.9rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GodbxmT2qITrb7WWwa6q9siv8PDR0V4q { width:20rem;height:2.925rem;top:8.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXtikgObHkirxsG1d3pZz9ubSpebEbLG { width:20rem;height:0.975rem;top:23.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM29i8MtQ4Lvgs9pvQ123r4OtpunZC10 { width:14.9375rem;height:2.275rem;top:19.875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcGL1AuPp7Q4Bz035u1oz1aQhBOA2tyU { width:5.6875rem;height:5.6875rem;top:12.9375rem;left:7.125rem;display:block; }
 }