.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/ff288d77-9daf-4bb5-a8a7-af85f5958a35/3333.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.adaptive-delivery-prevent-bg, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyload, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyloading { background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { background-color: transparent; background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .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); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { border-width: 0; border-radius: 0; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { font-size:14px;font-family:arial;height:641px;width:960px;position:relative;display:block; }#r4U3TTR1ZZe5OCGNnK7I2yqBg9sCRRGH { color:#0046ff;display:block;width:651px;position:absolute;font-family:unbounded;font-size:42px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:32px;left:309px;height:46.1875px;font-style:normal;display:block; }
#bq29WVpC53iZ49NRKLKLvauCbtKmbTz2 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:242px;height:47px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:579px;left:526px;display:block; }
#ut4NR0TEUxFK3ZT2Z4SiaFGGAN9JGSwA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ds3F6mzDcoTpI7J6mUoACzt2BFyWowPn { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:3px solid #ff0000;border-left:3px solid #ff0000;border-right:3px solid #ff0000;border-bottom:3px solid #ff0000;border-top-left-radius:38px;border-top-right-radius:38px;border-bottom-left-radius:38px;border-bottom-right-radius:38px;box-shadow: none;height:69px;width:69px;top:55px;left:31px;display:block; }
#WFcMk344f94u2ww8UdP1gz0zNSnaiTsJ { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:3px solid #ff0000;border-left:3px solid #ff0000;border-right:3px solid #ff0000;border-bottom:3px solid #ff0000;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-shadow: none;height:29px;width:29px;top:96px;left:393px;display:block; }
#VocW3PGkUsD6RK19q0RSthmb0JFVXCn4 { position:absolute;display:block;z-index:15014;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;box-shadow: none;height:29px;width:29px;top:481.140625px;left:378px;display:block; }
#Omv2EGS4WbPZH0x3xotH8dqTTUAFQ7qw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:258px;width:461px;top:192px;left:496.825px;display:block; }
#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { position:relative;display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { background-color: transparent; background-image: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row > .video-iframe-container { display: none; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .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); }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { border-width: 0; border-radius: 0; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:154px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { color:#2a2a2a;display:block;width:960px;position:absolute;font-family:unbounded;font-size:54px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:63.40625px;left:0px;height:70.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { position:relative;display:block; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { background-color: transparent; background-image: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container > .video-iframe-container { display: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row > .video-iframe-container { display: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .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); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { border-width: 0; border-radius: 0; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:630px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LCMBUb8xNXxB3VBRkNTCmc4VGSIhETJ8 { color:#ffffff;display:block;width:631px;position:absolute;font-family:unbounded;font-size:48px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.609375px;left:152.5px;height:124.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQ29MUOdTUVykrWltJddZqLroaD2gAgU { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;box-shadow: none;height:528px;width:940px;top:0px;left:9px;overflow:hidden;display:block; }
#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { background-color: transparent; background-image: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { display: none; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .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); }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { border-width: 0; border-radius: 0; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { font-size:14px;font-family:arial;height:399px;width:960px;position:relative;display:block; }#hzQiRvC5Q5Uue2q7lHtK96weF7laR8GT { color:#2a2a2a;display:block;width:960px;position:absolute;font-family:unbounded;font-size:35px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:94px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-text.counter-number { border-top:1.66px solid #ff004c;border-left:1.68px solid #ff004c;border-right:1.68px solid #ff004c;border-bottom:1.66px solid #ff004c;background-color:transparent;background-image:none;color:#ff0000;padding-top:13.27px;padding-right:11.79px;padding-bottom:13.27px;padding-left:11.79px;display:block;align-items:center;width:70.71px;min-width:70.71px;height:71.33px;position:relative;font-family:arial;font-size:53.08px;font-weight:700;line-height:71.33px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-text.counter-label { background-color:;background-image:none;color:#ff0000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:8.29px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:94.28px;height:28.2px;position:relative;font-family:"open sans";font-size:19.91px;font-weight:700;line-height:28.2px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:341px;height:137.68px;padding-top:1.66px;padding-right:1.68px;padding-bottom:1.66px;padding-left:1.68px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:167px;left:291px;z-index:15006; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #CkSTSzvZu4lr6WwRw19C5VL14Td62GJR { display:flex;position:relative;top:0px;left:0px; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #WaFFpyQTed2lsRlwHqramdSvVdD7mTtt { width:auto; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #WLTy0cuaT7UbqKsI6Fs06RctnUWvVZbK {  }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #vfkVJVsuCdJD4RF1lokEe4v4wyvTbPLV { display:flex;position:relative;top:0px;left:0px; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #V3b7EcQ0dKXAb7gkUfSv82vDaKC99upq {  }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #ahOtaIQBUcCLfbx46xRvxUaygWIyn6oV {  }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #pfBS5SSuZtLiIOJehNFqh0Th3UIQpDgt { display:flex;position:relative;top:0px;left:0px; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #sb4kXaDOtoK3A0uPtlPamI77RhyJPwyG {  }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #TS4TJuRFDqFZpmRM34QeIHL8oESXMmam {  }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #XfAPWVHDpOdBctCfXidx0TwLBE1lumTU { display:flex;position:relative;top:0px;left:0px;display:none; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #ezHIRgOHRga2l0xh6kX0JhkvUbnFWPv4 {  }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #pStLPg3opRvqpnb0HVFquli0wtA6TEMH {  }
#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63a6c7c0-a5ff-4a0f-8e74-c01637690b64/f0oeyb55icamsbhpncyz.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7.adaptive-delivery-prevent-bg, #OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7.lazyload, #OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7.lazyloading { background-image: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container { background-color: transparent; background-image: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container > .video-iframe-container { display: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row > .video-iframe-container { display: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .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); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container { border-width: 0; border-radius: 0; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container { font-size:14px;font-family:arial;height:1041px;width:960px;position:relative;display:block; }#iemC4xoh2pswzTLPGiu7anAC4dRc7wNM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:907px;width:604px;top:159px;left:157px;overflow:hidden;display:block; }
#MJHXiziEIM3WzEiQ8vz8EX8RdQH97nSK { color:#ffffff;display:block;width:502px;position:absolute;font-family:unbounded;font-size:36px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:159px;left:230px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-form-header {  }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:700;color:#ffffff;width:330px;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;font-style:normal;text-align:left;text-align-last:left; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-text { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:330px;box-sizing:border-box;height:41px;color:#ffffff;font-size:14px;overflow:hidden;font-family:lato; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-textarea { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:330px;box-sizing:border-box;height:70px;color:#ffffff;font-size:14px;overflow:hidden;font-family:lato; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:330px;box-sizing:border-box;height:40px;color:#161616;font-family:lato;font-size:14px;overflow:hidden; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-button { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:41px;margin-bottom:4px;margin-left:41px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:247px;height:47px;font-family:lato;overflow:hidden;text-align:center;text-align-last:center; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:lato;font-size:14px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:lato;font-size:14px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:lato;font-size:14px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:lato;font-size:14px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .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:lato;line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:308px;overflow:hidden;font-style:normal; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-container:first-of-type{padding-top:0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-container:last-of-type{padding-bottom:0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:330px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:212px;left:295px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:330px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;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; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ {display:block;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:330px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:212px;left:295px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #TIhB3WDtOl4A4fUMHH6lmtPhXmzAN2vh { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #d7XTXCBofFZGeda7BTTiUQQl68u9NTmr { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #eKsMFfZzLM8DFPIM5pqgUf5z61HmbCKI { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fsQzzwCT7ASUG4vXn238RlLirPTup5Bn { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #RtSN7TZJkWkCwCO7W14SsmeCXknznaxi { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #amJy1e4OB2ccrTe6DX1OTGsB9ouJcKno { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #OdOqcKuNXDOT1AN1slhH1mDKAScGMGMR { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #MztG4Ed2bU7CN5pXco23dzAr8rOZftR3 { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #xMuRdxM0TT39FeHW1Ad2Bh1qzlWmFQ8G { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #B695fMChoATi41m6Gsok1bdotdHuaani { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #HuvVO8XkZFB4zCy0GTJ3rTiUxkgQZ4UK { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fWO7zptCT33ynZ0VGZg7sWqylXzGXUTm { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fDQLlubZnr4qCUXfygN3Gb2tG7oiUdTy { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #qxKzn6kL9Ne6bi9rF05gRF7CGmU5KsN0 { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #xzm8hNAuDVxpMz82LwogtDhpm3IKFrEA { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #gHQXTq7BNspucL8CrKxdnXXNzMB5ShrB { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #lD5fKVXilxngDcwP7QocMXg6vuT2IM0C { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #wnEHzmfPP3B374hLGrlhT4k3oRhWRcK7 { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #RJ50giw9O6oA33IZeMKvIlgTWVmGBQUX { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #BTPIZN5qiqRbpoovNQ7ubnkrRbTozSVe { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #pShWgs1XurnnSvCt0JIgT4Pk2RkbHT6e { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #lvSWvGypsFXnLtJKRunRNxDuLfMa8fpQ { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #Lazepd4AmbUnn78rq5TvNrQT1I5K9UZu { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #FDxvTDklVXpWt655Ercf8GWnnCycmV53 { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #a7LFbnxJUJwnGwRPK8020TzcPuI9cop8 { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #JQbKdVJucwubm7TN7TeyCVpXImuLZlbD { position:relative;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #bA8vQrzkRDiBOeugMBoIQLHdlqVhXexB { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #XzOsOxX3XuBNSCMPFF6GeTIu3TmCF2ai { position:relative; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #MQGD9G0s7rSBhctBaHxIUUVgknHwSRQT { position:relative; }
#mdXfTU00nhTlIN35eBbTtk5F248Pem0B { position:absolute;display:block;z-index:15007;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: none;height:27px;width:27px;top:594px;left:178px;display:block; }
#y13Esr3BKyshnMpVqNkpMqTeDTBCULGu { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:2px solid #ff0000;border-left:2px solid #ff0000;border-right:2px solid #ff0000;border-bottom:2px solid #ff0000;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:60px;width:60px;top:457px;left:760px;display:block; }
#cc6JZOqaNcvnLNQi9Ad6vB1dlewLmPdV { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:2px solid #ff0000;border-left:2px solid #ff0000;border-right:2px solid #ff0000;border-bottom:2px solid #ff0000;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: none;height:57px;width:57px;top:185px;left:80px;display:block; }
#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row .container { background-color: transparent; background-image: none; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row .container > .video-iframe-container { display: none; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row > .video-iframe-container { display: none; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .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); }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row .container { border-width: 0; border-radius: 0; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row .container { font-size:14px;font-family:arial;height:45px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4U3TTR1ZZe5OCGNnK7I2yqBg9sCRRGH { top:32px;left:113px;width:651px;height:46px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #bq29WVpC53iZ49NRKLKLvauCbtKmbTz2 { width:242px;height:47px;top:579px;left:428px;display:block; }
 }@media only screen and (max-width: 763px) { #ut4NR0TEUxFK3ZT2Z4SiaFGGAN9JGSwA { display:block; }
 }@media only screen and (max-width: 763px) { #Ds3F6mzDcoTpI7J6mUoACzt2BFyWowPn { top:55px;left:0px;width:69px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #WFcMk344f94u2ww8UdP1gz0zNSnaiTsJ { top:96px;left:295px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #VocW3PGkUsD6RK19q0RSthmb0JFVXCn4 { top:481px;left:280px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #Omv2EGS4WbPZH0x3xotH8dqTTUAFQ7qw { top:192px;left:190px;width:461px;height:258px;display:block; }
 }@media only screen and (max-width: 763px) { #mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { top:63px;left:0px;width:764px;height:70px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { display:block; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCMBUb8xNXxB3VBRkNTCmc4VGSIhETJ8 { top:26px;left:54.5px;width:631px;height:124px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #QQ29MUOdTUVykrWltJddZqLroaD2gAgU { top:0px;left:0px;width:764px;height:429.14042553191px;display:block; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzQiRvC5Q5Uue2q7lHtK96weF7laR8GT { top:94px;left:0px;width:764px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx { width:222px;height:83px;display:flex;top:173px;left:228px;z-index:15006; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #CkSTSzvZu4lr6WwRw19C5VL14Td62GJR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #WaFFpyQTed2lsRlwHqramdSvVdD7mTtt {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #WLTy0cuaT7UbqKsI6Fs06RctnUWvVZbK {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #vfkVJVsuCdJD4RF1lokEe4v4wyvTbPLV { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #V3b7EcQ0dKXAb7gkUfSv82vDaKC99upq {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #ahOtaIQBUcCLfbx46xRvxUaygWIyn6oV {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #pfBS5SSuZtLiIOJehNFqh0Th3UIQpDgt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #sb4kXaDOtoK3A0uPtlPamI77RhyJPwyG {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #TS4TJuRFDqFZpmRM34QeIHL8oESXMmam {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #XfAPWVHDpOdBctCfXidx0TwLBE1lumTU { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #ezHIRgOHRga2l0xh6kX0JhkvUbnFWPv4 {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #pStLPg3opRvqpnb0HVFquli0wtA6TEMH {  }
 }@media only screen and (max-width: 763px) { #OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 { display:block; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iemC4xoh2pswzTLPGiu7anAC4dRc7wNM { top:159px;left:59px;width:604px;height:907px;display:block; }
 }@media only screen and (max-width: 763px) { #MJHXiziEIM3WzEiQ8vz8EX8RdQH97nSK { top:159px;left:132px;width:502px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-regular-label { width:330px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-text { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-textarea { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-select { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:41px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-checkbox-label { width:308px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ  { width:330px;height:auto;top:212px;left:197px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .radio-container { width:330px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ {display:block;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ { width:330px;height:auto;top:212px;left:197px; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #TIhB3WDtOl4A4fUMHH6lmtPhXmzAN2vh {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #d7XTXCBofFZGeda7BTTiUQQl68u9NTmr { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #eKsMFfZzLM8DFPIM5pqgUf5z61HmbCKI {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fsQzzwCT7ASUG4vXn238RlLirPTup5Bn {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #RtSN7TZJkWkCwCO7W14SsmeCXknznaxi { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #amJy1e4OB2ccrTe6DX1OTGsB9ouJcKno {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #OdOqcKuNXDOT1AN1slhH1mDKAScGMGMR {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #MztG4Ed2bU7CN5pXco23dzAr8rOZftR3 { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #xMuRdxM0TT39FeHW1Ad2Bh1qzlWmFQ8G {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #B695fMChoATi41m6Gsok1bdotdHuaani {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #HuvVO8XkZFB4zCy0GTJ3rTiUxkgQZ4UK {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fWO7zptCT33ynZ0VGZg7sWqylXzGXUTm {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fDQLlubZnr4qCUXfygN3Gb2tG7oiUdTy {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #qxKzn6kL9Ne6bi9rF05gRF7CGmU5KsN0 { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #xzm8hNAuDVxpMz82LwogtDhpm3IKFrEA {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #gHQXTq7BNspucL8CrKxdnXXNzMB5ShrB {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #lD5fKVXilxngDcwP7QocMXg6vuT2IM0C { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #wnEHzmfPP3B374hLGrlhT4k3oRhWRcK7 {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #RJ50giw9O6oA33IZeMKvIlgTWVmGBQUX {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #BTPIZN5qiqRbpoovNQ7ubnkrRbTozSVe {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #pShWgs1XurnnSvCt0JIgT4Pk2RkbHT6e {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #lvSWvGypsFXnLtJKRunRNxDuLfMa8fpQ {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #Lazepd4AmbUnn78rq5TvNrQT1I5K9UZu {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #FDxvTDklVXpWt655Ercf8GWnnCycmV53 {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #a7LFbnxJUJwnGwRPK8020TzcPuI9cop8 {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #JQbKdVJucwubm7TN7TeyCVpXImuLZlbD {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #bA8vQrzkRDiBOeugMBoIQLHdlqVhXexB {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #XzOsOxX3XuBNSCMPFF6GeTIu3TmCF2ai {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #MQGD9G0s7rSBhctBaHxIUUVgknHwSRQT {  }
 }@media only screen and (max-width: 763px) { #mdXfTU00nhTlIN35eBbTtk5F248Pem0B { top:594px;left:80px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #y13Esr3BKyshnMpVqNkpMqTeDTBCULGu { top:457px;left:662px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cc6JZOqaNcvnLNQi9Ad6vB1dlewLmPdV { top:185px;left:0px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #LmvbM0tfniHesiuqzcDdVktGX8rvKCHu { display:block; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 { background-color:#2a2a2a;background-image:url("https://images.assets-landingi.com/uc/ffa7391d-ba16-44f3-98fd-e12cef108bf1/22222.crop_1556x1510_0,92.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.adaptive-delivery-prevent-bg, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyload, #fhRUFEgzkA3AmMOLI4VO9QPEute6hma6.lazyloading { background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { background-color: transparent; background-image: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row > .video-iframe-container { display: none; }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .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); }#fhRUFEgzkA3AmMOLI4VO9QPEute6hma6 > .row .container { width:320px;height:716px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4U3TTR1ZZe5OCGNnK7I2yqBg9sCRRGH { width:304px;height:70.375px;top:355px;left:8px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq29WVpC53iZ49NRKLKLvauCbtKmbTz2 { width:242px;height:47px;top:449px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #ut4NR0TEUxFK3ZT2Z4SiaFGGAN9JGSwA { display:block; }
 }@media only screen and (max-width: 763px) { #Ds3F6mzDcoTpI7J6mUoACzt2BFyWowPn { width:47px;height:47px;top:312px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #WFcMk344f94u2ww8UdP1gz0zNSnaiTsJ { width:23px;height:23px;top:43.5px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #VocW3PGkUsD6RK19q0RSthmb0JFVXCn4 { width:29px;height:29px;top:251.5px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #Omv2EGS4WbPZH0x3xotH8dqTTUAFQ7qw { height:179.08893709328px;width:320px;top:516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot { display:block; }#mcDy2bgIpxlrC25a0yKgBopD7AlSI5ot > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpwHvKZz27tOGiOKtA3EIl4HCO8ukDBT { width:320px;height:83.1875px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { display:block; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE { background-color: transparent; background-image: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,79,141,0.19); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container > .video-iframe-container { display: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row > .video-iframe-container { display: none; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(59,79,141,0.19); }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container { width:320px;height:350px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29d69549-cb07-4611-ba56-a26b5de2bddc/LasVegas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container.adaptive-delivery-prevent-bg, #iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container.lazyload, #iTsqIRvKM0M2DGZ6UVJsnFlI9b1IniZE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #LCMBUb8xNXxB3VBRkNTCmc4VGSIhETJ8 { width:320px;height:124.7813px;top:112.59375px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QQ29MUOdTUVykrWltJddZqLroaD2gAgU { width:273px;height:153px;top:1012.859375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #OsFFW9144zWFCDixUoA2HGhd9lLBK2SL { display:block; }#OsFFW9144zWFCDixUoA2HGhd9lLBK2SL > .row .container { width:320px;height:244px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzQiRvC5Q5Uue2q7lHtK96weF7laR8GT { width:320px;height:41.5938px;top:39px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx { width:226px;height:84.32px;display:flex;top:96.15625px;left:45.296875px;z-index:15006; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #CkSTSzvZu4lr6WwRw19C5VL14Td62GJR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #WaFFpyQTed2lsRlwHqramdSvVdD7mTtt {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #WLTy0cuaT7UbqKsI6Fs06RctnUWvVZbK {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #vfkVJVsuCdJD4RF1lokEe4v4wyvTbPLV { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #V3b7EcQ0dKXAb7gkUfSv82vDaKC99upq {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #ahOtaIQBUcCLfbx46xRvxUaygWIyn6oV {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #pfBS5SSuZtLiIOJehNFqh0Th3UIQpDgt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #sb4kXaDOtoK3A0uPtlPamI77RhyJPwyG {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #TS4TJuRFDqFZpmRM34QeIHL8oESXMmam {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #XfAPWVHDpOdBctCfXidx0TwLBE1lumTU { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #ezHIRgOHRga2l0xh6kX0JhkvUbnFWPv4 {  }
 }@media only screen and (max-width: 763px) { #qaV8XC0cbTD7xrJ91CnZSyTb1QSIxPxx #pStLPg3opRvqpnb0HVFquli0wtA6TEMH {  }
 }@media only screen and (max-width: 763px) { #OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63a6c7c0-a5ff-4a0f-8e74-c01637690b64/f0oeyb55icamsbhpncyz.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7.adaptive-delivery-prevent-bg, #OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7.lazyload, #OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7.lazyloading { background-image: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container { background-color: transparent; background-image: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(190,214,255,0.79); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container > .video-iframe-container { display: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(190,214,255,0.79); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row > .video-iframe-container { display: none; }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .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); }#OLO60tzpiZGDwnWaGSOhRqz7dlGTFpi7 > .row .container { width:320px;height:906px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iemC4xoh2pswzTLPGiu7anAC4dRc7wNM { width:142px;height:213px;top:193px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MJHXiziEIM3WzEiQ8vz8EX8RdQH97nSK { width:253px;height:36.3906px;top:35.234375px;left:33.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#08264a; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:transparent;background-image:none;border-top:1px solid #08264a;border-left:1px solid #08264a;border-right:1px solid #08264a;border-bottom:1px solid #08264a;color:#001b3c; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:transparent;background-image:none;border-top:1px solid #08264a;border-left:1px solid #08264a;border-right:1px solid #08264a;border-bottom:1px solid #08264a;color:#001b3c; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-input-button { width:210px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:35px;background-color:#08264a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]:-moz-placeholder { color:#350023; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]::-moz-placeholder { color:#350023; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]:-ms-input-placeholder { color:#350023; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ [class*="-text"]::-webkit-input-placeholder { color:#350023; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ  { width:280px;height:auto;top:143px;left:0px; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ {display:block;}#VDxTK195OBCztMWMD91tbE3fNBMLdwWZ { width:280px;height:auto;top:143px;left:0px; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #TIhB3WDtOl4A4fUMHH6lmtPhXmzAN2vh {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #d7XTXCBofFZGeda7BTTiUQQl68u9NTmr { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #eKsMFfZzLM8DFPIM5pqgUf5z61HmbCKI {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fsQzzwCT7ASUG4vXn238RlLirPTup5Bn {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #RtSN7TZJkWkCwCO7W14SsmeCXknznaxi { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #amJy1e4OB2ccrTe6DX1OTGsB9ouJcKno {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #OdOqcKuNXDOT1AN1slhH1mDKAScGMGMR {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #MztG4Ed2bU7CN5pXco23dzAr8rOZftR3 { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #xMuRdxM0TT39FeHW1Ad2Bh1qzlWmFQ8G {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #B695fMChoATi41m6Gsok1bdotdHuaani {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #HuvVO8XkZFB4zCy0GTJ3rTiUxkgQZ4UK { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fWO7zptCT33ynZ0VGZg7sWqylXzGXUTm {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #fDQLlubZnr4qCUXfygN3Gb2tG7oiUdTy {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #qxKzn6kL9Ne6bi9rF05gRF7CGmU5KsN0 { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #xzm8hNAuDVxpMz82LwogtDhpm3IKFrEA {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #gHQXTq7BNspucL8CrKxdnXXNzMB5ShrB {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #lD5fKVXilxngDcwP7QocMXg6vuT2IM0C { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #wnEHzmfPP3B374hLGrlhT4k3oRhWRcK7 {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #RJ50giw9O6oA33IZeMKvIlgTWVmGBQUX {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #BTPIZN5qiqRbpoovNQ7ubnkrRbTozSVe { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #pShWgs1XurnnSvCt0JIgT4Pk2RkbHT6e {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #lvSWvGypsFXnLtJKRunRNxDuLfMa8fpQ {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #Lazepd4AmbUnn78rq5TvNrQT1I5K9UZu { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #FDxvTDklVXpWt655Ercf8GWnnCycmV53 {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #a7LFbnxJUJwnGwRPK8020TzcPuI9cop8 {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #JQbKdVJucwubm7TN7TeyCVpXImuLZlbD { display:block; }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #bA8vQrzkRDiBOeugMBoIQLHdlqVhXexB {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #XzOsOxX3XuBNSCMPFF6GeTIu3TmCF2ai {  }
 }@media only screen and (max-width: 763px) { #VDxTK195OBCztMWMD91tbE3fNBMLdwWZ #MQGD9G0s7rSBhctBaHxIUUVgknHwSRQT {  }
 }@media only screen and (max-width: 763px) { #mdXfTU00nhTlIN35eBbTtk5F248Pem0B { width:27px;height:27px;top:62px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y13Esr3BKyshnMpVqNkpMqTeDTBCULGu { width:60px;height:60px;top:377px;left:256px;display:block; }
 }@media only screen and (max-width: 763px) { #cc6JZOqaNcvnLNQi9Ad6vB1dlewLmPdV { width:57px;height:57px;top:11px;left:226.5px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LmvbM0tfniHesiuqzcDdVktGX8rvKCHu { display:block; }#LmvbM0tfniHesiuqzcDdVktGX8rvKCHu > .row .container { width:320px;height:11px;position:relative;display:block; } }