.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#0c0a0b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/r3DQG2tT/Product_Launch_Countdown_Instagram_Post.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt.adaptive-delivery-prevent-bg, #AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt.lazyload, #AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt.lazyloading { background-image: none; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row .container { background-color: transparent; background-image: none; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.28); }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row .container > .video-iframe-container { display: none; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.28); }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row > .video-iframe-container { display: none; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .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); }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row .container { border-width: 0; border-radius: 0; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row > .video-iframe-container {  }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#se8A8ahffUTiGGxLMuwHwDpAFAb5y175 { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:"source sans pro";font-size:4.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9rem;left:6.09375rem;height:5.2807625rem;font-style:normal;display:block; }
#cGxZWeOoRuNndknaE2BG6XDWDyVqR0Cz { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:"source sans pro";font-size:2rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.0625rem;left:6.09375rem;height:7.796625rem;font-style:normal;display:block; }
#t5AxrTouPJIsxRlXVJgiV7NBlThD1Qgg { background-color:#ff69b4;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"source sans pro";font-size:1.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.416015625rem;left:7.34375rem;display:block; }
#wRNJ5XCs3OqXNoVxhtrkTL91VnwMLnRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdPdu2w05Vd8KRqSNV8zxlNtZT4F4JZP { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:15.748291015625rem;left:48.96728515625rem;display:block; }
#Q7TTR9oecXNTeakD4DXiZAske3hNNOnc { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:18.875rem;left:49rem;display:block; }
#GyyqoAE1hJK92J0qHlaDNw8c77BHDEc1 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:21.875rem;left:49rem;display:block; }
#SXuh9T6yL2vW34iSFpelTue8aLFcRALh { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:24.9375rem;left:49rem;display:block; }
#r58Weelv47TM0XsZXRg1BizWIJamGzku { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:28rem;left:49rem;display:block; }
#ZpWHRdzsrOcq3rMXmEOMHyLF6Q84nSpf { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.75rem;top:30.875rem;left:49rem;display:block; }
#hHVy4PpnOdrnbT5kERXwRWH0wiATa5ap { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.1435625rem;width:18.75rem;top:7.302734375rem;left:49.154296875rem;overflow:hidden;display:block; }
#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd { position:relative;display:block; }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd { background-color: transparent; background-image: none; }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row .container > .video-iframe-container { display: none; }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row > .video-iframe-container { display: none; }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .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); }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd { border-width: 0; border-radius: 0; }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row .container > .video-iframe-container {  }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#sXLWOu0aTNh3WvXgdZ38OVPO5EW6EvTe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:0.5rem;left:35.5625rem;overflow:hidden;display:block; }
#R6sgGy11Q1DWZHIavcTseTMgEZNqtDZb { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:52.75rem;top:11.6875rem;left:13.4375rem;display:block; }
#CUoZp6I8oBTqrcvCRFk3NKeRM2lov0N3 { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:30.7158203125rem;height:12.670875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udWQOBKUWtsop0gLrWiUFDW2FKC8LE2p { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:14.0625rem;top:11.6875rem;left:16.2783203125rem;overflow:hidden;display:block; }
#XrEue8G4ugmd2u8aAoGzNVg3FiQDTxqI { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5rem;width:57.5625rem;top:0rem;left:10.924846625767rem;overflow:hidden;display:block; }
#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YfbK1yfC/2F5D9FC2_A7D5_45E7_BE1C_CD85F9E8CCB3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh.adaptive-delivery-prevent-bg, #s5qG40AalL8pJOXxb7ADk2iGhqCESgkh.lazyload, #s5qG40AalL8pJOXxb7ADk2iGhqCESgkh.lazyloading { background-image: none; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row .container { background-color: transparent; background-image: none; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row .container > .video-iframe-container { display: none; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.58); }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row > .video-iframe-container { display: none; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .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); }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row .container { border-width: 0; border-radius: 0; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row > .video-iframe-container {  }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#kt6TTWovhx6FBRFDRqFgR5gBF2sZ8rzt { color:#000000;display:block;width:37.87475rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.018310546875rem;left:32.747802734375rem;height:31.674775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Epx7FmkT9Jxsm3vv2vn3kwoqHGa5TnG2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.4375rem;width:35.4375rem;top:8.541015625rem;left:0rem;overflow:hidden;display:block; }
#rkBKfGw9yFKUP4r8IfphSmt3QMXMl6iS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4360625rem;width:52.1875rem;top:6.41357421875rem;left:22.8125rem;overflow:hidden;display:block; }
#m9aqDvfTN9T2SeHlOOD4EdmgEZXVdBxG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.312rem;width:46.62475rem;top:0rem;left:28.375244140625rem;overflow:hidden;display:block; }
#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row .container { background-color: transparent; background-image: none; }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row .container > .video-iframe-container { display: none; }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row > .video-iframe-container { display: none; }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .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); }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row .container { border-width: 0; border-radius: 0; }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row > .video-iframe-container {  }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#OaoHF9LbpdPevwO0yN1wZtIZGLauMLOd { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1867675rem;width:39.3115rem;top:15.185546875rem;left:17.843017578125rem;display:block; }
#H6ZNkrRhCriZGv2hCJqTrHRV6yV0nDTz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.24975rem;width:46.062rem;top:0.623779296875rem;left:14.468994140625rem;overflow:hidden;display:block; }
#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rAzY7d2y/change.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL.adaptive-delivery-prevent-bg, #JyIezIvOzaFC2ChB3CcybCPKePQZv9KL.lazyload, #JyIezIvOzaFC2ChB3CcybCPKePQZv9KL.lazyloading { background-image: none; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row .container { background-color: transparent; background-image: none; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row .container > .video-iframe-container { display: none; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row > .video-iframe-container { display: none; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .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); }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row .container { border-width: 0; border-radius: 0; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row > .video-iframe-container {  }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#OmtLEw8XwLZRDULww0Wfp0r3JpBzUJpb { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:4.6875rem;height:12.9980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHm4L9y74OAqOx7QTs9d46Q84gHBvEwh { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.625rem;left:29rem;height:21.12178125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecUz2ZSunlJirpIcB0zQs72yXDJNND9n { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.625rem;left:52.90625rem;height:21.1218125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFm9belUkCCsGm3gDxgPUc3vG4XteGQO { position:absolute;display:block;z-index:15010;background-color:#ff69b4;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;box-shadow: 0.25rem 0.375rem 0.6875rem rgba(0,0,0,0.5) ;height:31.375rem;width:20.25rem;top:1.375rem;left:3.09375rem;display:block; }
#wrmRNPcRfdkQDt0TuXqMoem4HJPWmvye { position:absolute;display:block;z-index:15003;background-color:#ff69b4;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;box-shadow: 0.25rem 0.375rem 0.6875rem rgba(0,0,0,0.5) ;height:31.375rem;width:20.25rem;top:1.375rem;left:27.375rem;display:block; }
#E1RJIhTpKTIxw6nwmkDh6lKRbOOKE56f { position:absolute;display:block;z-index:15005;background-color:#ff69b4;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;box-shadow: 0.25rem 0.375rem 0.6875rem rgba(0,0,0,0.5) ;height:31.375rem;width:20.25rem;top:1.375rem;left:51.25rem;display:block; }
#sKyhZqXgksgeRfKTB4k4q9bDiEhF9FBG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:26.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sZHubhIUS0fEDZ3oLCfcgsTQ7incUE4P { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:26.4375rem;top:0rem;left:24.28125rem;overflow:hidden;display:block; }
#KZbFRDEHGXJbJTF9iTc8f74aMFcTQfCi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:26.4375rem;top:0rem;left:48.5625rem;overflow:hidden;display:block; }
#dSoktGuJfE5g45ppr12dKmKIAICnlGBW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090808;background-image:none;position:relative;display:block; }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row .container { background-color: transparent; background-image: none; }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row .container > .video-iframe-container { display: none; }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row > .video-iframe-container { display: none; }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .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); }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row .container { border-width: 0; border-radius: 0; }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row > .video-iframe-container {  }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#trL8uFkJUgTWJ2mlsn5zZTrXTJzHyPMF { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1867675rem;width:55.18675rem;top:13.59375rem;left:8.84033203125rem;display:block; }
#u2VonCorp95qWGrchV2rWabTJnF77Sfz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.4375rem;width:48.999rem;top:0.623779296875rem;left:11.934814453125rem;overflow:hidden;display:block; }
#BsBvPbz3XP60521z8g72u6PWV8PTnPUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ANOdW0Ch/test7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd.adaptive-delivery-prevent-bg, #BsBvPbz3XP60521z8g72u6PWV8PTnPUd.lazyload, #BsBvPbz3XP60521z8g72u6PWV8PTnPUd.lazyloading { background-image: none; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row .container { background-color: transparent; background-image: none; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row .container > .video-iframe-container { display: none; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row > .video-iframe-container { display: none; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .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); }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row .container { border-width: 0; border-radius: 0; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row > .video-iframe-container {  }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#h7nX1CL4U0fe1kMIO8zDy6F8zvy0Ltl1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:19.5625rem;top:1.9375rem;left:2.59375rem;overflow:hidden;display:block; }
#JLRzvsRI0ynVGhhg2r1HvWgBtFqziPvw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:19.5625rem;top:1.9375rem;left:28.71875rem;overflow:hidden;display:block; }
#zx4BBQlqsK6X0TTK5Vfhf3TNKaBDaQ3W { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:19.5625rem;top:1.9375rem;left:52.875rem;overflow:hidden;display:block; }
#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk { position:relative;display:block; }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk { background-color: transparent; background-image: none; }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row .container > .video-iframe-container { display: none; }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row > .video-iframe-container { display: none; }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .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); }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk { border-width: 0; border-radius: 0; }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row .container > .video-iframe-container {  }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#090707;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#Tip8vTkTFLIGUzbxLCZD7G0KwbexrgVn { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1867675rem;width:59.3115rem;top:14.373779296875rem;left:8.87451171875rem;display:block; }
#LWTAaGVlNTp7bPb1Ta7OBQuMnUiVUTSn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.062rem;width:56.1865rem;top:0.9375rem;left:10.43701171875rem;overflow:hidden;display:block; }
#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/swX1n3ao/o2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7.adaptive-delivery-prevent-bg, #wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7.lazyload, #wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7.lazyloading { background-image: none; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row .container { background-color: transparent; background-image: none; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.4); }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row .container > .video-iframe-container { display: none; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.4); }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row > .video-iframe-container { display: none; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .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); }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row .container { border-width: 0; border-radius: 0; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row > .video-iframe-container {  }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#plXhf9ScbCK73x16F5TyayTxGT9p42ZG { color:#000000;display:block;width:35rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.625rem;left:21.6875rem;height:8.5266125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1HBkEVvJwxku2BgqINDgIfJpuexq2Ul { background-color:#ff69b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"source sans pro";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.999rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.625rem;left:24.625rem;display:block; }
#McSArbTHAvTEZ5GDt5rsLvqhuRFpI5iP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FzqNLKVD4vdvO8g5ckVGBBFpfotgF84L { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.75rem;left:29.8125rem;display:none; }#FzqNLKVD4vdvO8g5ckVGBBFpfotgF84L.adaptive-delivery-prevent-bg, #FzqNLKVD4vdvO8g5ckVGBBFpfotgF84L.lazyload, #FzqNLKVD4vdvO8g5ckVGBBFpfotgF84L.lazyloading { background-image: none; }
#xvUeyX6zLwRp3AqbEeinnM8fb9i8r0vc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7B6b536CFlEmgb1SA1BAimswFnwLftR { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20rem;left:29.8125rem;display:block; }#C7B6b536CFlEmgb1SA1BAimswFnwLftR.adaptive-delivery-prevent-bg, #C7B6b536CFlEmgb1SA1BAimswFnwLftR.lazyload, #C7B6b536CFlEmgb1SA1BAimswFnwLftR.lazyloading { background-image: none; }
#gCfBB4DZGT6i4CvXKunD87lfI4z34G15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mU15WOVJJ57C0AnJhy8AlErIniEgaiF6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3728125rem;width:35.6860625rem;top:1.125rem;left:28.75rem;overflow:hidden;display:block; }
#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/swX1n3ao/o2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q.adaptive-delivery-prevent-bg, #O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q.lazyload, #O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q.lazyloading { background-image: none; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row .container { background-color: transparent; background-image: none; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.4); }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row .container > .video-iframe-container { display: none; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,3,3,0.4); }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row > .video-iframe-container { display: none; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .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); }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row .container { border-width: 0; border-radius: 0; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row > .video-iframe-container {  }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#lD65Sw1GNvly2upDAiQ3RxgwCLEVyTxh { color:#000000;display:block;width:35rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:22.9375rem;height:6.8213125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCRvbNoml7p51q75fd7f975qSBVfmcZk { background-color:#ff69b4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"source sans pro";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.999rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.0625rem;left:23.9375rem;display:block; }
#aNTrMhccxchTr2C26qJf81S0JheSpN3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCF5I60IIeE72OyFgBgyzOnwyitnFDOr { background-color:#ffc436;background-image:url("https://images.assets-landingi.com/landend/payment/paypal_logo_new.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.3125rem;left:31.0625rem;display:block; }#lCF5I60IIeE72OyFgBgyzOnwyitnFDOr.adaptive-delivery-prevent-bg, #lCF5I60IIeE72OyFgBgyzOnwyitnFDOr.lazyload, #lCF5I60IIeE72OyFgBgyzOnwyitnFDOr.lazyloading { background-image: none; }
#GxHfm1ThAoCi4zGZCl3aplOwydqzT5zH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E1ckETWQQl21vM68rwsB1IT26miWCKFT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.374rem;width:35.68725rem;top:1.125rem;left:30.375rem;overflow:hidden;display:block; }
#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6b0O97md/13714553_0_10575167_15417691460.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD.adaptive-delivery-prevent-bg, #MQ2r46how6FJtLZGNWpUktKUXKFlxMlD.lazyload, #MQ2r46how6FJtLZGNWpUktKUXKFlxMlD.lazyloading { background-image: none; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row .container { background-color: transparent; background-image: none; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row .container > .video-iframe-container { display: none; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row > .video-iframe-container { display: none; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .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); }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row .container { border-width: 0; border-radius: 0; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row > .video-iframe-container {  }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-form-header {  }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#000000;width:37.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; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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:37.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"source sans pro"; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-text {padding-top: 0; padding-bottom: 0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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:37.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"source sans pro"; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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:37.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-select {padding-top: 0; padding-bottom: 0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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:#ff69b4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.375rem;font-weight:bold;color:#f2f9ff;width:37.5rem;height:4.375rem;font-family:"source sans pro";overflow:hidden; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"source sans pro";font-size:0.875rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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:"source sans pro";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:36.125rem;overflow:hidden;font-style:normal; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .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:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-container:first-of-type{padding-top:0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-container:last-of-type{padding-bottom:0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;position:absolute;top:5.6240234375rem;left:20.125rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:37.5rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-info-text { display:block;height:auto;font-family:"source sans pro";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; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v {display:block;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:37.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;position:absolute;top:5.6240234375rem;left:20.125rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ZEIQyQbkqceyudDWd9yOQmoB7H2Omkn7 { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #FhW3OTStuPMf0SisM1GOodrwoRKRLBfL { position:relative;display:block; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #xwfDpeFaNmfnKDtlUS3BUhFsVLKMkJqA { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #WVilhEsFRrKHRwN0FpOWMfyIuTnRuq77 { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ladG0oxTUUTsbyMMtZ12o1t0dAD52NCl { position:relative;display:block; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #kcbt8wkpIyLIHG43H7nyaTi3szCo6xw4 { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #qIFHd0olirgqRK9DrTTwOKFKgsJvHAdF { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #HF76ONBTBiyVFWXNRCdKeR0aQDBgkUrZ { position:relative;display:block; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #eIKP6UDmX6nveTbL0VPiJrxB0VHVs5ag { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #VNZl7dDX5b6ydv0wIKc8H9hnEExUnVSH { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #NTToGOWEUbK3GwLBdRTWTg0IZCFZ685D { position:relative;display:block; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #GFdimLmi6dXXMTfVrOEF0kKsTMKs8OZk { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ke3xpvi6wWtQphSfM9LwneGmOoJktueP { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #DtdxygP44gfxbNaVzo2m3hS50SbfRRWE { position:relative;display:block; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #J0zA3oPa6d0vUmpg2WwQvXJZFBBqT86r { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #rrTkEICxhLsXJpJHLbxqWLKvuyKoczv8 { position:relative; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #gMGaKyZTc2213wrWRfQIHMc2I8EWgqnt { position:relative; }
#IZHmeUPVqF0g58dduMcLeFm4mVGbGz1o { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.34375rem;left:30.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#SPhCS25pAyVesTE5JiWUnZD6bggF4Les { box-sizing:content-box;color:#ffffff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:33.625rem;left:29.59375rem;display:block; }
#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#32636b;background-image:url("https://images.assets-landingi.com/BeIjpjLG/LOGO.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I.adaptive-delivery-prevent-bg, #WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I.lazyload, #WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I.lazyloading { background-image: none; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row .container { background-color: transparent; background-image: none; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row .container > .video-iframe-container { display: none; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row > .video-iframe-container { display: none; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .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); }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row .container { border-width: 0; border-radius: 0; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row > .video-iframe-container {  }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#b4Gx8FrwdG6IfeK9b3pevUMWNAC4uDDg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:25rem;top:0.0625rem;left:28.437501192093rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt { display:block; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se8A8ahffUTiGGxLMuwHwDpAFAb5y175 { top:9rem;left:0rem;width:35.4375rem;height:5.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGxZWeOoRuNndknaE2BG6XDWDyVqR0Cz { top:15.0625rem;left:0rem;width:36.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5AxrTouPJIsxRlXVJgiV7NBlThD1Qgg { width:17.0625rem;height:3.75rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNJ5XCs3OqXNoVxhtrkTL91VnwMLnRv { display:block; }
 }@media only screen and (max-width: 763px) { #zdPdu2w05Vd8KRqSNV8zxlNtZT4F4JZP { top:15.6875rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7TTR9oecXNTeakD4DXiZAske3hNNOnc { top:18.875rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyqoAE1hJK92J0qHlaDNw8c77BHDEc1 { top:21.875rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXuh9T6yL2vW34iSFpelTue8aLFcRALh { top:24.9375rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r58Weelv47TM0XsZXRg1BizWIJamGzku { top:28rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWHRdzsrOcq3rMXmEOMHyLF6Q84nSpf { top:30.875rem;left:29rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVy4PpnOdrnbT5kERXwRWH0wiATa5ap { top:7.25rem;left:29rem;width:18.75rem;height:29.1435625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSycPdiAZynzE9OASM8w3KTmyWK8XlOd { display:block; }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXLWOu0aTNh3WvXgdZ38OVPO5EW6EvTe { top:0.5rem;left:21.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6sgGy11Q1DWZHIavcTseTMgEZNqtDZb { top:11.6875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUoZp6I8oBTqrcvCRFk3NKeRM2lov0N3 { top:12.6875rem;left:16.6875rem;width:31.0625rem;height:12.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udWQOBKUWtsop0gLrWiUFDW2FKC8LE2p { top:11.6875rem;left:2.6533203125rem;width:14.0625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrEue8G4ugmd2u8aAoGzNVg3FiQDTxqI { top:0rem;left:0rem;width:47.75rem;height:17.834961997829rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5qG40AalL8pJOXxb7ADk2iGhqCESgkh { display:block; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kt6TTWovhx6FBRFDRqFgR5gBF2sZ8rzt { top:20rem;left:9.875rem;width:37.8125rem;height:31.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epx7FmkT9Jxsm3vv2vn3kwoqHGa5TnG2 { top:8.5rem;left:0rem;width:35.4375rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBKfGw9yFKUP4r8IfphSmt3QMXMl6iS { top:6.375rem;left:0rem;width:47.75rem;height:17.783415269461rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9aqDvfTN9T2SeHlOOD4EdmgEZXVdBxG { top:0rem;left:1.125rem;width:46.5625rem;height:17.288886267487rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr { display:block; }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaoHF9LbpdPevwO0yN1wZtIZGLauMLOd { top:15.125rem;left:4.218017578125rem;width:39.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ZNkrRhCriZGv2hCJqTrHRV6yV0nDTz { top:0.5625rem;left:0.843994140625rem;width:46rem;height:17.226531631279rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyIezIvOzaFC2ChB3CcybCPKePQZv9KL { display:block; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmtLEw8XwLZRDULww0Wfp0r3JpBzUJpb { top:10.625rem;left:0rem;width:17.0625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHm4L9y74OAqOx7QTs9d46Q84gHBvEwh { top:10.625rem;left:14.75rem;width:17rem;height:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecUz2ZSunlJirpIcB0zQs72yXDJNND9n { top:10.625rem;left:30.6875rem;width:16.9375rem;height:21.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFm9belUkCCsGm3gDxgPUc3vG4XteGQO { top:1.375rem;left:0rem;width:20.25rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrmRNPcRfdkQDt0TuXqMoem4HJPWmvye { top:1.375rem;left:11.5rem;width:20.25rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RJIhTpKTIxw6nwmkDh6lKRbOOKE56f { top:1.375rem;left:27.375rem;width:20.25rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKyhZqXgksgeRfKTB4k4q9bDiEhF9FBG { top:0rem;left:0rem;width:26.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHubhIUS0fEDZ3oLCfcgsTQ7incUE4P { top:0rem;left:0rem;width:26.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZbFRDEHGXJbJTF9iTc8f74aMFcTQfCi { top:0rem;left:5.3125rem;width:26.4375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSoktGuJfE5g45ppr12dKmKIAICnlGBW { display:block; }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trL8uFkJUgTWJ2mlsn5zZTrXTJzHyPMF { top:13.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2VonCorp95qWGrchV2rWabTJnF77Sfz { top:0.5625rem;left:0rem;width:47.75rem;height:17.967522296373rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsBvPbz3XP60521z8g72u6PWV8PTnPUd { display:block; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7nX1CL4U0fe1kMIO8zDy6F8zvy0Ltl1 { top:1.9375rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLRzvsRI0ynVGhhg2r1HvWgBtFqziPvw { top:1.9375rem;left:15.09375rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4BBQlqsK6X0TTK5Vfhf3TNKaBDaQ3W { top:1.9375rem;left:28.1875rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKNDTwDnmK5stlNKMMoBFay3DRANBMCk { display:block; }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tip8vTkTFLIGUzbxLCZD7G0KwbexrgVn { top:14.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWTAaGVlNTp7bPb1Ta7OBQuMnUiVUTSn { top:0.9375rem;left:0rem;width:47.75rem;height:17.899504329332rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 { display:block; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plXhf9ScbCK73x16F5TyayTxGT9p42ZG { top:9.625rem;left:8.0625rem;width:35rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1HBkEVvJwxku2BgqINDgIfJpuexq2Ul { width:8.9375rem;height:3.4375rem;top:5.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #McSArbTHAvTEZ5GDt5rsLvqhuRFpI5iP { display:block; }
 }@media only screen and (max-width: 763px) { #FzqNLKVD4vdvO8g5ckVGBBFpfotgF84L { width:18.75rem;height:2.8125rem;top:14.75rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvUeyX6zLwRp3AqbEeinnM8fb9i8r0vc { display:block; }
 }@media only screen and (max-width: 763px) { #C7B6b536CFlEmgb1SA1BAimswFnwLftR { width:18.75rem;height:2.8125rem;top:20rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfBB4DZGT6i4CvXKunD87lfI4z34G15 { display:block; }
 }@media only screen and (max-width: 763px) { #mU15WOVJJ57C0AnJhy8AlErIniEgaiF6 { top:1.125rem;left:12.125rem;width:35.625rem;height:13.349930251131rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q { display:block; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD65Sw1GNvly2upDAiQ3RxgwCLEVyTxh { top:10.625rem;left:9.3125rem;width:35rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCRvbNoml7p51q75fd7f975qSBVfmcZk { width:8.9375rem;height:3.4375rem;top:6.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTrMhccxchTr2C26qJf81S0JheSpN3A { display:block; }
 }@media only screen and (max-width: 763px) { #lCF5I60IIeE72OyFgBgyzOnwyitnFDOr { width:18.75rem;height:2.8125rem;top:19.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxHfm1ThAoCi4zGZCl3aplOwydqzT5zH { display:block; }
 }@media only screen and (max-width: 763px) { #E1ckETWQQl21vM68rwsB1IT26miWCKFT { top:1.125rem;left:12.125rem;width:35.625rem;height:13.349930251131rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2r46how6FJtLZGNWpUktKUXKFlxMlD { display:block; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-regular-label { width:37.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-text { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-text {padding-top: 0; padding-bottom: 0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-textarea { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-select { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-select {padding-top: 0; padding-bottom: 0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-button { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-checkbox-label { width:36.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v  { width:37.5rem;height:auto;top:5.5625rem;left:6.5rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .radio-container { width:37.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v {display:block;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v { width:37.5rem;height:auto;top:5.5625rem;left:6.5rem; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ZEIQyQbkqceyudDWd9yOQmoB7H2Omkn7 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #FhW3OTStuPMf0SisM1GOodrwoRKRLBfL { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #xwfDpeFaNmfnKDtlUS3BUhFsVLKMkJqA {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #WVilhEsFRrKHRwN0FpOWMfyIuTnRuq77 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ladG0oxTUUTsbyMMtZ12o1t0dAD52NCl { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #kcbt8wkpIyLIHG43H7nyaTi3szCo6xw4 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #qIFHd0olirgqRK9DrTTwOKFKgsJvHAdF {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #HF76ONBTBiyVFWXNRCdKeR0aQDBgkUrZ { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #eIKP6UDmX6nveTbL0VPiJrxB0VHVs5ag {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #VNZl7dDX5b6ydv0wIKc8H9hnEExUnVSH {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #NTToGOWEUbK3GwLBdRTWTg0IZCFZ685D { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #GFdimLmi6dXXMTfVrOEF0kKsTMKs8OZk {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ke3xpvi6wWtQphSfM9LwneGmOoJktueP {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #DtdxygP44gfxbNaVzo2m3hS50SbfRRWE { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #J0zA3oPa6d0vUmpg2WwQvXJZFBBqT86r {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #rrTkEICxhLsXJpJHLbxqWLKvuyKoczv8 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #gMGaKyZTc2213wrWRfQIHMc2I8EWgqnt {  }
 }@media only screen and (max-width: 763px) { #IZHmeUPVqF0g58dduMcLeFm4mVGbGz1o { top:33.3125rem;left:16.46875rem;width:20.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPhCS25pAyVesTE5JiWUnZD6bggF4Les { top:33.625rem;left:15.96875rem;width:1.3125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I { display:block; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4Gx8FrwdG6IfeK9b3pevUMWNAC4uDDg { top:0.0625rem;left:14.812501192093rem;width:25rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt { display:block; }#AgTmzRgsMhVyPlQbHdCDwHuAJx1zw7vt > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #se8A8ahffUTiGGxLMuwHwDpAFAb5y175 { width:20rem;height:2.92358125rem;top:2.1240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #cGxZWeOoRuNndknaE2BG6XDWDyVqR0Cz { width:20rem;height:8.44725rem;top:6.1865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #t5AxrTouPJIsxRlXVJgiV7NBlThD1Qgg { width:17.5rem;height:3.75rem;top:17.060546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRNJ5XCs3OqXNoVxhtrkTL91VnwMLnRv { display:block; }
 }@media only screen and (max-width: 763px) { #zdPdu2w05Vd8KRqSNV8zxlNtZT4F4JZP { width:18.75rem;height:0.062255875rem;top:32.96875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7TTR9oecXNTeakD4DXiZAske3hNNOnc { width:18.75rem;height:0.062255875rem;top:37.562255859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyqoAE1hJK92J0qHlaDNw8c77BHDEc1 { width:18.75rem;height:0.062255875rem;top:29.920654296875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXuh9T6yL2vW34iSFpelTue8aLFcRALh { width:18.75rem;height:0.062255875rem;top:35.55908203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r58Weelv47TM0XsZXRg1BizWIJamGzku { width:18.75rem;height:0.062255875rem;top:39.8095703125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpWHRdzsrOcq3rMXmEOMHyLF6Q84nSpf { width:18.75rem;height:0.062255875rem;top:65.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVy4PpnOdrnbT5kERXwRWH0wiATa5ap { width:19.375rem;height:30.2478125rem;top:26.02783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSycPdiAZynzE9OASM8w3KTmyWK8XlOd { display:block; }#PSycPdiAZynzE9OASM8w3KTmyWK8XlOd > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXLWOu0aTNh3WvXgdZ38OVPO5EW6EvTe { width:7.5rem;height:7.5rem;top:1.87255859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6sgGy11Q1DWZHIavcTseTMgEZNqtDZb { width:20rem;height:0.062255875rem;top:0.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUoZp6I8oBTqrcvCRFk3NKeRM2lov0N3 { width:20rem;height:11.3733125rem;top:34.559326171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udWQOBKUWtsop0gLrWiUFDW2FKC8LE2p { width:20rem;height:20.06225rem;top:13.262939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrEue8G4ugmd2u8aAoGzNVg3FiQDTxqI { width:20rem;height:7.4695rem;top:8.43505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5qG40AalL8pJOXxb7ADk2iGhqCESgkh { display:block; }#s5qG40AalL8pJOXxb7ADk2iGhqCESgkh > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kt6TTWovhx6FBRFDRqFgR5gBF2sZ8rzt { width:20rem;height:40.625rem;top:24.935302734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epx7FmkT9Jxsm3vv2vn3kwoqHGa5TnG2 { width:13.8733125rem;height:13.8733125rem;top:11.138916015625rem;left:3.062744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBKfGw9yFKUP4r8IfphSmt3QMXMl6iS { width:20rem;height:7.44875rem;top:4.68505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9aqDvfTN9T2SeHlOOD4EdmgEZXVdBxG { width:20rem;height:7.4255625rem;top:1.06201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr { display:block; }#NHdWQ7GXT1Jxtl9MkKF3PT69kbpeqoBr > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaoHF9LbpdPevwO0yN1wZtIZGLauMLOd { width:20rem;height:0.062255875rem;top:8.87451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ZNkrRhCriZGv2hCJqTrHRV6yV0nDTz { width:20rem;height:7.06175rem;top:1.329345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyIezIvOzaFC2ChB3CcybCPKePQZv9KL { display:block; }#JyIezIvOzaFC2ChB3CcybCPKePQZv9KL > .row .container { width:20rem;height:86.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmtLEw8XwLZRDULww0Wfp0r3JpBzUJpb { width:17.5rem;height:10.2368125rem;top:12rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHm4L9y74OAqOx7QTs9d46Q84gHBvEwh { width:17.5rem;height:17.548825rem;top:37.935791015625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecUz2ZSunlJirpIcB0zQs72yXDJNND9n { width:17.5rem;height:16.0864375rem;top:66.405029296875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFm9belUkCCsGm3gDxgPUc3vG4XteGQO { width:20rem;height:23.125rem;top:2.87353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrmRNPcRfdkQDt0TuXqMoem4HJPWmvye { width:20rem;height:24.8125rem;top:59.68505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RJIhTpKTIxw6nwmkDh6lKRbOOKE56f { width:20rem;height:26.499rem;top:29.498291015625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #sKyhZqXgksgeRfKTB4k4q9bDiEhF9FBG { width:20rem;height:11.3940625rem;top:2.12158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZHubhIUS0fEDZ3oLCfcgsTQ7incUE4P { width:20rem;height:11.3940625rem;top:28.873291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZbFRDEHGXJbJTF9iTc8f74aMFcTQfCi { width:20rem;height:11.3940625rem;top:58.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSoktGuJfE5g45ppr12dKmKIAICnlGBW { display:block; }#dSoktGuJfE5g45ppr12dKmKIAICnlGBW > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trL8uFkJUgTWJ2mlsn5zZTrXTJzHyPMF { width:20rem;height:0.1867675rem;top:8.87451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2VonCorp95qWGrchV2rWabTJnF77Sfz { width:20rem;height:9.87425rem;top:0.888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsBvPbz3XP60521z8g72u6PWV8PTnPUd { display:block; }#BsBvPbz3XP60521z8g72u6PWV8PTnPUd > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7nX1CL4U0fe1kMIO8zDy6F8zvy0Ltl1 { width:19.56175rem;height:19.56175rem;top:3.135986328125rem;left:0.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLRzvsRI0ynVGhhg2r1HvWgBtFqziPvw { width:19.56175rem;height:19.56175rem;top:25.574951171875rem;left:0.218505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx4BBQlqsK6X0TTK5Vfhf3TNKaBDaQ3W { width:19.56175rem;height:19.56175rem;top:47.933349609375rem;left:0.218505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKNDTwDnmK5stlNKMMoBFay3DRANBMCk { display:block; }#dKNDTwDnmK5stlNKMMoBFay3DRANBMCk > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tip8vTkTFLIGUzbxLCZD7G0KwbexrgVn { width:20rem;height:0.1867675rem;top:6.873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWTAaGVlNTp7bPb1Ta7OBQuMnUiVUTSn { width:20rem;height:7.4963125rem;top:0.936279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 { display:block; }#wRWXyZCSNPwHtCiMzUW0LiTKbQridnn7 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plXhf9ScbCK73x16F5TyayTxGT9p42ZG { width:20rem;height:10.23681875rem;top:11.22802734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1HBkEVvJwxku2BgqINDgIfJpuexq2Ul { width:8.9978125rem;height:3.4375rem;top:2.774658203125rem;left:5.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McSArbTHAvTEZ5GDt5rsLvqhuRFpI5iP { display:block; }
 }@media only screen and (max-width: 763px) { #FzqNLKVD4vdvO8g5ckVGBBFpfotgF84L { width:18.75rem;height:2.8125rem;top:59.349137341288rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvUeyX6zLwRp3AqbEeinnM8fb9i8r0vc { display:block; }
 }@media only screen and (max-width: 763px) { #C7B6b536CFlEmgb1SA1BAimswFnwLftR { width:18.75rem;height:2.8125rem;top:22.7099609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCfBB4DZGT6i4CvXKunD87lfI4z34G15 { display:block; }
 }@media only screen and (max-width: 763px) { #mU15WOVJJ57C0AnJhy8AlErIniEgaiF6 { width:20rem;height:7.37425rem;top:5.372314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q { display:block; }#O4MesR6ZaVLWRf3acTMVCwld8QNyIR0Q > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lD65Sw1GNvly2upDAiQ3RxgwCLEVyTxh { width:20rem;height:10.2368125rem;top:11.790771484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCRvbNoml7p51q75fd7f975qSBVfmcZk { width:8.999rem;height:3.4375rem;top:2.838134765625rem;left:5.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTrMhccxchTr2C26qJf81S0JheSpN3A { display:block; }
 }@media only screen and (max-width: 763px) { #lCF5I60IIeE72OyFgBgyzOnwyitnFDOr { width:18.75rem;height:2.8125rem;top:23.9013671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxHfm1ThAoCi4zGZCl3aplOwydqzT5zH { display:block; }
 }@media only screen and (max-width: 763px) { #E1ckETWQQl21vM68rwsB1IT26miWCKFT { width:20rem;height:7.495125rem;top:5.3369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2r46how6FJtLZGNWpUktKUXKFlxMlD { display:block; }#MQ2r46how6FJtLZGNWpUktKUXKFlxMlD > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-text {padding-top: 0; padding-bottom: 0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-select {padding-top: 0; padding-bottom: 0;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v  { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v {display:block;}#fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ZEIQyQbkqceyudDWd9yOQmoB7H2Omkn7 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #FhW3OTStuPMf0SisM1GOodrwoRKRLBfL { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #xwfDpeFaNmfnKDtlUS3BUhFsVLKMkJqA {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #WVilhEsFRrKHRwN0FpOWMfyIuTnRuq77 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ladG0oxTUUTsbyMMtZ12o1t0dAD52NCl { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #kcbt8wkpIyLIHG43H7nyaTi3szCo6xw4 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #qIFHd0olirgqRK9DrTTwOKFKgsJvHAdF {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #HF76ONBTBiyVFWXNRCdKeR0aQDBgkUrZ { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #eIKP6UDmX6nveTbL0VPiJrxB0VHVs5ag {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #VNZl7dDX5b6ydv0wIKc8H9hnEExUnVSH {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #NTToGOWEUbK3GwLBdRTWTg0IZCFZ685D { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #GFdimLmi6dXXMTfVrOEF0kKsTMKs8OZk {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #ke3xpvi6wWtQphSfM9LwneGmOoJktueP {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #DtdxygP44gfxbNaVzo2m3hS50SbfRRWE { display:block; }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #J0zA3oPa6d0vUmpg2WwQvXJZFBBqT86r {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #rrTkEICxhLsXJpJHLbxqWLKvuyKoczv8 {  }
 }@media only screen and (max-width: 763px) { #fLHuUBQz4dOz1gsacmOLG2AVHG6qf95v #gMGaKyZTc2213wrWRfQIHMc2I8EWgqnt {  }
 }@media only screen and (max-width: 763px) { #IZHmeUPVqF0g58dduMcLeFm4mVGbGz1o { width:20rem;height:1.13769375rem;top:29.6240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPhCS25pAyVesTE5JiWUnZD6bggF4Les { width:1.31225625rem;height:1.31225625rem;top:27.24853515625rem;left:9.34326171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I { display:block; }#WTKtfhpJyfiqL9GSR09hWF0trVnyKV1I > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4Gx8FrwdG6IfeK9b3pevUMWNAC4uDDg { width:20rem;height:;top:1.25rem;left:0rem;display:block; }
 }