.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35ee6fe6-94b7-4e63-95b7-9ae57c7d13c0/v915wit002.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb87d408-5ddb-4624-b768-84e7c439418c/bginvest2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#BxZLr4ONGg7G6GNJltJP2UrrzJmX1zQp { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:mitr;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.1875rem 0.0625rem #ffffff;top:13.1875rem;left:29.5625rem;height:18.035175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLyT3gxk3nQQFowZG6SQIU2K4rtyDi8H { color:#f84343;display:block;width:26.125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:26.625rem;left:32.90625rem;height:5.625rem;text-align:center;text-align-last:center;display:none; }
#DROO6AT7xFXMbxk9k1gH1TFXlktHiEtP { color:#ffbe00;display:block;width:29.375rem;position:absolute;font-family:mitr;font-size:5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem #000000;top:5.5rem;left:29.5625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSIcsfFI3brulOCLZuWRSg5io4tSCMRe { position:absolute;display:block;z-index:100029;background-color:#ffd354;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:12.5rem;width:12.5rem;top:15.3125rem;left:1.375rem;display:block; }
#PnM5OiUQWx4qshW4ZgwrHi5x00PM9gNM { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:16.125rem;left:0.0625rem;height:4.3872rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gApVs58EJZdRICfn7US2aTZgWPzE8v7k { color:#000000;display:block;width:13.5rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:20.0625rem;left:0.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gScJ3JREfUOly1llG5kk1vxBOcvzRNTs { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:100033;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lBtJHX6PlaenOzcmCSgcD6uhQ9zzAyqe { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.3125rem;width:15.75rem;top:2.57861328125rem;left:12.71875rem;overflow:hidden;display:block; }
#yT8q3vQyC5akRzd0vDzOVi830aXJ0aAG { color:#000000;display:block;width:10.875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.84375rem;height:1.13720625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aKqQTkZ3S2ZTa8EQLl4V7NCi7yAikgIk { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:mitr;font-size:2.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:41.625rem;left:7.375rem;height:6.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndDkD9yagexs3VMiWi4gg8Fi6uGQeHC9 { color:#f84343;display:block;width:26.125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:49.3125rem;left:16.9375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#Jh1RyJ29leDCXIukq0y8xAIbtggWHxwe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #a40000);background-image: -moz-linear-gradient(180deg, #ff0000, #a40000);background-image: -ms-linear-gradient(180deg, #ff0000, #a40000);background-image: -o-linear-gradient(180deg, #ff0000, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );";background-image: linear-gradient(180deg, #ff0000, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:4.75rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:27.875rem;left:34.40625rem;display:block; }
#iHdi5VepvrbMDDRdCRvADXKMfZUEgTw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IrEiQwMtEJWSvzDalTgfHJmLT3QP5mWi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:6.25rem;top:51.6875rem;left:26.875rem;overflow:hidden;display:none; }
#JoU4rXoBts8GE2iva35VANA68I5Q4F8q { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:4.375rem;width:4.375rem;top:0.7705078125rem;left:8.28125rem;overflow:hidden;display:block; }
#zhep6VocP1k84D7V2VutSRo77OfVsQ1V { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:4.625rem;top:0.5830078125rem;left:2.0625rem;overflow:hidden;display:block; }
#Av9LcemlLPIDkDXHzWgmeKHaSb1K7cQp { color:#000000;display:block;width:13.5rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:2.0234375rem;left:0.6875rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BrO2K3m4yVxPIknpU0lqmnaTr1JN5pE8 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:6.25rem;top:35.75rem;left:26.875rem;overflow:hidden;display:block; }
#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container { background-color: transparent; background-image: none; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container > .video-iframe-container { display: none; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row > .video-iframe-container { display: none; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .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); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container { border-width: 0; border-radius: 0; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row > .video-iframe-container { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;overflow:visible;position:relative;display:block; }#lHZ0lvtT6kcp3VuJ1BkbVLytgkB6ME4z { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:17.9375rem;top:1rem;left:2.375rem;overflow:hidden;display:block; }
#owmZlfPghgKpVDhnAgXKUQkN0iAZp8lh { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:17.75rem;top:1.0625rem;left:39.75rem;overflow:hidden;display:block; }
#a5GRVOqtCQAqAVUw0Esc5Nzel6Trfwba { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:17.8125rem;top:1.0625rem;left:21rem;overflow:hidden;display:block; }
#NdQHEyLDVOEgvUcTi3ReHHvWgh4MWLxs { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:17.8125rem;top:11.125rem;left:2.375rem;overflow:hidden;display:block; }
#O06rXTTZwUQG3vmeG1Q8oNcfTCtB8BPN { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:17.9375rem;top:11.125rem;left:21rem;overflow:hidden;display:block; }
#c0OVypISTGRwDoTV8TmOTNpNNZezH0ZX { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:17.9375rem;top:11.125rem;left:39.75rem;overflow:hidden;display:block; }
#MOiu5ONhq7Aq3UtcOGuVi5mr3bmEhJKX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:18.0625rem;top:21.3125rem;left:2.1875rem;overflow:hidden;display:block; }
#Oi7TrHIZVUUrwbObA3vKcnMbn2VLnDIP { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:17.6875rem;top:21.3125rem;left:20.9375rem;overflow:hidden;display:block; }
#bgL2b3m79nL8XoBr1ffivOKbDOSiJ0pi { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:18.0625rem;top:21.3125rem;left:39.6875rem;overflow:hidden;display:block; }
#GJcuW0azLC6U5N2k8LcVUPxoMcVqGpWm { position:absolute;display:block;z-index:100002;background-color:rgba(40,186,255,0.41);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;height:31.75rem;width:57.5rem;top:0rem;left:1.25rem;display:block; }
#PXO2GPZhTEXtGaT1S5ePLe5hKZ3caCkO { color:#000000;display:block;width:49.8125rem;position:absolute;font-family:mitr;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:32.875rem;left:5.09375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#diT3RAnxDbJhPwTOpd2e3A7rK9CM9JQv { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:mitr;font-size:2.5625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:45.72802734375rem;left:7.34375rem;height:6.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hSVFDfMifps8BJpxCflTDQnt1LsrPTv6 { color:#f84343;display:block;width:26.125rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:53.4375rem;left:16.9375rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container { background-color: transparent; background-image: none; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container > .video-iframe-container { display: none; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row > .video-iframe-container { display: none; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .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); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container { border-width: 0; border-radius: 0; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row > .video-iframe-container {  }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;overflow:visible;position:relative;display:block; }#PimFp0gyFny7MUzErL6rH7outJy054kZ { position:absolute;display:block;z-index:100002;background-color:#ffffff;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(40,186,255,0.63) ;height:12.75rem;width:56.25rem;top:7.71875rem;left:1.875rem;display:block; }
#vaD7gi2eehUE9UsXDptEFUFmI6qH9MNJ { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:mitr;font-size:2.5625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.1865234375rem;left:7.34375rem;height:3.33105625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIMKLM9wWcPxMIE715tqGZDCZDVSVH9e { color:#000000;display:block;width:40.25rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:9.62548828125rem;left:9.875rem;height:8.9355625rem;text-align:center;text-align-last:center;display:block; }
#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O { z-index:;position:relative;display:block; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O { background-color: transparent; background-image: none; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container > .video-iframe-container { display: none; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row > .video-iframe-container { display: none; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .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); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O { border-width: 0; border-radius: 0; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#g6p8VvcnWWgOAGSGWN9uWhDenJNt12Pc { position:absolute;display:block;z-index:99999;background-color:#ffffff;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(40,186,255,0.57) ;height:41.3125rem;width:54.3125rem;top:3.3125rem;left:2.875rem;display:block; }
#WiTP0NVSs8ZlR2dn58Ws7MuUDxL9qrKQ { color:#f44f5a;display:block;width:44.75rem;position:absolute;font-family:mitr;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:36.8125rem;left:7.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#iPxksLWRvX8bBsAXaTMVemd0n66E1u82 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:mitr;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9rem;left:16.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#pnOhczoWGApbhh7aF80EV33sWEoEXhMl { color:#f3a61c;display:block;width:26.8125rem;position:absolute;font-family:mitr;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:16.5625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#BTycN3uGyyISuoucI27kdVxXr9T2ZUkm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:40.125rem;top:13.4375rem;left:9.9375rem;display:block; }
#rmB7GbUIfnd8uDDrUDRTGkqbZnTTQEEV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #a40000);background-image: -moz-linear-gradient(180deg, #ff0000, #a40000);background-image: -ms-linear-gradient(180deg, #ff0000, #a40000);background-image: -o-linear-gradient(180deg, #ff0000, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );";background-image: linear-gradient(180deg, #ff0000, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:3.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:46.25rem;left:20.8125rem;display:block; }
#d6u4Vs5PAxohzu0l7wH6SyiSnbr7Expt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB { z-index:;position:relative;display:block; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB { background-color: transparent; background-image: none; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container > .video-iframe-container { display: none; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row > .video-iframe-container { display: none; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .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); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB { border-width: 0; border-radius: 0; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container { 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;font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#IE3TmfM4JLKeQs9hnFmNgrsLMvlVWlr9 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:17.375rem;left:21.8125rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#L4hwCb9okbT76uWnSZTAxk0igfzl6STb { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:17.375rem;left:41.6875rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#TOsFIFWSTT2I0xWQ3PFVh30uyXEJIaue { color:#000000;display:block;width:16.125rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:17.375rem;left:2.8125rem;height:4.3872rem;text-align:center;text-align-last:center;display:block; }
#pP2vnThc2vZLaJ1BSZZTBAQRS2pNkrSk { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:12.6875rem;top:4.4375rem;left:42.875rem;overflow:hidden;display:block; }
#tiPeCAEUgXo0WUsce5P575tgUlPvIQkF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:13.875rem;top:2.875rem;left:3.9375rem;overflow:hidden;display:block; }
#zxKnFnrBpSxAyWQ0FkVI1vVbBR65ISQ3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:13rem;top:3.5rem;left:4.375rem;overflow:hidden;display:block; }
#VCsdSoOyvKrtAtQOkSMhaFtkOBe3ByQd { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:18.75rem;top:2.3125rem;left:20.625rem;overflow:hidden;display:block; }
#SXgwmdSMxTx5WWfHhRNDPCzX17bLIPtq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:12rem;top:3.6875rem;left:24rem;overflow:hidden;display:block; }
#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container { background-color: transparent; background-image: none; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container > .video-iframe-container { display: none; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row > .video-iframe-container { display: none; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .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); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container { border-width: 0; border-radius: 0; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row > .video-iframe-container {  }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;overflow:visible;position:relative;display:block; }#d86C6wSGiBskUtbQ6tawXLshEST0HUGb { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:mitr;font-size:2.375rem;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:5.3125rem;left:13.84375rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BM5TDvWiGrOcIAI2amxErwa34Jvb9my4 { color:#000000;display:block;width:41rem;position:absolute;font-family:mitr;font-size:2.0625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:10.7685546875rem;left:9.5rem;height:8.04345rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9gJdoyO6etfWnQ4fReIAy7lB1pQ2c0J { position:absolute;display:block;z-index:100011;background-color:#8ecef4;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.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;height:17.9375rem;width:48.625rem;top:3.4375rem;left:5.625rem;display:block; }
#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS { position:relative;display:block; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS { background-color: transparent; background-image: none; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container > .video-iframe-container { display: none; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row > .video-iframe-container { display: none; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .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); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS { border-width: 0; border-radius: 0; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container > .video-iframe-container {  }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#mphSmn4nTLAffKqdnltBz3pvXMqTVpph { color:#000000;display:block;width:27rem;position:absolute;font-family:mitr;font-size:2.1875rem;font-weight:400;z-index:100013;line-height:1;letter-spacing:0;top:22.21875rem;left:2.28125rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qCqManP9OBh1AVXTlsgscabA4D3sy5Ec { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(40,186,255,0.57) ;height:35rem;width:27.0625rem;top:7.375rem;left:2.25rem;display:block; }
#FKFKJMiCPnTBNFAle0OxRQ3BAuKhufbP { color:#f3a61c;display:block;width:13.3125rem;position:absolute;font-family:mitr;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:35.3125rem;left:4rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BE2TtgvvvmrloDd0n4lco5UmlpL2rzpF { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:15.8125rem;width:15.8125rem;top:5.4375rem;left:7.875rem;overflow:hidden;display:block; }
#raoXLMl2TyTJnePBP4V59C5RNMsbNZeP { color:#f44f5a;display:block;width:20.75rem;position:absolute;font-family:mitr;font-size:2.75rem;font-weight:700;z-index:100011;line-height:1.6;letter-spacing:0;top:34.1875rem;left:8.625rem;height:4.3999rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KzXoLXNgDTDmcG4H3Ktl0ZTrr2z15S5c { color:#518fff;display:block;width:20.75rem;position:absolute;font-family:mitr;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.6;letter-spacing:0;top:27.0625rem;left:5.4375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKNRKNDwuGdP93uAVZIkgTJh8X22VOpa { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:30.5rem;left:4.4375rem;height:4.3872rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ToCPIH53vS6zBAJfK0Etdw2DupDsD4N6 { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:mitr;font-size:0.8125rem;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:38rem;left:4.4375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dcamZgVpU4que9LxxRreq0UcVGHK4Md2 { position:absolute;display:block;z-index:100013;background-color:#007dc1;background-image:none;border-top:0.25rem solid #fff878;border-left:0.25rem solid #fff878;border-right:0.25rem solid #fff878;border-bottom:0.25rem solid #fff878;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.6875rem;width:17.1875rem;top:6.625rem;left:36.125rem;display:block; }
#WxdB5H7F93K0ehCxlJWAO6BP4U9R8W9n { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.375rem;left:36.3125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXGeZnGaGyePDMt5y99NK4N8MyPVV6t2 { color:#ffeb00;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.4375rem;left:38.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CNwcED5c6MGfhZPu4bMImxTHLz7TcFzU { background-color:#ffd617;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:15.8125rem;left:37.5625rem;display:block; }
#ceUAXA3MGx9xDil8wSl2GthqJsrc3Gps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yyB39EE9TWNwHTqvAVvPQeSXb2s9L8ez { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.875rem;left:30.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyCHJ6W5lWPAq8T3vZdwbnTwQ53DCtdt { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.75rem;left:30.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQql4I2l99tWLPhWEIzn4CI2abyha3LQ { position:absolute;display:block;z-index:100019;background-color:#007dc1;background-image:none;border-top:0.25rem solid #fff878;border-left:0.25rem solid #fff878;border-right:0.25rem solid #fff878;border-bottom:0.25rem solid #fff878;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.6875rem;width:17.1875rem;top:27.375rem;left:36.125rem;display:block; }
#iRUFwSqnK1zksqtT2xHJwCf8E8vVf0gG { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:43rem;left:30.90625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwTakLZvKbs8ZNnh6HuT4hbrDzzUa5Eg { background-color:#ffd617;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.3125rem 0.375rem rgba(0,0,0,0.6) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.875rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:37.625rem;left:37.375rem;display:block; }
#HAiZmBCET9pBzdHDbgzt6oEwXUboDWyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#alxSTkFSgxlcC4USvLfLGMZQpkRPHTpT { color:#ffeb00;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.8125rem;left:38.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gmC6eHQ9pqEIIbTC1rEhXWtlDALFaIos { color:#ffeb00;display:block;width:17.75rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.5625rem;left:36.125rem;height:6.33691875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzNRgg4UkcGNS27pb00y4iJSOl89nJUV { color:#000000;display:block;width:27rem;position:absolute;font-family:mitr;font-size:1.8125rem;font-weight:400;z-index:100014;line-height:1;letter-spacing:0;top:2.5rem;left:30.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbGQNFc5iHcmLEqgV4RcCyQDTN7UCmbF { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:mitr;font-size:0.8125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:40.2568359375rem;left:4.4375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BFxbNSLFKEhc8zEzLdIx8n4cLna1OOEW { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:3.561525rem;top:6.625rem;left:35.75rem;overflow:hidden;display:block; }
#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T { z-index:;position:relative;display:none; }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T { border-width: 0; border-radius: 0; }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row .container { 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;font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:none; }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row .container.adaptive-delivery-prevent-bg, #cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row .container.lazyload, #cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row .container.lazyloading { background-image: none; }#FrhRaTSpTkhHrIyTNloOCOJAtbPOSz0R { position:absolute;display:block;z-index:99999;background-color:#ffffff;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(81,151,255,0.5) ;height:41.875rem;width:54.3125rem;top:3.3125rem;left:2.875rem;display:block; }
#PzN0npFCRdsRnpXT35xkxXt0ZTOtclSZ { color:#f44f5a;display:block;width:44.75rem;position:absolute;font-family:mitr;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:37.375rem;left:7.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Z9Pl0dtoSbUJ5Hht9B8NhdgTkSJGDE6f { color:#000000;display:block;width:26.25rem;position:absolute;font-family:mitr;font-size:1.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9rem;left:16.875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#e4Wen35wCpuGGi9pDde0uKwVFkVd944Z { color:#f3a61c;display:block;width:26.8125rem;position:absolute;font-family:mitr;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:16.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#VTFiMFPSngvv8OG7zSgTVy1kMexOCIkA { background-color:#f44f5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.8110375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:47.8125rem;left:21.25rem;display:block; }
#nWWcwy94D0nceIdr5ADehexHgU5p0tLt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qiicXiuUQbW7I6czB9vD1h7y5wKH7lSt { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:40.125rem;top:13.4375rem;left:9.9375rem;display:block; }
#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e71b418b-e237-4fa5-a433-fbbe07d119fe/48.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1.adaptive-delivery-prevent-bg, #I8GBhUi8DBEb9JlzXSilTvysIlDUUou1.lazyload, #I8GBhUi8DBEb9JlzXSilTvysIlDUUou1.lazyloading { background-image: none; }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 > .row .container { border-width: 0; border-radius: 0; }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 > .row > .video-iframe-container {  }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:none; }#mXehx9L0hMyRfi74ddVqlFT45sgt1y2S { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #a40000);background-image: -moz-linear-gradient(180deg, #ff0000, #a40000);background-image: -ms-linear-gradient(180deg, #ff0000, #a40000);background-image: -o-linear-gradient(180deg, #ff0000, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );";background-image: linear-gradient(180deg, #ff0000, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.25rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:21.5rem;left:37.15625rem;display:block; }
#kWbEXvpciz84HI2WB1c4PLxqlONqZr70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n97CVB5VeAHOfVtx6wC6ez81km7v97dU { position:absolute;display:block;z-index:100012;background-color:#ffffff;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(81,151,255,0.5) ;height:19.125rem;width:27.0625rem;top:6.5625rem;left:4.375rem;display:block; }
#iggtmGF1HRCXXvKTQoS3eyArJNMC5OH6 { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:19.875rem;left:5.3125rem;height:2.9248rem;display:block; }
#STPbX2v1kDtCmp2HJQGXcGbucSnk9uhc { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:17.50634765625rem;left:5.3125rem;height:2.9248rem;text-align:left;text-align-last:left;display:block; }
#A8aTvGToLTxK4ThMfRCALuRDvuIuI38U { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:15.5625rem;left:10.25rem;height:1.29980625rem;display:block; }
#NiBh4sdpS2oQJUgAQEx4hdpha17TanaW { color:#000000;display:block;width:22.375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:11.9375rem;left:5.3125rem;height:1.4624rem;display:block; }
#r3s4pawA8RJN2egf2LJinwlXwuubG280 { color:#000000;display:block;width:25.5rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:9.5126953125rem;left:5.15625rem;height:2.9248rem;display:block; }
#qLG6GeTptnh4SJVv2AK0HFPZFJSbIoxy { position:absolute;display:block;z-index:100027;background-color:#43d751;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:5.3125rem;width:5.3125rem;top:3.75rem;left:15.25rem;display:block; }
#m4IUGnOgy0p5VewasWSO7BD6kOJ1JNzJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:4.8125rem;left:16.375rem; }
#mFLRfZFhvFukl7wqoxR7JMG0vqroyBPf { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:22.125rem;left:5.3125rem;height:4.38720625rem;display:block; }
#Hyr6sEuDdKIC2k0Pks9M1CyqfP6df64K { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:18.3125rem;top:7.125rem;left:36.75rem;overflow:hidden;display:block; }
#mWRo1TSE43KMopTrZRWwESsBLaaXIMD6 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:14.83154296875rem;left:5.3125rem;height:2.9248rem;text-align:left;text-align-last:left;display:block; }
#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s { z-index:;position:relative;display:block; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s { background-color: transparent; background-image: none; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container > .video-iframe-container { display: none; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row > .video-iframe-container { display: none; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .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); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s { border-width: 0; border-radius: 0; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container { 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;font-size:0.875rem;font-family:arial;height:66rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container.adaptive-delivery-prevent-bg, #Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container.lazyload, #Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container.lazyloading { background-image: none; }#nBJH7JetrpsLLIlyhkr3HTRn8U6WSK76 { color:#000000;display:block;width:58rem;position:absolute;font-family:mitr;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a5G43piWEJT7slnVBMWrVXOQsRhyZ4yV { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:35.0625rem;top:8.75rem;left:12.46875rem;display:block; }
#KvOZk1k1EcS5vfJAvrQtAJTagp8RCL9i { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4375rem;width:26.0625rem;top:47.5625rem;left:1.8115234375rem;display:block; }
#wEPJnbw3ahIu9mbOs1FOLM1LLITFzNM3 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.499rem;width:26.1865rem;top:47.53173828125rem;left:30.31103515625rem;display:block; }
#wett4SQzCdezy6BDnoaA9zuix0icv7M0 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5610625rem;width:26.1855625rem;top:30.8125rem;left:30.3115234375rem;display:block; }
#mxUFfCQGe5yRxgheUsSeGvSeXTm7TIbI { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.4360625rem;width:26.0610625rem;top:30.875rem;left:1.8125rem;display:block; }
#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e71b418b-e237-4fa5-a433-fbbe07d119fe/48.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy.adaptive-delivery-prevent-bg, #SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy.lazyload, #SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy.lazyloading { background-image: none; }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy > .row .container { border-width: 0; border-radius: 0; }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy > .row > .video-iframe-container {  }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:none; }#f1bbcm0BdMTMTmuuMbrbFPH0JJgH49C3 { background-color:#f44f5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.25rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:19.25rem;left:38.75rem;display:block; }
#NKi2Q6FaK12DTdS8aOC5oBoAgPkZOHfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jdc2cfeGUm511z5mwXaLAVSvFBuezl2p { position:absolute;display:block;z-index:100012;background-color:#ffffff;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(81,151,255,0.5) ;height:19.125rem;width:27.0625rem;top:11.25rem;left:8.5625rem;display:block; }
#Tq57bqU4xH4hvT0GZyXZszdPchxH4ODu { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:26.3369140625rem;left:9.5rem;height:2.9248rem;display:block; }
#f3e2AaethRLfVc0osprrifpVtXfBqTvO { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:22.72509765625rem;left:9.5rem;height:2.9248rem;text-align:left;text-align-last:left;display:block; }
#xSARcV7UN6MgEQQpkCWqU4pEbCE31Lcc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:20.25rem;left:14.4375rem;height:1.29980625rem;display:block; }
#BTsTq8ZiHUAAnZUzOLg2e1Cvmhq1l1Hh { color:#000000;display:block;width:22.375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:19.5185546875rem;left:9.5rem;height:1.4624rem;display:block; }
#MXNrfJIkSgnJtW11uzwuXpk4IiSQ1TZT { color:#000000;display:block;width:25.5rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:15.8251953125rem;left:9.34375rem;height:2.9248rem;display:block; }
#PXw64hAqSvqy94un6aLm9I60Zqz3b92P { position:absolute;display:block;z-index:100027;background-color:#43d751;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:5.3125rem;width:5.3125rem;top:8.4375rem;left:19.4375rem;display:block; }
#ONT5dHghMX7rrOiU3UGytycm9ou2pu9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:9.5rem;left:20.5625rem; }
#qSlHzFOG1OXsZSIx0k0sz0fqZ8RCJX5c { color:#000000;display:block;width:58rem;position:absolute;font-family:mitr;font-size:2.1875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZCLCfHwppln96DtcLRxCImgH1TkGada { z-index:;position:relative;display:none; }#xZCLCfHwppln96DtcLRxCImgH1TkGada { border-width: 0; border-radius: 0; }#xZCLCfHwppln96DtcLRxCImgH1TkGada > .row .container { 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;font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:none; }#SHw3rOM4USqTc4QXqrZyDNZNzxNxcLh7 { color:#000000;display:block;width:44rem;position:absolute;font-family:mitr;font-size:2.1875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5PurbgSnDWf7P722POpo6VFDDSPEb2z { color:#000000;display:block;width:32.625rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:17.875rem;left:14.6875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#BB6boBDDaKwNOGhdkmnFA71SIHTDo8F8 { background-color:#f44f5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.8110375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:28.08251953125rem;left:21.25rem;display:block; }
#hFQFR9ekgAG9cT2tOmMfn1K1NHtXr86a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uufXxavyCzBTiIrHXe4uFDNGUJ5ImfDk { color:#000000;display:block;width:32.625rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:10.6875rem;left:14.6875rem;height:4.3994125rem;text-align:center;text-align-last:center;display:block; }
#KtNGHxlOh8LoeS40PLuTb8Cus2KKfgHo { position:absolute;display:block;z-index:100000;background-color:#fff978;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:4.9375rem;width:21.125rem;top:10.4375rem;left:20.4375rem;display:block; }
#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz { z-index:;position:relative;display:block; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz { background-color: transparent; background-image: none; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container > .video-iframe-container { display: none; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row > .video-iframe-container { display: none; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .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); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz { border-width: 0; border-radius: 0; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container { 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;font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container.adaptive-delivery-prevent-bg, #uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container.lazyload, #uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container.lazyloading { background-image: none; }#KolaOJ6bUFq2WcIoPh2fNgGLtEUnQih1 { color:#000000;display:block;width:58rem;position:absolute;font-family:mitr;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S98PNEaNVs3MToL7e938ye8ob14RUBQd { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:6.25rem;top:8.75rem;left:9.625rem;overflow:hidden;display:none; }
#PgpRqtGGXWNHvTOBDUoRryxHDg79edLb { color:#005dc1;display:block;width:19.5rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100048;line-height:1.2;letter-spacing:0;top:10.01220703125rem;left:0rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MHFh4G1LdRcS1uknUuMkJZvMkpDciksQ { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);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;height:10.75rem;width:60rem;top:12.5rem;left:0.0625rem;display:block; }
#P4Mt8IqpqNmun0AyNRWSC5Lfrhi4eAWC { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.25rem;top:13.125rem;left:1.3125rem;overflow:hidden;display:block; }
#IswLe9iDCDCoEWTXIZOnkDawIgaQkFWu { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);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;height:10.75rem;width:60rem;top:29.4375rem;left:0rem;display:block; }
#NxDK3wUqDTi2b7nkQnMw0kNCDEvcpTEn { color:#005dc1;display:block;width:30rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100045;line-height:1.2;letter-spacing:0;top:25.8125rem;left:0.0625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#no9AHVQyG3ysJLoiQFTT3V0yrNTBF9y1 { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:18.1875rem;top:30.09375rem;left:1.375rem;overflow:hidden;display:block; }
#iSrWCdsAxJ5S066VJ96vTR8BEK1PxVEC { position:absolute;display:block;z-index:100067;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:18.5625rem;top:30.0625rem;left:20.75rem;overflow:hidden;display:block; }
#ooKmT0G5W39NpWRKQWvTG1MPisuQd5A4 { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.0625rem;top:30.0625rem;left:40.3125rem;overflow:hidden;display:block; }
#yyetMuoMACJ1SzxuP2QMwJ7nZrPb14Z9 { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.5625rem;top:13.0625rem;left:20.71875rem;overflow:hidden;display:block; }
#Lf3JA0TuORVWS7TUqePlVX6HkfJ2gT1u { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.625rem;top:12.96875rem;left:40.308467741936rem;overflow:hidden;display:block; }
#hkxR5JOT04OlGqKQ4ttG8Zkda4bCBpd8 { color:#f44f5a;display:block;width:44.75rem;position:absolute;font-family:mitr;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.875rem;left:7.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI { z-index:;position:relative;display:block; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI { background-color: transparent; background-image: none; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container > .video-iframe-container { display: none; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row > .video-iframe-container { display: none; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .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); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI { border-width: 0; border-radius: 0; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container { 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;font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container.adaptive-delivery-prevent-bg, #JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container.lazyload, #JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container.lazyloading { background-image: none; }#TtILDpSnTFRvRMTEwgSy9z9QH4qWlboF { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:6.25rem;top:8.75rem;left:9.625rem;overflow:hidden;display:none; }
#pP5RAPQTR732vb4wKRoGFy13H4ctai6Q { color:#005dc1;display:block;width:26.625rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100071;line-height:1.2;letter-spacing:0;top:1.125rem;left:0.0625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kLrspckcsJnKZpe1ze8sCgeAhV63HSki { position:absolute;display:block;z-index:100033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);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;height:10.75rem;width:60rem;top:4.375rem;left:0.0625rem;display:block; }
#yTUGu3HXPWAepkFNOzkQQUtl3bx1cH1K { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:18.5rem;top:5rem;left:1.0625rem;overflow:hidden;display:block; }
#E21Ttgx69F0bcAG63TwKzE13GMpxCHXZ { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:18.75rem;top:4.8125rem;left:20.6875rem;overflow:hidden;display:block; }
#yTXrQr7GlDnfEwdDNpIotuVxKx8cFq1a { color:#005dc1;display:block;width:17.9375rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100072;line-height:1.2;letter-spacing:0;top:17.3125rem;left:0rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L8ISA9DF2AHet566cFVPTWoUaR4mtlD8 { position:absolute;display:block;z-index:100037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);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;height:10.75rem;width:60rem;top:20.375rem;left:0.0625rem;display:block; }
#C9aEhxsZC4mq1d8y5rnWoFhtFKwK16dC { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.5625rem;top:21rem;left:20.8125rem;overflow:hidden;display:block; }
#aP6ANGi6dbdc06f8N9nhcQtTpP9yAkLR { position:absolute;display:block;z-index:100094;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.4375rem;top:20.9375rem;left:1.0625rem;overflow:hidden;display:block; }
#ANcVNMP6i01ysBAdcqmpJc4BBJ0cU4XL { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:18.8125rem;top:20.875rem;left:40.3125rem;overflow:hidden;display:block; }
#lR1uUTqZhL9NQ4KFgVT8KrtctgFbAIA5 { position:absolute;display:block;z-index:100100;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.75rem;top:4.9375rem;left:40.375rem;overflow:hidden;display:block; }
#QAK3n92NSs1VMTNAaqG5UwzMPKLOlVd0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe800, #ffad00);background-image: -moz-linear-gradient(180deg, #ffe800, #ffad00);background-image: -ms-linear-gradient(180deg, #ffe800, #ffad00);background-image: -o-linear-gradient(180deg, #ffe800, #ffad00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffad00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffad00' );";background-image: linear-gradient(180deg, #ffe800, #ffad00);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.1875rem;text-decoration:none;z-index:100120;text-align:center;text-align-last:center;top:33.125rem;left:21.3125rem;display:block; }
#aL3OsEpUHb56zZDNho3q09s7Ik9caTSp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn > .row .container { border-width: 0; border-radius: 0; }#cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn > .row > .video-iframe-container {  }#cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;overflow:visible;position:relative;display:none; }#f6yw121Jf5mwsL0wr08IG86bfWNZGKbz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:12.125rem;left:13.5625rem; }
#ctUI9r3hBrR0LldXeIGhnInBZsl1bs8Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:12.0625rem;left:43.3125rem; }
#uS8diNCIotq5PmOGMenuTRhIq0wRs3Bi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:26.625rem;width:47.1875rem;top:3.15625rem;left:6.40625rem;overflow:hidden;display:block; }
#VN5rrTx8Kimhrcoe2qiWuxaF33ESouW9 { background-color:#f44f5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.8110375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:31.875rem;left:21.25rem;display:block; }
#f0UKK09l4t69DsQ9UcWu7mcKPZaFpTXL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5ba11d3c-8f67-480f-80ca-c4774beeb05e/49.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7.adaptive-delivery-prevent-bg, #bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7.lazyload, #bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7.lazyloading { background-image: none; }#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 > .row .container { border-width: 0; border-radius: 0; }#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 > .row > .video-iframe-container {  }#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:none; }#XoatoWiO1SLFngmJ0EbJpgGmaEPpsifk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe800, #ffad00);background-image: -moz-linear-gradient(180deg, #ffe800, #ffad00);background-image: -ms-linear-gradient(180deg, #ffe800, #ffad00);background-image: -o-linear-gradient(180deg, #ffe800, #ffad00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffad00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffad00' );";background-image: linear-gradient(180deg, #ffe800, #ffad00);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.5rem;font-weight:700;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:3.1875rem;text-decoration:none;z-index:100109;text-align:center;text-align-last:center;top:35.1875rem;left:21.3125rem;display:block; }
#IPRr00JiJNnnSSnk3b2Zsccu3Q5eCQ9t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OxNO4DuWTfbHTiwHy773JdQ0aqAfQ91S { position:absolute;display:block;z-index:100026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);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;height:10.75rem;width:60rem;top:21.8125rem;left:0.0625rem;display:block; }
#aeNEKaOGDxoIQsR34HVpOoGi4zSI9ERa { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:18.8125rem;top:22.3125rem;left:40.3125rem;overflow:hidden;display:block; }
#vvuoO9ctDBKhyCJbVtypJ0fo5yFyR6yC { position:absolute;display:block;z-index:100085;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:18.5625rem;top:22.4375rem;left:20.8125rem;overflow:hidden;display:block; }
#Up26aG9dL6MS3dblE5zm1rvi8FFDiuJV { position:absolute;display:block;z-index:100022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(180deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(180deg, #5a2da0, #da19a3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2da0', endColorstr='#da19a3' );";background-image: linear-gradient(180deg, #5a2da0, #da19a3);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;height:10.75rem;width:60rem;top:5.8125rem;left:0.0625rem;display:block; }
#VuTZTFTN02h1Xyvh9daPCOzh5akHhwby { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:18.75rem;top:6.25rem;left:20.6875rem;overflow:hidden;display:block; }
#SLSic8Nv9zEMalMU4hmftJ5ZXg0bZy2w { position:absolute;display:block;z-index:100089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.75rem;top:6.375rem;left:40.375rem;overflow:hidden;display:block; }
#hmLfAfgRFJKaRtTg0io4AXvz0ra3w8QO { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:18.5rem;top:6.4375rem;left:1.0625rem;overflow:hidden;display:block; }
#QAgJ9L93HcioFR7t1LRWKH1o8hgE7Trv { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.625rem;width:18.4375rem;top:22.375rem;left:1.0625rem;overflow:hidden;display:block; }
#En4nM7WzZVrxfxWDyo2GfLd4gFC6KGKH { color:#005dc1;display:block;width:17.9375rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100061;line-height:1.2;letter-spacing:0;top:18.75rem;left:0rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IMEPVgw446CQJn4hHuPpq3NM9rQMTsdc { color:#005dc1;display:block;width:26.625rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100060;line-height:1.2;letter-spacing:0;top:2.5625rem;left:0.0625rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bEkXu4bslSMx1tctrUmkTxCrL6UMQHo5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #a40000);background-image: -moz-linear-gradient(180deg, #ff0000, #a40000);background-image: -ms-linear-gradient(180deg, #ff0000, #a40000);background-image: -o-linear-gradient(180deg, #ff0000, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );";background-image: linear-gradient(180deg, #ff0000, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.5625rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:39.625rem;left:18.65625rem;display:block; }
#Rx4fRidhcfbOQ5KE441PGu2BTaDcxsir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container { background-color: transparent; background-image: none; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container > .video-iframe-container { display: none; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row > .video-iframe-container { display: none; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .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); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container { border-width: 0; border-radius: 0; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row > .video-iframe-container {  }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#XSV32h2Ne6Qdmg786hfLLlw8837TxVPS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #a40000);background-image: -moz-linear-gradient(180deg, #ff0000, #a40000);background-image: -ms-linear-gradient(180deg, #ff0000, #a40000);background-image: -o-linear-gradient(180deg, #ff0000, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a40000' );";background-image: linear-gradient(180deg, #ff0000, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:mitr;font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.25rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:30.4375rem;left:37.4375rem;display:block; }
#AKdvPaFbsABL9m0Jdhfwn65yTXwNi4Hg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IBccFnDs0wtyTJlMDIuW50KLKS3elRmv { position:absolute;display:block;z-index:100024;background-color:#ffffff;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(81,151,255,0.5) ;height:19.125rem;width:27.0625rem;top:15.5rem;left:4.6875rem;display:block; }
#LcqJKI2AqUwwJeB05VZnykToVwelODS4 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:18.3125rem;top:16.0625rem;left:37.0625rem;overflow:hidden;display:block; }
#FTqphR3LH9cgkEUq5P8B1TrOTF7o64OD { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:26.4375rem;left:5.625rem;height:2.9248rem;text-align:left;text-align-last:left;display:block; }
#BFqti4BU9FpT4qbB16Mdfptk2aw6N7OU { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:31.0625rem;left:5.625rem;height:4.38720625rem;display:block; }
#E9XKc9lgVILVQuVStT75D8uC4VHbBS8x { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:23.75rem;left:5.625rem;height:2.9248rem;text-align:left;text-align-last:left;display:block; }
#on2RJsGdTDTEspQhnQwMr9kCfl2ddtne { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.625rem;height:2.9248rem;display:block; }
#M1qngxhTipPDZTKckPQmddV6t7x5rrPL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:24.5rem;left:10.5625rem;height:1.29980625rem;display:block; }
#LVuFa2RH8lyFigh9NA5oL4yVRNTyyhkc { color:#000000;display:block;width:22.375rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:20.875rem;left:5.625rem;height:1.4624rem;display:block; }
#uLWqDLA0ESeyHc5FIiWrr2Hs1G1Mcc7f { color:#000000;display:block;width:25.5rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.4375rem;height:2.9248rem;display:block; }
#vTBXxpVDc3nIgmRwEXTrXkixkST8DaK8 { position:absolute;display:block;z-index:100039;background-color:#43d751;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:5.3125rem;width:5.3125rem;top:12.6875rem;left:15.5625rem;display:block; }
#imTabQSxmFUytAzfB1k01HIOQLs6ys8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100041;top:13.75rem;left:16.6875rem; }
#fismygksT8dL7Wwd6Xg8TcQNnSeiy3EM { color:#005dc1;display:block;width:34rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100061;line-height:1.2;letter-spacing:0;top:2.375rem;left:15.5625rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZmfLQgXoG0982NMUzTEQIA6dUNn4cAft { color:#000000;display:block;width:34rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:700;z-index:100062;line-height:1.2;letter-spacing:0;top:9.30078125rem;left:15.5625rem;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; }
#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3e98ca;background-image:none;position:relative;display:block; }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row .container { background-color: transparent; background-image: none; }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row .container > .video-iframe-container { display: none; }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row > .video-iframe-container { display: none; }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .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); }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row .container { border-width: 0; border-radius: 0; }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row > .video-iframe-container {  }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row .container { font-size:0.875rem;font-family:prompt;height:16.9375rem;width:60rem;position:relative;display:block; }#vizfzHggnrpmVlb8A7ImKzWvWzp1Vvt5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#CNoPUXPBlBmvNCbO69Z8Udo3k6zPDbdq { color:#000000;display:block;width:29rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.2747375rem;display:block; }
#uA3pEIxlTAlEWXTnkpbk204prV36PyvU { color:#000000;display:block;width:30rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.92383125rem;display:block; }
#Z9wPeE1ZwwrEhE2VvMGQKCppCd67tAl1 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.9746125rem;text-align:right;text-align-last:right;display:block; }
#I4CaUQuH51Ql3rTcDBoZmgHs1d18I4wh { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.2747375rem;text-align:right;text-align-last:right;display:block; }
#e0oqEA8q61uv8l5ImV4SffbNTfnAu3n2 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxZLr4ONGg7G6GNJltJP2UrrzJmX1zQp { top:13.1875rem;left:19.6875rem;width:28.0625rem;height:18rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLyT3gxk3nQQFowZG6SQIU2K4rtyDi8H { top:26.625rem;left:21.625rem;width:26.125rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DROO6AT7xFXMbxk9k1gH1TFXlktHiEtP { top:5.5rem;left:18.375rem;width:29.375rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIcsfFI3brulOCLZuWRSg5io4tSCMRe { top:15.3125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnM5OiUQWx4qshW4ZgwrHi5x00PM9gNM { width:15.3125rem;height:4.375rem;top:16.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gApVs58EJZdRICfn7US2aTZgWPzE8v7k { width:13.5rem;height:4.875rem;top:20.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gScJ3JREfUOly1llG5kk1vxBOcvzRNTs { width:15.3125rem;height:1.4375rem;top:24.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBtJHX6PlaenOzcmCSgcD6uhQ9zzAyqe { top:2.5625rem;left:6.59375rem;width:15.75rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8q3vQyC5akRzd0vDzOVi830aXJ0aAG { top:5.4375rem;left:0rem;width:10.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKqQTkZ3S2ZTa8EQLl4V7NCi7yAikgIk { top:41.625rem;left:1.25rem;width:45.3125rem;height:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndDkD9yagexs3VMiWi4gg8Fi6uGQeHC9 { top:49.3125rem;left:10.8125rem;width:26.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh1RyJ29leDCXIukq0y8xAIbtggWHxwe { width:18.375rem;height:4.75rem;top:27.875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdi5VepvrbMDDRdCRvADXKMfZUEgTw9 { display:block; }
 }@media only screen and (max-width: 763px) { #IrEiQwMtEJWSvzDalTgfHJmLT3QP5mWi { top:51.6875rem;left:20.75rem;width:6.25rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoU4rXoBts8GE2iva35VANA68I5Q4F8q { top:0.75rem;left:2.15625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhep6VocP1k84D7V2VutSRo77OfVsQ1V { top:0.5625rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9LcemlLPIDkDXHzWgmeKHaSb1K7cQp { width:13.5rem;height:1.8125rem;top:2rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrO2K3m4yVxPIknpU0lqmnaTr1JN5pE8 { top:35.75rem;left:20.75rem;width:6.25rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot { display:block; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHZ0lvtT6kcp3VuJ1BkbVLytgkB6ME4z { top:1rem;left:0rem;width:17.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owmZlfPghgKpVDhnAgXKUQkN0iAZp8lh { top:1.0625rem;left:29.75rem;width:17.75rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5GRVOqtCQAqAVUw0Esc5Nzel6Trfwba { top:1.0625rem;left:14.875rem;width:17.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdQHEyLDVOEgvUcTi3ReHHvWgh4MWLxs { top:11.125rem;left:0rem;width:17.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06rXTTZwUQG3vmeG1Q8oNcfTCtB8BPN { top:11.125rem;left:14.875rem;width:17.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0OVypISTGRwDoTV8TmOTNpNNZezH0ZX { top:11.125rem;left:29.6875rem;width:17.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOiu5ONhq7Aq3UtcOGuVi5mr3bmEhJKX { top:21.3125rem;left:0rem;width:18.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7TrHIZVUUrwbObA3vKcnMbn2VLnDIP { top:21.3125rem;left:14.8125rem;width:17.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgL2b3m79nL8XoBr1ffivOKbDOSiJ0pi { top:21.3125rem;left:29.5625rem;width:18.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJcuW0azLC6U5N2k8LcVUPxoMcVqGpWm { top:0rem;left:0rem;width:47.75rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXO2GPZhTEXtGaT1S5ePLe5hKZ3caCkO { top:32.875rem;left:0rem;width:47.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diT3RAnxDbJhPwTOpd2e3A7rK9CM9JQv { top:0.5rem;left:0rem;width:20rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSVFDfMifps8BJpxCflTDQnt1LsrPTv6 { top:53.4375rem;left:10.8125rem;width:26.125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd { display:block; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PimFp0gyFny7MUzErL6rH7outJy054kZ { top:7.6875rem;left:0rem;width:47.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaD7gi2eehUE9UsXDptEFUFmI6qH9MNJ { top:2.125rem;left:1.21875rem;width:45.3125rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIMKLM9wWcPxMIE715tqGZDCZDVSVH9e { top:9.625rem;left:3.75rem;width:40.25rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGEuh0dlko0WG4copo1gJWWQ5laL6L4O { display:block; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6p8VvcnWWgOAGSGWN9uWhDenJNt12Pc { top:3.3125rem;left:0rem;width:47.75rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTP0NVSs8ZlR2dn58Ws7MuUDxL9qrKQ { top:36.8125rem;left:1.5rem;width:44.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxksLWRvX8bBsAXaTMVemd0n66E1u82 { top:9rem;left:10.75rem;width:26.25rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnOhczoWGApbhh7aF80EV33sWEoEXhMl { top:4.8125rem;left:10.4375rem;width:26.8125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTycN3uGyyISuoucI27kdVxXr9T2ZUkm { top:13.4375rem;left:3.8125rem;width:40.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmB7GbUIfnd8uDDrUDRTGkqbZnTTQEEV { width:18.375rem;height:3.5rem;top:46.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6u4Vs5PAxohzu0l7wH6SyiSnbr7Expt { display:block; }
 }@media only screen and (max-width: 763px) { #p1aG2D0pbAM3INMFrn5F7fITP6H0UowB { display:block; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE3TmfM4JLKeQs9hnFmNgrsLMvlVWlr9 { top:17.375rem;left:15.6875rem;width:16.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4hwCb9okbT76uWnSZTAxk0igfzl6STb { top:17.375rem;left:32.6875rem;width:15.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOsFIFWSTT2I0xWQ3PFVh30uyXEJIaue { top:17.375rem;left:0rem;width:16.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2vnThc2vZLaJ1BSZZTBAQRS2pNkrSk { top:4.4375rem;left:35.0625rem;width:12.6875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiPeCAEUgXo0WUsce5P575tgUlPvIQkF { top:2.875rem;left:0rem;width:13.875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKnFnrBpSxAyWQ0FkVI1vVbBR65ISQ3 { top:3.5rem;left:0rem;width:13rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCsdSoOyvKrtAtQOkSMhaFtkOBe3ByQd { top:2.3125rem;left:14.5rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXgwmdSMxTx5WWfHhRNDPCzX17bLIPtq { top:3.6875rem;left:17.875rem;width:12rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf { display:block; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d86C6wSGiBskUtbQ6tawXLshEST0HUGb { width:32.3125rem;height:2.375rem;top:5.3125rem;left:7.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM5TDvWiGrOcIAI2amxErwa34Jvb9my4 { top:10.75rem;left:3.375rem;width:41rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9gJdoyO6etfWnQ4fReIAy7lB1pQ2c0J { top:3.4375rem;left:0rem;width:47.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS { display:block; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mphSmn4nTLAffKqdnltBz3pvXMqTVpph { width:27rem;height:4.375rem;top:22.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCqManP9OBh1AVXTlsgscabA4D3sy5Ec { width:27.0625rem;height:35rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKFKJMiCPnTBNFAle0OxRQ3BAuKhufbP { top:35.3125rem;left:0rem;width:13.3125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE2TtgvvvmrloDd0n4lco5UmlpL2rzpF { top:5.4375rem;left:1.75rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raoXLMl2TyTJnePBP4V59C5RNMsbNZeP { top:34.1875rem;left:2.5rem;width:20.75rem;height:4.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzXoLXNgDTDmcG4H3Ktl0ZTrr2z15S5c { top:27.0625rem;left:0rem;width:20.75rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKNRKNDwuGdP93uAVZIkgTJh8X22VOpa { top:30.5rem;left:0rem;width:22.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToCPIH53vS6zBAJfK0Etdw2DupDsD4N6 { top:38rem;left:0rem;width:22.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcamZgVpU4que9LxxRreq0UcVGHK4Md2 { top:6.625rem;left:30rem;width:17.1875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxdB5H7F93K0ehCxlJWAO6BP4U9R8W9n { top:8.375rem;left:30rem;width:17.75rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXGeZnGaGyePDMt5y99NK4N8MyPVV6t2 { top:13.4375rem;left:32.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNwcED5c6MGfhZPu4bMImxTHLz7TcFzU { width:15.25rem;height:3.875rem;top:15.8125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceUAXA3MGx9xDil8wSl2GthqJsrc3Gps { display:block; }
 }@media only screen and (max-width: 763px) { #yyB39EE9TWNwHTqvAVvPQeSXb2s9L8ez { top:20.875rem;left:19.625rem;width:28.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyCHJ6W5lWPAq8T3vZdwbnTwQ53DCtdt { top:22.75rem;left:19.625rem;width:28.125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQql4I2l99tWLPhWEIzn4CI2abyha3LQ { top:27.375rem;left:30rem;width:17.1875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRUFwSqnK1zksqtT2xHJwCf8E8vVf0gG { top:43rem;left:19.625rem;width:28.125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwTakLZvKbs8ZNnh6HuT4hbrDzzUa5Eg { width:15.25rem;height:3.875rem;top:37.625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAiZmBCET9pBzdHDbgzt6oEwXUboDWyp { display:block; }
 }@media only screen and (max-width: 763px) { #alxSTkFSgxlcC4USvLfLGMZQpkRPHTpT { top:34.8125rem;left:32.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmC6eHQ9pqEIIbTC1rEhXWtlDALFaIos { top:28.5625rem;left:30rem;width:17.75rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzNRgg4UkcGNS27pb00y4iJSOl89nJUV { width:27rem;height:1.8125rem;top:2.5rem;left:20.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGQNFc5iHcmLEqgV4RcCyQDTN7UCmbF { top:40.25rem;left:0rem;width:22.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFxbNSLFKEhc8zEzLdIx8n4cLna1OOEW { top:6.625rem;left:29.625rem;width:3.5rem;height:2.6401155403935rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T { display:block; }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrhRaTSpTkhHrIyTNloOCOJAtbPOSz0R { top:3.3125rem;left:0rem;width:47.75rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzN0npFCRdsRnpXT35xkxXt0ZTOtclSZ { top:37.375rem;left:1.5rem;width:44.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Pl0dtoSbUJ5Hht9B8NhdgTkSJGDE6f { top:9rem;left:10.75rem;width:26.25rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Wen35wCpuGGi9pDde0uKwVFkVd944Z { top:4.8125rem;left:10.4375rem;width:26.8125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFiMFPSngvv8OG7zSgTVy1kMexOCIkA { width:17.5rem;height:4.75rem;top:47.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWWcwy94D0nceIdr5ADehexHgU5p0tLt { display:block; }
 }@media only screen and (max-width: 763px) { #qiicXiuUQbW7I6czB9vD1h7y5wKH7lSt { top:13.4375rem;left:3.8125rem;width:40.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 { display:block; }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXehx9L0hMyRfi74ddVqlFT45sgt1y2S { width:17.5rem;height:4.25rem;top:21.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWbEXvpciz84HI2WB1c4PLxqlONqZr70 { display:block; }
 }@media only screen and (max-width: 763px) { #n97CVB5VeAHOfVtx6wC6ez81km7v97dU { top:6.5625rem;left:0rem;width:27.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iggtmGF1HRCXXvKTQoS3eyArJNMC5OH6 { top:19.875rem;left:0rem;width:19.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPbX2v1kDtCmp2HJQGXcGbucSnk9uhc { top:17.5rem;left:0rem;width:22.3125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8aTvGToLTxK4ThMfRCALuRDvuIuI38U { top:15.5625rem;left:4.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiBh4sdpS2oQJUgAQEx4hdpha17TanaW { top:11.9375rem;left:0rem;width:22.375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3s4pawA8RJN2egf2LJinwlXwuubG280 { top:9.5rem;left:0rem;width:25.5rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLG6GeTptnh4SJVv2AK0HFPZFJSbIoxy { top:3.75rem;left:9.125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4IUGnOgy0p5VewasWSO7BD6kOJ1JNzJ { top:4.8125rem;left:10.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLRfZFhvFukl7wqoxR7JMG0vqroyBPf { top:22.125rem;left:0rem;width:22.4375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyr6sEuDdKIC2k0Pks9M1CyqfP6df64K { top:7.125rem;left:29.4375rem;width:18.3125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWRo1TSE43KMopTrZRWwESsBLaaXIMD6 { top:14.8125rem;left:0rem;width:22.3125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s { display:block; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBJH7JetrpsLLIlyhkr3HTRn8U6WSK76 { top:2.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5G43piWEJT7slnVBMWrVXOQsRhyZ4yV { top:8.75rem;left:6.34375rem;width:35.0625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvOZk1k1EcS5vfJAvrQtAJTagp8RCL9i { top:47.5625rem;left:0rem;width:26.0625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEPJnbw3ahIu9mbOs1FOLM1LLITFzNM3 { top:47.5rem;left:21.625rem;width:26.125rem;height:14.464948542187rem;display:block; }
 }@media only screen and (max-width: 763px) { #wett4SQzCdezy6BDnoaA9zuix0icv7M0 { top:30.8125rem;left:21.625rem;width:26.125rem;height:14.527385379348rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxUFfCQGe5yRxgheUsSeGvSeXTm7TIbI { top:30.875rem;left:0rem;width:26rem;height:14.402238013128rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy { display:block; }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1bbcm0BdMTMTmuuMbrbFPH0JJgH49C3 { width:17.5rem;height:4.25rem;top:19.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKi2Q6FaK12DTdS8aOC5oBoAgPkZOHfR { display:block; }
 }@media only screen and (max-width: 763px) { #Jdc2cfeGUm511z5mwXaLAVSvFBuezl2p { top:11.25rem;left:2.4375rem;width:27.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq57bqU4xH4hvT0GZyXZszdPchxH4ODu { top:26.3125rem;left:3.375rem;width:19.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3e2AaethRLfVc0osprrifpVtXfBqTvO { top:22.6875rem;left:3.375rem;width:22.3125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSARcV7UN6MgEQQpkCWqU4pEbCE31Lcc { top:20.25rem;left:8.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTsTq8ZiHUAAnZUzOLg2e1Cvmhq1l1Hh { top:19.5rem;left:3.375rem;width:22.375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXNrfJIkSgnJtW11uzwuXpk4IiSQ1TZT { top:15.8125rem;left:3.21875rem;width:25.5rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXw64hAqSvqy94un6aLm9I60Zqz3b92P { top:8.4375rem;left:13.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONT5dHghMX7rrOiU3UGytycm9ou2pu9J { top:9.5rem;left:14.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSlHzFOG1OXsZSIx0k0sz0fqZ8RCJX5c { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZCLCfHwppln96DtcLRxCImgH1TkGada { display:block; }#xZCLCfHwppln96DtcLRxCImgH1TkGada > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHw3rOM4USqTc4QXqrZyDNZNzxNxcLh7 { top:4.1875rem;left:2.875rem;width:44rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5PurbgSnDWf7P722POpo6VFDDSPEb2z { top:17.875rem;left:8.5625rem;width:32.625rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6boBDDaKwNOGhdkmnFA71SIHTDo8F8 { width:17.5rem;height:4.75rem;top:28.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQFR9ekgAG9cT2tOmMfn1K1NHtXr86a { display:block; }
 }@media only screen and (max-width: 763px) { #uufXxavyCzBTiIrHXe4uFDNGUJ5ImfDk { top:10.6875rem;left:8.5625rem;width:32.625rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtNGHxlOh8LoeS40PLuTb8Cus2KKfgHo { top:10.4375rem;left:14.3125rem;width:21.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz { display:block; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KolaOJ6bUFq2WcIoPh2fNgGLtEUnQih1 { top:1.1875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98PNEaNVs3MToL7e938ye8ob14RUBQd { top:9.375rem;left:4.125rem;width:6.25rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgpRqtGGXWNHvTOBDUoRryxHDg79edLb { top:10rem;left:0rem;width:19.5rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHFh4G1LdRcS1uknUuMkJZvMkpDciksQ { top:12.5rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4Mt8IqpqNmun0AyNRWSC5Lfrhi4eAWC { top:13.125rem;left:0rem;width:18.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IswLe9iDCDCoEWTXIZOnkDawIgaQkFWu { top:29.4375rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxDK3wUqDTi2b7nkQnMw0kNCDEvcpTEn { top:25.8125rem;left:0rem;width:30rem;height:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #no9AHVQyG3ysJLoiQFTT3V0yrNTBF9y1 { top:30.0625rem;left:0rem;width:18.1875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSrWCdsAxJ5S066VJ96vTR8BEK1PxVEC { top:30.0625rem;left:14.625rem;width:18.5625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooKmT0G5W39NpWRKQWvTG1MPisuQd5A4 { top:30.0625rem;left:29.6875rem;width:18.0625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyetMuoMACJ1SzxuP2QMwJ7nZrPb14Z9 { top:13.0625rem;left:14.59375rem;width:18.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf3JA0TuORVWS7TUqePlVX6HkfJ2gT1u { top:12.9375rem;left:28.875rem;width:18.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxR5JOT04OlGqKQ4ttG8Zkda4bCBpd8 { top:6.875rem;left:1.5rem;width:44.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI { display:block; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtILDpSnTFRvRMTEwgSy9z9QH4qWlboF { top:9.375rem;left:4.125rem;width:6.25rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP5RAPQTR732vb4wKRoGFy13H4ctai6Q { top:1.125rem;left:0rem;width:26.625rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLrspckcsJnKZpe1ze8sCgeAhV63HSki { top:4.375rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUGu3HXPWAepkFNOzkQQUtl3bx1cH1K { top:5rem;left:0rem;width:18.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21Ttgx69F0bcAG63TwKzE13GMpxCHXZ { top:4.8125rem;left:14.5625rem;width:18.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTXrQr7GlDnfEwdDNpIotuVxKx8cFq1a { top:17.3125rem;left:0rem;width:17.9375rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ISA9DF2AHet566cFVPTWoUaR4mtlD8 { top:20.375rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9aEhxsZC4mq1d8y5rnWoFhtFKwK16dC { top:21rem;left:14.6875rem;width:18.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP6ANGi6dbdc06f8N9nhcQtTpP9yAkLR { top:20.9375rem;left:0rem;width:18.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANcVNMP6i01ysBAdcqmpJc4BBJ0cU4XL { top:20.875rem;left:28.9375rem;width:18.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1uUTqZhL9NQ4KFgVT8KrtctgFbAIA5 { top:4.9375rem;left:29rem;width:18.75rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAK3n92NSs1VMTNAaqG5UwzMPKLOlVd0 { width:17.375rem;height:3.1875rem;top:33.125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3OsEpUHb56zZDNho3q09s7Ik9caTSp { display:block; }
 }@media only screen and (max-width: 763px) { #cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn { display:block; }#cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6yw121Jf5mwsL0wr08IG86bfWNZGKbz { top:12.125rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctUI9r3hBrR0LldXeIGhnInBZsl1bs8Z { top:12.0625rem;left:37.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS8diNCIotq5PmOGMenuTRhIq0wRs3Bi { top:3.125rem;left:0.28125rem;width:47.1875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN5rrTx8Kimhrcoe2qiWuxaF33ESouW9 { width:17.5rem;height:4.75rem;top:31.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UKK09l4t69DsQ9UcWu7mcKPZaFpTXL { display:block; }
 }@media only screen and (max-width: 763px) { #bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 { display:block; }#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XoatoWiO1SLFngmJ0EbJpgGmaEPpsifk { width:17.375rem;height:3.1875rem;top:35.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPRr00JiJNnnSSnk3b2Zsccu3Q5eCQ9t { display:block; }
 }@media only screen and (max-width: 763px) { #OxNO4DuWTfbHTiwHy773JdQ0aqAfQ91S { top:21.8125rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNEKaOGDxoIQsR34HVpOoGi4zSI9ERa { top:22.3125rem;left:28.9375rem;width:18.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvuoO9ctDBKhyCJbVtypJ0fo5yFyR6yC { top:22.4375rem;left:14.6875rem;width:18.5625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up26aG9dL6MS3dblE5zm1rvi8FFDiuJV { top:5.8125rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuTZTFTN02h1Xyvh9daPCOzh5akHhwby { top:6.25rem;left:14.5625rem;width:18.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLSic8Nv9zEMalMU4hmftJ5ZXg0bZy2w { top:6.375rem;left:29rem;width:18.75rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLfAfgRFJKaRtTg0io4AXvz0ra3w8QO { top:6.4375rem;left:0rem;width:18.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgJ9L93HcioFR7t1LRWKH1o8hgE7Trv { top:22.375rem;left:0rem;width:18.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4nM7WzZVrxfxWDyo2GfLd4gFC6KGKH { top:18.75rem;left:0rem;width:17.9375rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMEPVgw446CQJn4hHuPpq3NM9rQMTsdc { top:2.5625rem;left:0rem;width:26.625rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkXu4bslSMx1tctrUmkTxCrL6UMQHo5 { width:22.6875rem;height:3.5625rem;top:39.625rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx4fRidhcfbOQ5KE441PGu2BTaDcxsir { display:block; }
 }@media only screen and (max-width: 763px) { #weC8LBxHfX5TAG1unJV3BAaORrKvAvWR { display:block; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSV32h2Ne6Qdmg786hfLLlw8837TxVPS { width:17.5rem;height:4.25rem;top:30.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKdvPaFbsABL9m0Jdhfwn65yTXwNi4Hg { display:block; }
 }@media only screen and (max-width: 763px) { #IBccFnDs0wtyTJlMDIuW50KLKS3elRmv { top:15.5rem;left:0rem;width:27.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcqJKI2AqUwwJeB05VZnykToVwelODS4 { top:16.0625rem;left:29.4375rem;width:18.3125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTqphR3LH9cgkEUq5P8B1TrOTF7o64OD { top:26.4375rem;left:0rem;width:22.3125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFqti4BU9FpT4qbB16Mdfptk2aw6N7OU { top:31.0625rem;left:0rem;width:22.4375rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9XKc9lgVILVQuVStT75D8uC4VHbBS8x { top:23.75rem;left:0rem;width:22.3125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on2RJsGdTDTEspQhnQwMr9kCfl2ddtne { top:28.8125rem;left:0rem;width:19.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1qngxhTipPDZTKckPQmddV6t7x5rrPL { top:24.5rem;left:4.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuFa2RH8lyFigh9NA5oL4yVRNTyyhkc { top:20.875rem;left:0rem;width:22.375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLWqDLA0ESeyHc5FIiWrr2Hs1G1Mcc7f { top:18.4375rem;left:0rem;width:25.5rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTBXxpVDc3nIgmRwEXTrXkixkST8DaK8 { top:12.6875rem;left:9.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTabQSxmFUytAzfB1k01HIOQLs6ys8w { top:13.75rem;left:10.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fismygksT8dL7Wwd6Xg8TcQNnSeiy3EM { top:2.375rem;left:9.4375rem;width:34rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmfLQgXoG0982NMUzTEQIA6dUNn4cAft { top:9.25rem;left:9.4375rem;width:34rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk { display:block; }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vizfzHggnrpmVlb8A7ImKzWvWzp1Vvt5 { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNoPUXPBlBmvNCbO69Z8Udo3k6zPDbdq { top:6rem;left:0rem;width:29rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA3pEIxlTAlEWXTnkpbk204prV36PyvU { top:11.3125rem;left:0rem;width:30rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9wPeE1ZwwrEhE2VvMGQKCppCd67tAl1 { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4CaUQuH51Ql3rTcDBoZmgHs1d18I4wh { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0oqEA8q61uv8l5ImV4SffbNTfnAu3n2 { 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:#c5edff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eb87d408-5ddb-4624-b768-84e7c439418c/bginvest2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxZLr4ONGg7G6GNJltJP2UrrzJmX1zQp { width:20rem;height:11.2119rem;top:12.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLyT3gxk3nQQFowZG6SQIU2K4rtyDi8H { width:18.0625rem;height:3.65625rem;top:33.8125rem;left:1rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DROO6AT7xFXMbxk9k1gH1TFXlktHiEtP { width:20rem;height:4.0625rem;top:7.80517578125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIcsfFI3brulOCLZuWRSg5io4tSCMRe { width:7.3125rem;height:7.3125rem;top:22.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnM5OiUQWx4qshW4ZgwrHi5x00PM9gNM { width:6.1875rem;height:2.68066875rem;top:23.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gApVs58EJZdRICfn7US2aTZgWPzE8v7k { width:5.875rem;height:1.94970625rem;top:26.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gScJ3JREfUOly1llG5kk1vxBOcvzRNTs { width:6.1875rem;height:0.89355625rem;top:28.1875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBtJHX6PlaenOzcmCSgcD6uhQ9zzAyqe { width:6.25rem;height:12.4375rem;top:20.6875rem;left:9.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT8q3vQyC5akRzd0vDzOVi830aXJ0aAG { width:11.4375rem;height:1.05615rem;top:5.625rem;left:4.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKqQTkZ3S2ZTa8EQLl4V7NCi7yAikgIk { width:20rem;height:3.8994125rem;top:35.22607421875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndDkD9yagexs3VMiWi4gg8Fi6uGQeHC9 { width:20rem;height:1.6875rem;top:39.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jh1RyJ29leDCXIukq0y8xAIbtggWHxwe { width:14.8125rem;height:3.375rem;top:38.6875rem;left:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdi5VepvrbMDDRdCRvADXKMfZUEgTw9 { display:block; }
 }@media only screen and (max-width: 763px) { #IrEiQwMtEJWSvzDalTgfHJmLT3QP5mWi { width:4.75rem;height:3.4375rem;top:43.3125rem;left:7.625rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #JoU4rXoBts8GE2iva35VANA68I5Q4F8q { width:3.375rem;height:3.375rem;top:1.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhep6VocP1k84D7V2VutSRo77OfVsQ1V { width:3.3125rem;height:3.3125rem;top:1.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9LcemlLPIDkDXHzWgmeKHaSb1K7cQp { width:13.5rem;height:1.86865rem;top:2.4375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrO2K3m4yVxPIknpU0lqmnaTr1JN5pE8 { width:6.25rem;height:4.5625rem;top:48rem;left:6.875rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot { background-color:transparent;background-image:none;display:block; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container { background-color: transparent; background-image: none; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container > .video-iframe-container { display: none; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row > .video-iframe-container { display: none; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .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); }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHZ0lvtT6kcp3VuJ1BkbVLytgkB6ME4z { width:18.125rem;height:9.5rem;top:18.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owmZlfPghgKpVDhnAgXKUQkN0iAZp8lh { width:18.125rem;height:9.5rem;top:28.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5GRVOqtCQAqAVUw0Esc5Nzel6Trfwba { width:17.6875rem;height:9.25rem;top:8.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdQHEyLDVOEgvUcTi3ReHHvWgh4MWLxs { width:18.0625rem;height:9.4375rem;top:48.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06rXTTZwUQG3vmeG1Q8oNcfTCtB8BPN { width:18.125rem;height:9.5rem;top:38.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0OVypISTGRwDoTV8TmOTNpNNZezH0ZX { width:8.8125rem;height:4.625rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOiu5ONhq7Aq3UtcOGuVi5mr3bmEhJKX { width:8.875rem;height:4.625rem;top:24.5625rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oi7TrHIZVUUrwbObA3vKcnMbn2VLnDIP { width:8.6875rem;height:4.5625rem;top:29.8125rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgL2b3m79nL8XoBr1ffivOKbDOSiJ0pi { width:9.0625rem;height:4.75rem;top:29.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJcuW0azLC6U5N2k8LcVUPxoMcVqGpWm { width:20rem;height:31.75rem;top:4.0615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXO2GPZhTEXtGaT1S5ePLe5hKZ3caCkO { width:20rem;height:1.05615rem;top:58.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diT3RAnxDbJhPwTOpd2e3A7rK9CM9JQv { width:20rem;height:3.25rem;top:1.5rem;left:0rem;font-size:1.25rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #hSVFDfMifps8BJpxCflTDQnt1LsrPTv6 { width:20rem;height:1.6875rem;top:5.3125rem;left:0rem;font-size:1.125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd { background-color:transparent;background-image:none;display:block; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container { background-color: transparent; background-image: none; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container > .video-iframe-container { display: none; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row > .video-iframe-container { display: none; }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .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); }#qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PimFp0gyFny7MUzErL6rH7outJy054kZ { width:20rem;height:19.4375rem;top:8.431640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaD7gi2eehUE9UsXDptEFUFmI6qH9MNJ { width:20rem;height:4.875rem;top:2.2499980926514rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIMKLM9wWcPxMIE715tqGZDCZDVSVH9e { width:17.5rem;height:15.4345625rem;top:10.4326171875rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGEuh0dlko0WG4copo1gJWWQ5laL6L4O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container { background-color: transparent; background-image: none; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container > .video-iframe-container { display: none; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row > .video-iframe-container { display: none; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .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); }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container { border-width: 0; border-radius: 0; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row > .video-iframe-container {  }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6p8VvcnWWgOAGSGWN9uWhDenJNt12Pc { width:20rem;height:24.5625rem;top:1.1103515625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WiTP0NVSs8ZlR2dn58Ws7MuUDxL9qrKQ { width:20rem;height:2.761725rem;top:20.35888671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxksLWRvX8bBsAXaTMVemd0n66E1u82 { width:16.3125rem;height:1.54345625rem;top:5.2158203125rem;left:1.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnOhczoWGApbhh7aF80EV33sWEoEXhMl { width:20rem;height:2.11230625rem;top:2.60302734375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTycN3uGyyISuoucI27kdVxXr9T2ZUkm { height:10.9360625rem;width:20rem;top:8.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmB7GbUIfnd8uDDrUDRTGkqbZnTTQEEV { width:16.4375rem;height:3.5rem;top:26.9228515625rem;left:1.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6u4Vs5PAxohzu0l7wH6SyiSnbr7Expt { display:block; }
 }@media only screen and (max-width: 763px) { #p1aG2D0pbAM3INMFrn5F7fITP6H0UowB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container { background-color: transparent; background-image: none; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container > .video-iframe-container { display: none; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row > .video-iframe-container { display: none; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .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); }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container { border-width: 0; border-radius: 0; }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row > .video-iframe-container {  }#p1aG2D0pbAM3INMFrn5F7fITP6H0UowB > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IE3TmfM4JLKeQs9hnFmNgrsLMvlVWlr9 { width:14.6875rem;height:2.9248rem;top:32.61181640625rem;left:2.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4hwCb9okbT76uWnSZTAxk0igfzl6STb { width:16.125rem;height:2.9248rem;top:48.1875rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOsFIFWSTT2I0xWQ3PFVh30uyXEJIaue { width:16.125rem;height:4.3872rem;top:12.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP2vnThc2vZLaJ1BSZZTBAQRS2pNkrSk { width:12.6875rem;height:8.875rem;top:38.48681640625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiPeCAEUgXo0WUsce5P575tgUlPvIQkF { width:13.875rem;height:10.5rem;top:0.86181640625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKnFnrBpSxAyWQ0FkVI1vVbBR65ISQ3 { width:13rem;height:6.5625rem;top:1.42431640625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCsdSoOyvKrtAtQOkSMhaFtkOBe3ByQd { width:18.75rem;height:14.0625rem;top:18.54931640625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXgwmdSMxTx5WWfHhRNDPCzX17bLIPtq { width:12rem;height:6.625rem;top:20.04931640625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf { background-color:rgba(0,0,0,0);background-image:none;display:block; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container { background-color: transparent; background-image: none; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container > .video-iframe-container { display: none; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row > .video-iframe-container { display: none; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .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); }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d86C6wSGiBskUtbQ6tawXLshEST0HUGb { width:20rem;height:1.6499rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BM5TDvWiGrOcIAI2amxErwa34Jvb9my4 { width:20rem;height:3.89941875rem;top:5.5185546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9gJdoyO6etfWnQ4fReIAy7lB1pQ2c0J { width:20rem;height:9.1875rem;top:1.79248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container { background-color: transparent; background-image: none; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container > .video-iframe-container { display: none; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row > .video-iframe-container { display: none; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .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); }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container { border-width: 0; border-radius: 0; }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row > .video-iframe-container {  }#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mphSmn4nTLAffKqdnltBz3pvXMqTVpph { width:18.875rem;height:4.125rem;top:16.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qCqManP9OBh1AVXTlsgscabA4D3sy5Ec { width:19.875rem;height:24.6875rem;top:9.3125rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(255,193,72,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #FKFKJMiCPnTBNFAle0OxRQ3BAuKhufbP { width:8.625rem;height:2.5rem;top:28.38623046875rem;left:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE2TtgvvvmrloDd0n4lco5UmlpL2rzpF { width:15.8125rem;height:15.8125rem;top:0rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raoXLMl2TyTJnePBP4V59C5RNMsbNZeP { width:13.5rem;height:3.0996125rem;top:27.8486328125rem;left:6.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzXoLXNgDTDmcG4H3Ktl0ZTrr2z15S5c { width:20rem;height:2.3999rem;top:21.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKNRKNDwuGdP93uAVZIkgTJh8X22VOpa { width:20rem;height:4.3872rem;top:24.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToCPIH53vS6zBAJfK0Etdw2DupDsD4N6 { width:20rem;height:1.05615rem;top:30.69873046875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcamZgVpU4que9LxxRreq0UcVGHK4Md2 { width:17.1875rem;height:18.6875rem;top:40.6875rem;left:1.125rem;background-color:#007dc1;background-image:none;border-top:0.25rem solid #fff878;border-left:0.25rem solid #fff878;border-right:0.25rem solid #fff878;border-bottom:0.25rem solid #fff878;display:block; }
 }@media only screen and (max-width: 763px) { #WxdB5H7F93K0ehCxlJWAO6BP4U9R8W9n { width:17.75rem;height:3.7373rem;top:42.4375rem;left:1.3125rem;font-size:1.4375rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #bXGeZnGaGyePDMt5y99NK4N8MyPVV6t2 { width:12.5rem;height:1.29980625rem;top:47.5rem;left:3.75rem;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #CNwcED5c6MGfhZPu4bMImxTHLz7TcFzU { width:15.25rem;height:3.875rem;top:49.875rem;left:2.5625rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ceUAXA3MGx9xDil8wSl2GthqJsrc3Gps { display:block; }
 }@media only screen and (max-width: 763px) { #yyB39EE9TWNwHTqvAVvPQeSXb2s9L8ez { width:20rem;height:1.29980625rem;top:54.625rem;left:0rem;font-size:1rem;color:#4d4d4d;display:block; }
 }@media only screen and (max-width: 763px) { #zyCHJ6W5lWPAq8T3vZdwbnTwQ53DCtdt { width:20rem;height:1.625rem;top:57.1875rem;left:0rem;font-size:0.625rem;color:#4d4d4d;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #VQql4I2l99tWLPhWEIzn4CI2abyha3LQ { width:17.1875rem;height:18.6875rem;top:61.8125rem;left:1.1875rem;background-color:#007dc1;background-image:none;border-top:0.25rem solid #fff878;border-left:0.25rem solid #fff878;border-right:0.25rem solid #fff878;border-bottom:0.25rem solid #fff878;display:block; }
 }@media only screen and (max-width: 763px) { #iRUFwSqnK1zksqtT2xHJwCf8E8vVf0gG { width:20rem;height:1.625rem;top:78.1875rem;left:0rem;font-size:0.625rem;color:#4d4d4d;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #BwTakLZvKbs8ZNnh6HuT4hbrDzzUa5Eg { width:15.25rem;height:3.875rem;top:73rem;left:2.375rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HAiZmBCET9pBzdHDbgzt6oEwXUboDWyp { display:block; }
 }@media only screen and (max-width: 763px) { #alxSTkFSgxlcC4USvLfLGMZQpkRPHTpT { width:12.5rem;height:1.29980625rem;top:70.1875rem;left:3.75rem;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #gmC6eHQ9pqEIIbTC1rEhXWtlDALFaIos { width:17.75rem;height:6.33691875rem;top:63rem;left:1.125rem;font-size:1.625rem;font-weight:400;font-style:normal;z-index:100062;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #tzNRgg4UkcGNS27pb00y4iJSOl89nJUV { width:20rem;height:1.99365rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#000000;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hbGQNFc5iHcmLEqgV4RcCyQDTN7UCmbF { width:20rem;height:1.05615rem;top:32.37939453125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFxbNSLFKEhc8zEzLdIx8n4cLna1OOEW { width:3.5rem;height:2.6401155403935rem;top:40.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/629d5ec4-0df6-489e-bd82-a489618a23f8/31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T.adaptive-delivery-prevent-bg, #cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T.lazyload, #cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T.lazyloading { background-image: none; }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row .container { border-width: 0; border-radius: 0; }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row > .video-iframe-container {  }#cBZ9FM3EZPVSuCvtAftV8fKUJ0BMM26T > .row .container { width:20rem;height:33.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FrhRaTSpTkhHrIyTNloOCOJAtbPOSz0R { width:20rem;height:24.5625rem;top:1.1103515625rem;left:0rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #PzN0npFCRdsRnpXT35xkxXt0ZTOtclSZ { width:20rem;height:2.761725rem;top:20.35888671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Pl0dtoSbUJ5Hht9B8NhdgTkSJGDE6f { width:16.3125rem;height:1.54345625rem;top:5.2158203125rem;left:1.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Wen35wCpuGGi9pDde0uKwVFkVd944Z { width:20rem;height:2.11230625rem;top:2.60302734375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFiMFPSngvv8OG7zSgTVy1kMexOCIkA { width:17.5rem;height:4.75rem;top:27.1728515625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWWcwy94D0nceIdr5ADehexHgU5p0tLt { display:block; }
 }@media only screen and (max-width: 763px) { #qiicXiuUQbW7I6czB9vD1h7y5wKH7lSt { height:10.9360625rem;width:20rem;top:8.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/629d5ec4-0df6-489e-bd82-a489618a23f8/31.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1.adaptive-delivery-prevent-bg, #I8GBhUi8DBEb9JlzXSilTvysIlDUUou1.lazyload, #I8GBhUi8DBEb9JlzXSilTvysIlDUUou1.lazyloading { background-image: none; }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 > .row .container { border-width: 0; border-radius: 0; }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 > .row > .video-iframe-container {  }#I8GBhUi8DBEb9JlzXSilTvysIlDUUou1 > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mXehx9L0hMyRfi74ddVqlFT45sgt1y2S { width:17.5rem;height:4.375rem;top:38.01171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWbEXvpciz84HI2WB1c4PLxqlONqZr70 { display:block; }
 }@media only screen and (max-width: 763px) { #n97CVB5VeAHOfVtx6wC6ez81km7v97dU { width:20rem;height:20.875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iggtmGF1HRCXXvKTQoS3eyArJNMC5OH6 { width:18.9375rem;height:2.761725rem;top:17.4375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPbX2v1kDtCmp2HJQGXcGbucSnk9uhc { width:19.5rem;height:4.14258125rem;top:14.5rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8aTvGToLTxK4ThMfRCALuRDvuIuI38U { width:12.5rem;height:1.29980625rem;top:12.25rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiBh4sdpS2oQJUgAQEx4hdpha17TanaW { width:19.5rem;height:1.3808625rem;top:10rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3s4pawA8RJN2egf2LJinwlXwuubG280 { width:19.25rem;height:4.14258125rem;top:6.75rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLG6GeTptnh4SJVv2AK0HFPZFJSbIoxy { width:5.3125rem;height:5.3125rem;top:0.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4IUGnOgy0p5VewasWSO7BD6kOJ1JNzJ { width:3.125rem;height:3.125rem;top:1.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLRfZFhvFukl7wqoxR7JMG0vqroyBPf { width:19.4375rem;height:4.14258125rem;top:19.875rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyr6sEuDdKIC2k0Pks9M1CyqfP6df64K { width:14.6875rem;height:10.1875rem;top:26.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWRo1TSE43KMopTrZRWwESsBLaaXIMD6 { width:19.5rem;height:2.761725rem;top:12.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s { display:block; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s { background-color: transparent; background-image: none; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container > .video-iframe-container { display: none; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row > .video-iframe-container { display: none; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .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); }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container { width:20rem;height:69.0625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBJH7JetrpsLLIlyhkr3HTRn8U6WSK76 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5G43piWEJT7slnVBMWrVXOQsRhyZ4yV { height:11.087344028521rem;width:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvOZk1k1EcS5vfJAvrQtAJTagp8RCL9i { height:11.079136690648rem;width:20rem;top:44.4116875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEPJnbw3ahIu9mbOs1FOLM1LLITFzNM3 { height:11.073644816986rem;width:20rem;top:56.7408125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wett4SQzCdezy6BDnoaA9zuix0icv7M0 { height:11.121443352611rem;width:20rem;top:32.0405625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxUFfCQGe5yRxgheUsSeGvSeXTm7TIbI { height:11.078644625483rem;width:20rem;top:19.7119375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/629d5ec4-0df6-489e-bd82-a489618a23f8/31.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy.adaptive-delivery-prevent-bg, #SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy.lazyload, #SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy.lazyloading { background-image: none; }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy > .row .container { border-width: 0; border-radius: 0; }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy > .row > .video-iframe-container {  }#SzALoF5iw4qf08M2ffSKwbdR9UbVWMIy > .row .container { width:20rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f1bbcm0BdMTMTmuuMbrbFPH0JJgH49C3 { width:17.5rem;height:4.75rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKi2Q6FaK12DTdS8aOC5oBoAgPkZOHfR { display:block; }
 }@media only screen and (max-width: 763px) { #Jdc2cfeGUm511z5mwXaLAVSvFBuezl2p { width:20rem;height:16rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq57bqU4xH4hvT0GZyXZszdPchxH4ODu { width:19.4375rem;height:2.761725rem;top:17.76171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3e2AaethRLfVc0osprrifpVtXfBqTvO { width:20rem;height:2.761725rem;top:15rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSARcV7UN6MgEQQpkCWqU4pEbCE31Lcc { width:12.5rem;height:1.29980625rem;top:15rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTsTq8ZiHUAAnZUzOLg2e1Cvmhq1l1Hh { width:20rem;height:1.3808625rem;top:12.19921875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXNrfJIkSgnJtW11uzwuXpk4IiSQ1TZT { width:20rem;height:4.14258125rem;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXw64hAqSvqy94un6aLm9I60Zqz3b92P { width:5.3125rem;height:5.3125rem;top:3.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONT5dHghMX7rrOiU3UGytycm9ou2pu9J { width:3.125rem;height:3.125rem;top:4.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSlHzFOG1OXsZSIx0k0sz0fqZ8RCJX5c { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZCLCfHwppln96DtcLRxCImgH1TkGada { display:none; }#xZCLCfHwppln96DtcLRxCImgH1TkGada > .row .container { width:20rem;height:60.6875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/629d5ec4-0df6-489e-bd82-a489618a23f8/31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#xZCLCfHwppln96DtcLRxCImgH1TkGada > .row .container.adaptive-delivery-prevent-bg, #xZCLCfHwppln96DtcLRxCImgH1TkGada > .row .container.lazyload, #xZCLCfHwppln96DtcLRxCImgH1TkGada > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SHw3rOM4USqTc4QXqrZyDNZNzxNxcLh7 { width:20rem;height:4.875rem;top:23.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5PurbgSnDWf7P722POpo6VFDDSPEb2z { width:17.75rem;height:10.7988375rem;top:29.921875rem;left:1.1250000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BB6boBDDaKwNOGhdkmnFA71SIHTDo8F8 { width:17.5rem;height:4.75rem;top:42.8698125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQFR9ekgAG9cT2tOmMfn1K1NHtXr86a { display:block; }
 }@media only screen and (max-width: 763px) { #uufXxavyCzBTiIrHXe4uFDNGUJ5ImfDk { width:20rem;height:4.3994125rem;top:48.86962890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtNGHxlOh8LoeS40PLuTb8Cus2KKfgHo { width:20rem;height:4.9375rem;top:54.51855390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz { display:block; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz { background-color: transparent; background-image: none; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container > .video-iframe-container { display: none; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row > .video-iframe-container { display: none; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .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); }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container { width:20rem;height:79.875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/629d5ec4-0df6-489e-bd82-a489618a23f8/31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container.adaptive-delivery-prevent-bg, #uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container.lazyload, #uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #KolaOJ6bUFq2WcIoPh2fNgGLtEUnQih1 { width:20rem;height:4.7119125rem;top:1.2001953125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S98PNEaNVs3MToL7e938ye8ob14RUBQd { width:4.75rem;height:3.4675rem;top:9.8125rem;left:7.625rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #PgpRqtGGXWNHvTOBDUoRryxHDg79edLb { width:19.5rem;height:1.7871125rem;top:8.375rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHFh4G1LdRcS1uknUuMkJZvMkpDciksQ { width:20rem;height:31.875rem;top:11.125rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #P4Mt8IqpqNmun0AyNRWSC5Lfrhi4eAWC { width:18.25rem;height:9.5rem;top:11.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IswLe9iDCDCoEWTXIZOnkDawIgaQkFWu { width:20rem;height:32.3125rem;top:47.0625rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #NxDK3wUqDTi2b7nkQnMw0kNCDEvcpTEn { width:20rem;height:1.7871125rem;top:44.25rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #no9AHVQyG3ysJLoiQFTT3V0yrNTBF9y1 { width:18.1875rem;height:9.4375rem;top:68.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSrWCdsAxJ5S066VJ96vTR8BEK1PxVEC { width:18.5625rem;height:9.4375rem;top:48rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooKmT0G5W39NpWRKQWvTG1MPisuQd5A4 { width:18.0625rem;height:9.5rem;top:58.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyetMuoMACJ1SzxuP2QMwJ7nZrPb14Z9 { width:18.5625rem;height:9.625rem;top:22rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf3JA0TuORVWS7TUqePlVX6HkfJ2gT1u { width:18.625rem;height:9.625rem;top:32.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxR5JOT04OlGqKQ4ttG8Zkda4bCBpd8 { width:20rem;height:1.4624rem;top:5.84912109375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI { display:block; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI { background-color: transparent; background-image: none; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container > .video-iframe-container { display: none; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row > .video-iframe-container { display: none; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .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); }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container { width:20rem;height:78.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtILDpSnTFRvRMTEwgSy9z9QH4qWlboF { width:4.75rem;height:3.4675rem;top:9.8125rem;left:7.625rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #pP5RAPQTR732vb4wKRoGFy13H4ctai6Q { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLrspckcsJnKZpe1ze8sCgeAhV63HSki { width:20rem;height:31.9375rem;top:4.2871125rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #yTUGu3HXPWAepkFNOzkQQUtl3bx1cH1K { width:18.5rem;height:9.5625rem;top:5.099609375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E21Ttgx69F0bcAG63TwKzE13GMpxCHXZ { width:18.75rem;height:9.875rem;top:15.193359375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTXrQr7GlDnfEwdDNpIotuVxKx8cFq1a { width:17.9375rem;height:1.7871125rem;top:37.3125rem;left:1rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #L8ISA9DF2AHet566cFVPTWoUaR4mtlD8 { width:20rem;height:31.9375rem;top:40.3125rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #C9aEhxsZC4mq1d8y5rnWoFhtFKwK16dC { width:18.5625rem;height:9.5rem;top:61.6875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP6ANGi6dbdc06f8N9nhcQtTpP9yAkLR { width:18.4375rem;height:9.625rem;top:41.0625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANcVNMP6i01ysBAdcqmpJc4BBJ0cU4XL { width:18.8125rem;height:9.75rem;top:51.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1uUTqZhL9NQ4KFgVT8KrtctgFbAIA5 { width:18.75rem;height:9.625rem;top:25.724609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAK3n92NSs1VMTNAaqG5UwzMPKLOlVd0 { width:17.375rem;height:3.1875rem;top:73.6875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3OsEpUHb56zZDNho3q09s7Ik9caTSp { display:block; }
 }@media only screen and (max-width: 763px) { #cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/629d5ec4-0df6-489e-bd82-a489618a23f8/31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn.adaptive-delivery-prevent-bg, #cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn.lazyload, #cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn.lazyloading { background-image: none; }#cqLoxgVpGM7WHy7bfNo1mCkneP84rDJn > .row .container { width:20rem;height:33.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f6yw121Jf5mwsL0wr08IG86bfWNZGKbz { width:3.125rem;height:3.125rem;top:0rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctUI9r3hBrR0LldXeIGhnInBZsl1bs8Z { width:3.125rem;height:3.125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS8diNCIotq5PmOGMenuTRhIq0wRs3Bi { width:20rem;height:11.284768211921rem;top:21.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VN5rrTx8Kimhrcoe2qiWuxaF33ESouW9 { width:17.5rem;height:4.75rem;top:15.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0UKK09l4t69DsQ9UcWu7mcKPZaFpTXL { display:block; }
 }@media only screen and (max-width: 763px) { #bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5ba11d3c-8f67-480f-80ca-c4774beeb05e/49.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7.adaptive-delivery-prevent-bg, #bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7.lazyload, #bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7.lazyloading { background-image: none; }#bWixdytHrzwBkmlvHXUSA4ExLxVvHzr7 > .row .container { width:20rem;height:78.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XoatoWiO1SLFngmJ0EbJpgGmaEPpsifk { width:17.375rem;height:3.1875rem;top:74.1875rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPRr00JiJNnnSSnk3b2Zsccu3Q5eCQ9t { display:block; }
 }@media only screen and (max-width: 763px) { #OxNO4DuWTfbHTiwHy773JdQ0aqAfQ91S { width:20rem;height:32.4375rem;top:40.625rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #aeNEKaOGDxoIQsR34HVpOoGi4zSI9ERa { width:18.8125rem;height:9.75rem;top:62.4375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvuoO9ctDBKhyCJbVtypJ0fo5yFyR6yC { width:18.5625rem;height:9.5rem;top:41.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up26aG9dL6MS3dblE5zm1rvi8FFDiuJV { width:20rem;height:33rem;top:3.1123046875rem;left:0rem;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #VuTZTFTN02h1Xyvh9daPCOzh5akHhwby { width:18.75rem;height:9.875rem;top:24.9873046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLSic8Nv9zEMalMU4hmftJ5ZXg0bZy2w { width:18.75rem;height:9.625rem;top:14.6123046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmLfAfgRFJKaRtTg0io4AXvz0ra3w8QO { width:18.5rem;height:9.5625rem;top:4.1123046875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgJ9L93HcioFR7t1LRWKH1o8hgE7Trv { width:18.4375rem;height:9.625rem;top:52.03125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4nM7WzZVrxfxWDyo2GfLd4gFC6KGKH { width:17.9375rem;height:1.7871125rem;top:37.6748046875rem;left:1.03125rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #IMEPVgw446CQJn4hHuPpq3NM9rQMTsdc { width:20rem;height:1.7871125rem;top:0.5625rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEkXu4bslSMx1tctrUmkTxCrL6UMQHo5 { width:18.5625rem;height:3.375rem;top:77.9375rem;left:0.71875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rx4fRidhcfbOQ5KE441PGu2BTaDcxsir { display:block; }
 }@media only screen and (max-width: 763px) { #weC8LBxHfX5TAG1unJV3BAaORrKvAvWR { background-color:rgba(0,0,0,0);background-image:none;display:block; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container { background-color: transparent; background-image: none; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container > .video-iframe-container { display: none; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row > .video-iframe-container { display: none; }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .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); }#weC8LBxHfX5TAG1unJV3BAaORrKvAvWR > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSV32h2Ne6Qdmg786hfLLlw8837TxVPS { width:17.5rem;height:4.25rem;top:45.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKdvPaFbsABL9m0Jdhfwn65yTXwNi4Hg { display:block; }
 }@media only screen and (max-width: 763px) { #IBccFnDs0wtyTJlMDIuW50KLKS3elRmv { width:20rem;height:19.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcqJKI2AqUwwJeB05VZnykToVwelODS4 { width:17rem;height:11.8125rem;top:8.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTqphR3LH9cgkEUq5P8B1TrOTF7o64OD { width:19.25rem;height:4.14258125rem;top:34.75rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFqti4BU9FpT4qbB16Mdfptk2aw6N7OU { width:19.625rem;height:4.14258125rem;top:40rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9XKc9lgVILVQuVStT75D8uC4VHbBS8x { width:19.5625rem;height:2.761725rem;top:32.625rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #on2RJsGdTDTEspQhnQwMr9kCfl2ddtne { width:19.125rem;height:2.761725rem;top:37.875rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1qngxhTipPDZTKckPQmddV6t7x5rrPL { width:12.5rem;height:1.29980625rem;top:33.375rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuFa2RH8lyFigh9NA5oL4yVRNTyyhkc { width:19.625rem;height:1.3808625rem;top:30.5rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLWqDLA0ESeyHc5FIiWrr2Hs1G1Mcc7f { width:19.6875rem;height:4.14258125rem;top:27.3125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTBXxpVDc3nIgmRwEXTrXkixkST8DaK8 { width:5.3125rem;height:5.3125rem;top:21.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTabQSxmFUytAzfB1k01HIOQLs6ys8w { width:3.125rem;height:3.125rem;top:22.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fismygksT8dL7Wwd6Xg8TcQNnSeiy3EM { width:20rem;height:3.4121125rem;top:1.5625rem;left:0rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmfLQgXoG0982NMUzTEQIA6dUNn4cAft { width:20rem;height:1.54345625rem;top:5.6875rem;left:0rem;font-size:1.1875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk { display:block; }#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vizfzHggnrpmVlb8A7ImKzWvWzp1Vvt5 { width:6.75rem;height:1.375rem;top:2.1875rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNoPUXPBlBmvNCbO69Z8Udo3k6zPDbdq { width:19.0625rem;height:1.94921875rem;top:4.1875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:sarabun;display:block; }
 }@media only screen and (max-width: 763px) { #uA3pEIxlTAlEWXTnkpbk204prV36PyvU { width:18rem;height:2.4375rem;top:7.4375009536744rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9wPeE1ZwwrEhE2VvMGQKCppCd67tAl1 { width:20rem;height:0.8125rem;top:19.786712646484rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4CaUQuH51Ql3rTcDBoZmgHs1d18I4wh { width:14.9375rem;height:1.949225rem;top:16.349212646484rem;left:2.5000001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0oqEA8q61uv8l5ImV4SffbNTfnAu3n2 { width:5.6875rem;height:5.6875rem;top:10.536712646484rem;left:7.1249998807906rem;display:block; }
 }