.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2bdd2d56-f4c3-4314-bf6f-ba4adfb72867/6020173.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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b2386769-76f9-431f-a2e8-f5cca8213469/bgcreaftive.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:53.625rem;width:60rem;overflow:visible;position:relative;display:block; }#BxZLr4ONGg7G6GNJltJP2UrrzJmX1zQp { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:mitr;font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.25rem 0rem #000000;top:9.5625rem;left:23.3125rem;height:13rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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:#ffde00;display:block;width:27.875rem;position:absolute;font-family:mitr;font-size:5rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.375rem 0rem #000000;top:4.125rem;left:27.3125rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSIcsfFI3brulOCLZuWRSg5io4tSCMRe { position:absolute;display:block;z-index:100029;background-color:#ffde00;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:27.75rem;left:3.3125rem;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:28.5625rem;left:2rem;height:4.3857375rem;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:32.51171875rem;left:2.8125rem;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:37.125rem;left:1.9375rem;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:32.125rem;width:26.5rem;top:4.82421875rem;left:0rem;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:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:prompt;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:#ffde00;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.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:23.8125rem;left:32.0625rem;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; }
#yaqKR5fbo6qlQgZKlzDmhBhALQv82rbd { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#xpIeTdZCDNekNfwTo8fqZ3guieXgpow1 { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:mitr;font-size:2.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.25rem 0rem rgba(0,0,0,0.54);top:9.625rem;left:24.125rem;height:9.01758125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcePgrf3tXuuvkuhSqhqyA8pBQPwDdSe { color:#ffde00;display:block;width:35.875rem;position:absolute;font-family:mitr;font-size:2.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.25rem 0rem rgba(0,0,0,0.54);top:16.1875rem;left:24.125rem;height:6.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot { 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;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:none; }#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:none; }#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:#994cb7;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:#ffffff;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; }
#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container { background-color: transparent; background-image: none; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container > .video-iframe-container { display: none; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row > .video-iframe-container { display: none; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .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); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container { border-width: 0; border-radius: 0; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row > .video-iframe-container {  }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container { width:60rem;height:73.5rem;font-size:0.875rem;font-family:prompt;position:relative;display:block; }#BW4HD4phKHO77MtUH4mWSLXI1QWHHGus { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.125rem;left:4.6875rem;height:0;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;color:#fed401;text-align:center;text-align-last:center;display:none; }
#D2v13u98UUHKuJIeJaIqCBI1owzusKgM { position:absolute;display:block;z-index:100000;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;height:7.5rem;width:40rem;top:16.5rem;left:9.875rem;display:none; }
#Bd0FtXXM39ekfHMfUQymC3nWGgW2Hr31 { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:4.0625rem;height:0;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;color:#fed401;text-align:center;text-align-last:center;display:none; }
#ba1QI8oc8eIP01uWqSRogOlAkMLL6afT { position:absolute;display:block;z-index:100002;background-color:#d80000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e50e0e;border-left:0.125rem solid #e50e0e;border-right:0.125rem solid #e50e0e;border-bottom:0.125rem solid #e50e0e;height:7.5rem;width:40rem;top:24.0625rem;left:9.25rem;display:none; }
#sHJOhLgezAD8oV9gccmT0DSpTls2KCIw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:21.8125rem;display:none; }
#eoQUfTBED1blZtAFDRaTqPG8RWHr8L8g { display:block;width:51.875rem;position:absolute;font-family:prompt;font-size:3.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:23.4375rem;left:4.0625rem;height:7.875rem;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;color:#ffeb00;text-align:center;text-align-last:center;display:none; }
#DnepJFTlVXiM2gEJKW2zTwboGCreQSDO { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:22.1875rem;top:0.1875rem;left:6.25rem;overflow:hidden;display:block; }
#gJpmwvh6pOFAapwqA6pagJXFUcuMHMRc { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:22.75rem;top:0rem;left:31.3125rem;overflow:hidden;display:block; }
#fhGyxKTTG9BS9TxgT4pH0cDfscUQgi0S { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:22.25rem;top:23rem;left:6.0625rem;overflow:hidden;display:block; }
#EkChnzo7Io9tqD8WOCkBeC3D4DHX5JNL { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:22.75rem;top:22.875rem;left:31.125rem;overflow:hidden;display:block; }
#MTx8ogIkSov04IG7wwoG68TVT6diSseU { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:22.25rem;top:46rem;left:6.25rem;overflow:hidden;display:block; }
#ws3Ub6yz6FhXF5vFwMiAW3H919BpRyaX { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:23.0625rem;top:45.8125rem;left:31.375rem;overflow:hidden;display:block; }
#RKWcz0skQSV0VLGTdLGBi8E7xKwyZ4cB { position:absolute;display:block;z-index:100008;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.5625rem;top:11.3125rem;left:6.1875rem;display:block; }
#BKa2A9sJyozQgBFOOvNggQQeqI874uXD { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:400;z-index:100041;line-height:1.3;letter-spacing:0;top:12.125rem;left:6.0625rem;height:1.3808625rem;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; }
#S3uy6MTvwpSFXTuNI7K8BMXg4JdOukWd { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:13.505859375rem;left:7.1875rem;height:7.3125rem;text-align:left;text-align-last:left;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; }
#Qiu9kTNbD2zAXdfZgs1V4VbT5ONTWI5b { position:absolute;display:block;z-index:100011;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.8125rem;top:11.3125rem;left:31.3125rem;display:block; }
#IZvwPTsoyTmz9Rvvud6599NLM3k2Vgrs { color:#ffffff;display:block;width:21.812rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:14.015625rem;left:31.7802734375rem;height:3.65625rem;text-align:left;text-align-last:left;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; }
#Wecu6h86ZXAOhJBDaMqN9mdtrhrx99KI { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100044;line-height:1.3;letter-spacing:0;top:12.5625rem;left:31.4375rem;height:1.29980625rem;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; }
#U2pnmFBf1k0LreytTGJAqzrMtxtoBmBS { position:absolute;display:block;z-index:100014;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.4375rem;top:34.25rem;left:6rem;display:block; }
#V46AwtTUhkImnvbvDcfA5nQWxvvsNVRU { color:#ffffff;display:block;width:21.8105625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;top:37rem;left:6.625rem;height:3.41015625rem;text-align:left;text-align-last:left;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; }
#i8bAQPmsOSPTc47ytfFpVoE7AgSvZdmn { color:#fffd00;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:35.25rem;left:5.875rem;height:1.29980625rem;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; }
#qSuJSZZvTyKWJNZegCnGySGwJsdGiTob { position:absolute;display:block;z-index:100017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:23rem;top:34.25rem;left:31.125rem;display:block; }
#UC2bTWy12qx8JMUGJqixHkmoC0dk2aVP { color:#ffffff;display:block;width:21.8105625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:37.875rem;left:31.5625rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#gFpg1GLNQChS58d0kHpeFMuahnUOcM0C { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100050;line-height:1.3;letter-spacing:0;top:35.3125rem;left:31.1875rem;height:2.4375rem;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; }
#RVHxVMBiUB77k6Gg02XJGasNUvOUZVeE { position:absolute;display:block;z-index:100020;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:22.375rem;top:57.0625rem;left:6.1875rem;display:block; }
#J2GRKRZ5NNsxgr5wDW4IB5KnAQ8SzaUZ { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100054;line-height:1.3;letter-spacing:0;top:60.3125rem;left:6.875rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#N1wsFGEos1Wgd3Vx7m3WCQ0yhVVCROWw { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:58.3125rem;left:6.1875rem;height:1.29980625rem;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; }
#yaLTuEewUAdeTxHSs0TxdXHvKeF55mQu { position:absolute;display:block;z-index:100023;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;height:9.0625rem;width:23.0625rem;top:57.0625rem;left:31.5rem;display:block; }
#bAB4Fiwf9CWvkkqewqo5fkOCLw1olIT4 { color:#ffffff;display:block;width:21.5625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100057;line-height:1.3;letter-spacing:0;top:59.78125rem;left:32.5625rem;height:6.09375rem;text-align:left;text-align-last:left;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; }
#ABtJxt26v1OgK34bwTkzcA5i3JgxAMiK { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:58.3125rem;left:31.6875rem;height:;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; }
#kbqJ3hgXPF88GEAz4nnob7koP8PrkrZ1 { color:#fec425;display:block;width:59.1875rem;position:absolute;font-family:prompt;font-size:1.75rem;font-weight:400;z-index:100057;line-height:1.3;letter-spacing:0;top:67.6875rem;left:0.8125rem;height:4.5498rem;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; }
#o3WADed7oxUuadM8HSIuPq0MV0b4Uhrc { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b0c0c, rgba(95,12,12,0.83));background-image: -moz-linear-gradient(180deg, #8b0c0c, rgba(95,12,12,0.83));background-image: -ms-linear-gradient(180deg, #8b0c0c, rgba(95,12,12,0.83));background-image: -o-linear-gradient(180deg, #8b0c0c, rgba(95,12,12,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#d35f0c0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#d35f0c0c' );";background-image: linear-gradient(180deg, #8b0c0c, rgba(95,12,12,0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;height:3.1875rem;width:31.625rem;top:1.8125rem;left:14.1875rem;display:none; }
#zVTURDf3Umr0Tt7dq1DOR4QSeJ3gzIvN { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:prompt;font-size:2.125rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #000000;top:2rem;left:14.25rem;height:2.76220625rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uc2szJKL5GHlPqbxEnQ9bStduG5i8T7A { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b0c0c, #000000);background-image: -moz-linear-gradient(180deg, #8b0c0c, #000000);background-image: -ms-linear-gradient(180deg, #8b0c0c, #000000);background-image: -o-linear-gradient(180deg, #8b0c0c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8b0c0c, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;height:3.5625rem;width:13.6875rem;top:6.5625rem;left:23.125rem;display:none; }
#ZAHncxKcPQh42nLJe0zpr6BtrB8mfOPs { display:block;width:26.1875rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;top:7.083984375rem;left:16.875rem;height:;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;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#v4r1oi19qJnHFMaSa41Ns4w2ZFsTxolG { display:block;width:26.1875rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;top:22.1875rem;left:17.75rem;height:;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;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#AaZx768dnZTscWzDUwnS7P2udSVELooG { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b0c0c, #000000);background-image: -moz-linear-gradient(180deg, #8b0c0c, #000000);background-image: -ms-linear-gradient(180deg, #8b0c0c, #000000);background-image: -o-linear-gradient(180deg, #8b0c0c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8b0c0c, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;height:3.5625rem;width:18.1875rem;top:21.6875rem;left:21.75rem;display:none; }
#xJTv8ScW05ABgbloWx0y0hBdZTccIW2t { display:block;width:26.1875rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;top:48.45947265625rem;left:17.3125rem;height:;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;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#XRs70aPSu6gILZ3oBhnc8VrVWMTCT978 { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b0c0c, #000000);background-image: -moz-linear-gradient(180deg, #8b0c0c, #000000);background-image: -ms-linear-gradient(180deg, #8b0c0c, #000000);background-image: -o-linear-gradient(180deg, #8b0c0c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8b0c0c, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;height:3.5625rem;width:13.6875rem;top:47.9375rem;left:23.5625rem;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; }#vaD7gi2eehUE9UsXDptEFUFmI6qH9MNJ { color:#ffffff;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; }
#eVw46EvWyBA83Le99XzozGPVkCJMZPXR { position:absolute;display:block;z-index:100007;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(255,193,72,0.5) ;height:12.75rem;width:56.25rem;top:7rem;left:1.875rem;display:block; }
#b96cyQsK8dDB9ODzOEwtREihSstnBmrP { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:17.6875rem;top:6.3125rem;left:7.375rem;overflow:hidden;display:block; }
#FTK5oFkdR0cIT1vfMZPNbU2KOgLhKhBd { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:7.5625rem;top:14.5625rem;left:18.5rem;overflow:hidden;display:block; }
#EWVPcorPR3fuF1bDL1gwUzpLULGmqzxm { color:#000000;display:block;width:28.375rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:8.90673828125rem;left:27.9375rem;height:8.9355625rem;text-align:left;text-align-last:left;display:block; }
#klyFPS2foV4TTDs7Aq8JvibLp26a8nWL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:16.75rem;top:7.9375rem;left:7.75rem;overflow:hidden;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: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:50.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container.adaptive-delivery-prevent-bg, #EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container.lazyload, #EGEuh0dlko0WG4copo1gJWWQ5laL6L4O > .row .container.lazyloading { background-image: none; }#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(255,193,72,0.5) ;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:#ffffff;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:#ffffff;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:#ffffff;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.3857375rem;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:none; }#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:27.625rem;width:60rem;overflow:visible;position:relative;display:none; }#d86C6wSGiBskUtbQ6tawXLshEST0HUGb { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:4.875rem;left:13.84375rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BM5TDvWiGrOcIAI2amxErwa34Jvb9my4 { color:#ffffff;display:block;width:41rem;position:absolute;font-family:prompt;font-size:2.0625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:9.625rem;left:9.5rem;height:10.72265rem;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; }
#OUwE4H2i9WmXXbbDvxyIUpeOn9qu8G0S { position:absolute;display:block;z-index:100011;background-color:#994cb7;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.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;height:20.9375rem;width:52.4375rem;top:3.34375rem;left:3.78125rem;display:block; }
#lM8ZMKV3kXLu7KpTgih1tu9bMxx91WnS { position:relative;display:none; }#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:none; }#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(255,193,72,0.5) ;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:#a9469f;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:#a9469f;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:#ffde00;display:block;width:27rem;position:absolute;font-family:prompt;font-size:1.8125rem;font-weight:700;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; }
#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA.adaptive-delivery-prevent-bg, #IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA.lazyload, #IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA.lazyloading { background-image: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container { background-color: transparent; background-image: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container > .video-iframe-container { display: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row > .video-iframe-container { display: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .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); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container { border-width: 0; border-radius: 0; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row > .video-iframe-container {  }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#vSy81FhEgitQaQrqUEcQA28sSOcAL044 { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:prompt;font-size:3.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.2699661254883rem;left:19.3125rem;height:4.14355625rem;font-style:italic;display:block; }
#xoT0WEtbFudhPFOep9KWhRueuW00AHu4 { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -moz-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -ms-linear-gradient(90deg, #5a2da0, #da19a3);background-image: -o-linear-gradient(90deg, #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(90deg, #5a2da0, #da19a3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.4375rem;width:27.25rem;top:1.1241312026977rem;left:15.625rem;display:block; }
#PWIKlTXR3hv7Aehkz0q3r9y8V60xVDtG { color:#4d4d4d;display:block;width:28.125rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HeWnJRG854QSR1O63b0LCwZT9A3QCnoG { color:#ffffff;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.0625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:40.199653625488rem;left:0rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzs3SefJ6M2HDcA7NEm28TgyJxoFyHqA { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:29.6875rem;width:18.75rem;top:11.375rem;left:0rem;display:block; }
#tJdzicDOZworvES7lRHwM0XWb6C9L7pV { z-index:100068;top:25.875rem;left:2.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -moz-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -ms-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -o-linear-gradient(12deg, #9c51d3, #4d0081);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );";background-image: linear-gradient(12deg, #9c51d3, #4d0081);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JgbVM6iymOhoc4AKizLkh74uIMZRKZ1h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G8Jehi81dBB8yhOS9AP6LdDT8T4cLHSO { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:3.499025rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:31.29296875rem;left:3.1875rem;display:block; }
#w2nBww0nw5yPZM6OJeIG7VcPoApIOJh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aUUB1yTpfD5FaLtVt63rAtuuqTVycFdA { color:#000000;display:block;width:9.75rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:35.80078125rem;left:4.5rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9lhbLvBlEK2tdgzerUUJPKCXUC4iyAd { color:#000000;display:block;width:16.499rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100070;line-height:1.3;letter-spacing:0;top:37.82421875rem;left:1.1240234375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LmXe87IJbsIWwPkGXk4epN8T33Qzk3MO { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:29.875rem;width:18.75rem;top:9.125rem;left:20.625rem;display:block; }
#IrsTws4dTKzaCXrUK3e7EcDBKhLF8IwE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:33.580078125rem;left:23.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoF6NcSOkD7nwAEWb7gALw2PIoUiLVkZ { color:#000000;display:block;width:16.4980625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100078;line-height:1.3;letter-spacing:0;top:35.80078125rem;left:21.75048828125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ue9LEtAstGrrkhiqaJaseIJrNf5cTGyb { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:3.499025rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:29.3125rem;left:23.81298828125rem;display:block; }
#EXk0FUI2KrTaZoIr3QFSdpKkQeMAptKQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vyOpCy2g8vHTSXMSemAcGAlFg4Az4K8S { z-index:100076;top:23.943359375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #9c51d3, #dc11ef);background-image: -moz-linear-gradient(12deg, #9c51d3, #dc11ef);background-image: -ms-linear-gradient(12deg, #9c51d3, #dc11ef);background-image: -o-linear-gradient(12deg, #9c51d3, #dc11ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#dc11ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#dc11ef' );";background-image: linear-gradient(12deg, #9c51d3, #dc11ef);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QdTuK4ucufIM5wOxq4woT4hFPhKdg3HX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RpQdH5KZ8mu8BQJQDa9krbMdZIt64zTv { background-color:#ffbe00;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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3730625rem;height:3.499025rem;text-decoration:none;z-index:100064;text-align:center;text-align-last:center;top:31.29296875rem;left:44.4375rem;display:block; }
#ZTH3nANJacC5sag3EtNQiVQeRzzJOWt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gs7vof92qwQ1i2LHpk0uKLCTXGV3qLau { color:#000000;display:block;width:9.125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:35.80078125rem;left:46.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXyMmXSlq7qQTPa6W8rMAvz09ehVhtsR { color:#000000;display:block;width:16.4980625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100086;line-height:1.3;letter-spacing:0;top:37.82421875rem;left:42.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CnKJvh2vliwK2Ol7Dysf36ruhBFhV7UL { z-index:100069;top:25.875rem;left:43.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -moz-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -ms-linear-gradient(12deg, #9c51d3, #4d0081);background-image: -o-linear-gradient(12deg, #9c51d3, #4d0081);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c51d3', endColorstr='#4d0081' );";background-image: linear-gradient(12deg, #9c51d3, #4d0081);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #000164;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.125rem 0.5625rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DwcJUv20yOlMEJw1gX9sqTzxMkhLFnr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EagTWcZoLsL6F8gobPm3cfaxAxlOaa49 { color:#300c4a;display:block;width:13.25rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:16.5498046875rem;left:2.75rem;height:1.70605625rem;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; }
#GxtUBApp0kDzNH0ZyBNgyioM6hfPRLeR { color:#300c4a;display:block;width:14.1875rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:16.5498046875rem;left:44.0927734375rem;height:1.70605625rem;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; }
#nvaCa0f4BdscTuScfCKdnxWs9TMiNLrT { color:#000000;display:block;width:5.87305rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:14.4375rem;left:26.875rem;height:1.70605625rem;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; }
#LsLTONi3RukNIe5dPhvuUfpfp63ZzRA3 { position:absolute;display:block;z-index:100035;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12402375rem;width:6.25rem;top:15.25rem;left:26.875rem;display:block; }
#cwd2naozsGpRxv5Sq4uiPRFCRvZ60TDN { color:#b56ff6;display:block;width:17.249rem;position:absolute;font-family:worksans;font-size:5.1875rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:15.5rem;left:21.5625rem;height:6.743625rem;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; }
#RRtqlxA23aPtnnyHHrUmFmbg7TsZ2nb2 { position:absolute;display:block;z-index:100090;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12402375rem;width:6.25rem;top:17.3408203125rem;left:47.4990234375rem;display:block; }
#WoCNXTL0VsFCDse7efbaq2fGrrB7mUWA { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9b54ea;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(124,0,251,0.68) ;height:29.5rem;width:18.75rem;top:11.625rem;left:41.25rem;display:block; }
#ev57DK3mBO0TBBANxhsK7otdWT5Td3pT { position:absolute;display:block;z-index:100091;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.12402375rem;width:6.25rem;top:17.3408203125rem;left:6.25rem;display:block; }
#dg1W0pAL4G0ksRyzShz0q0JvNNlsURLD { color:#b56ff6;display:block;width:17.2480625rem;position:absolute;font-family:worksans;font-size:4.3125rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:18.005859375rem;left:41.9990234375rem;height:5.60595625rem;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; }
#B45tvQDUTVUrIZoAiBhfI8BiVOA7HlTe { color:#b56ff6;display:block;width:17.2480625rem;position:absolute;font-family:worksans;font-size:4.375rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:17.3408203125rem;left:0.75rem;height:5.6875rem;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; }
#lgzy0IMWGgTsBu5ZgPE6WmLL3lF3fy68 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:23.3935546875rem;left:3.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stAJq8hRdeMBtgSuNq9b7qykETqngtAL { color:#000000;display:block;width:11.25rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:21.6435546875rem;left:24.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CK7JkCkiJrvuLQa48wa1PodnvEWcLPkl { color:#000000;display:block;width:11.25rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:23.4560546875rem;left:44.9990234375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWH3rP25l0cOs6sXLw1h2DqCyqyPLtO3 { box-sizing:content-box;color:#ff0000;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:7.5625rem;left:18.75rem;display:block; }
#CSPu1w9419DdJdICr3bTQeksLDTT1XeM { color:#ffeb00;display:block;width:4.0625rem;position:absolute;font-family:prompt;font-size:0.6875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:9.25rem;left:19.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnMDHKRXl3sS1nFNzECsuUUSPLNTNM7L { color:#ffeb00;display:block;width:4.0625rem;position:absolute;font-family:prompt;font-size:0.6875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:9.25rem;left:19.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HoTO63dTRbaDiced4DdqM5kI0nK1J2pg { color:#ffeb00;display:block;width:4.0625rem;position:absolute;font-family:prompt;font-size:0.6875rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:9.25rem;left:19.25rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f0ib47BhpAPMPiklzAZOVPZLriCnCz4t { color:#300c4a;display:block;width:18.5625rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:12.6328125rem;left:0rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tBGLTJ4uPOQeqWsI8XEsSgWlBnT1zOKR { color:#300c4a;display:block;width:18.6875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:14.640625rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CLPx8echxifETcxrZ3BHNaT6cJxTZgSZ { color:#300c4a;display:block;width:18.625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:10.25rem;left:20.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLDZIzxgoAtLKTLIT2lhJins2TgrViM0 { color:#300c4a;display:block;width:18.5625rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:12.6328125rem;left:41.3427734375rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K9qxE9zQ4BzmMZc794lw7QC4lnrnBG0o { color:#300c4a;display:block;width:18.6875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:14.6552734375rem;left:41.3125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh.adaptive-delivery-prevent-bg, #zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh.lazyload, #zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh.lazyloading { background-image: none; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row .container { background-color: transparent; background-image: none; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row .container > .video-iframe-container { display: none; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row > .video-iframe-container { display: none; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .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); }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row .container { border-width: 0; border-radius: 0; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row > .video-iframe-container {  }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-form-header {  }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#353535;width:22.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:22.5rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:21.5rem;overflow:hidden;font-style:normal; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-container:first-of-type{padding-top:0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-container:last-of-type{padding-bottom:0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.25rem;top:4.1875rem;z-index:100013;position:absolute; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-info-text { display:block;height:auto;font-family:prompt;font-size:1rem;line-height:1.3;font-weight:700;color:#353535;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 {display:block;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.25rem;top:4.1875rem;z-index:100013;position:absolute; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #Q57TfkEqkgiUFD3mdSzMSbkCgXp3GDWo { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #U4oJoIUXgqxy3UyKxOMk8SKupAMcg6qd { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #Q5XfeBTwcAOh9vILTTLybZzOMNZaiEm4 { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #lZudwGgSKkGSbXiDyZ0CFSXGa9vP6Fcy { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #HFFPnbxwaEOd981HbPx25VfFzCeMxnEK { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #V1U0a28QmHrk6CfXmO9AAzKQZ1Ewsakv { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #bzXTg1VDLxcrVOTXfFV7WVT1x84aW9vL { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #y46qpQ2wS4LcTEZkmVtWdbwzAlEBBKEw { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #yOG3vadiyh5RC7BrA5HfMdNb5tSnv4r2 { position:relative; }
#iVE7u9g02IqXAaFw8VqHgp1vvbRl0idK { position:relative;display:block; }
#zkrATIqO4R8txod9lLPh6fm31qdTlBXp { position:relative;display:block; }
#y5E4786qJ9yCQ4yGaTmFKXp5meCSkRMQ { position:relative;display:block; }
#B9GSnGtIQmKiiNFrMmT2ASdT5zsP2tBW { position:relative;display:block; }
#K741CeyD6c2t7EaJSiy4oCn09OpMI7Uu { position:relative;display:block; }
#AksLfTiyHCvDMW1Rn26kluQ4owehi2AM { position:relative;display:block; }
#BbAz9Zl4csyNTNB8NAtSSs4W1wSgCTo3 { position:relative;display:block; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #rzIeo1eCaE4XoBTXT325ONFJasqBvxAl { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #xkpOvXyhgIyJv0lDSwSrOzG5lJMhfN7f { position:relative; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #lZV0yMWK2Co5XQpNZibAsKzXhZRQ74gI { position:relative;display:block;z-index:100000; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #yorUar8TzCzPN0XtskmQHkTbHTcb1HWr { position:relative;display:block;z-index:100000; }
#gcCmmXkuKh22LhF2T5KXKEpaJDkp9C2x { color:#000000;display:block;width:20.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:100041;line-height:1.3;letter-spacing:0;top:14.5546875rem;left:2.341796875rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XqcUAq50FeDcd4rpDEk9rM5pGmUSULtA { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:5.677734375rem;left:3.279296875rem;height:5.8496125rem;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; }
#VHQ2O8UWVu94evoKfcPmprgXO5gvKqVm { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.54);top:1.9375rem;left:29.53125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-form-header {  }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-text {padding-top: 0; padding-bottom: 0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-select {padding-top: 0; padding-bottom: 0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-container:first-of-type{padding-top:0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-container:last-of-type{padding-bottom:0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:7.96875rem;left:2.53125rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg {display:block;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100035;position:absolute;top:7.96875rem;left:2.53125rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #cbM3ZuuUqwtKCqCTJWrldeTex66HLNct { position:relative; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #EXSh3NMguVSDHwGTbne6d8FbUirZcomM { position:relative; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #AtBNdDdm91qwVBJ09Ngn5J3Ic6E6QqAn { position:relative; }
#ScGwPTl7hOloHVG3SKIVaGGFrzIE2TsN { position:relative;display:block; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #rWks4isz3znZ62ooX2U0TluPeX2FgC5X { position:relative; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #LaZe2qv4UGv20Q807yULJDPOwBVpkD9G { position:relative; }
#gEJ5cXT35TlXWbXpWNCATiHk9rOk4MEn { position:absolute;display:block;z-index:100040;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;height:4.5625rem;width:19.8125rem;top:13.18017578125rem;left:2.53125rem;display:block; }
#HBeaLb9U9XJflNRfulwNvgW47uZExNHT { position:absolute;display:block;z-index:100023;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(255,255,255,0.08) ;height:17.1875rem;width:21.9375rem;top:5.677734375rem;left:1.78125rem;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:75.8125rem;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:#ffffff;display:block;width:58rem;position:absolute;font-family:prompt;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; }
#ps9JteONQA5iTp5H29QDvcVwKkDJ4Wk8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:38.5rem;top:7.375rem;left:10.75rem;display:block; }
#bA1Q1ix3PJIZ7T2JWgWd2gUAERc00fy8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:38.6875rem;top:30.125rem;left:10.65625rem;display:block; }
#kMQgl7UuRelc3Tv6DxLPwzn7evGCm7Px { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:38.75rem;top:53.0625rem;left:10.625rem;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:#ffffff;display:block;width:58rem;position:absolute;font-family:prompt;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:#ffde00;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;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.79);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.125rem;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:#ffde00;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;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.79);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.375rem;top:12.96875rem;left:40.308467741936rem;overflow:hidden;display:block; }
#hkxR5JOT04OlGqKQ4ttG8Zkda4bCBpd8 { color:#ffde00;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.875rem;left:7.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#qiD7SCLVhSki8hnv1fxvyms617kKkTUL { color:#ffde00;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.875rem;left:7.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:none; }
#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:33.5625rem;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:#ffde00;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;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.79);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:#ffde00;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;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.79);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.1875rem;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:none; }
#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(255,193,72,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; }
#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; }
#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:#ffde00;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;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(255,255,255,0.79);top:2.375rem;left:15.5625rem;height:7.64941875rem;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:#ffffff;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; }
#Ph3IdMbN4OUFPC8kScXy4IPRDTmMRTKV { color:#000000;display:block;width:25.5rem;position:absolute;font-family:mitr;font-size:1.125rem;font-weight:normal;z-index:100030;line-height:2;letter-spacing:0;top:18rem;left:5.46875rem;height:15.75rem;display:block; }
#EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8651ff;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.2744125rem;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.2744125rem;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:9.5625rem;left:11.875rem;width:35.875rem;height:13rem;font-size:1.4375rem;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:4.125rem;left:19.875rem;width:27.875rem;height:5.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIcsfFI3brulOCLZuWRSg5io4tSCMRe { top:27.75rem;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:28.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gApVs58EJZdRICfn7US2aTZgWPzE8v7k { width:13.5rem;height:4.875rem;top:32.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gScJ3JREfUOly1llG5kk1vxBOcvzRNTs { width:15.3125rem;height:1.4375rem;top:37.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBtJHX6PlaenOzcmCSgcD6uhQ9zzAyqe { top:4.8125rem;left:0rem;width:26.5rem;height:32.125rem;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.8125rem;top:23.8125rem;left:25.9375rem;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) { #yaqKR5fbo6qlQgZKlzDmhBhALQv82rbd { display:none; }
 }@media only screen and (max-width: 763px) { #xpIeTdZCDNekNfwTo8fqZ3guieXgpow1 { top:9.625rem;left:11.875rem;width:35.875rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcePgrf3tXuuvkuhSqhqyA8pBQPwDdSe { top:16.1875rem;left:11.875rem;width:35.875rem;height:6rem;font-size:1.25rem;display:block; }
 }@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:1.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) { #r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 { display:block; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW4HD4phKHO77MtUH4mWSLXI1QWHHGus { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2v13u98UUHKuJIeJaIqCBI1owzusKgM { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd0FtXXM39ekfHMfUQymC3nWGgW2Hr31 { width:47.75rem;height:6.5rem;top:24.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba1QI8oc8eIP01uWqSRogOlAkMLL6afT { top:24.0625rem;left:3.125rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHJOhLgezAD8oV9gccmT0DSpTls2KCIw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoQUfTBED1blZtAFDRaTqPG8RWHr8L8g { width:20rem;height:;top:23.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnepJFTlVXiM2gEJKW2zTwboGCreQSDO { top:0.1875rem;left:0.125rem;width:22.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJpmwvh6pOFAapwqA6pagJXFUcuMHMRc { top:0rem;left:24.875rem;width:22.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhGyxKTTG9BS9TxgT4pH0cDfscUQgi0S { top:23rem;left:0rem;width:22.25rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkChnzo7Io9tqD8WOCkBeC3D4DHX5JNL { top:22.875rem;left:24.75rem;width:22.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTx8ogIkSov04IG7wwoG68TVT6diSseU { top:46rem;left:0.125rem;width:22.25rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws3Ub6yz6FhXF5vFwMiAW3H919BpRyaX { top:45.8125rem;left:24.5625rem;width:23.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKWcz0skQSV0VLGTdLGBi8E7xKwyZ4cB { top:11.3125rem;left:0.0625rem;width:22.5625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKa2A9sJyozQgBFOOvNggQQeqI874uXD { top:12.125rem;left:0rem;width:22.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3uy6MTvwpSFXTuNI7K8BMXg4JdOukWd { top:13.5rem;left:1.0625rem;width:20.5625rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qiu9kTNbD2zAXdfZgs1V4VbT5ONTWI5b { top:11.3125rem;left:24.9375rem;width:22.8125rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZvwPTsoyTmz9Rvvud6599NLM3k2Vgrs { top:14rem;left:25.6552734375rem;width:21.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wecu6h86ZXAOhJBDaMqN9mdtrhrx99KI { top:12.5625rem;left:25.1875rem;width:22.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2pnmFBf1k0LreytTGJAqzrMtxtoBmBS { top:34.25rem;left:0rem;width:22.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V46AwtTUhkImnvbvDcfA5nQWxvvsNVRU { top:37rem;left:0.5rem;width:21.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8bAQPmsOSPTc47ytfFpVoE7AgSvZdmn { top:35.25rem;left:0rem;width:22.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSuJSZZvTyKWJNZegCnGySGwJsdGiTob { top:34.25rem;left:24.75rem;width:23rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2bTWy12qx8JMUGJqixHkmoC0dk2aVP { top:37.875rem;left:25.4375rem;width:21.75rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFpg1GLNQChS58d0kHpeFMuahnUOcM0C { top:35.3125rem;left:25.0625rem;width:22.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVHxVMBiUB77k6Gg02XJGasNUvOUZVeE { top:57.0625rem;left:0.0625rem;width:22.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GRKRZ5NNsxgr5wDW4IB5KnAQ8SzaUZ { top:60.3125rem;left:0.75rem;width:21.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wsFGEos1Wgd3Vx7m3WCQ0yhVVCROWw { top:58.3125rem;left:0.0625rem;width:22.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaLTuEewUAdeTxHSs0TxdXHvKeF55mQu { top:57.0625rem;left:24.6875rem;width:23.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAB4Fiwf9CWvkkqewqo5fkOCLw1olIT4 { top:59.75rem;left:26.1875rem;width:21.5625rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABtJxt26v1OgK34bwTkzcA5i3JgxAMiK { top:58.3125rem;left:25.1875rem;width:22.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbqJ3hgXPF88GEAz4nnob7koP8PrkrZ1 { top:67.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3WADed7oxUuadM8HSIuPq0MV0b4Uhrc { top:1.8125rem;left:8.0625rem;width:31.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVTURDf3Umr0Tt7dq1DOR4QSeJ3gzIvN { top:1.875rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc2szJKL5GHlPqbxEnQ9bStduG5i8T7A { top:6.5625rem;left:17rem;width:13.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAHncxKcPQh42nLJe0zpr6BtrB8mfOPs { width:20rem;height:;top:6.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4r1oi19qJnHFMaSa41Ns4w2ZFsTxolG { width:26.1875rem;height:2.5rem;top:22.1875rem;left:11.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaZx768dnZTscWzDUwnS7P2udSVELooG { top:21.6875rem;left:15.625rem;width:18.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJTv8ScW05ABgbloWx0y0hBdZTccIW2t { width:26.1875rem;height:2.5rem;top:48.4375rem;left:11.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRs70aPSu6gILZ3oBhnc8VrVWMTCT978 { top:47.9375rem;left:17.4375rem;width:13.6875rem;height:3.5625rem;display:block; }
 }@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) { #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) { #eVw46EvWyBA83Le99XzozGPVkCJMZPXR { top:7rem;left:0rem;width:47.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96cyQsK8dDB9ODzOEwtREihSstnBmrP { top:6.3125rem;left:1.25rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTK5oFkdR0cIT1vfMZPNbU2KOgLhKhBd { top:14.5625rem;left:12.375rem;width:7.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVPcorPR3fuF1bDL1gwUzpLULGmqzxm { top:8.875rem;left:19.375rem;width:28.375rem;height:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klyFPS2foV4TTDs7Aq8JvibLp26a8nWL { top:7.9375rem;left:1.625rem;width:16.75rem;height:8.5rem;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:4.875rem;left:7.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM5TDvWiGrOcIAI2amxErwa34Jvb9my4 { top:9.625rem;left:3.375rem;width:41rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUwE4H2i9WmXXbbDvxyIUpeOn9qu8G0S { top:3.3125rem;left:0rem;width:47.75rem;height:20.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) { #IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA { display:block; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSy81FhEgitQaQrqUEcQA28sSOcAL044 { top:2.25rem;left:13.1875rem;width:26.5625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoT0WEtbFudhPFOep9KWhRueuW00AHu4 { top:1.0625rem;left:9.5rem;width:27.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIKlTXR3hv7Aehkz0q3r9y8V60xVDtG { top:28.4375rem;left:0rem;width:28.125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeWnJRG854QSR1O63b0LCwZT9A3QCnoG { top:40.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzs3SefJ6M2HDcA7NEm28TgyJxoFyHqA { top:11.375rem;left:0rem;width:18.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJdzicDOZworvES7lRHwM0XWb6C9L7pV { top:25.875rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgbVM6iymOhoc4AKizLkh74uIMZRKZ1h { display:block; }
 }@media only screen and (max-width: 763px) { #G8Jehi81dBB8yhOS9AP6LdDT8T4cLHSO { width:12.3125rem;height:3.4375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2nBww0nw5yPZM6OJeIG7VcPoApIOJh7 { display:block; }
 }@media only screen and (max-width: 763px) { #aUUB1yTpfD5FaLtVt63rAtuuqTVycFdA { top:35.75rem;left:0rem;width:9.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lhbLvBlEK2tdgzerUUJPKCXUC4iyAd { top:37.8125rem;left:0rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXe87IJbsIWwPkGXk4epN8T33Qzk3MO { top:9.125rem;left:14.5rem;width:18.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsTws4dTKzaCXrUK3e7EcDBKhLF8IwE { top:33.5625rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoF6NcSOkD7nwAEWb7gALw2PIoUiLVkZ { top:35.75rem;left:15.62548828125rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9LEtAstGrrkhiqaJaseIJrNf5cTGyb { width:12.3125rem;height:3.4375rem;top:29.3125rem;left:17.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXk0FUI2KrTaZoIr3QFSdpKkQeMAptKQ { display:block; }
 }@media only screen and (max-width: 763px) { #vyOpCy2g8vHTSXMSemAcGAlFg4Az4K8S { top:23.9375rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTuK4ucufIM5wOxq4woT4hFPhKdg3HX { display:block; }
 }@media only screen and (max-width: 763px) { #RpQdH5KZ8mu8BQJQDa9krbMdZIt64zTv { width:12.3125rem;height:3.4375rem;top:31.25rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTH3nANJacC5sag3EtNQiVQeRzzJOWt7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gs7vof92qwQ1i2LHpk0uKLCTXGV3qLau { top:35.75rem;left:38.625rem;width:9.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXyMmXSlq7qQTPa6W8rMAvz09ehVhtsR { top:37.8125rem;left:31.3125rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnKJvh2vliwK2Ol7Dysf36ruhBFhV7UL { top:25.875rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwcJUv20yOlMEJw1gX9sqTzxMkhLFnr1 { display:block; }
 }@media only screen and (max-width: 763px) { #EagTWcZoLsL6F8gobPm3cfaxAxlOaa49 { width:13.25rem;height:1.6875rem;top:16.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxtUBApp0kDzNH0ZyBNgyioM6hfPRLeR { width:14.1875rem;height:1.6875rem;top:16.5rem;left:33.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvaCa0f4BdscTuScfCKdnxWs9TMiNLrT { width:5.8125rem;height:1.6875rem;top:14.4375rem;left:20.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLTONi3RukNIe5dPhvuUfpfp63ZzRA3 { top:15.25rem;left:20.75rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwd2naozsGpRxv5Sq4uiPRFCRvZ60TDN { width:17.1875rem;height:6.6875rem;top:15.5rem;left:15.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRtqlxA23aPtnnyHHrUmFmbg7TsZ2nb2 { top:17.3125rem;left:41.3740234375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCNXTL0VsFCDse7efbaq2fGrrB7mUWA { top:11.625rem;left:29rem;width:18.75rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev57DK3mBO0TBBANxhsK7otdWT5Td3pT { top:17.3125rem;left:0.125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg1W0pAL4G0ksRyzShz0q0JvNNlsURLD { width:17.1875rem;height:5.5625rem;top:18rem;left:30.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B45tvQDUTVUrIZoAiBhfI8BiVOA7HlTe { width:17.1875rem;height:5.6875rem;top:17.3125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgzy0IMWGgTsBu5ZgPE6WmLL3lF3fy68 { top:23.375rem;left:0rem;width:11.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stAJq8hRdeMBtgSuNq9b7qykETqngtAL { top:21.625rem;left:18.25rem;width:11.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK7JkCkiJrvuLQa48wa1PodnvEWcLPkl { top:23.4375rem;left:36.5rem;width:11.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWH3rP25l0cOs6sXLw1h2DqCyqyPLtO3 { top:7.5625rem;left:12.625rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSPu1w9419DdJdICr3bTQeksLDTT1XeM { top:9.25rem;left:13.125rem;width:4.0625rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnMDHKRXl3sS1nFNzECsuUUSPLNTNM7L { top:9.25rem;left:13.125rem;width:4.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoTO63dTRbaDiced4DdqM5kI0nK1J2pg { top:9.25rem;left:13.125rem;width:4.0625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0ib47BhpAPMPiklzAZOVPZLriCnCz4t { top:12.625rem;left:0rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBGLTJ4uPOQeqWsI8XEsSgWlBnT1zOKR { top:14.625rem;left:0rem;width:18.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPx8echxifETcxrZ3BHNaT6cJxTZgSZ { top:10.25rem;left:14.5625rem;width:18.625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLDZIzxgoAtLKTLIT2lhJins2TgrViM0 { top:12.625rem;left:29.1875rem;width:18.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9qxE9zQ4BzmMZc794lw7QC4lnrnBG0o { top:14.625rem;left:29.0625rem;width:18.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh { display:block; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1  { width:22.5rem;height:auto;top:4.1875rem;left:22.75rem; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 {display:block;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 { width:22.5rem;height:auto;top:4.1875rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #Q57TfkEqkgiUFD3mdSzMSbkCgXp3GDWo {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #U4oJoIUXgqxy3UyKxOMk8SKupAMcg6qd {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #Q5XfeBTwcAOh9vILTTLybZzOMNZaiEm4 {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #lZudwGgSKkGSbXiDyZ0CFSXGa9vP6Fcy {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #HFFPnbxwaEOd981HbPx25VfFzCeMxnEK {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #V1U0a28QmHrk6CfXmO9AAzKQZ1Ewsakv {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #bzXTg1VDLxcrVOTXfFV7WVT1x84aW9vL {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #y46qpQ2wS4LcTEZkmVtWdbwzAlEBBKEw {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #yOG3vadiyh5RC7BrA5HfMdNb5tSnv4r2 {  }
 }@media only screen and (max-width: 763px) { #iVE7u9g02IqXAaFw8VqHgp1vvbRl0idK { display:block; }
 }@media only screen and (max-width: 763px) { #zkrATIqO4R8txod9lLPh6fm31qdTlBXp { display:block; }
 }@media only screen and (max-width: 763px) { #y5E4786qJ9yCQ4yGaTmFKXp5meCSkRMQ { display:block; }
 }@media only screen and (max-width: 763px) { #B9GSnGtIQmKiiNFrMmT2ASdT5zsP2tBW { display:block; }
 }@media only screen and (max-width: 763px) { #K741CeyD6c2t7EaJSiy4oCn09OpMI7Uu { display:block; }
 }@media only screen and (max-width: 763px) { #AksLfTiyHCvDMW1Rn26kluQ4owehi2AM { display:block; }
 }@media only screen and (max-width: 763px) { #BbAz9Zl4csyNTNB8NAtSSs4W1wSgCTo3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #rzIeo1eCaE4XoBTXT325ONFJasqBvxAl {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #xkpOvXyhgIyJv0lDSwSrOzG5lJMhfN7f {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #lZV0yMWK2Co5XQpNZibAsKzXhZRQ74gI {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #yorUar8TzCzPN0XtskmQHkTbHTcb1HWr {  }
 }@media only screen and (max-width: 763px) { #gcCmmXkuKh22LhF2T5KXKEpaJDkp9C2x { width:20.375rem;height:6.4375rem;top:14.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqcUAq50FeDcd4rpDEk9rM5pGmUSULtA { width:18.4375rem;height:2.875rem;top:5.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHQ2O8UWVu94evoKfcPmprgXO5gvKqVm { top:1.9375rem;left:19.3125rem;width:28.4375rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-text {padding-top: 0; padding-bottom: 0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-select {padding-top: 0; padding-bottom: 0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg  { width:17.5rem;height:auto;top:7.9375rem;left:0rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg {display:block;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg { width:17.5rem;height:auto;top:7.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #cbM3ZuuUqwtKCqCTJWrldeTex66HLNct {  }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #EXSh3NMguVSDHwGTbne6d8FbUirZcomM {  }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #AtBNdDdm91qwVBJ09Ngn5J3Ic6E6QqAn {  }
 }@media only screen and (max-width: 763px) { #ScGwPTl7hOloHVG3SKIVaGGFrzIE2TsN { display:block; }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #rWks4isz3znZ62ooX2U0TluPeX2FgC5X {  }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #LaZe2qv4UGv20Q807yULJDPOwBVpkD9G {  }
 }@media only screen and (max-width: 763px) { #gEJ5cXT35TlXWbXpWNCATiHk9rOk4MEn { top:13.125rem;left:0rem;width:19.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBeaLb9U9XJflNRfulwNvgW47uZExNHT { top:5.625rem;left:0rem;width:21.9375rem;height:17.1875rem;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) { #ps9JteONQA5iTp5H29QDvcVwKkDJ4Wk8 { top:7.375rem;left:4.625rem;width:38.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA1Q1ix3PJIZ7T2JWgWd2gUAERc00fy8 { top:30.125rem;left:4.53125rem;width:38.6875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMQgl7UuRelc3Tv6DxLPwzn7evGCm7Px { top:53.0625rem;left:4.5rem;width:38.75rem;height:21.25rem;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.125rem;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.375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxR5JOT04OlGqKQ4ttG8Zkda4bCBpd8 { top:6.875rem;left:1.5rem;width:44.75rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiD7SCLVhSki8hnv1fxvyms617kKkTUL { top:4.6875rem;left:0rem;width:20rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@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.1875rem;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) { #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) { #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) { #Ph3IdMbN4OUFPC8kScXy4IPRDTmMRTKV { top:18rem;left:0rem;width:25.5rem;height:15.75rem;font-size:0.9375rem;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:#dda0fa;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:#dda0fa;background-image:url("https://images.assets-landingi.com/uc/b2386769-76f9-431f-a2e8-f5cca8213469/bgcreaftive.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:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxZLr4ONGg7G6GNJltJP2UrrzJmX1zQp { width:20rem;height:7.4746rem;top:11.30517578125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLyT3gxk3nQQFowZG6SQIU2K4rtyDi8H { width:18.0625rem;height:3.65625rem;top:33.3125rem;left:1rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DROO6AT7xFXMbxk9k1gH1TFXlktHiEtP { width:20rem;height:3.4375rem;top:7.86767578125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIcsfFI3brulOCLZuWRSg5io4tSCMRe { width:7.3125rem;height:7.3125rem;top:21.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnM5OiUQWx4qshW4ZgwrHi5x00PM9gNM { width:6.1875rem;height:3.65625rem;top:22.5rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gApVs58EJZdRICfn7US2aTZgWPzE8v7k { width:5.875rem;height:2.35595625rem;top:26.375rem;left:11.8125rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gScJ3JREfUOly1llG5kk1vxBOcvzRNTs { width:6.1875rem;height:0.89355625rem;top:29rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBtJHX6PlaenOzcmCSgcD6uhQ9zzAyqe { width:9.625rem;height:11.6875rem;top:20.75rem;left:0.9375rem;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.3125rem;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:42.9375rem;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) { #yaqKR5fbo6qlQgZKlzDmhBhALQv82rbd { top:21.6875rem;left:10.8125rem;width:7.875rem;height:8.5625rem;z-index:99999;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIeTdZCDNekNfwTo8fqZ3guieXgpow1 { width:20rem;height:3.4121125rem;top:12.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcePgrf3tXuuvkuhSqhqyA8pBQPwDdSe { width:20rem;height:3.25rem;top:15.662109375rem;left:0rem;font-size:1.25rem;text-shadow:0.125rem 0.25rem 0rem rgba(0,0,0,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot { background-color:transparent;background-image:none;display:none; }#cGFh0RcBH3JrqFPigbxF3OZxsLu7kDot > .row .container { width:20rem;height:61.1875rem;position:relative;display:none; } }@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:18rem;height:9.4375rem;top:28.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5GRVOqtCQAqAVUw0Esc5Nzel6Trfwba { width:17.5rem;height:9.1875rem;top:8.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdQHEyLDVOEgvUcTi3ReHHvWgh4MWLxs { width:17.875rem;height:9.375rem;top:48.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06rXTTZwUQG3vmeG1Q8oNcfTCtB8BPN { width:18.125rem;height:9.5rem;top:38.5625rem;left:0.9375rem;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.5rem;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;color:#000000;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) { #r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 { background-color:#dda0fa;background-image:none;position:relative;z-index:auto;display:block; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container { background-color: transparent; background-image: none; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container > .video-iframe-container { display: none; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row > .video-iframe-container { display: none; }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .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); }#r0UUSDgc2zmpQ0uAZrBpIgH3hOMRrbL0 > .row .container { width:20rem;height:142.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW4HD4phKHO77MtUH4mWSLXI1QWHHGus { width:20rem;height:2.5625rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2v13u98UUHKuJIeJaIqCBI1owzusKgM { width:19.75rem;height:3.4375rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bd0FtXXM39ekfHMfUQymC3nWGgW2Hr31 { width:20rem;height:2.5625rem;top:24.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ba1QI8oc8eIP01uWqSRogOlAkMLL6afT { width:19.75rem;height:4rem;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHJOhLgezAD8oV9gccmT0DSpTls2KCIw { top:2.625rem;left:11.125rem;width:6.125rem;height:6.125rem;z-index:100012;overflow:hidden;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoQUfTBED1blZtAFDRaTqPG8RWHr8L8g { width:20rem;height:0;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:prompt;z-index:100002;font-weight:700;font-style:italic;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #DnepJFTlVXiM2gEJKW2zTwboGCreQSDO { width:19.5625rem;height:10.25rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gJpmwvh6pOFAapwqA6pagJXFUcuMHMRc { width:19.6875rem;height:10.3125rem;top:31.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fhGyxKTTG9BS9TxgT4pH0cDfscUQgi0S { width:19.875rem;height:10.375rem;top:53.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EkChnzo7Io9tqD8WOCkBeC3D4DHX5JNL { width:19.6875rem;height:10.3125rem;top:74.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MTx8ogIkSov04IG7wwoG68TVT6diSseU { width:19.875rem;height:10.375rem;top:96.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ws3Ub6yz6FhXF5vFwMiAW3H919BpRyaX { width:19.625rem;height:10.25rem;top:116.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RKWcz0skQSV0VLGTdLGBi8E7xKwyZ4cB { width:20rem;height:10.5rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKa2A9sJyozQgBFOOvNggQQeqI874uXD { width:20rem;height:1.4624rem;top:20.9375rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S3uy6MTvwpSFXTuNI7K8BMXg4JdOukWd { width:19.6875rem;height:6.8232375rem;top:22.39892578125rem;left:0.3125rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Qiu9kTNbD2zAXdfZgs1V4VbT5ONTWI5b { width:20rem;height:9.0625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZvwPTsoyTmz9Rvvud6599NLM3k2Vgrs { width:19.25rem;height:4.548825rem;top:45.875rem;left:0.375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wecu6h86ZXAOhJBDaMqN9mdtrhrx99KI { width:20rem;height:2.92480625rem;top:42.75rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U2pnmFBf1k0LreytTGJAqzrMtxtoBmBS { width:20rem;height:9.0625rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V46AwtTUhkImnvbvDcfA5nQWxvvsNVRU { width:19.375rem;height:4.548825rem;top:66.875rem;left:0.3125rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i8bAQPmsOSPTc47ytfFpVoE7AgSvZdmn { width:20rem;height:1.4624rem;top:64.5625rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#fffd00;display:block; }
 }@media only screen and (max-width: 763px) { #qSuJSZZvTyKWJNZegCnGySGwJsdGiTob { width:20rem;height:9.0625rem;top:85.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC2bTWy12qx8JMUGJqixHkmoC0dk2aVP { width:17.9375rem;height:4.548825rem;top:88.5625rem;left:1.0625rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gFpg1GLNQChS58d0kHpeFMuahnUOcM0C { width:20rem;height:2.9248rem;top:85.25rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RVHxVMBiUB77k6Gg02XJGasNUvOUZVeE { width:20rem;height:8.5625rem;top:106.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2GRKRZ5NNsxgr5wDW4IB5KnAQ8SzaUZ { width:17.25rem;height:4.875rem;top:109.125rem;left:1.375rem;font-size:0.9375rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N1wsFGEos1Wgd3Vx7m3WCQ0yhVVCROWw { width:20rem;height:1.29980625rem;top:107.4375rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yaLTuEewUAdeTxHSs0TxdXHvKeF55mQu { width:20rem;height:9.625rem;top:126.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAB4Fiwf9CWvkkqewqo5fkOCLw1olIT4 { width:19.1875rem;height:5.68603125rem;top:130.0625rem;left:0.4375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ABtJxt26v1OgK34bwTkzcA5i3JgxAMiK { width:20rem;height:2.5996125rem;top:127.5rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kbqJ3hgXPF88GEAz4nnob7koP8PrkrZ1 { width:20rem;height:3.67383125rem;top:138rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;z-index:100041;color:#fec425;display:block; }
 }@media only screen and (max-width: 763px) { #o3WADed7oxUuadM8HSIuPq0MV0b4Uhrc { width:20rem;height:3.1875rem;top:1.1337890625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #6c0c8b, rgba(0,0,0,0.84));background-image: -moz-linear-gradient(179deg, #6c0c8b, rgba(0,0,0,0.84));background-image: -ms-linear-gradient(179deg, #6c0c8b, rgba(0,0,0,0.84));background-image: -o-linear-gradient(179deg, #6c0c8b, rgba(0,0,0,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c0c8b', endColorstr='#d6000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c0c8b', endColorstr='#d6000000' );";background-image: linear-gradient(179deg, #6c0c8b, rgba(0,0,0,0.84));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zVTURDf3Umr0Tt7dq1DOR4QSeJ3gzIvN { width:20rem;height:1.70605625rem;top:1.875rem;left:0rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:100041;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uc2szJKL5GHlPqbxEnQ9bStduG5i8T7A { width:12.8125rem;height:3.5rem;top:5.5rem;left:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6c0c8b, #000000);background-image: -moz-linear-gradient(180deg, #6c0c8b, #000000);background-image: -ms-linear-gradient(180deg, #6c0c8b, #000000);background-image: -o-linear-gradient(180deg, #6c0c8b, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c0c8b', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c0c8b', endColorstr='#000000' );";background-image: linear-gradient(180deg, #6c0c8b, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZAHncxKcPQh42nLJe0zpr6BtrB8mfOPs { width:20rem;height:;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v4r1oi19qJnHFMaSa41Ns4w2ZFsTxolG { width:20rem;height:2.03125rem;top:53.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #AaZx768dnZTscWzDUwnS7P2udSVELooG { width:18.1875rem;height:3.5625rem;top:52.4375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b0c0c, #000000);background-image: -moz-linear-gradient(180deg, #8b0c0c, #000000);background-image: -ms-linear-gradient(180deg, #8b0c0c, #000000);background-image: -o-linear-gradient(180deg, #8b0c0c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8b0c0c, #000000);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xJTv8ScW05ABgbloWx0y0hBdZTccIW2t { width:20rem;height:2.03125rem;top:100.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XRs70aPSu6gILZ3oBhnc8VrVWMTCT978 { width:13.6875rem;height:3.5625rem;top:99.5rem;left:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8b0c0c, #000000);background-image: -moz-linear-gradient(180deg, #8b0c0c, #000000);background-image: -ms-linear-gradient(180deg, #8b0c0c, #000000);background-image: -o-linear-gradient(180deg, #8b0c0c, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8b0c0c, #000000);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #qB38Ozs94TUpM0EzE3qJg6E7ZzzNOttd { background-color:#dda0fa;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:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaD7gi2eehUE9UsXDptEFUFmI6qH9MNJ { width:20rem;height:4.875rem;top:2.2499980926514rem;left:0rem;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eVw46EvWyBA83Le99XzozGPVkCJMZPXR { width:20rem;height:21.6875rem;top:8.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b96cyQsK8dDB9ODzOEwtREihSstnBmrP { width:17.6875rem;height:13.4375rem;top:8.3740234375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTK5oFkdR0cIT1vfMZPNbU2KOgLhKhBd { width:7.5625rem;height:5.1875rem;top:16.6865234375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVPcorPR3fuF1bDL1gwUzpLULGmqzxm { width:20rem;height:6.09375rem;top:22.7490234375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #klyFPS2foV4TTDs7Aq8JvibLp26a8nWL { width:16.75rem;height:8.5rem;top:9.3115234375rem;left:1.6875rem;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:#dda0fa;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;color:#000000;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;color:#000000;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;color:#000000;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:none; }#PuRC5gIA95tt6PxDBLPBseUHf7UDOQdf > .row .container { width:20rem;height:15.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d86C6wSGiBskUtbQ6tawXLshEST0HUGb { width:20rem;height:1.6499rem;top:3.6875rem;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:5.199225rem;top:7.2373046875rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OUwE4H2i9WmXXbbDvxyIUpeOn9qu8G0S { width:20rem;height:12.75rem;top:1.3125rem;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:none; }#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:none; } }@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:#b84bec;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:#b84bec;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) { #IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA.adaptive-delivery-prevent-bg, #IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA.lazyload, #IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA.lazyloading { background-image: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container { background-color: transparent; background-image: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container > .video-iframe-container { display: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row > .video-iframe-container { display: none; }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .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); }#IZ4aN3HiTfaoFusTd1CFvPsni8rf3fXA > .row .container { width:20rem;height:90.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vSy81FhEgitQaQrqUEcQA28sSOcAL044 { width:13.4375rem;height:2.5996125rem;top:1.5744361877441rem;left:3.2812502980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoT0WEtbFudhPFOep9KWhRueuW00AHu4 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWIKlTXR3hv7Aehkz0q3r9y8V60xVDtG { width:20rem;height:0;top:36.25rem;left:0rem;font-size:0.75rem;color:#4d4d4d;z-index:100054;display:none; }
 }@media only screen and (max-width: 763px) { #HeWnJRG854QSR1O63b0LCwZT9A3QCnoG { width:20rem;height:2.5996125rem;top:87.5625rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tzs3SefJ6M2HDcA7NEm28TgyJxoFyHqA { width:18.75rem;height:25.1875rem;top:34.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJdzicDOZworvES7lRHwM0XWb6C9L7pV { top:46.25rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgbVM6iymOhoc4AKizLkh74uIMZRKZ1h { display:block; }
 }@media only screen and (max-width: 763px) { #G8Jehi81dBB8yhOS9AP6LdDT8T4cLHSO { width:12.3125rem;height:3.4375rem;top:50.8125rem;left:3.875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #w2nBww0nw5yPZM6OJeIG7VcPoApIOJh7 { display:block; }
 }@media only screen and (max-width: 763px) { #aUUB1yTpfD5FaLtVt63rAtuuqTVycFdA { width:12.5rem;height:1.4624rem;top:54.9375rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9lhbLvBlEK2tdgzerUUJPKCXUC4iyAd { width:16.436625rem;height:2.4375rem;top:56.8125rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmXe87IJbsIWwPkGXk4epN8T33Qzk3MO { width:18.75rem;height:27.625rem;top:5.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrsTws4dTKzaCXrUK3e7EcDBKhLF8IwE { width:12.5rem;height:1.4624rem;top:29.0625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoF6NcSOkD7nwAEWb7gALw2PIoUiLVkZ { width:16.436625rem;height:2.4375rem;top:31.1875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9LEtAstGrrkhiqaJaseIJrNf5cTGyb { width:12.3125rem;height:3.4375rem;top:24.875rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #EXk0FUI2KrTaZoIr3QFSdpKkQeMAptKQ { display:block; }
 }@media only screen and (max-width: 763px) { #vyOpCy2g8vHTSXMSemAcGAlFg4Az4K8S { top:19.1875rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdTuK4ucufIM5wOxq4woT4hFPhKdg3HX { display:block; }
 }@media only screen and (max-width: 763px) { #RpQdH5KZ8mu8BQJQDa9krbMdZIt64zTv { width:12.3125rem;height:3.4375rem;top:77.6875rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #ZTH3nANJacC5sag3EtNQiVQeRzzJOWt7 { display:block; }
 }@media only screen and (max-width: 763px) { #Gs7vof92qwQ1i2LHpk0uKLCTXGV3qLau { width:12.5rem;height:1.4624rem;top:81.9375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXyMmXSlq7qQTPa6W8rMAvz09ehVhtsR { width:16.436625rem;height:2.4375rem;top:83.9375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnKJvh2vliwK2Ol7Dysf36ruhBFhV7UL { top:73.0068359375rem;left:2.96875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwcJUv20yOlMEJw1gX9sqTzxMkhLFnr1 { display:block; }
 }@media only screen and (max-width: 763px) { #EagTWcZoLsL6F8gobPm3cfaxAxlOaa49 { width:17.1875rem;height:1.70605625rem;top:39.4375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:100088;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #GxtUBApp0kDzNH0ZyBNgyioM6hfPRLeR { width:17.1875rem;height:1.70605625rem;top:66.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:100087;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #nvaCa0f4BdscTuScfCKdnxWs9TMiNLrT { width:5.8125rem;height:1.94970625rem;top:10.375rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #LsLTONi3RukNIe5dPhvuUfpfp63ZzRA3 { width:6.25rem;height:0.0625rem;top:11.3125rem;left:6.875rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #cwd2naozsGpRxv5Sq4uiPRFCRvZ60TDN { width:17.1875rem;height:4.46875rem;top:13.1943359375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:100091;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #RRtqlxA23aPtnnyHHrUmFmbg7TsZ2nb2 { width:6.25rem;height:0.0625rem;top:66.9375rem;left:6.875rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #WoCNXTL0VsFCDse7efbaq2fGrrB7mUWA { width:18.75rem;height:25.375rem;top:61.5625rem;left:0.625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #ev57DK3mBO0TBBANxhsK7otdWT5Td3pT { width:6.25rem;height:0.0625rem;top:40.125rem;left:6.875rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #dg1W0pAL4G0ksRyzShz0q0JvNNlsURLD { width:17.1875rem;height:4.46875rem;top:67.6435546875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:100091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #B45tvQDUTVUrIZoAiBhfI8BiVOA7HlTe { width:17.1875rem;height:4.46875rem;top:40.8310546875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:3.4375rem;z-index:100091;font-family:"altone trial";display:block; }
 }@media only screen and (max-width: 763px) { #lgzy0IMWGgTsBu5ZgPE6WmLL3lF3fy68 { width:11.25rem;height:1.21875rem;top:44.6630859375rem;left:4.375rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #stAJq8hRdeMBtgSuNq9b7qykETqngtAL { width:11.25rem;height:1.21875rem;top:17.6005859375rem;left:4.375rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CK7JkCkiJrvuLQa48wa1PodnvEWcLPkl { width:11.25rem;height:1.21875rem;top:71.6005859375rem;left:4.375rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kWH3rP25l0cOs6sXLw1h2DqCyqyPLtO3 { width:5.1875rem;height:5.1875rem;top:3.625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSPu1w9419DdJdICr3bTQeksLDTT1XeM { width:4.0625rem;height:auto;top:9.25rem;left:7.9375rem;font-size:0.6875rem;font-weight:400;font-style:normal;z-index:100017;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #xnMDHKRXl3sS1nFNzECsuUUSPLNTNM7L { width:4.0625rem;height:1.7871125rem;top:74.5625rem;left:3.9375rem;font-size:0.6875rem;font-weight:400;font-style:normal;z-index:100018;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #HoTO63dTRbaDiced4DdqM5kI0nK1J2pg { width:4.0625rem;height:1.7871125rem;top:5.3125rem;left:0.625rem;font-size:0.6875rem;font-weight:400;font-style:normal;z-index:100092;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #f0ib47BhpAPMPiklzAZOVPZLriCnCz4t { width:18.5625rem;height:1.70605625rem;top:62.224609375rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBGLTJ4uPOQeqWsI8XEsSgWlBnT1zOKR { width:18.6875rem;height:1.70605625rem;top:37.380859375rem;left:0.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLPx8echxifETcxrZ3BHNaT6cJxTZgSZ { width:18.625rem;height:3.4121125rem;top:6.3994140625rem;left:0.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLDZIzxgoAtLKTLIT2lhJins2TgrViM0 { width:18.5625rem;height:1.70605625rem;top:35.4873046875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9qxE9zQ4BzmMZc794lw7QC4lnrnBG0o { width:18.6875rem;height:1.70605625rem;top:64.1181640625rem;left:0.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh { display:block; }#zMlEnqa9ufMhGUI54Bea4wmscPaAzOOh > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:700;font-style:normal; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1  { width:17.5rem;height:auto;top:22.0654296875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:99994; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 {display:block;}#ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 { width:17.5rem;height:auto;top:22.0654296875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:99994; }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #Q57TfkEqkgiUFD3mdSzMSbkCgXp3GDWo {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #U4oJoIUXgqxy3UyKxOMk8SKupAMcg6qd {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #Q5XfeBTwcAOh9vILTTLybZzOMNZaiEm4 {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #lZudwGgSKkGSbXiDyZ0CFSXGa9vP6Fcy {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #HFFPnbxwaEOd981HbPx25VfFzCeMxnEK {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #V1U0a28QmHrk6CfXmO9AAzKQZ1Ewsakv {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #bzXTg1VDLxcrVOTXfFV7WVT1x84aW9vL {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #y46qpQ2wS4LcTEZkmVtWdbwzAlEBBKEw {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #yOG3vadiyh5RC7BrA5HfMdNb5tSnv4r2 {  }
 }@media only screen and (max-width: 763px) { #iVE7u9g02IqXAaFw8VqHgp1vvbRl0idK { display:block; }
 }@media only screen and (max-width: 763px) { #zkrATIqO4R8txod9lLPh6fm31qdTlBXp { display:block; }
 }@media only screen and (max-width: 763px) { #y5E4786qJ9yCQ4yGaTmFKXp5meCSkRMQ { display:block; }
 }@media only screen and (max-width: 763px) { #B9GSnGtIQmKiiNFrMmT2ASdT5zsP2tBW { display:block; }
 }@media only screen and (max-width: 763px) { #K741CeyD6c2t7EaJSiy4oCn09OpMI7Uu { display:block; }
 }@media only screen and (max-width: 763px) { #AksLfTiyHCvDMW1Rn26kluQ4owehi2AM { display:block; }
 }@media only screen and (max-width: 763px) { #BbAz9Zl4csyNTNB8NAtSSs4W1wSgCTo3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #rzIeo1eCaE4XoBTXT325ONFJasqBvxAl {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #xkpOvXyhgIyJv0lDSwSrOzG5lJMhfN7f {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #lZV0yMWK2Co5XQpNZibAsKzXhZRQ74gI {  }
 }@media only screen and (max-width: 763px) { #ZGgyiDADCDfSLs9OtpRg8K9MohVT8Qu1 #yorUar8TzCzPN0XtskmQHkTbHTcb1HWr {  }
 }@media only screen and (max-width: 763px) { #gcCmmXkuKh22LhF2T5KXKEpaJDkp9C2x { width:16.5625rem;height:5.24903125rem;top:11.3125rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:100041;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XqcUAq50FeDcd4rpDEk9rM5pGmUSULtA { width:16.875rem;height:2.51855625rem;top:1.8125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.9375rem;z-index:99999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #VHQ2O8UWVu94evoKfcPmprgXO5gvKqVm { width:20rem;height:2.1933625rem;top:19.8720703125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-regular-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-text { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-text {padding-top: 0; padding-bottom: 0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-textarea { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-select { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-select {padding-top: 0; padding-bottom: 0;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .widget-checkbox-label { width:12.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg  { width:13.75rem;height:auto;top:4.4375rem;left:1.875rem; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg .radio-container { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg {display:block;}#dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg { width:13.75rem;height:auto;top:4.4375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #cbM3ZuuUqwtKCqCTJWrldeTex66HLNct {  }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #EXSh3NMguVSDHwGTbne6d8FbUirZcomM {  }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #AtBNdDdm91qwVBJ09Ngn5J3Ic6E6QqAn {  }
 }@media only screen and (max-width: 763px) { #ScGwPTl7hOloHVG3SKIVaGGFrzIE2TsN { display:block; }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #rWks4isz3znZ62ooX2U0TluPeX2FgC5X {  }
 }@media only screen and (max-width: 763px) { #dgRhpT5U2KQ1orfF7yXEdFq2eeIFLGKg #LaZe2qv4UGv20Q807yULJDPOwBVpkD9G {  }
 }@media only screen and (max-width: 763px) { #gEJ5cXT35TlXWbXpWNCATiHk9rOk4MEn { width:15.375rem;height:4.5625rem;top:9.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBeaLb9U9XJflNRfulwNvgW47uZExNHT { width:20rem;height:17.1875rem;top:1.25rem;left:0rem;z-index:99995;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 { background-color:#dda0fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container { 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 { border-width: 0; border-radius: 0; }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row > .video-iframe-container {  }#Jmv5nqRlUeQMt9p5oDs2FlDkioJu6X1s > .row .container { width:20rem;height:44.25rem;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;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ps9JteONQA5iTp5H29QDvcVwKkDJ4Wk8 { height:11.006493506494rem;width:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA1Q1ix3PJIZ7T2JWgWd2gUAERc00fy8 { height:10.985460420032rem;width:20rem;top:19.630875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMQgl7UuRelc3Tv6DxLPwzn7evGCm7Px { height:10.967741935484rem;width:20rem;top:31.86625rem;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 { background-color:#dda0fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container { 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 { border-width: 0; border-radius: 0; }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row > .video-iframe-container {  }#uf9fMRifTppkHF4DTzr2Rw8ffFhi4yJz > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KolaOJ6bUFq2WcIoPh2fNgGLtEUnQih1 { width:20rem;height:4.7119125rem;top:0.74951171875rem;left:0rem;font-size:1.8125rem;color:#000000;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:9.39990234375rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;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.125rem;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;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;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.375rem;height:9.625rem;top:32.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkxR5JOT04OlGqKQ4ttG8Zkda4bCBpd8 { width:20rem;height:3.73730625rem;top:5.3486328125rem;left:0rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #qiD7SCLVhSki8hnv1fxvyms617kKkTUL { width:20rem;height:2.9248rem;top:5.6484375rem;left:0rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;z-index:100005;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI { background-color:#dda0fa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container { 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 { border-width: 0; border-radius: 0; }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row > .video-iframe-container {  }#JUgg5CV9wKCII9a0m09hN6dqxrqAb2vI > .row .container { width:20rem;height:73.6875rem;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;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;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;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;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.1875rem;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:none; }
 }@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:#dda0fa;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:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSV32h2Ne6Qdmg786hfLLlw8837TxVPS { width:17.5rem;height:4.25rem;top:42.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKdvPaFbsABL9m0Jdhfwn65yTXwNi4Hg { display:block; }
 }@media only screen and (max-width: 763px) { #IBccFnDs0wtyTJlMDIuW50KLKS3elRmv { width:20rem;height:17rem;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) { #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) { #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;text-shadow:0.0625rem 0.0625rem 0.25rem #000000;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;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ph3IdMbN4OUFPC8kScXy4IPRDTmMRTKV { width:20rem;height:12.46875rem;top:27.546875rem;left:0rem;font-size:0.9375rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #EeqOdIIhoIRKlTQiq2M24K3kQWTXoynk { background-color:#dda0fa;background-image:none;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 { 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; }
 }