.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/MuEfFttg/therock_7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1262c;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container { background-color: transparent; background-image: none; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container > .video-iframe-container { display: none; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row > .video-iframe-container { display: none; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .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); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container { border-width: 0; border-radius: 0; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row > .video-iframe-container {  }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#z2dGKO9cMKxSWZN7UEJg4BCUv5P6bNcR { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:mitr;font-size:2.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:11.125rem;height:3.4121125rem;display:block; }
#WKdSqaLhk8mITiwpi3NO3gQnBULE9Qwe { color:#ff0000;display:block;width:25.375rem;position:absolute;font-family:prompt;font-size:3.375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5rem;left:28.0625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zFlasx95tVUNkV8Snt2HTyAvcSIAbxQq { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:22.8125rem;height:2.4375rem;display:none; }
#EeRH9ruWFsTrpFEmOU4NsgZ0Mol5BAmS { z-index:100004;top:6.625rem;left:21.125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VXO378Vm4NEboRR1dD5vd9xnS9OqrQAF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fbyyGV9tRSs4h3hDhiLMKPaIgHiaxRT7 { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:4.875rem;left:1.875rem;display:none; }
#xwo1SR9MbdLPZCrdsCEh7cFR40TyVAWw { color:#fed401;display:block;width:16.5625rem;position:absolute;font-family:mitr;font-size:2.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:11.5rem;height:3.375rem;display:none; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.459375rem;margin-bottom:0;margin-left:0.459375rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.653125rem;padding-right:0.114375rem;padding-bottom:0;padding-left:0.114375rem;display:block;width:4.936875rem;height:3.154375rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:3.428125rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.114375rem;padding-bottom:0.435625rem;padding-left:0.114375rem;display:block;width:4.936875rem;height:0.815rem;position:relative;font-family:arial;font-size:0.653125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D { top:0.8125rem;left:31.3125rem;z-index:100016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.25rem;height:6.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #KRVKgPy2D1KHxo3q8UzgNzQQc1SfDkIQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #wILsPAaL1kOwCT5stp5mPQeqKTTW4eEw { display:block; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #ixZZ528UrMFtpwdscxznFTB8s0h485rf { display:block; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #gdvnDG1ETwtrN0IPwhTtmkvFGee7Egzl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #BuFqDu3X8SAsFN6Q3Ph5W8hWbLvkgrP7 { display:block; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #lQHcFM1G6Hsk068OUEOvTMm62QVSTERX { display:block; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #GLCLykzv5fF8Rf87m9JTfIyQ4CbwdVxw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #iyN6ObO7purTwNztD0mDzucVBKBJn9KB { display:block; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #Wko58T7z5uTGUHXwNivtCd3zrKFxPtQH { display:block; }
#qbdIJSVl0QlxbygMUuZMQ2i9diUkiaNQ { box-sizing:content-box;color:#f5b112;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100006;top:0.84375rem;left:26.125rem;display:block; }
#inG3xSpGHb0ouKbwzM2wla1Ok9EvMNKU { z-index:100014;top:1.9375rem;left:0.861328125rem;background-color:#fca927;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d9CSTSP9qbXkvb2VChEnHpuRlNK3Lviy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/DH4lc6dp/6685.jpg");background-position:top left !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:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container {  }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:60rem;height:72.1875rem;font-size:0.875rem;font-family:prompt;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { 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:11.6875rem;left:4.0625rem;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:#ffeb00;text-align:center;text-align-last:center;display:block; }
#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:49.875rem;left:9.1875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aAdGDu3Jr19Ps4J5J6OKxrnhUCHZXnRB { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:47.0625rem;left:23.75rem;display:block; }
#X5pKGNBzKPBAACPCfueMUqM29RcDypdM { 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:58.6875rem;left:26.875rem;overflow:hidden;display:block; }
#DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { 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; }
#uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { 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; }
#KZtrvZEOwkWRdoeWzRiZTcNyl81lXr8n { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:6.3125rem;top:28.25rem;left:20.6875rem;overflow:hidden;display:block; }
#V3Ls1HznyxGX6qKyeETtSbXZp39hG453 { display:block;width:15.6875rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:23.625rem;left:22.1875rem;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:block; }
#zAFByrRSMT7xdsBMpqac4cSJuZ3IXErZ { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:0.125rem;top:28.25rem;left:29.9375rem;display:block; }
#rDPcNs3EuVgoHsiURoJzB6Tod9f3fKDX { 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; }
#c9s1aLyLJFEapy0EGBZRVeWw8NzA4T6U { 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; }
#g2sK5drrg6LaloEwfT2olaRcv4wwxHbl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.625rem;width:20.625rem;display:none; }
#niGw7FuAOJ0HLDoOpgDpJub1bsZa5ZKq { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:7.9375rem;width:7.9375rem;top:27.9375rem;left:33.25rem;overflow:hidden;display:block; }
#TOp7nSS3hG1SNPnvTsqHywlT5GL09Wci { 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; }
#Dc7vFVC5rCVm5JtxX0hr0K0RJTndmmMU { display:block;width:41.625rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:41rem;left:9.1875rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#agzaH7NH23QS51QDvu6L1ssOnqFQPUIK { z-index:100013;top:38.5rem;left:19.4375rem;background-color:#fca927;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#toC0ST5C5lXEbEztD8sZDlTc8peGyU3K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oARxCkTII5JHW9E3VkfOfgMqh7F8XC6E { color:#ffffff;display:block;width:48rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:43.9375rem;left:6rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0000;background-image:none;position:relative;display:block; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container { background-color: transparent; background-image: none; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container > .video-iframe-container { display: none; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row > .video-iframe-container { display: none; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .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); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container { border-width: 0; border-radius: 0; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row > .video-iframe-container {  }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#sI7eZD9MhBB6xVkrVC7bsS33Hr8VHJTp { color:#ffeb00;display:block;width:59.5rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rxtwRsfsetzkTQZP5A3OrgMwF7Xbm3xO { color:#ffeb00;display:block;width:52.625rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.5rem;left:3.6875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XAbhKazrUqAyBybn3lw5peKVQpiWTEba { color:#ffeb00;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:6.824225rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qEWTgzdCdr9Zt18rCqHSrSzulmuK7z01 { color:#d3c62a;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPk9JbUrKwdziazLt8uBqKOD12suwNdu { color:#ffeb00;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PA3KZcZMSsPkIW1aNUGHRxKhpboHDJ5w { color:#ffeb00;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:13.324225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALxbc0XNy4uwnduFXdfHq2PMtkL2t3qZ { z-index:100012;top:11.4375rem;left:19.4375rem;background-color:#fca927;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pL7DL0v5nTAbxamCoTdBUdUz1FNMtUTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nFQqwfGHe4p9xMthrpbWp6pec8N4ftC0 { position:absolute;display:block;z-index:100013;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.25rem;width:32.5rem;top:9.625rem;left:14rem;display:block; }
#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/988882bb-4705-4f08-a7ab-bf8a8b21b288/6685.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr.adaptive-delivery-prevent-bg, #ws0EKQmdXE8JQwky0qIX907BqlO2hXMr.lazyload, #ws0EKQmdXE8JQwky0qIX907BqlO2hXMr.lazyloading { background-image: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container { background-color: transparent; background-image: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container > .video-iframe-container { display: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row > .video-iframe-container { display: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .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); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container { border-width: 0; border-radius: 0; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row > .video-iframe-container {  }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#ZXCNOsEovzmMgmoWLM2bWPc5aCe1bars { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:15rem;left:0.0625rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PqemyzwKJxrNbhnMGIkSxiIT87fuv4zv { color:#ffb0bb;display:block;width:60rem;position:absolute;font-family:prompt;font-size:5rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:27.4375rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9f7UNOxiqu90yDKXfJVsWbUoT3LnsTy { color:#fff300;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:35.4375rem;left:0.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpryJ0W4h9WERlLO8aCdghe6lRRuIXS3 { color:#ffeb00;display:block;width:59.9375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:11.21875rem;left:0rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fVwleHR8LCigGD9iTCFmbaygsLnhde0b { color:#f6f6f6;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:2.1875rem;left:0rem;height:11.3745rem;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:none; }
#RDzZ2Oyyi4qVUq7rGWfoQ1IJEeRWydel { color:#fff300;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:33.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tl2iwlMRR39DdgieUqrQXRBJO4xEmQWD { color:#f6f6f6;display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:5.8125rem;left:0rem;height:5.77441875rem;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; }
#qlRLu72PTX7pcsoJMH6MuUTCRy3BGbVy { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:prompt;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.4;letter-spacing:0;top:12.4375rem;left:22.625rem;height:11.3720625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DwRQAIGCyK8APW9AZtVJ8pFMmG1DyN9A { color:#ffb0bb;display:block;width:60rem;position:absolute;font-family:prompt;font-size:2.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0VdcNq18MVk0wZpCe7bJBNJWz4k3568 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.4375rem;width:17.6875rem;top:12.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#EWpgTEuzmwh1PJGCfVfd0VM4Jq9m3gP4 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5rem;width:16.75rem;top:13.625rem;left:1.9375rem;overflow:hidden;display:block; }
#IxCrCAyT0rKJfB03fSZbSQb1xhzg1I2C { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:7.5625rem;top:20.75rem;left:12.6875rem;overflow:hidden;display:block; }
#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/988882bb-4705-4f08-a7ab-bf8a8b21b288/6685.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq.adaptive-delivery-prevent-bg, #U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq.lazyload, #U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq.lazyloading { background-image: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container { background-color: transparent; background-image: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container > .video-iframe-container { display: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row > .video-iframe-container { display: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .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); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container { border-width: 0; border-radius: 0; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row > .video-iframe-container {  }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container { width:60rem;height:109.6875rem;font-size:0.875rem;font-family:prompt;position:relative;display:block; }#QmTBtRcid8EtXTUN02at64uBdcXoDbGk { 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; }
#sRPlA3vmLuvy8rAlaaFXFr80OSExT18k { 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; }
#uPl5NBSrz5Vt6QfmQPoWuk4Hy5LWqW0c { 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; }
#GSapCgDug0DIMHSNsHzXn5OaGJDZomkN { 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; }
#zOQMQQV8LogPpA6034LWMv9XFD4zk53P { 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; }
#teFmhcXThIVTuQc221yVUbXusm2ZzQw7 { 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; }
#T7xg1QdhOfsG25IQHF8FUe4ZHuPiuu87 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:22.4375rem;top:11.3125rem;left:6.125rem;overflow:hidden;display:block; }
#pcayKWzcUHgtXhH78xp1UHLgABK9hZc2 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:22.5rem;top:11.28125rem;left:31.3125rem;overflow:hidden;display:block; }
#ESTCgLXwz02xP0sQCD9zXQIrxi4RSBIK { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:22.375rem;top:44.875rem;left:6.0625rem;overflow:hidden;display:block; }
#LH59QqIdcw0RAKhrmcKkRb8uTTfmLOKS { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:23rem;top:44.75rem;left:31.125rem;overflow:hidden;display:block; }
#x0SgeHR3yNUIMsuogy79yiMmUuTcHTo8 { 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:78.125rem;left:5.875rem;overflow:hidden;display:block; }
#s7f54A5OWTV16x49RerQ8aSUIKfzZAr0 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:23.1875rem;top:77.9375rem;left:31rem;overflow:hidden;display:block; }
#NVV9SxLdoKoE5XmbyQF1fRQgmZ9Q6HrZ { 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:22.4375rem;left:6.0625rem;display:block; }
#wZcrnwJ6plUIEobDebdqZUNZo69rOGHP { 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:23.6875rem;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; }
#KpmATH7AzXbVDDxHaJOGv1tKcAIhJZGO { color:#ffffff;display:block;width:21.8115rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100042;line-height:1.3;letter-spacing:0;top:25.75rem;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; }
#z05Zx3wBrqI2wmkxGReXc2ZXBRwAZENN { 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:8.6875rem;width:22.5rem;top:22.875rem;left:31.3125rem;display:block; }
#qNyC2gIBuOD8GwSWEuZwLMaBGr9sS20E { color:#ffffff;display:block;width:21.8120625rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100045;line-height:1.3;letter-spacing:0;top:26.75rem;left:31.6875rem;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; }
#V9Iqhe3pnBdLIVONNfXTJTZ4vLcVMFZV { 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:24.125rem;left:31.4375rem;height:2.5996125rem;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; }
#LGFgbDgmLMuK2JkwraIirNkzdec24Xko { 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:56.125rem;left:6rem;display:block; }
#xWu83S9oRBczGBe3GLvNidzCqTia0ugz { 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:58.875rem;left:6.625rem;height:4.546875rem;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; }
#NvmEtCUgw1UNCHoRApNPX9HZKBBR2bGp { 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:57.125rem;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; }
#hNy032JUTgM0br21ykHEudBzFEJ50vb3 { 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:56.125rem;left:31.125rem;display:block; }
#FxP68sSpmn6zKWRtTJLwxSGmzE3ZT4bd { 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:59.3125rem;left:31.5625rem;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; }
#DDVlCm61G9UQexVQhEkXUemzJCxqxFKw { 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:57.1875rem;left:31.1875rem;height:1.21875rem;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; }
#Qgp3FoRCahLfzFi2o7DWrE2FyHI97N0I { 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:89.1875rem;left:5.8125rem;display:block; }
#XPSIAPT7LclvkmkuTQfnytDTNfmzi47G { 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:92.4375rem;left:6.5rem;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; }
#G0gqkZ2g3N0z7cHsbuQERThLNzXoFmrL { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:90.4375rem;left:5.8125rem;height:1.4619125rem;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; }
#zg5qKp5qxuOdaP2ehIBgKuM6nlAcVqTg { 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:89.1875rem;left:31.125rem;display:block; }
#dLuMgydXaI7LQBUpZw61aBfbaim7crP9 { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100057;line-height:1.3;letter-spacing:0;top:92.4375rem;left:32.25rem;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; }
#Efoxdezz77WHiUXO2JrSchIXGQWn1ATK { 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:90.75rem;left:31.3125rem;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; }
#XPoUntZcd47tMHmBMGF5IrKbERLpOF4N { 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:105.3125rem;left:0rem;height:2.2744125rem;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; }
#dGonQN6g0w2GOHU30C4eFfZsPXgWxZgt { 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:block; }
#Mw7tahrXybNmIvFUmdOW7QDCrCdGTgqi { 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:block; }
#Z2tMxgB7UnfafX8EaXTXFl8kFcMeI5TE { 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:block; }
#dt3RiDpVD7GprkZdNCPPT9M0oki3nPbN { 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.90625rem;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:block; }
#lnqQXK7H9CBhJpvwpN0Qp7J7NgrETBkW { 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:40.375rem;left:17.375rem;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:block; }
#lod8SPxeiJZM2qr20brAsDQJPouEQWeZ { 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:39.875rem;left:21.375rem;display:block; }
#AnoyPmVK3gqZGFfQHohPm76NhTkIbwiS { 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:73.75rem;left:16.9375rem;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:block; }
#aVXES7hSrihGF4iics72Cf4dMTCpPWpp { 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:73.25rem;left:23.1875rem;display:block; }
#RTynR2y4QLcp88T54cNRPxm772IPk99z { position:absolute;display:block;z-index:99993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #252c4d);background-image: -moz-linear-gradient(180deg, #cccccc, #252c4d);background-image: -ms-linear-gradient(180deg, #cccccc, #252c4d);background-image: -o-linear-gradient(180deg, #cccccc, #252c4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#252c4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#252c4d' );";background-image: linear-gradient(180deg, #cccccc, #252c4d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:31.6875rem;width:57.125rem;top:5.71875rem;left:1.53125rem;display:block; }
#BzClMGtAePDkMweMWxh0ERsukUn9JCoX { display:block;width:40.25rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;top:32.75rem;left:9.625rem;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:block; }
#U4hd3ykIEp64VkD6i7WzMg2MFoWCcIWS { position:absolute;display:block;z-index:100013;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:40.8125rem;top:32.1875rem;left:9.4375rem;display:block; }
#OtiC7gbQXRsUHMKinncqc7IPfLFmsIZl { 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:43.0625rem;top:65.75rem;left:8.25rem;display:block; }
#iukiaov3sJ3znH9ICQsPSqZ6blaHyZir { display:block;width:42.625rem;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:66.3125rem;left:8.4375rem;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:block; }
#hlpRHEZPqsEtSxp1zPCvZEgHUvpexsVu { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #252c4d);background-image: -moz-linear-gradient(180deg, #cccccc, #252c4d);background-image: -ms-linear-gradient(180deg, #cccccc, #252c4d);background-image: -o-linear-gradient(180deg, #cccccc, #252c4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#252c4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#252c4d' );";background-image: linear-gradient(180deg, #cccccc, #252c4d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:31.6875rem;width:57.125rem;top:38.96875rem;left:1.4375rem;display:block; }
#bKPlArgflkt3bQWTg0cQDUS3yDtr76ia { position:absolute;display:block;z-index:100015;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:39.625rem;top:98.75rem;left:9.9375rem;display:block; }
#XDaGVHAzJbDvROaEirzMSanmpBdtIQaP { display:block;width:39.125rem;position:absolute;font-family:prompt;font-size:1.9375rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;top:99.125rem;left:10.1875rem;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:block; }
#QGPZVl3RnDG2PP8LRDVwkddbbDTsPTFL { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #252c4d);background-image: -moz-linear-gradient(180deg, #cccccc, #252c4d);background-image: -ms-linear-gradient(180deg, #cccccc, #252c4d);background-image: -o-linear-gradient(180deg, #cccccc, #252c4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#252c4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#252c4d' );";background-image: linear-gradient(180deg, #cccccc, #252c4d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;height:31.6875rem;width:57.125rem;top:71.71875rem;left:1.4375rem;display:block; }
#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/988882bb-4705-4f08-a7ab-bf8a8b21b288/6685.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v.adaptive-delivery-prevent-bg, #Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v.lazyload, #Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v.lazyloading { background-image: none; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row .container { background-color: transparent; background-image: none; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row .container > .video-iframe-container { display: none; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row > .video-iframe-container { display: none; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .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); }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row .container { border-width: 0; border-radius: 0; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row > .video-iframe-container {  }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;position:relative;display:block; }#SpwFDQxgT4kPBD90JN1HXHcy9HLkgXrO { 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; }
#z93drd0oVN97KUNxW8BBrZteaEgE6qZ9 { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(162deg, #be0000, #7b0b0b);background-image: -moz-linear-gradient(162deg, #be0000, #7b0b0b);background-image: -ms-linear-gradient(162deg, #be0000, #7b0b0b);background-image: -o-linear-gradient(162deg, #be0000, #7b0b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#7b0b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#7b0b0b' );";background-image: linear-gradient(162deg, #be0000, #7b0b0b);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; }
#qfa3iuaeOgNQcVmcU88VBK2ZS6RHmlwU { 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; }
#wzbr8UhyoK92cMVipp7DwBhbBKufcJJU { 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; }
#wf1Bf1a4bVgLzhHLeJqpm2wT8E4svlCh { 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; }
#BqOThgd8RyhxnfWgPpwUSPVwii6IApLV { color:#300c4a;display:block;width:17.1875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:14.578125rem;left:0.78125rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnCml4HNWMH9dvKDVDq53ALgTbdzgKml { z-index:100068;top:25.875rem;left:2.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #be0000, #8b0c0c);background-image: -moz-linear-gradient(12deg, #be0000, #8b0c0c);background-image: -ms-linear-gradient(12deg, #be0000, #8b0c0c);background-image: -o-linear-gradient(12deg, #be0000, #8b0c0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#8b0c0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#8b0c0c' );";background-image: linear-gradient(12deg, #be0000, #8b0c0c);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; }
#F2NVUxh7w54NCr1STR1UT707vOeg2WDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lutBTxWPEHzzT1ZTNHtO7cOGo6F6P1Fd { 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; }
#lmytJoB9GMXULsTHIhuzXDhsFNtZOWIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Kxau4rpQZr7WGZB5lW8pt1zaQvR0ceP3 { 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; }
#zeTh4vZ92JDiUm0m6ct2t5s97b7H7uS1 { 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; }
#kPKVBvDw9b79aQq3tZ5HcBtvgrpi9q9i { 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; }
#CU6iHI9PXKlaJo27tDTVpGMGZO18cEbh { 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.267578125rem;left:23.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZyvtpF3CsAchV2NqhzwJvCxOTKp1RMc2 { 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; }
#g7renQC3crdENFGEkkZDhByXEu4QiV9O { 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; }
#yZCliIK5Pk8htOr7PIfQED65ZSPJOXt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#saw6MGRU69LyrPELQK9oPFNLXrgwceqH { z-index:100076;top:23.943359375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #be0000, #ec3636);background-image: -moz-linear-gradient(12deg, #be0000, #ec3636);background-image: -ms-linear-gradient(12deg, #be0000, #ec3636);background-image: -o-linear-gradient(12deg, #be0000, #ec3636);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#ec3636' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#ec3636' );";background-image: linear-gradient(12deg, #be0000, #ec3636);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; }
#IsRqa2TW2ECdszD9P5MdK03TBhrOvN2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fQEVh8rXU1QpVHz4Oh5ANpOlci3uRGLv { color:#300c4a;display:block;width:17.0625rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:10.4375rem;left:21.46875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UCO9oJui6FzBSH7pd3U4ngX1UK6vV542 { 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; }
#xZs3gOsduQkXlvOHzCru7zm48XaDOD6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gzTRHoFIPduB9pnR2Gkmw0cMngJRCgOd { 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:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EhxvWOItnVUsnqXe6DFUmNsxz3zaSEC2 { 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; }
#oidvoLfv8nFi5h66Gt53kuHz4M0f3Dec { z-index:100069;top:25.875rem;left:43.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #be0000, #8b0c0c);background-image: -moz-linear-gradient(12deg, #be0000, #8b0c0c);background-image: -ms-linear-gradient(12deg, #be0000, #8b0c0c);background-image: -o-linear-gradient(12deg, #be0000, #8b0c0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#8b0c0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0000', endColorstr='#8b0c0c' );";background-image: linear-gradient(12deg, #be0000, #8b0c0c);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; }
#diQ4DAKSt4gTk7d4CacFKL5C9arpoIm1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lNyQB2oyUTOM7fhMLmJtZ9XBUIwVCCfN { 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; }
#NSJtQLLe9w0tVyed4w6wxOAlG2oIrv99 { 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; }
#znz8v8i3uD6BSPNsoueHoB4dlFmubSss { 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; }
#sTkJABUk1Pr1sA1flTqtNv2M4y8TkIKV { 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; }
#X4LahZmyrHHrZmELTBorgV9usUKXJxHR { color:#b56ff6;display:block;width:17.2480625rem;position:absolute;font-family:worksans;font-size:5.1875rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:15.25rem;left:21.37548828125rem;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; }
#DVVyneOmeWuL8n53RTW6hpZIKqNCHZVR { color:#300c4a;display:block;width:14.125rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:12.6318359375rem;left:2.3125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2Cbp9BZ4Jn2XTmCrcBzDOlpbO3HVc5C { 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; }
#V3pgDNrJ5ICFiClXMmymFnNNc3ETc1yL { 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; }
#lpfvxLGmWq2mEozPO03RZtS71qd2AWu7 { 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; }
#HxUqUCQOfWto4oRbpNzGEBxogZPJt7VW { 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.60546875rem;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; }
#GhasJ1cXlBx8pf3SOPF3LPUJR6KHr6RM { 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.943359375rem;left:1.5634765625rem;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; }
#INLK1936V1FGafdwpWFZa9lOolTwS9I6 { 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; }
#XkGM803BAwUbUJhD3RuJ9VkdzC95uGmK { 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; }
#d00yL47P2dD2SVcXGbTnB83eQI2ZEMN6 { 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; }
#ZD0oL3mK18vrXGiTMX7kBlvuMzh8eqsW { color:#300c4a;display:block;width:17.1875rem;position:absolute;font-family:prompt;font-size:1.3125rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:14.6875rem;left:42.25rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIr7bmgmWeBBPSqABaboQLFsIzP3ZHEu { color:#300c4a;display:block;width:14.125rem;position:absolute;font-family:prompt;font-size:1.4375rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:12.75rem;left:43.5625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/988882bb-4705-4f08-a7ab-bf8a8b21b288/6685.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo.adaptive-delivery-prevent-bg, #KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo.lazyload, #KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo.lazyloading { background-image: none; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row .container { background-color: transparent; background-image: none; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row .container > .video-iframe-container { display: none; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row > .video-iframe-container { display: none; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .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); }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row .container { border-width: 0; border-radius: 0; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row > .video-iframe-container {  }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-form-header {  }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-container:first-of-type{padding-top:0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-container:last-of-type{padding-bottom:0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ  { 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:30.75rem;top:5.3310546875rem;z-index:100013;position:absolute; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-info-text { display:block;height:auto;font-family:prompt;font-size:1rem;line-height:1.3;font-weight:700;color:#ffffff;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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ {display:block;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ { 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:30.75rem;top:5.3310546875rem;z-index:100013;position:absolute; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #vNUaArmZ3t7QKceTVeFbvQWVXqoOTuBE { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #TlONXftFT1sFcUso3iM8H72kpAE3yQ0U { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #U32ESJx8PMOxALrmzH26MkpBkdicSc4l { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #F4AaqcyoM26SyQsPIsOr9T6TEwT1R3gJ { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #Ezswgzrd5gv1cHakTdv3XJnalFVUG0MK { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #peP9FKRs7qIMIM7eVNmb1GPbign07Xmo { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #xFmtcu6IsMUAvLp5za97TCGpzeLgbFHG { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #v5lUyJseqXZJ7TqM5kcEVqDKot2vNS5i { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #FLHq5VsNWKF3b9p6XMzQvl6omFBzAai1 { position:relative; }
#Fi9Wpug29JQtwXTvLvagErwy5r5TS1gA { position:relative;display:block; }
#cesvFVT73DxLizyQwe87c5z5QAmtLUk6 { position:relative;display:block; }
#IBsIuvHByC9s8wER87cC6nQD6FsXZACU { position:relative;display:block; }
#qRlvCr95T8i0eIgMcWmG2dH4VfTc5dP2 { position:relative;display:block; }
#B16qnTGyATdaKydT286tU1MDEEzyn7Tb { position:relative;display:block; }
#BLz2xn2sD0ufDgaLu0HAfFtz7bHw9zHR { position:relative;display:block; }
#HwncwHNTldksvsuF78QiEm6E8uFC0z4A { position:relative;display:block; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #pHgRv1UlSzvo3kO9iR82lINdPbNUfHLC { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #yzOQXxeX5y6WF8ihDDSeUwbdJT4NGBZE { position:relative; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #z9SQBSOnVpC295KL42nQ9UpKu8cynlKK { position:relative;display:block;z-index:100000; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #pEAWVEQEyaprqbuE6ssn3EPWi9xyy5yz { position:relative;display:block;z-index:100000; }
#MrHWTKRFDFBBdFeAxsgy3shVNbg44Hra { position:absolute;display:block;z-index:100021;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:18.5625rem;width:21.9375rem;top:6.4375rem;left:1.6875rem;display:block; }
#OmRz1nFgW4dvM0dHcBKrmTaepUB50nao { 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:16.625rem;left:3.0625rem;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; }
#J95VSHXaWke9HevgTSaNesEhaIcgV2x9 { color:#7e49d7;display:block;width:18.499rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:8rem;left:3.375rem;height:2.92480625rem;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; }
#TTnvZPnsH3y6rZODysHuu2U98KBVltDf { 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:2.8125rem;left:28.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-form-header {  }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-container:first-of-type{padding-top:0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-container:last-of-type{padding-bottom:0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6  { 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:10.375rem;left:2.6875rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .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; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 {display:block;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 { 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:10.375rem;left:2.6875rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #BpcWlZETHhEKpBJsGTFK1UMIghudqdgW { position:relative; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #KeQgN1RLzGn8JOFL74osvM0kzxqRNOzu { position:relative; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #hEdH9fIHg0ND0NrCJB3aB9d24SGFZOtw { position:relative; }
#RSECwKSXmTvOlNSUNHC1fJJVGOXN6m3V { position:relative;display:block; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #C5Z5x6SpViMNWVa303gcbbw8N5TiOGPu { position:relative; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #qv6v3Qa2FcFwl1pOTZfGPrQoQgVrKrnf { position:relative; }
#Wa0F3OIUXKydUKVPtUFBK44ThCr2amiE { 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:15.5625rem;left:2.6875rem;display:block; }
#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row .container { background-color: transparent; background-image: none; }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row .container > .video-iframe-container { display: none; }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row > .video-iframe-container { display: none; }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .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); }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row .container { border-width: 0; border-radius: 0; }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row > .video-iframe-container {  }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#y4BoU6054dp5noHO1MTAM2LeyxEGKuWz { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:2.625rem;top:6.625rem;left:54.4375rem;overflow:hidden;display:block; }
#KQipw1y99us6dcmbSIZ5tZHHKaQhVBVh { position:absolute;display:block;z-index:100049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:5rem;top:6.625rem;left:48.625rem;overflow:hidden;display:block; }
#puSPN3CfcMtOb6TW3iiaIlgszirMbDIs { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5rem;top:6.5rem;left:43.625rem;overflow:hidden;display:block; }
#L7Mw8ssEClnCamEEkinK1JitwVhrHQ6k { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:5.1875rem;top:6.5rem;left:37.75rem;overflow:hidden;display:block; }
#kNFRGqwcBb9QipkAmKO8GCu9wgt6RZrE { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:6.1875rem;top:6.5rem;left:30.875rem;overflow:hidden;display:block; }
#K0q3FzcTeZTC9JnLbWGEhIvuRrTCsZqP { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:6.1875rem;top:5.9375rem;left:24.75rem;overflow:hidden;display:block; }
#nDTqeQTyirsXhKZscyACU5QzZ93qGgnx { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:6.1875rem;top:5.9375rem;left:17.4375rem;overflow:hidden;display:block; }
#yTph3wEtARfJRMa3QFiAlWMSKutp82Xb { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:5.9375rem;left:10.5rem;overflow:hidden;display:block; }
#ZyBzOdI0U1C9krbHrO00BXKTFNNGDdHx { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:7.25rem;top:5.9375rem;left:2.9375rem;overflow:hidden;display:block; }
#rCTPE9DcD3VUispvTgtgsGJEC8shg2zs { color:#ff0000;display:block;width:26.375rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.52);top:3.875rem;left:17.3125rem;height:2.03125rem;font-style:normal;display:block; }
#ZwFk2A9i0NdPcqTIXTyoQWgczr3Vx0J2 { color:#ff0000;display:block;width:9.3125rem;position:absolute;font-family:prompt;font-size:1.5625rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.72);top:1.5625rem;left:25.375rem;height:2.03125rem;font-style:normal;display:block; }
#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DrisZ2e9/thumb_collage_slope.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47.adaptive-delivery-prevent-bg, #STOgsPnHHTorqvUwxEIwcP44NE5hoV47.lazyload, #STOgsPnHHTorqvUwxEIwcP44NE5hoV47.lazyloading { background-image: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container { background-color: transparent; background-image: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container > .video-iframe-container { display: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row > .video-iframe-container { display: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .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); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container { border-width: 0; border-radius: 0; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row > .video-iframe-container {  }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#eIpzqPJwIDN5220761NtCNFbKsP1Asiy { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.71875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#dMcfxq2BU6TOGDtirLo5OiS1m5MRVugP { z-index:100003;top:28.0625rem;left:18.5625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #0becb2;border-left:0.0625rem solid #0becb2;border-right:0.0625rem solid #0becb2;border-bottom:0.0625rem solid #0becb2;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-sizing:border-box;color:#00ae81;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#b4HoJTZLOR1OzU4OZOkMgOqtwwzl9Vm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MT5PF4HATI60VD3q1UZnb6OPx2qdhJPX { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:47rem;top:9.1875rem;left:6.5rem;display:block; }
#v3LWTUUk5uy9doPk0c41QiztRhIFg3xq { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.5rem;left:12.71875rem;height:3.875rem;text-align:center;text-align-last:center;display:none; }
#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#be0000;background-image:none;position:relative;display:block; }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row .container { background-color: transparent; background-image: none; }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row .container > .video-iframe-container { display: none; }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row > .video-iframe-container { display: none; }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .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); }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row .container { border-width: 0; border-radius: 0; }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row > .video-iframe-container {  }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:block; }#qqlDUaTQsZg1vQsG7z9XbxpgQH0ElAk0 { display:block;width:60rem;position:absolute;font-family:prompt;font-size:3rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:3.3116254806519rem;left:0rem;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:block; }
#mTgGQvLCEfTQtctaVOuUIhTos0tZ7gkU { display:block;width:60rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:7.6855411529544rem;left:0rem;height:1.13720625rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt.adaptive-delivery-prevent-bg, #nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt.lazyload, #nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt.lazyloading { background-image: none; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container { background-color: transparent; background-image: none; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container > .video-iframe-container { display: none; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row > .video-iframe-container { display: none; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .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); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container { border-width: 0; border-radius: 0; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row > .video-iframe-container {  }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container { font-size:0.875rem;font-family:arial;height:69.875rem;width:60rem;position:relative;display:block; }#v74fFhAnLZvfnZrdyPDHTephJGSBIKKf { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:38.5rem;top:1.373046875rem;left:12.46875rem;display:block; }
#GOEX3qyKJ37iJLU3X8wg7wsSRDpgTLNt { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:38.6875rem;top:23.25rem;left:12.46875rem;display:block; }
#c6TvJndPiRA1zZ76eoEG6W70QTNRcKVL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.49658203125rem;left:23.75rem;height:;display:block; }
#JIKfl3wEAQnIuszFs4gPiNivrn0CqWbX { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:38.75rem;top:45.40625rem;left:12.46875rem;display:block; }
#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9d9d9;background-image:none;position:relative;display:block; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { background-color: transparent; background-image: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container > .video-iframe-container { display: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row > .video-iframe-container { display: none; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .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); }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { border-width: 0; border-radius: 0; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row > .video-iframe-container {  }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:block; }#OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { position:absolute;display:block;z-index:100000;height:15.875rem;width:39.5rem;top:7.6875rem;left:10.25rem;display:block; }
#y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:1.94921875rem;font-style:normal;color:#ffb0bb;text-align:center;text-align-last:center;display:block; }
#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1262c;background-image:none;position:relative;display:block; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { background-color: transparent; background-image: none; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container > .video-iframe-container { display: none; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row > .video-iframe-container { display: none; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .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); }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { border-width: 0; border-radius: 0; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row > .video-iframe-container {  }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#rQcqZlsx7gBqtNAFXRZ59A0E5maKnlBD { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.9375rem;left:3.125rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#IS2Xtp9fAi2FAV9ZbeVTIEbMKHHaIRLu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5rem;width:22.5rem;top:5.625rem;left:33rem;overflow:hidden;display:block; }
#v09pDoWUbuaLiDbGiORs7XBXUXSIciVh { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:25.4375rem;top:4.125rem;left:31.4375rem;overflow:hidden;display:block; }
#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1262c;background-image:none;position:relative;display:block; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { background-color: transparent; background-image: none; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container > .video-iframe-container { display: none; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row > .video-iframe-container { display: none; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .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); }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { border-width: 0; border-radius: 0; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row > .video-iframe-container {  }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#HTlMHEbZ8yL3K8QOv3FSTxhV7DkSUc5r { color:#000000;display:block;width:23.875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.6875rem;left:35.25rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#rMVJxBhoy10WvygBTwKL37aHDTI0yGJk { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:17.5rem;top:2.6875rem;left:5.875rem;overflow:hidden;display:block; }
#toHK8FPe7fud85q5der7pumDziImzevR { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21rem;width:28rem;top:0.625rem;left:0.9375rem;overflow:hidden;display:block; }
#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1262c;background-image:none;position:relative;display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { background-color: transparent; background-image: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container > .video-iframe-container { display: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container { display: none; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .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); }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { border-width: 0; border-radius: 0; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row > .video-iframe-container {  }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:22.75rem;top:2.625rem;left:35.4375rem;overflow:hidden;display:block; }
#zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.0625rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:none; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { border-width: 0; border-radius: 0; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row > .video-iframe-container {  }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:none; }#QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.3125rem;top:3.3125rem;left:2.5rem;overflow:hidden;display:block; }
#pizDSstFbDFqFLmsTbxMCmHyODeUN69A { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.125rem;top:3.3125rem;left:21.4375rem;overflow:hidden;display:block; }
#AmZrgToLKauInL4uQRaF67ZVW9oeogLL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:17.25rem;top:3.3125rem;left:40.1875rem;overflow:hidden;display:block; }
#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1262c;background-image:none;position:relative;display:block; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { background-color: transparent; background-image: none; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container > .video-iframe-container { display: none; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row > .video-iframe-container { display: none; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .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); }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { border-width: 0; border-radius: 0; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row > .video-iframe-container {  }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { font-size:0.875rem;font-family:prompt;height:8.9375rem;width:60rem;position:relative;display:block; }#ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;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:#000000;text-align:center;text-align-last:center;display:block; }
#uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { display:block;width:60rem;position:absolute;font-family:prompt;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.94921875rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { border-width: 0; border-radius: 0; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row > .video-iframe-container {  }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:none; }#bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.9375rem;width:18.75rem;top:4rem;left:1.9375rem;overflow:hidden;display:block; }
#J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:18.75rem;top:2.875rem;left:20.625rem;overflow:hidden;display:block; }
#I52FLkhtNASksWsL4IFvWl6aWXEEA67S { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:18.75rem;top:3.625rem;left:39.375rem;overflow:hidden;display:block; }
#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { background-color: transparent; background-image: none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container > .video-iframe-container { display: none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row > .video-iframe-container { display: none; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .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); }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { border-width: 0; border-radius: 0; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row > .video-iframe-container {  }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { position:absolute;display:block;z-index:100000;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:25.9375rem;width:45.8125rem;top:3.78125rem;left:7.09375rem;overflow:hidden;display:block; }
#nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { position:absolute;display:block;z-index:100001;background-color:#c53ed7;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.125rem;width:24.75rem;top:3.1875rem;left:17.625rem;display:none; }
#gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { z-index:100004;top:31.5625rem;left:22.28125rem;background-color:#c1262c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mBatw0X0cD2sXuQANrb2TqKBgXLyN3Nh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.5rem;top:2.625rem;left:4.0625rem;display:none; }
#Mif7BbW7HdlLQm9937leJTwCfhkNOcHl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.75rem;width:28rem;display:none; }
#Q8T7Wo94O2q13bwz4DkMkeoubCCDMywJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.75rem;width:28rem;display:none; }
#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435ef5;background-image:none;position:relative;display:none; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { border-width: 0; border-radius: 0; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row > .video-iframe-container {  }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:none; }#SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { display:block;width:60rem;position:absolute;font-family:mitr;font-size:3rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;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:#ffeb00;text-align:center;text-align-last:center;display:block; }
#MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { display:block;width:60rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:1.75rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { position:relative;display:none; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { border-width: 0; border-radius: 0; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .row .container > .video-iframe-container {  }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:none; }#EKnOaFIeidCTu8U42wClX7rtgnGPo6zJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { border-width: 0; border-radius: 0; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container {  }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { font-size:0.875rem;font-family:prompt;height:12.5rem;width:60rem;position:relative;display:none; }#xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { color:#ffffff;display:block;width:16.8125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:35.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.375rem;left:37.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#L8MIm2B9C81XEF0ER4isQvl742AtJx41 { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.875rem;left:41.625rem;display:block; }
#xtNrT9yu3SryJFNkDq7EL6F141i4UTES { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:prompt;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:8.5rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { color:#ff1010;display:block;width:16.9375rem;position:absolute;font-family:prompt;font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.375rem;left:8.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.875rem;left:14.8125rem;display:block; }
#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { background-color:transparent;background-image:url("https://images.assets-landingi.com/NibclACU/thumb_collage_slope.png");background-position:center left !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; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.adaptive-delivery-prevent-bg, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyload, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyloading { background-image: none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { border-width: 0; border-radius: 0; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row > .video-iframe-container {  }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:60rem;height:23.125rem;font-size:0.875rem;font-family:prompt;position:relative;display:none; }#KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { display:block;width:33.75rem;position:absolute;font-family:prompt;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:8.5rem;left:13.125rem;height:1.6875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.8125rem;left:20.0625rem;z-index:100016;display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h { display:block; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 { display:block; }
#IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:12.5625rem;left:22.375rem;height:1.25rem;display:block; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-form-header {  }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { display:none;width:25.9375rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:25.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:25.9375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:25.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:prompt;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#ff1010;background-image:none;overflow:hidden; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:prompt;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:39.4375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:12.09375rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size: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; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:first-of-type{padding-top:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:last-of-type{padding-bottom:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:40.9375rem;height:auto;left:8.28125rem;top:2rem;z-index:100009;position:absolute; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:26.5625rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:40.9375rem;height:auto;left:8.28125rem;top:2rem;z-index:100009;position:absolute; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 { position:relative; }
#ZiUh2We89lwc67EtNhxkzoT63LTlObbH { position:relative;display:block; }
#MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { position:relative;display:block; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA { position:relative; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD { position:relative; }
#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { background-color: transparent; background-image: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .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); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { border-width: 0; border-radius: 0; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container {  }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { background-color: transparent; background-image: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container { display: none; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .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); }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { border-width: 0; border-radius: 0; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row > .video-iframe-container {  }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { font-size:0.875rem;font-family:prompt;height:16.0625rem;width:60rem;position:relative;display:block; }#ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { 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; }
#VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.5996125rem;display:block; }
#Ru2spXTHqKo587wz8P84VAs06AANI8BQ { color:#9b9b9b;display:block;width:36.9375rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:1.949225rem;display:block; }
#ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;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; }
#NzIHlny5KqE12T8u577Eva23ULWo2I7L { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.5996125rem;text-align:right;text-align-last:right;display:block; }
#izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { 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; }
#VsosSFOyrXaQTVVWGlpMcsog995UeXSN { position:absolute;display:block;z-index:100008;height:5.9375rem;width:10.625rem;top:10.125rem;left:33.8125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM { display:block; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2dGKO9cMKxSWZN7UEJg4BCUv5P6bNcR { top:1.6875rem;left:5rem;width:16.5625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKdSqaLhk8mITiwpi3NO3gQnBULE9Qwe { top:2.5rem;left:21.9375rem;width:25.375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFlasx95tVUNkV8Snt2HTyAvcSIAbxQq { top:3.6875rem;left:16.6875rem;width:16.5625rem;height:2.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeRH9ruWFsTrpFEmOU4NsgZ0Mol5BAmS { top:6.625rem;left:15rem;width:8.125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXO378Vm4NEboRR1dD5vd9xnS9OqrQAF { display:block; }
 }@media only screen and (max-width: 763px) { #fbyyGV9tRSs4h3hDhiLMKPaIgHiaxRT7 { top:4.875rem;left:0rem;width:16.3125rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwo1SR9MbdLPZCrdsCEh7cFR40TyVAWw { top:0.125rem;left:0rem;width:11.9375rem;height:2.5625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.459375rem;margin-bottom:0;margin-left:0.459375rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.653125rem;padding-right:0.114375rem;padding-bottom:0;padding-left:0.114375rem;display:block;width:4.936875rem;height:3.154375rem;position:relative;font-family:tahoma, arial, sans-serif;font-size:3.428125rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.114375rem;padding-bottom:0.435625rem;padding-left:0.114375rem;display:block;width:4.936875rem;height:0.815rem;position:relative;font-family:arial;font-size:0.653125rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D { top:0.8125rem;left:25.1875rem;width:18.25rem;height:6.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #KRVKgPy2D1KHxo3q8UzgNzQQc1SfDkIQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #wILsPAaL1kOwCT5stp5mPQeqKTTW4eEw {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #ixZZ528UrMFtpwdscxznFTB8s0h485rf {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #gdvnDG1ETwtrN0IPwhTtmkvFGee7Egzl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #BuFqDu3X8SAsFN6Q3Ph5W8hWbLvkgrP7 {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #lQHcFM1G6Hsk068OUEOvTMm62QVSTERX {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #GLCLykzv5fF8Rf87m9JTfIyQ4CbwdVxw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #iyN6ObO7purTwNztD0mDzucVBKBJn9KB {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #Wko58T7z5uTGUHXwNivtCd3zrKFxPtQH {  }
 }@media only screen and (max-width: 763px) { #qbdIJSVl0QlxbygMUuZMQ2i9diUkiaNQ { top:0.8125rem;left:20rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inG3xSpGHb0ouKbwzM2wla1Ok9EvMNKU { top:1.9375rem;left:0rem;width:4.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9CSTSP9qbXkvb2VChEnHpuRlNK3Lviy { display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:47.75rem;height:12.5625rem;top:11.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:41.625rem;height:5.8125rem;top:49.875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAdGDu3Jr19Ps4J5J6OKxrnhUCHZXnRB { top:47.0625rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5pKGNBzKPBAACPCfueMUqM29RcDypdM { top:58.6875rem;left:20.75rem;width:6.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZtrvZEOwkWRdoeWzRiZTcNyl81lXr8n { top:28.25rem;left:14.5625rem;width:6.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Ls1HznyxGX6qKyeETtSbXZp39hG453 { width:15.6875rem;height:1.625rem;top:23.625rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAFByrRSMT7xdsBMpqac4cSJuZ3IXErZ { top:28.25rem;left:23.8125rem;width:0.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPcNs3EuVgoHsiURoJzB6Tod9f3fKDX { width:47.75rem;height:6.5rem;top:24.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9s1aLyLJFEapy0EGBZRVeWw8NzA4T6U { top:24.0625rem;left:3.125rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2sK5drrg6LaloEwfT2olaRcv4wwxHbl { width:20.625rem;height:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #niGw7FuAOJ0HLDoOpgDpJub1bsZa5ZKq { top:27.9375rem;left:27.125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOp7nSS3hG1SNPnvTsqHywlT5GL09Wci { width:20rem;height:;top:18.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dc7vFVC5rCVm5JtxX0hr0K0RJTndmmMU { width:19.6875rem;height:;top:32.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #agzaH7NH23QS51QDvu6L1ssOnqFQPUIK { top:38.5rem;left:13.3125rem;width:21.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toC0ST5C5lXEbEztD8sZDlTc8peGyU3K { display:block; }
 }@media only screen and (max-width: 763px) { #oARxCkTII5JHW9E3VkfOfgMqh7F8XC6E { top:43.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF { display:block; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sI7eZD9MhBB6xVkrVC7bsS33Hr8VHJTp { top:4.3125rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxtwRsfsetzkTQZP5A3OrgMwF7Xbm3xO { top:3rem;left:0rem;width:19.875rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XAbhKazrUqAyBybn3lw5peKVQpiWTEba { top:4rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWTgzdCdr9Zt18rCqHSrSzulmuK7z01 { top:7.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPk9JbUrKwdziazLt8uBqKOD12suwNdu { top:2.25rem;left:0rem;width:20rem;height:4.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA3KZcZMSsPkIW1aNUGHRxKhpboHDJ5w { top:0rem;left:0rem;width:47.75rem;height:13.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALxbc0XNy4uwnduFXdfHq2PMtkL2t3qZ { top:11.4375rem;left:13.3125rem;width:21.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL7DL0v5nTAbxamCoTdBUdUz1FNMtUTi { display:block; }
 }@media only screen and (max-width: 763px) { #nFQqwfGHe4p9xMthrpbWp6pec8N4ftC0 { top:9.625rem;left:7.875rem;width:32.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0EKQmdXE8JQwky0qIX907BqlO2hXMr { display:block; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXCNOsEovzmMgmoWLM2bWPc5aCe1bars { top:15rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqemyzwKJxrNbhnMGIkSxiIT87fuv4zv { top:27.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9f7UNOxiqu90yDKXfJVsWbUoT3LnsTy { top:35.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpryJ0W4h9WERlLO8aCdghe6lRRuIXS3 { top:11.1875rem;left:0rem;width:47.75rem;height:14.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVwleHR8LCigGD9iTCFmbaygsLnhde0b { top:2.1875rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDzZ2Oyyi4qVUq7rGWfoQ1IJEeRWydel { top:33.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2iwlMRR39DdgieUqrQXRBJO4xEmQWD { top:5.8125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlRLu72PTX7pcsoJMH6MuUTCRy3BGbVy { top:12.4375rem;left:12.125rem;width:35.625rem;height:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwRQAIGCyK8APW9AZtVJ8pFMmG1DyN9A { top:2.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VdcNq18MVk0wZpCe7bJBNJWz4k3568 { top:12.4375rem;left:0rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWpgTEuzmwh1PJGCfVfd0VM4Jq9m3gP4 { top:13.625rem;left:0rem;width:16.75rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxCrCAyT0rKJfB03fSZbSQb1xhzg1I2C { top:20.75rem;left:6.5625rem;width:7.5625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq { display:block; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTBtRcid8EtXTUN02at64uBdcXoDbGk { width:47.75rem;height:6.5rem;top:17.125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRPlA3vmLuvy8rAlaaFXFr80OSExT18k { top:16.5rem;left:3.75rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPl5NBSrz5Vt6QfmQPoWuk4Hy5LWqW0c { width:47.75rem;height:6.5rem;top:24.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSapCgDug0DIMHSNsHzXn5OaGJDZomkN { top:24.0625rem;left:3.125rem;width:40rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOQMQQV8LogPpA6034LWMv9XFD4zk53P { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #teFmhcXThIVTuQc221yVUbXusm2ZzQw7 { width:20rem;height:;top:23.4375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7xg1QdhOfsG25IQHF8FUe4ZHuPiuu87 { top:11.3125rem;left:0rem;width:22.4375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcayKWzcUHgtXhH78xp1UHLgABK9hZc2 { top:11.25rem;left:25.125rem;width:22.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESTCgLXwz02xP0sQCD9zXQIrxi4RSBIK { top:44.875rem;left:0rem;width:22.375rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH59QqIdcw0RAKhrmcKkRb8uTTfmLOKS { top:44.75rem;left:24.75rem;width:23rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0SgeHR3yNUIMsuogy79yiMmUuTcHTo8 { top:78.125rem;left:0rem;width:22.25rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7f54A5OWTV16x49RerQ8aSUIKfzZAr0 { top:77.9375rem;left:24.5625rem;width:23.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVV9SxLdoKoE5XmbyQF1fRQgmZ9Q6HrZ { top:22.4375rem;left:0rem;width:22.5625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZcrnwJ6plUIEobDebdqZUNZo69rOGHP { top:23.6875rem;left:0rem;width:22.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpmATH7AzXbVDDxHaJOGv1tKcAIhJZGO { top:25.75rem;left:0.75rem;width:21.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z05Zx3wBrqI2wmkxGReXc2ZXBRwAZENN { top:22.875rem;left:25.1875rem;width:22.5rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNyC2gIBuOD8GwSWEuZwLMaBGr9sS20E { top:26.75rem;left:25.5625rem;width:21.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Iqhe3pnBdLIVONNfXTJTZ4vLcVMFZV { top:24.125rem;left:25.1875rem;width:22.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGFgbDgmLMuK2JkwraIirNkzdec24Xko { top:56.125rem;left:0rem;width:22.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWu83S9oRBczGBe3GLvNidzCqTia0ugz { top:58.875rem;left:0.5rem;width:21.75rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvmEtCUgw1UNCHoRApNPX9HZKBBR2bGp { top:57.125rem;left:0rem;width:22.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNy032JUTgM0br21ykHEudBzFEJ50vb3 { top:56.125rem;left:24.75rem;width:23rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxP68sSpmn6zKWRtTJLwxSGmzE3ZT4bd { top:59.3125rem;left:25.4375rem;width:21.75rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDVlCm61G9UQexVQhEkXUemzJCxqxFKw { top:57.1875rem;left:25.0625rem;width:22.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgp3FoRCahLfzFi2o7DWrE2FyHI97N0I { top:89.1875rem;left:0rem;width:22.375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSIAPT7LclvkmkuTQfnytDTNfmzi47G { top:92.4375rem;left:0.375rem;width:21.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0gqkZ2g3N0z7cHsbuQERThLNzXoFmrL { top:90.4375rem;left:0rem;width:22.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg5qKp5qxuOdaP2ehIBgKuM6nlAcVqTg { top:89.1875rem;left:24.6875rem;width:23.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLuMgydXaI7LQBUpZw61aBfbaim7crP9 { top:92.4375rem;left:25.9375rem;width:21.8125rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efoxdezz77WHiUXO2JrSchIXGQWn1ATK { top:90.75rem;left:25.1875rem;width:22.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPoUntZcd47tMHmBMGF5IrKbERLpOF4N { top:105.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGonQN6g0w2GOHU30C4eFfZsPXgWxZgt { top:1.8125rem;left:8.0625rem;width:31.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw7tahrXybNmIvFUmdOW7QDCrCdGTgqi { top:2rem;left:8.125rem;width:31.5625rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2tMxgB7UnfafX8EaXTXFl8kFcMeI5TE { top:6.5625rem;left:17rem;width:13.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt3RiDpVD7GprkZdNCPPT9M0oki3nPbN { width:26.1875rem;height:2.5rem;top:7.0625rem;left:10.78125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnqQXK7H9CBhJpvwpN0Qp7J7NgrETBkW { width:26.1875rem;height:2.5rem;top:40.375rem;left:11.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lod8SPxeiJZM2qr20brAsDQJPouEQWeZ { top:39.875rem;left:15.25rem;width:18.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnoyPmVK3gqZGFfQHohPm76NhTkIbwiS { width:26.1875rem;height:2.5rem;top:73.75rem;left:10.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVXES7hSrihGF4iics72Cf4dMTCpPWpp { top:73.25rem;left:17.0625rem;width:13.6875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTynR2y4QLcp88T54cNRPxm772IPk99z { top:5.6875rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzClMGtAePDkMweMWxh0ERsukUn9JCoX { width:40.25rem;height:2.5rem;top:32.75rem;left:3.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4hd3ykIEp64VkD6i7WzMg2MFoWCcIWS { top:32.1875rem;left:3.3125rem;width:40.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtiC7gbQXRsUHMKinncqc7IPfLFmsIZl { top:65.75rem;left:2.125rem;width:43.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iukiaov3sJ3znH9ICQsPSqZ6blaHyZir { width:42.625rem;height:2.5rem;top:66.3125rem;left:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlpRHEZPqsEtSxp1zPCvZEgHUvpexsVu { top:38.9375rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPlArgflkt3bQWTg0cQDUS3yDtr76ia { top:98.75rem;left:3.8125rem;width:39.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDaGVHAzJbDvROaEirzMSanmpBdtIQaP { width:39.125rem;height:;top:99.125rem;left:4.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGPZVl3RnDG2PP8LRDVwkddbbDTsPTFL { top:71.6875rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v { display:block; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpwFDQxgT4kPBD90JN1HXHcy9HLkgXrO { 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) { #z93drd0oVN97KUNxW8BBrZteaEgE6qZ9 { top:1.0625rem;left:9.5rem;width:27.25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfa3iuaeOgNQcVmcU88VBK2ZS6RHmlwU { top:28.4375rem;left:0rem;width:28.125rem;height:1.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzbr8UhyoK92cMVipp7DwBhbBKufcJJU { top:40.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf1Bf1a4bVgLzhHLeJqpm2wT8E4svlCh { top:11.375rem;left:0rem;width:18.75rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqOThgd8RyhxnfWgPpwUSPVwii6IApLV { top:14.5625rem;left:0rem;width:17.1875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnCml4HNWMH9dvKDVDq53ALgTbdzgKml { top:25.875rem;left:0rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2NVUxh7w54NCr1STR1UT707vOeg2WDT { display:block; }
 }@media only screen and (max-width: 763px) { #lutBTxWPEHzzT1ZTNHtO7cOGo6F6P1Fd { width:12.3125rem;height:3.4375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmytJoB9GMXULsTHIhuzXDhsFNtZOWIq { display:block; }
 }@media only screen and (max-width: 763px) { #Kxau4rpQZr7WGZB5lW8pt1zaQvR0ceP3 { top:35.75rem;left:0rem;width:9.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeTh4vZ92JDiUm0m6ct2t5s97b7H7uS1 { top:37.8125rem;left:0rem;width:16.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPKVBvDw9b79aQq3tZ5HcBtvgrpi9q9i { top:9.125rem;left:14.5rem;width:18.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU6iHI9PXKlaJo27tDTVpGMGZO18cEbh { top:33.25rem;left:17.625rem;width:12.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvtpF3CsAchV2NqhzwJvCxOTKp1RMc2 { 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) { #g7renQC3crdENFGEkkZDhByXEu4QiV9O { width:12.3125rem;height:3.4375rem;top:29.3125rem;left:17.68798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZCliIK5Pk8htOr7PIfQED65ZSPJOXt8 { display:block; }
 }@media only screen and (max-width: 763px) { #saw6MGRU69LyrPELQK9oPFNLXrgwceqH { top:23.9375rem;left:16.84375rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsRqa2TW2ECdszD9P5MdK03TBhrOvN2e { display:block; }
 }@media only screen and (max-width: 763px) { #fQEVh8rXU1QpVHz4Oh5ANpOlci3uRGLv { top:10.4375rem;left:15.34375rem;width:17.0625rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCO9oJui6FzBSH7pd3U4ngX1UK6vV542 { width:12.3125rem;height:3.4375rem;top:31.25rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZs3gOsduQkXlvOHzCru7zm48XaDOD6n { display:block; }
 }@media only screen and (max-width: 763px) { #gzTRHoFIPduB9pnR2Gkmw0cMngJRCgOd { 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) { #EhxvWOItnVUsnqXe6DFUmNsxz3zaSEC2 { 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) { #oidvoLfv8nFi5h66Gt53kuHz4M0f3Dec { top:25.875rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQ4DAKSt4gTk7d4CacFKL5C9arpoIm1 { display:block; }
 }@media only screen and (max-width: 763px) { #lNyQB2oyUTOM7fhMLmJtZ9XBUIwVCCfN { width:13.25rem;height:1.6875rem;top:16.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSJtQLLe9w0tVyed4w6wxOAlG2oIrv99 { 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) { #znz8v8i3uD6BSPNsoueHoB4dlFmubSss { 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) { #sTkJABUk1Pr1sA1flTqtNv2M4y8TkIKV { top:15.25rem;left:20.75rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4LahZmyrHHrZmELTBorgV9usUKXJxHR { width:17.1875rem;height:6.6875rem;top:15.25rem;left:15.25048828125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVyneOmeWuL8n53RTW6hpZIKqNCHZVR { top:12.625rem;left:0rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Cbp9BZ4Jn2XTmCrcBzDOlpbO3HVc5C { top:17.3125rem;left:41.3740234375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3pgDNrJ5ICFiClXMmymFnNNc3ETc1yL { top:11.625rem;left:29rem;width:18.75rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpfvxLGmWq2mEozPO03RZtS71qd2AWu7 { top:17.3125rem;left:0.125rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxUqUCQOfWto4oRbpNzGEBxogZPJt7VW { width:17.1875rem;height:5.5625rem;top:18rem;left:30.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhasJ1cXlBx8pf3SOPF3LPUJR6KHr6RM { width:17.1875rem;height:5.6875rem;top:17.9375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INLK1936V1FGafdwpWFZa9lOolTwS9I6 { top:23.375rem;left:0rem;width:11.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGM803BAwUbUJhD3RuJ9VkdzC95uGmK { top:21.625rem;left:18.25rem;width:11.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d00yL47P2dD2SVcXGbTnB83eQI2ZEMN6 { top:23.4375rem;left:36.5rem;width:11.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD0oL3mK18vrXGiTMX7kBlvuMzh8eqsW { top:14.6875rem;left:30.5625rem;width:17.1875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr7bmgmWeBBPSqABaboQLFsIzP3ZHEu { top:12.75rem;left:33.625rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo { display:block; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-checkbox-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ  { width:22.5rem;height:auto;top:5.3125rem;left:22.75rem; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ {display:block;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ { width:22.5rem;height:auto;top:5.3125rem;left:22.75rem; }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #vNUaArmZ3t7QKceTVeFbvQWVXqoOTuBE {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #TlONXftFT1sFcUso3iM8H72kpAE3yQ0U {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #U32ESJx8PMOxALrmzH26MkpBkdicSc4l {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #F4AaqcyoM26SyQsPIsOr9T6TEwT1R3gJ {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #Ezswgzrd5gv1cHakTdv3XJnalFVUG0MK {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #peP9FKRs7qIMIM7eVNmb1GPbign07Xmo {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #xFmtcu6IsMUAvLp5za97TCGpzeLgbFHG {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #v5lUyJseqXZJ7TqM5kcEVqDKot2vNS5i {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #FLHq5VsNWKF3b9p6XMzQvl6omFBzAai1 {  }
 }@media only screen and (max-width: 763px) { #Fi9Wpug29JQtwXTvLvagErwy5r5TS1gA { display:block; }
 }@media only screen and (max-width: 763px) { #cesvFVT73DxLizyQwe87c5z5QAmtLUk6 { display:block; }
 }@media only screen and (max-width: 763px) { #IBsIuvHByC9s8wER87cC6nQD6FsXZACU { display:block; }
 }@media only screen and (max-width: 763px) { #qRlvCr95T8i0eIgMcWmG2dH4VfTc5dP2 { display:block; }
 }@media only screen and (max-width: 763px) { #B16qnTGyATdaKydT286tU1MDEEzyn7Tb { display:block; }
 }@media only screen and (max-width: 763px) { #BLz2xn2sD0ufDgaLu0HAfFtz7bHw9zHR { display:block; }
 }@media only screen and (max-width: 763px) { #HwncwHNTldksvsuF78QiEm6E8uFC0z4A { display:block; }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #pHgRv1UlSzvo3kO9iR82lINdPbNUfHLC {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #yzOQXxeX5y6WF8ihDDSeUwbdJT4NGBZE {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #z9SQBSOnVpC295KL42nQ9UpKu8cynlKK {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #pEAWVEQEyaprqbuE6ssn3EPWi9xyy5yz {  }
 }@media only screen and (max-width: 763px) { #MrHWTKRFDFBBdFeAxsgy3shVNbg44Hra { top:6.4375rem;left:0rem;width:21.9375rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmRz1nFgW4dvM0dHcBKrmTaepUB50nao { width:20.375rem;height:6.4375rem;top:16.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J95VSHXaWke9HevgTSaNesEhaIcgV2x9 { width:18.4375rem;height:2.875rem;top:8rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnvZPnsH3y6rZODysHuu2U98KBVltDf { top:2.8125rem;left:19.3125rem;width:28.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6  { width:17.5rem;height:auto;top:10.375rem;left:0rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 {display:block;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 { width:17.5rem;height:auto;top:10.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #BpcWlZETHhEKpBJsGTFK1UMIghudqdgW {  }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #KeQgN1RLzGn8JOFL74osvM0kzxqRNOzu {  }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #hEdH9fIHg0ND0NrCJB3aB9d24SGFZOtw {  }
 }@media only screen and (max-width: 763px) { #RSECwKSXmTvOlNSUNHC1fJJVGOXN6m3V { display:block; }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #C5Z5x6SpViMNWVa303gcbbw8N5TiOGPu {  }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #qv6v3Qa2FcFwl1pOTZfGPrQoQgVrKrnf {  }
 }@media only screen and (max-width: 763px) { #Wa0F3OIUXKydUKVPtUFBK44ThCr2amiE { top:15.5625rem;left:0rem;width:19.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh { display:block; }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4BoU6054dp5noHO1MTAM2LeyxEGKuWz { top:6.625rem;left:45.125rem;width:2.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQipw1y99us6dcmbSIZ5tZHHKaQhVBVh { top:6.625rem;left:42.5rem;width:5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSPN3CfcMtOb6TW3iiaIlgszirMbDIs { top:6.5rem;left:37.5rem;width:5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Mw8ssEClnCamEEkinK1JitwVhrHQ6k { top:6.5rem;left:31.625rem;width:5.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNFRGqwcBb9QipkAmKO8GCu9wgt6RZrE { top:6.5rem;left:24.75rem;width:6.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0q3FzcTeZTC9JnLbWGEhIvuRrTCsZqP { top:5.9375rem;left:18.625rem;width:6.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTqeQTyirsXhKZscyACU5QzZ93qGgnx { top:5.9375rem;left:11.3125rem;width:6.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTph3wEtARfJRMa3QFiAlWMSKutp82Xb { top:5.9375rem;left:4.375rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBzOdI0U1C9krbHrO00BXKTFNNGDdHx { top:5.9375rem;left:0rem;width:7.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTPE9DcD3VUispvTgtgsGJEC8shg2zs { top:3.875rem;left:11.1875rem;width:26.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwFk2A9i0NdPcqTIXTyoQWgczr3Vx0J2 { top:1.5625rem;left:19.25rem;width:9.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOgsPnHHTorqvUwxEIwcP44NE5hoV47 { display:block; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIpzqPJwIDN5220761NtCNFbKsP1Asiy { top:2.5rem;left:6.59375rem;width:34.5625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMcfxq2BU6TOGDtirLo5OiS1m5MRVugP { top:28.0625rem;left:12.4375rem;width:22.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4HoJTZLOR1OzU4OZOkMgOqtwwzl9Vm3 { display:block; }
 }@media only screen and (max-width: 763px) { #MT5PF4HATI60VD3q1UZnb6OPx2qdhJPX { top:9.1875rem;left:0.375rem;width:47rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3LWTUUk5uy9doPk0c41QiztRhIFg3xq { top:1.25rem;left:0rem;width:20rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 { display:block; }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqlDUaTQsZg1vQsG7z9XbxpgQH0ElAk0 { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgGQvLCEfTQtctaVOuUIhTos0tZ7gkU { width:47.75rem;height:1.125rem;top:7.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt { display:block; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v74fFhAnLZvfnZrdyPDHTephJGSBIKKf { top:1.3125rem;left:6.34375rem;width:38.5rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOEX3qyKJ37iJLU3X8wg7wsSRDpgTLNt { top:23.25rem;left:6.34375rem;width:38.6875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TvJndPiRA1zZ76eoEG6W70QTNRcKVL { top:16.4375rem;left:17.625rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIKfl3wEAQnIuszFs4gPiNivrn0CqWbX { top:45.375rem;left:6.34375rem;width:38.75rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { display:block; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { top:7.6875rem;left:4.125rem;width:39.5rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { width:47.75rem;height:1.9375rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKhox3FK7dwzxhudb0ILCiUMIrD88GEm { display:block; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQcqZlsx7gBqtNAFXRZ59A0E5maKnlBD { top:8.9375rem;left:0rem;width:25.5rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS2Xtp9fAi2FAV9ZbeVTIEbMKHHaIRLu { top:5.625rem;left:25.25rem;width:22.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v09pDoWUbuaLiDbGiORs7XBXUXSIciVh { top:4.125rem;left:22.3125rem;width:25.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 { display:block; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTlMHEbZ8yL3K8QOv3FSTxhV7DkSUc5r { top:8.6875rem;left:23.875rem;width:23.875rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMVJxBhoy10WvygBTwKL37aHDTI0yGJk { top:2.6875rem;left:0rem;width:17.5rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toHK8FPe7fud85q5der7pumDziImzevR { top:0.625rem;left:0rem;width:28rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { top:2.625rem;left:25rem;width:22.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { top:8.625rem;left:0rem;width:20.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { display:block; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { top:3.3125rem;left:0rem;width:17.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDSstFbDFqFLmsTbxMCmHyODeUN69A { top:3.3125rem;left:15.3125rem;width:17.125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZrgToLKauInL4uQRaF67ZVW9oeogLL { top:3.3125rem;left:30.4375rem;width:17.25rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { display:block; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { width:47.75rem;height:1.9375rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { display:block; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { top:4rem;left:0rem;width:18.75rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { top:2.875rem;left:14.5rem;width:18.75rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #I52FLkhtNASksWsL4IFvWl6aWXEEA67S { top:3.625rem;left:29rem;width:18.75rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { display:block; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { top:3.75rem;left:0.96875rem;width:45.8125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { top:3.1875rem;left:11.5rem;width:24.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { top:31.5625rem;left:16.15625rem;width:14.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block; }
 }@media only screen and (max-width: 763px) { #mBatw0X0cD2sXuQANrb2TqKBgXLyN3Nh { top:2.625rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mif7BbW7HdlLQm9937leJTwCfhkNOcHl { width:28rem;height:69.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8T7Wo94O2q13bwz4DkMkeoubCCDMywJ { width:28rem;height:69.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { display:block; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { width:47.75rem;height:1.75rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { display:block; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EKnOaFIeidCTu8U42wClX7rtgnGPo6zJ { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { top:8.8125rem;left:28.9375rem;width:16.8125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { top:5.375rem;left:31.75rem;width:11.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { top:0.875rem;left:35.5rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { top:8.8125rem;left:2.375rem;width:16.3125rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { top:5.375rem;left:2.0625rem;width:16.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { top:0.875rem;left:8.6875rem;width:3.6875rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { display:block; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { width:33.75rem;height:1.6875rem;top:8.5rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 {  }
 }@media only screen and (max-width: 763px) { #IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { top:12.5625rem;left:16.25rem;width:15.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { width:23.375rem;height:auto; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-textarea { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select { width:23.375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { width:36.875rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { width:10.8125rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { width:38.375rem;height:auto;top:20.0625rem;left:3.4375rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:24rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG {display:inline-block;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { width:38.375rem;height:auto;top:20.0625rem;left:3.4375rem; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 {  }
 }@media only screen and (max-width: 763px) { #ZiUh2We89lwc67EtNhxkzoT63LTlObbH { display:block; }
 }@media only screen and (max-width: 763px) { #MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD {  }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { top:6rem;left:0rem;width:29rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { top:11.375rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { top:13.3125rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsosSFOyrXaQTVVWGlpMcsog995UeXSN { top:10.75rem;left:25.25rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#c1262c;background-image:none;display:block; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container { background-color: transparent; background-image: none; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container > .video-iframe-container { display: none; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row > .video-iframe-container { display: none; }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .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); }#XhQR1gRToFpOTpE2K7EnVuG1Nwr2uLuM > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2dGKO9cMKxSWZN7UEJg4BCUv5P6bNcR { width:11.9375rem;height:2.5625rem;top:1.25rem;left:4rem;font-size:2rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #WKdSqaLhk8mITiwpi3NO3gQnBULE9Qwe { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zFlasx95tVUNkV8Snt2HTyAvcSIAbxQq { width:6.25rem;height:1.8125rem;top:1.125rem;left:13.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EeRH9ruWFsTrpFEmOU4NsgZ0Mol5BAmS { top:9.4375rem;left:5.9375rem;width:8.125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXO378Vm4NEboRR1dD5vd9xnS9OqrQAF { display:block; }
 }@media only screen and (max-width: 763px) { #fbyyGV9tRSs4h3hDhiLMKPaIgHiaxRT7 { top:4.875rem;left:1.875rem;width:16.3125rem;height:2.4375rem;z-index:100007;color:#ff0000;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xwo1SR9MbdLPZCrdsCEh7cFR40TyVAWw { width:11.9375rem;height:2.5996125rem;top:0.125rem;left:3.4375rem;font-size:2rem;font-family:prompt;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.3275rem;margin-bottom:0;margin-left:0.3275rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.420625rem;padding-right:0.065625rem;padding-bottom:0;padding-left:0.065625rem;display:block;width:3.796875rem;height:2.40875rem;position:relative;font-size:2.590625rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.065625rem;padding-bottom:0.301875rem;padding-left:0.065625rem;display:block;width:3.796875rem;height:0.66125rem;position:relative;font-size:0.4825rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D { top:2.5rem;left:3.125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.75rem;height:4.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #KRVKgPy2D1KHxo3q8UzgNzQQc1SfDkIQ { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #wILsPAaL1kOwCT5stp5mPQeqKTTW4eEw {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #ixZZ528UrMFtpwdscxznFTB8s0h485rf {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #gdvnDG1ETwtrN0IPwhTtmkvFGee7Egzl { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #BuFqDu3X8SAsFN6Q3Ph5W8hWbLvkgrP7 {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #lQHcFM1G6Hsk068OUEOvTMm62QVSTERX {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #GLCLykzv5fF8Rf87m9JTfIyQ4CbwdVxw { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #iyN6ObO7purTwNztD0mDzucVBKBJn9KB {  }
 }@media only screen and (max-width: 763px) { #KT6TyRXAqP0CWgSMKKW2PweG8KA0gn3D #Wko58T7z5uTGUHXwNivtCd3zrKFxPtQH {  }
 }@media only screen and (max-width: 763px) { #qbdIJSVl0QlxbygMUuZMQ2i9diUkiaNQ { width:2.4375rem;height:2.4375rem;top:0.125rem;left:14.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inG3xSpGHb0ouKbwzM2wla1Ok9EvMNKU { top:6.6875rem;left:8.1875rem;width:3.625rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9CSTSP9qbXkvb2VChEnHpuRlNK3Lviy { display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:transparent;background-image:url("https://images.assets-landingi.com/DH4lc6dp/6685.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.adaptive-delivery-prevent-bg, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyload, #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh.lazyloading { background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.84); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:20rem;height:auto;top:11.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:19.6875rem;height:4.986325rem;top:32.125rem;left:0.125rem;font-size:0.875rem;line-height:1.9;text-align:center;text-align-last:center;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #aAdGDu3Jr19Ps4J5J6OKxrnhUCHZXnRB { width:12.5rem;height:0.125rem;top:38.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5pKGNBzKPBAACPCfueMUqM29RcDypdM { width:4.75rem;height:3.4375rem;top:48.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzbFBuFv5T6GIseWzXut3O5PVnNbXAwF { width:20rem;height:2.5625rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTK00JTnIPaLUyCC1hUu0rJVs1w4SBO5 { width:19.75rem;height:3.4375rem;top:15.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZtrvZEOwkWRdoeWzRiZTcNyl81lXr8n { width:3.875rem;height:4.625rem;top:23.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Ls1HznyxGX6qKyeETtSbXZp39hG453 { width:9.6875rem;height:1.0556625rem;top:19.875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAFByrRSMT7xdsBMpqac4cSJuZ3IXErZ { width:0.125rem;height:4.625rem;top:23.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPcNs3EuVgoHsiURoJzB6Tod9f3fKDX { width:20rem;height:2.5625rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9s1aLyLJFEapy0EGBZRVeWw8NzA4T6U { width:19.75rem;height:4rem;top:18.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2sK5drrg6LaloEwfT2olaRcv4wwxHbl { top:23.125rem;left:11.625rem;width:5.625rem;height:5.625rem;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:block; }
 }@media only screen and (max-width: 763px) { #niGw7FuAOJ0HLDoOpgDpJub1bsZa5ZKq { width:7.9375rem;height:7.9375rem;top:27.9375rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOp7nSS3hG1SNPnvTsqHywlT5GL09Wci { width:20rem;height:;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:prompt;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7vFVC5rCVm5JtxX0hr0K0RJTndmmMU { width:19.6875rem;height:6.410125rem;top:40.6875rem;left:0.1875rem;font-size:1.125rem;line-height:1.9;text-align:center;text-align-last:center;font-family:prompt;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #agzaH7NH23QS51QDvu6L1ssOnqFQPUIK { top:30.25rem;left:0.5rem;width:19rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toC0ST5C5lXEbEztD8sZDlTc8peGyU3K { display:block; }
 }@media only screen and (max-width: 763px) { #oARxCkTII5JHW9E3VkfOfgMqh7F8XC6E { width:20rem;height:1.0556625rem;top:35.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF { background-color:#be0000;background-image:none;display:block; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container { background-color: transparent; background-image: none; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container > .video-iframe-container { display: none; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row > .video-iframe-container { display: none; }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .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); }#yq5FNrKJa9SdE5eRzyvQk4ld3MbX7ZFF > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sI7eZD9MhBB6xVkrVC7bsS33Hr8VHJTp { width:19.875rem;height:4.5rem;top:3rem;left:0rem;font-size:1.1875rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #rxtwRsfsetzkTQZP5A3OrgMwF7Xbm3xO { width:19.875rem;height:4.5rem;top:3rem;left:0rem;font-size:1.1875rem;font-family:prompt;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #XAbhKazrUqAyBybn3lw5peKVQpiWTEba { width:20rem;height:4.5rem;top:2rem;left:0rem;font-size:1.1875rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #qEWTgzdCdr9Zt18rCqHSrSzulmuK7z01 { width:20rem;height:auto;top:7.125rem;left:0rem;font-size:1.5rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #WPk9JbUrKwdziazLt8uBqKOD12suwNdu { width:20rem;height:4.63036875rem;top:1.96875rem;left:0rem;font-size:1.1875rem;font-family:prompt;z-index:100005;display:none; }
 }@media only screen and (max-width: 763px) { #PA3KZcZMSsPkIW1aNUGHRxKhpboHDJ5w { width:20rem;height:5.52345rem;top:0rem;left:0rem;font-size:1.0625rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #ALxbc0XNy4uwnduFXdfHq2PMtkL2t3qZ { top:5.3125rem;left:3.3125rem;width:13.4375rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL7DL0v5nTAbxamCoTdBUdUz1FNMtUTi { display:block; }
 }@media only screen and (max-width: 763px) { #nFQqwfGHe4p9xMthrpbWp6pec8N4ftC0 { width:14rem;height:0.1875rem;top:4.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0EKQmdXE8JQwky0qIX907BqlO2hXMr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3393158d-3d7c-45bb-a380-4356fc3f15e2/12133.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr.adaptive-delivery-prevent-bg, #ws0EKQmdXE8JQwky0qIX907BqlO2hXMr.lazyload, #ws0EKQmdXE8JQwky0qIX907BqlO2hXMr.lazyloading { background-image: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container { background-color: transparent; background-image: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container > .video-iframe-container { display: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row > .video-iframe-container { display: none; }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .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); }#ws0EKQmdXE8JQwky0qIX907BqlO2hXMr > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXCNOsEovzmMgmoWLM2bWPc5aCe1bars { width:20rem;height:auto;top:15rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PqemyzwKJxrNbhnMGIkSxiIT87fuv4zv { width:20rem;height:3.8994125rem;top:26.75rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9f7UNOxiqu90yDKXfJVsWbUoT3LnsTy { width:20rem;height:1.29980625rem;top:31.75rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpryJ0W4h9WERlLO8aCdghe6lRRuIXS3 { width:20rem;height:9.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #fVwleHR8LCigGD9iTCFmbaygsLnhde0b { width:20rem;height:7.87353125rem;top:2.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDzZ2Oyyi4qVUq7rGWfoQ1IJEeRWydel { width:20rem;height:1.29980625rem;top:30.5625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl2iwlMRR39DdgieUqrQXRBJO4xEmQWD { width:20rem;height:3.41015625rem;top:3.380859375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlRLu72PTX7pcsoJMH6MuUTCRy3BGbVy { width:19.125rem;height:6.1230625rem;top:18.25rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwRQAIGCyK8APW9AZtVJ8pFMmG1DyN9A { width:20rem;height:2.1933625rem;top:1.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0VdcNq18MVk0wZpCe7bJBNJWz4k3568 { width:12.1875rem;height:9.1875rem;top:7.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWpgTEuzmwh1PJGCfVfd0VM4Jq9m3gP4 { width:10.6875rem;height:5.375rem;top:8.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxCrCAyT0rKJfB03fSZbSQb1xhzg1I2C { width:5.6875rem;height:3.875rem;top:12.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3393158d-3d7c-45bb-a380-4356fc3f15e2/12133.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq.adaptive-delivery-prevent-bg, #U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq.lazyload, #U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq.lazyloading { background-image: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container { background-color: transparent; background-image: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container > .video-iframe-container { display: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row > .video-iframe-container { display: none; }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .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); }#U3EMe0FfkoEUcuQTDE3nvTo1KQNfudJq > .row .container { width:20rem;height:171.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmTBtRcid8EtXTUN02at64uBdcXoDbGk { 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) { #sRPlA3vmLuvy8rAlaaFXFr80OSExT18k { width:19.75rem;height:3.4375rem;top:16.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPl5NBSrz5Vt6QfmQPoWuk4Hy5LWqW0c { 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) { #GSapCgDug0DIMHSNsHzXn5OaGJDZomkN { width:19.75rem;height:4rem;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOQMQQV8LogPpA6034LWMv9XFD4zk53P { 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) { #teFmhcXThIVTuQc221yVUbXusm2ZzQw7 { 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) { #T7xg1QdhOfsG25IQHF8FUe4ZHuPiuu87 { width:19.6875rem;height:10.25rem;top:9.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pcayKWzcUHgtXhH78xp1UHLgABK9hZc2 { width:19.6875rem;height:10.3125rem;top:31.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ESTCgLXwz02xP0sQCD9zXQIrxi4RSBIK { width:19.875rem;height:10.375rem;top:64.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LH59QqIdcw0RAKhrmcKkRb8uTTfmLOKS { width:19.6875rem;height:10.3125rem;top:86.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x0SgeHR3yNUIMsuogy79yiMmUuTcHTo8 { width:19.875rem;height:10.375rem;top:119.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s7f54A5OWTV16x49RerQ8aSUIKfzZAr0 { width:19.625rem;height:10.3125rem;top:141.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NVV9SxLdoKoE5XmbyQF1fRQgmZ9Q6HrZ { width:20rem;height:10.5rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZcrnwJ6plUIEobDebdqZUNZo69rOGHP { width:20rem;height:1.4619125rem;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) { #KpmATH7AzXbVDDxHaJOGv1tKcAIhJZGO { width:16.5625rem;height:6.09375rem;top:23.0625rem;left:1.75rem;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) { #z05Zx3wBrqI2wmkxGReXc2ZXBRwAZENN { width:20rem;height:9.0625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNyC2gIBuOD8GwSWEuZwLMaBGr9sS20E { width:19.25rem;height:3.41015625rem;top:46.5rem;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) { #V9Iqhe3pnBdLIVONNfXTJTZ4vLcVMFZV { width:20rem;height:2.923825rem;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) { #LGFgbDgmLMuK2JkwraIirNkzdec24Xko { width:20rem;height:9.0625rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWu83S9oRBczGBe3GLvNidzCqTia0ugz { width:17.3125rem;height:4.22265rem;top:79.3125rem;left:1.375rem;font-size:0.8125rem;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) { #NvmEtCUgw1UNCHoRApNPX9HZKBBR2bGp { width:20rem;height:1.4619125rem;top:75.8125rem;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) { #hNy032JUTgM0br21ykHEudBzFEJ50vb3 { width:20rem;height:9.0625rem;top:96.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxP68sSpmn6zKWRtTJLwxSGmzE3ZT4bd { width:17.9375rem;height:5.68359375rem;top:99.8125rem;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) { #DDVlCm61G9UQexVQhEkXUemzJCxqxFKw { width:20rem;height:1.4619125rem;top:97.875rem;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) { #Qgp3FoRCahLfzFi2o7DWrE2FyHI97N0I { width:20rem;height:9.625rem;top:129.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSIAPT7LclvkmkuTQfnytDTNfmzi47G { width:17.25rem;height:6.09375rem;top:132.3125rem;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) { #G0gqkZ2g3N0z7cHsbuQERThLNzXoFmrL { width:20rem;height:1.4619125rem;top:130.3125rem;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) { #zg5qKp5qxuOdaP2ehIBgKuM6nlAcVqTg { width:20rem;height:7.6875rem;top:151.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLuMgydXaI7LQBUpZw61aBfbaim7crP9 { width:15.8125rem;height:4.546875rem;top:155.0625rem;left:2.125rem;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) { #Efoxdezz77WHiUXO2JrSchIXGQWn1ATK { width:20rem;height:2.76171875rem;top:151.8125rem;left:0rem;font-size:1.0625rem;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) { #XPoUntZcd47tMHmBMGF5IrKbERLpOF4N { width:20rem;height:2.44921875rem;top:167.25rem;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) { #dGonQN6g0w2GOHU30C4eFfZsPXgWxZgt { width:20rem;height:3.1875rem;top:1.1337890625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(179deg, #8b0c0c, rgba(106,9,9,0.84));background-image: -moz-linear-gradient(179deg, #8b0c0c, rgba(106,9,9,0.84));background-image: -ms-linear-gradient(179deg, #8b0c0c, rgba(106,9,9,0.84));background-image: -o-linear-gradient(179deg, #8b0c0c, rgba(106,9,9,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#d66a0909' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b0c0c', endColorstr='#d66a0909' );";background-image: linear-gradient(179deg, #8b0c0c, rgba(106,9,9,0.84));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Mw7tahrXybNmIvFUmdOW7QDCrCdGTgqi { 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) { #Z2tMxgB7UnfafX8EaXTXFl8kFcMeI5TE { width:12.8125rem;height:3.5rem;top:5.5rem;left:3.4375rem;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:block; }
 }@media only screen and (max-width: 763px) { #dt3RiDpVD7GprkZdNCPPT9M0oki3nPbN { width:20rem;height:2.03125rem;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) { #lnqQXK7H9CBhJpvwpN0Qp7J7NgrETBkW { width:20rem;height:2.03125rem;top:61.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lod8SPxeiJZM2qr20brAsDQJPouEQWeZ { width:18.1875rem;height:3.5625rem;top:60.3125rem;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:block; }
 }@media only screen and (max-width: 763px) { #AnoyPmVK3gqZGFfQHohPm76NhTkIbwiS { width:20rem;height:2.03125rem;top:114.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aVXES7hSrihGF4iics72Cf4dMTCpPWpp { width:13.6875rem;height:3.5625rem;top:114.0625rem;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:block; }
 }@media only screen and (max-width: 763px) { #RTynR2y4QLcp88T54cNRPxm772IPk99z { width:20rem;height:57.3125rem;top:0rem;left:0rem;z-index:99993;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzClMGtAePDkMweMWxh0ERsukUn9JCoX { width:19.8125rem;height:4.0625rem;top:52.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #U4hd3ykIEp64VkD6i7WzMg2MFoWCcIWS { width:19.1875rem;height:4.75rem;top:51.9375rem;left:0.3125rem;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:block; }
 }@media only screen and (max-width: 763px) { #OtiC7gbQXRsUHMKinncqc7IPfLFmsIZl { width:20rem;height:4.875rem;top:106.3125rem;left:0rem;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:block; }
 }@media only screen and (max-width: 763px) { #iukiaov3sJ3znH9ICQsPSqZ6blaHyZir { width:20rem;height:4.0625rem;top:106.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hlpRHEZPqsEtSxp1zPCvZEgHUvpexsVu { width:20rem;height:53.0625rem;top:59.26171875rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPlArgflkt3bQWTg0cQDUS3yDtr76ia { width:20rem;height:4.625rem;top:160.4375rem;left:0rem;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:block; }
 }@media only screen and (max-width: 763px) { #XDaGVHAzJbDvROaEirzMSanmpBdtIQaP { width:20rem;height:4.0625rem;top:160.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QGPZVl3RnDG2PP8LRDVwkddbbDTsPTFL { width:20rem;height:52.5rem;top:113.32421875rem;left:0rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v { display:block; }#Jyn3fHRZ01yurZ3ZxkTIwO19TDz6Me9v > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpwFDQxgT4kPBD90JN1HXHcy9HLkgXrO { width:13.4375rem;height:2.5996125rem;top:1.5744361877441rem;left:3.2812502980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z93drd0oVN97KUNxW8BBrZteaEgE6qZ9 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfa3iuaeOgNQcVmcU88VBK2ZS6RHmlwU { 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) { #wzbr8UhyoK92cMVipp7DwBhbBKufcJJU { width:20rem;height:2.5996125rem;top:93.6357421875rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wf1Bf1a4bVgLzhHLeJqpm2wT8E4svlCh { width:18.75rem;height:27.5rem;top:36.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqOThgd8RyhxnfWgPpwUSPVwii6IApLV { width:17.9375rem;height:1.70605625rem;top:38.8564453125rem;left:1.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnCml4HNWMH9dvKDVDq53ALgTbdzgKml { top:49.5625rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2NVUxh7w54NCr1STR1UT707vOeg2WDT { display:block; }
 }@media only screen and (max-width: 763px) { #lutBTxWPEHzzT1ZTNHtO7cOGo6F6P1Fd { width:12.3125rem;height:3.4375rem;top:54.6875rem;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) { #lmytJoB9GMXULsTHIhuzXDhsFNtZOWIq { display:block; }
 }@media only screen and (max-width: 763px) { #Kxau4rpQZr7WGZB5lW8pt1zaQvR0ceP3 { width:12.5rem;height:1.4619125rem;top:58.8125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeTh4vZ92JDiUm0m6ct2t5s97b7H7uS1 { width:16.436625rem;height:2.4375rem;top:60.6875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPKVBvDw9b79aQq3tZ5HcBtvgrpi9q9i { width:18.75rem;height:27.625rem;top:5.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU6iHI9PXKlaJo27tDTVpGMGZO18cEbh { width:12.5rem;height:1.4619125rem;top:29.0625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvtpF3CsAchV2NqhzwJvCxOTKp1RMc2 { 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) { #g7renQC3crdENFGEkkZDhByXEu4QiV9O { 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) { #yZCliIK5Pk8htOr7PIfQED65ZSPJOXt8 { display:block; }
 }@media only screen and (max-width: 763px) { #saw6MGRU69LyrPELQK9oPFNLXrgwceqH { top:19.1875rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsRqa2TW2ECdszD9P5MdK03TBhrOvN2e { display:block; }
 }@media only screen and (max-width: 763px) { #fQEVh8rXU1QpVHz4Oh5ANpOlci3uRGLv { width:17.625rem;height:3.4121125rem;top:6.64990234375rem;left:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCO9oJui6FzBSH7pd3U4ngX1UK6vV542 { width:12.3125rem;height:3.4375rem;top:83.3125rem;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) { #xZs3gOsduQkXlvOHzCru7zm48XaDOD6n { display:block; }
 }@media only screen and (max-width: 763px) { #gzTRHoFIPduB9pnR2Gkmw0cMngJRCgOd { width:12.5rem;height:1.4619125rem;top:87.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhxvWOItnVUsnqXe6DFUmNsxz3zaSEC2 { width:16.4365rem;height:2.4375rem;top:89.4375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidvoLfv8nFi5h66Gt53kuHz4M0f3Dec { top:78.25rem;left:3rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQ4DAKSt4gTk7d4CacFKL5C9arpoIm1 { display:block; }
 }@media only screen and (max-width: 763px) { #lNyQB2oyUTOM7fhMLmJtZ9XBUIwVCCfN { width:17.1875rem;height:1.70605625rem;top:41rem;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) { #NSJtQLLe9w0tVyed4w6wxOAlG2oIrv99 { width:17.1875rem;height:1.70605625rem;top:70.0625rem;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) { #znz8v8i3uD6BSPNsoueHoB4dlFmubSss { 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) { #sTkJABUk1Pr1sA1flTqtNv2M4y8TkIKV { width:6.25rem;height:0.0625rem;top:11.3125rem;left:6.875rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #X4LahZmyrHHrZmELTBorgV9usUKXJxHR { width:17.1875rem;height:4.46875rem;top:12.6875rem;left:1.4375rem;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) { #DVVyneOmeWuL8n53RTW6hpZIKqNCHZVR { width:12.6875rem;height:1.70605625rem;top:66.4375rem;left:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2Cbp9BZ4Jn2XTmCrcBzDOlpbO3HVc5C { width:6.25rem;height:0.0625rem;top:70.75rem;left:6.875rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #V3pgDNrJ5ICFiClXMmymFnNNc3ETc1yL { width:18.75rem;height:26.625rem;top:65.6875rem;left:0.625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #lpfvxLGmWq2mEozPO03RZtS71qd2AWu7 { width:6.25rem;height:0.0625rem;top:41.6875rem;left:6.875rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #HxUqUCQOfWto4oRbpNzGEBxogZPJt7VW { width:17.1875rem;height:4.46875rem;top:71.8125rem;left:1.4375rem;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) { #GhasJ1cXlBx8pf3SOPF3LPUJR6KHr6RM { width:17.1875rem;height:4.46875rem;top:42.75rem;left:1.4375rem;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) { #INLK1936V1FGafdwpWFZa9lOolTwS9I6 { width:11.25rem;height:1.4619125rem;top:76rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkGM803BAwUbUJhD3RuJ9VkdzC95uGmK { width:11.25rem;height:1.4619125rem;top:17.15625rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d00yL47P2dD2SVcXGbTnB83eQI2ZEMN6 { width:11.25rem;height:1.4619125rem;top:47.21875rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD0oL3mK18vrXGiTMX7kBlvuMzh8eqsW { width:17.1875rem;height:1.70605625rem;top:68.2314453125rem;left:1.40625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIr7bmgmWeBBPSqABaboQLFsIzP3ZHEu { width:14.125rem;height:1.70605625rem;top:37.087890625rem;left:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo { display:block; }#KHRpFmh3q0ahgRhPUlXyvwJnLdAVVDpo > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ  { width:17.5rem;height:auto;top:20.5625rem;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; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ {display:block;}#iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ { width:17.5rem;height:auto;top:20.5625rem;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) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #vNUaArmZ3t7QKceTVeFbvQWVXqoOTuBE {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #TlONXftFT1sFcUso3iM8H72kpAE3yQ0U {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #U32ESJx8PMOxALrmzH26MkpBkdicSc4l {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #F4AaqcyoM26SyQsPIsOr9T6TEwT1R3gJ {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #Ezswgzrd5gv1cHakTdv3XJnalFVUG0MK {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #peP9FKRs7qIMIM7eVNmb1GPbign07Xmo {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #xFmtcu6IsMUAvLp5za97TCGpzeLgbFHG {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #v5lUyJseqXZJ7TqM5kcEVqDKot2vNS5i {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #FLHq5VsNWKF3b9p6XMzQvl6omFBzAai1 {  }
 }@media only screen and (max-width: 763px) { #Fi9Wpug29JQtwXTvLvagErwy5r5TS1gA { display:block; }
 }@media only screen and (max-width: 763px) { #cesvFVT73DxLizyQwe87c5z5QAmtLUk6 { display:block; }
 }@media only screen and (max-width: 763px) { #IBsIuvHByC9s8wER87cC6nQD6FsXZACU { display:block; }
 }@media only screen and (max-width: 763px) { #qRlvCr95T8i0eIgMcWmG2dH4VfTc5dP2 { display:block; }
 }@media only screen and (max-width: 763px) { #B16qnTGyATdaKydT286tU1MDEEzyn7Tb { display:block; }
 }@media only screen and (max-width: 763px) { #BLz2xn2sD0ufDgaLu0HAfFtz7bHw9zHR { display:block; }
 }@media only screen and (max-width: 763px) { #HwncwHNTldksvsuF78QiEm6E8uFC0z4A { display:block; }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #pHgRv1UlSzvo3kO9iR82lINdPbNUfHLC {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #yzOQXxeX5y6WF8ihDDSeUwbdJT4NGBZE {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #z9SQBSOnVpC295KL42nQ9UpKu8cynlKK {  }
 }@media only screen and (max-width: 763px) { #iXCyoH6OPOmEE9AR7ZBaWMXGm5Q7mgFQ #pEAWVEQEyaprqbuE6ssn3EPWi9xyy5yz {  }
 }@media only screen and (max-width: 763px) { #MrHWTKRFDFBBdFeAxsgy3shVNbg44Hra { width:19.4375rem;height:16.9375rem;top:0.4375rem;left:0.375rem;z-index:99995;display:block; }
 }@media only screen and (max-width: 763px) { #OmRz1nFgW4dvM0dHcBKrmTaepUB50nao { width:16.5625rem;height:5.24903125rem;top:9.62548828125rem;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) { #J95VSHXaWke9HevgTSaNesEhaIcgV2x9 { width:16.875rem;height:2.51855625rem;top:1.75rem;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) { #TTnvZPnsH3y6rZODysHuu2U98KBVltDf { width:20rem;height:2.11230625rem;top:18.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6  { width:16.625rem;height:auto;top:4.375rem;left:0.4375rem; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 {display:block;}#TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 { width:16.625rem;height:auto;top:4.375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #BpcWlZETHhEKpBJsGTFK1UMIghudqdgW {  }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #KeQgN1RLzGn8JOFL74osvM0kzxqRNOzu {  }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #hEdH9fIHg0ND0NrCJB3aB9d24SGFZOtw {  }
 }@media only screen and (max-width: 763px) { #RSECwKSXmTvOlNSUNHC1fJJVGOXN6m3V { display:block; }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #C5Z5x6SpViMNWVa303gcbbw8N5TiOGPu {  }
 }@media only screen and (max-width: 763px) { #TeBTHWiHwenM74KhfpOpTrv0PTgsgAL6 #qv6v3Qa2FcFwl1pOTZfGPrQoQgVrKrnf {  }
 }@media only screen and (max-width: 763px) { #Wa0F3OIUXKydUKVPtUFBK44ThCr2amiE { width:17.25rem;height:4.5625rem;top:9.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh { display:block; }#azGTt4d2CSNkCTqwIlUqE0s7nSusoCWh > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4BoU6054dp5noHO1MTAM2LeyxEGKuWz { width:2.125rem;height:3.5rem;top:9.3125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQipw1y99us6dcmbSIZ5tZHHKaQhVBVh { width:4.1875rem;height:3.5625rem;top:9.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSPN3CfcMtOb6TW3iiaIlgszirMbDIs { width:4.1875rem;height:3.6875rem;top:6.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Mw8ssEClnCamEEkinK1JitwVhrHQ6k { width:4.6875rem;height:4rem;top:9.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNFRGqwcBb9QipkAmKO8GCu9wgt6RZrE { width:3.8125rem;height:2.6875rem;top:10.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0q3FzcTeZTC9JnLbWGEhIvuRrTCsZqP { width:4.8125rem;height:4.0625rem;top:9.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTqeQTyirsXhKZscyACU5QzZ93qGgnx { width:3.625rem;height:3.125rem;top:7.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTph3wEtARfJRMa3QFiAlWMSKutp82Xb { width:5.0625rem;height:5.0625rem;top:6.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBzOdI0U1C9krbHrO00BXKTFNNGDdHx { width:3.9375rem;height:3.3125rem;top:7.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTPE9DcD3VUispvTgtgsGJEC8shg2zs { width:14.375rem;height:4.0625rem;top:3.25rem;left:3.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwFk2A9i0NdPcqTIXTyoQWgczr3Vx0J2 { width:9.3125rem;height:2.03125rem;top:0.625rem;left:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOgsPnHHTorqvUwxEIwcP44NE5hoV47 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3393158d-3d7c-45bb-a380-4356fc3f15e2/12133.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47.adaptive-delivery-prevent-bg, #STOgsPnHHTorqvUwxEIwcP44NE5hoV47.lazyload, #STOgsPnHHTorqvUwxEIwcP44NE5hoV47.lazyloading { background-image: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container { background-color: transparent; background-image: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container > .video-iframe-container { display: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.88); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row > .video-iframe-container { display: none; }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .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); }#STOgsPnHHTorqvUwxEIwcP44NE5hoV47 > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIpzqPJwIDN5220761NtCNFbKsP1Asiy { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMcfxq2BU6TOGDtirLo5OiS1m5MRVugP { top:40.154296875rem;left:0.5625rem;width:18.875rem;height:3.4375rem;font-size:0.875rem;font-family:prompt;display:none; }
 }@media only screen and (max-width: 763px) { #b4HoJTZLOR1OzU4OZOkMgOqtwwzl9Vm3 { display:block; }
 }@media only screen and (max-width: 763px) { #MT5PF4HATI60VD3q1UZnb6OPx2qdhJPX { height:11.25rem;width:20rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3LWTUUk5uy9doPk0c41QiztRhIFg3xq { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;z-index:100004;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 { display:block; }#cBMaWLLINT1ykS0tSRmDM4ZmiVfgwum5 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqlDUaTQsZg1vQsG7z9XbxpgQH0ElAk0 { width:20rem;height:4.2246125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgGQvLCEfTQtctaVOuUIhTos0tZ7gkU { width:20rem;height:1.625rem;top:6.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt { background-color:#ffffff;background-image:none;display:block; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container { background-color: transparent; background-image: none; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container > .video-iframe-container { display: none; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row > .video-iframe-container { display: none; }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .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); }#nkAigTPT8v4TU6aVvzwmG9J8EiQTcoxt > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v74fFhAnLZvfnZrdyPDHTephJGSBIKKf { height:11.209rem;width:20rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOEX3qyKJ37iJLU3X8wg7wsSRDpgTLNt { height:11.126842978695rem;width:20rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TvJndPiRA1zZ76eoEG6W70QTNRcKVL { width:12.5rem;height:0;top:124.625rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIKfl3wEAQnIuszFs4gPiNivrn0CqWbX { height:11.078625rem;width:20rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n00PVVkQS3tnGmUIV8srioFKsKJF2kJg { display:block; }#n00PVVkQS3tnGmUIV8srioFKsKJF2kJg > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzC7dQm7DMZs8bzqUuqCuRInN3CTdMqa { width:20rem;height:12.8125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4hvzcJ6RvV4XhbpFwlVoMcgP45Das0C { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #HKhox3FK7dwzxhudb0ILCiUMIrD88GEm { display:block; }#HKhox3FK7dwzxhudb0ILCiUMIrD88GEm > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQcqZlsx7gBqtNAFXRZ59A0E5maKnlBD { width:19.1875rem;height:4.3857375rem;top:1.25rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #IS2Xtp9fAi2FAV9ZbeVTIEbMKHHaIRLu { width:18.375rem;height:9.4375rem;top:7.6416015625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v09pDoWUbuaLiDbGiORs7XBXUXSIciVh { width:20rem;height:15.266625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 { display:block; }#xP8XbRk0laeCeW75HzrzxGWbTdQKA1B4 > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTlMHEbZ8yL3K8QOv3FSTxhV7DkSUc5r { width:20rem;height:2.923825rem;top:16.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #rMVJxBhoy10WvygBTwKL37aHDTI0yGJk { width:13.125rem;height:7.25rem;top:2.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toHK8FPe7fud85q5der7pumDziImzevR { width:20rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 { display:block; }#hovAHMHsiIf60qE4Jnm8DOgnRK6IsgF7 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkHdBpXrLFsdxWpOgxCeXhRCk4WpdAV { width:14.9375rem;height:10.4375rem;top:5.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuQ0yWb1w4ntUROnycP9OvEoAMT4uTp2 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 { display:none; }#CITlqiJLsmHLx3A4Nmh7QRTbOnPgclt6 > .row .container { width:20rem;height:60.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QApPcf5o6h4JbBPZkyvbPIINR6pxJgyN { width:17.3125rem;height:18.625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pizDSstFbDFqFLmsTbxMCmHyODeUN69A { width:17.125rem;height:18.625rem;top:21.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZrgToLKauInL4uQRaF67ZVW9oeogLL { width:17.25rem;height:18.625rem;top:41rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd { display:block; }#WCIhH6MJ2aens5L1FgJ6WRmozuKiAdrd > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks7wux9T7IVTBMrhRmIDvXhKsnu8OLce { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #uEv1xHydwROQ41CHyz3SSfWQywu6aQHw { width:15.625rem;height:1.29980625rem;top:4.4375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #WayPzEVG4MIIwxlgbNTInvZf8aShDfJz { display:none; }#WayPzEVG4MIIwxlgbNTInvZf8aShDfJz > .row .container { width:20rem;height:91.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bStSTPxuWdEAxVnxZkSFJb2crIeKtZ7Z { width:16.625rem;height:28.25rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2CO0dv99qq26Gmbkn9SliVI4b84c1iu { width:16.6875rem;height:30.5rem;top:30.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I52FLkhtNASksWsL4IFvWl6aWXEEA67S { width:16.625rem;height:28rem;top:62.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF { display:block; }#NZsBkkPqo15mzIl1TD3p7kkw5z8XiMmF > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeXMirIkIIqUEtmyr0rZkctfTPJ3TG3A { width:20rem;height:11.25rem;top:2.25rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nyPkuer3AN5zikPLhnwGTFsULXMFTtwz { width:12.5rem;height:0.125rem;top:1rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwldzIPb0nxO1S3TqRahlM9ny85D7K3N { top:56.25rem;left:0.3125rem;width:19.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0clTLldSxvQP04SDnUznBZKPIRZ4UeW { display:block; }
 }@media only screen and (max-width: 763px) { #mBatw0X0cD2sXuQANrb2TqKBgXLyN3Nh { top:53.75rem;left:2.625rem;width:14.6875rem;height:1.29980625rem;z-index:100005;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mif7BbW7HdlLQm9937leJTwCfhkNOcHl { top:27.5rem;left:5.125rem;width:9.6875rem;height:25rem;z-index:100006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q8T7Wo94O2q13bwz4DkMkeoubCCDMywJ { top:1.25rem;left:5.125rem;width:9.75rem;height:25rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw { display:none; }#ESnIB2mpUXvTBEGu5B6OyNZ9V3ffO0Hw > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SncqkGleT8bUTmRRc2pOm1JGGvgVzTBN { width:20rem;height:1.9375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdABRT0bqkSKyM7GG0lTuuv4qRb1HT6l { width:15.5rem;height:3.75rem;top:4.4375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 { display:none; }#dbAzr9E2oLTOCwS9ZKrTQs0Zh3Ty6wV2 > .row .container { width:20rem;height:16.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EKnOaFIeidCTu8U42wClX7rtgnGPo6zJ { width:20rem;height:10rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:20rem;height:22.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaax71wUTNFTWKkhvKViXt8vrnOWzGcr { width:10.375rem;height:2rem;top:19rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcvAgLCpJheCtRyD28pzRPV0H0FgyNrk { width:6.75rem;height:1.625rem;top:8.5rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8MIm2B9C81XEF0ER4isQvl742AtJx41 { width:3.125rem;height:3.125rem;top:11.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNrT9yu3SryJFNkDq7EL6F141i4UTES { width:9.5625rem;height:2rem;top:15.75rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwI68JRNR0S3J4e3lLOIJEbHHARBxSBW { width:7.1875rem;height:1.625rem;top:1.25rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrEMGdg0ZlF1tuQRTy7nQRg8Hwqviiz { width:3.125rem;height:3.125rem;top:4.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 { background-color:transparent;background-image:url("https://images.assets-landingi.com/NibclACU/thumb_collage_slope.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.adaptive-delivery-prevent-bg, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyload, #a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36.lazyloading { background-image: none; }#a4zZrB7yzGm51JBQtaDmZPf4lZZCkI36 > .row .container { width:20rem;height:37.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHETK0vzqqwLQGpNTrlB28ksT4NgE1Qc { width:20rem;height:1.75rem;top:19.25rem;left:0rem;font-size:0.9375rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;color:#ffffff; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.125rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #IaH2xPi85qetMLP02HEQr8oL0xnTWnM3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #v7Tl3KMoueg3vFbr1x4FumPGZJC4EdaF {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #JwnN5Zphlqk07eiZxQAO0sL7yCtoEWeK {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #yOkEDIyC0moKfAetyPPkltcA5KDlpgyh { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #FBdLhK3VTQEsMMaRIsPxcV3mDxGuP1wR {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #DqFtTGP6JmAyXxFP66xW84yAPU7JW9Sa {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #cxzB3iuF7S3RD7byZyxxWzhJeL8zzDki { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #wsSLMw0bRpgTu49FVEPcJOPWwtruxd3h {  }
 }@media only screen and (max-width: 763px) { #hENMxZRq0ZmtTf8Xa2qr0cOkFB1gFkLx #aDRtoLvimWTNGuIRbw7fA6rgk4HGUl09 {  }
 }@media only screen and (max-width: 763px) { #IUiUhU1f3EUFJXRwbTZ5dxTqvFhy5SAl { width:15.3125rem;height:1.25rem;top:22.25rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-form-header {  }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-regular-label { display:none;width:16.875rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-text {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:2.9375rem;width:16.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-select {padding-top: 0; padding-bottom: 0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;height:3.4375rem;width:16.875rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:#ff1010;background-image:none;overflow:hidden; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:montserrat;color:#000000; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:16rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:7.5625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size: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; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:first-of-type{padding-top:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-container:last-of-type{padding-bottom:0;}#dHQltxsuyTie37iF7mthzNGvrPkxyMcG  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:auto;left:0rem;top:25.1875rem;z-index:100004; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .radio-container { width:17.5rem; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dHQltxsuyTie37iF7mthzNGvrPkxyMcG { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:17.5rem;height:8.125rem;left:0rem;top:7.375rem;z-index:100004; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #a6oIWtodQO2Vc7Jg30l7BD9h4ifm85aR {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RQv9t5D5BwT6eAEFNlTaLnDTwMCkzuRH {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #gzqDpIbEoMuulh4E6zTeMQ4dT9y7p1P6 {  }
 }@media only screen and (max-width: 763px) { #ZiUh2We89lwc67EtNhxkzoT63LTlObbH { display:block; }
 }@media only screen and (max-width: 763px) { #MfAvxBH6XyXdWvTgqbbGJktuLqzyokbH { display:block; }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #ekTWBLfFDzDRhVmQv8OM4wn4M7rLvpLA {  }
 }@media only screen and (max-width: 763px) { #dHQltxsuyTie37iF7mthzNGvrPkxyMcG #RdwbiPclniSGLoSz5ln8FDA7RgUWyFKD {  }
 }@media only screen and (max-width: 763px) { #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn { background-color: transparent; background-image: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row > .video-iframe-container { display: none; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .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); }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container { width:20rem;height:6.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/y9TN7tHf/Screen_Shot_2563_06_01_at_21.18.32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.adaptive-delivery-prevent-bg, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyload, #FcHRrf0wEHLX9FOAalAkZsOcMAvquqhn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma { display:block; }#ZPN4Wzm0Tff2hA7sbIdfnbbWiifCt0ma > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQRTkZoFMVifGti8Ttr4ki89RTcu7x6 { width:6.75rem;height:1.375rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTROk2fZ4Sgs3rqfFfqfJnrn5xTopQB { width:19.0625rem;height:3.8994125rem;top:3.875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2spXTHqKo587wz8P84VAs06AANI8BQ { width:20rem;height:2.92383125rem;top:8.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #ZRE5nXoyF2S1Vkq283zcXKwxh640T4QO { width:20rem;height:0.9746125rem;top:23.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #NzIHlny5KqE12T8u577Eva23ULWo2I7L { width:11.1875rem;height:2.2734375rem;top:19.875rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;font-family:prompt;display:block; }
 }@media only screen and (max-width: 763px) { #izzzkX9eC9DCzelP78PGKfdpttHhBeT9 { width:5.6875rem;height:5.6875rem;top:12.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsosSFOyrXaQTVVWGlpMcsog995UeXSN { width:10.625rem;height:5.9375rem;top:8.8125rem;left:4.6875rem;z-index:99999;display:none; }
 }