.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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72711d77-bc46-4080-bb8b-285e69a153b8/image.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8d8d8d;top:2rem;left:35.687501907349rem;height:;color:#ffffff;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#igAoBrihh6eReX4IXoGxIZ0yX4ohTRQF { position:absolute;display:block;z-index:15003;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:4.375rem;width:18.1875rem;top:4.1875rem;left:3.375rem;overflow:hidden;display:block; }
#egRGQ9XG4abts9iyhE2HAWbhRzk4cNTp { position:absolute;display:block;z-index:15004;background-color:rgba(0,201,171,0.55);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:23.1875rem;top:0.8125rem;left:33.937501907349rem;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-form-header {  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.9375rem;font-weight:700;color:#ffffff;width:21.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top;text-shadow:0.1875rem 0.1875rem 0.375rem #8d8d8d; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#4f5a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;width:21.25rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#4f5a79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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;width:21.25rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:lato;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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;width:21.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem #000000 ;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fce340;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:700;color:#ffffff;width:21.25rem;height:3.75rem;font-family:lato;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.53) ; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:lato;font-size:0.875rem;text-align:center;text-align-last:center; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:first-of-type{padding-top:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:last-of-type{padding-bottom:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { background-color:rgba(0,201,171,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:9.4375rem;left:33.5625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.8125rem;line-height:1;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { background-color:rgba(0,201,171,0.5);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:absolute;top:9.4375rem;left:33.5625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #y3pZELJkdwyrTuvIXqNCZgvsXvT8fAMd { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #P9udv4EpWF7BL1531bfpovTBWcKItxbE { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #s2EFiKFBs8n8iCgUdQKISuaS824IRerZ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pESkBOwALf1LUxW5HHCrC6MGc8DZBGcF { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #q5olTtrJ7Ev0J5ElKN60KlP6PbFsG3nF { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ZrZfpbVfKMo7OOIDsxx85rIXbaG0JiRN { position:relative; }
#XwGNdRqPTNaW94eh6qcvG6U3rhgySvcq { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #lcEFVNBUd9No0lXao4qEfEtUBC8E22Wo { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #aDeLyNZbsKRcANmPT0b3gTDsHU9ueoMJ { position:relative;display:none; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #sQO92WBNIPszkLwrb2pGVxSkD43RpTWl { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #IgwMb5xETXqzVdctK1fOxoNT0ubU6nIy { position:relative;display:block;z-index:15000; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #XtqHEFEeitDvcAXZlyMDlkbeTTkf8gOT { position:relative;display:block;z-index:15000; }
#i1i5gsX2c33ZfMTinkZfdZmvD2ieT4k7 { position:absolute;display:block;z-index:15008;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:7.125rem;width:6.1875rem;top:29.625rem;left:3.375rem;overflow:hidden;display:block; }
#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu { position:relative;display:block; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu { background-color: transparent; background-image: none; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container > .video-iframe-container { display: none; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row > .video-iframe-container { display: none; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .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); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu { border-width: 0; border-radius: 0; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#s8xFqrncSqTTGOCtgtOTs8pdCL38MxmW { 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:30rem;width:28.8125rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#eAz62AgcxhHxuqmU2tKw8e7N242a651H { color:#000000;display:block;width:24.5rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.4375rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rqlkROLBBaqxbGbGVgDwlyrwsea4IeZr { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.4375rem;height:14.77734375rem;display:block; }
#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f29989f-1084-41f3-ac18-875166e6ee81/image.png");background-position:bottom center !important;background-repeat: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; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv.adaptive-delivery-prevent-bg, #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv.lazyload, #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv.lazyloading { background-image: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { background-color: transparent; background-image: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .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); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { border-width: 0; border-radius: 0; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #8d8d8d;top:2.25rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#r6CbI1JbeuD1i1NHeObbVSGJZmszJEF5 { position:absolute;display:block;z-index:15001;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:6.1875rem;width:6.1875rem;top:9.4375rem;left:10.6875rem;overflow:hidden;display:block; }
#hJD4GGX3JzibNDJdhz9NqwWRtVEngFyz { position:absolute;display:block;z-index:15002;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:6.0625rem;width:6.0625rem;top:9.375rem;left:45.1875rem;overflow:hidden;display:block; }
#cBkyJ5PRrhUMT9VcElKoApCU9wXJMeV0 { position:absolute;display:block;z-index:15003;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:6.3125rem;width:6.3125rem;top:8.8125rem;left:27.6875rem;overflow:hidden;display:block; }
#rVkvwho3c4rd3wRShzbg9cMv0E2Ekq8F { position:absolute;display:block;z-index:14991;background-color:rgba(188,229,246,0.5);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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.0625rem;width:8.75rem;top:8.25rem;left:43.8125rem;display:block; }
#FJH6etu022X4wO7oNRhBCoP1Cd0Z4D5p { position:absolute;display:block;z-index:14992;background-color:rgba(118,202,189,0.5);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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.0625rem;width:8.75rem;top:8.375rem;left:9.375rem;display:block; }
#JpTdbyJAMig3Hi0CeSnhaUI40Q4BPGFw { position:absolute;display:block;z-index:14993;background-color:rgba(252,227,64,0.5);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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:8.0625rem;width:8.75rem;top:8.25rem;left:26.4375rem;display:block; }
#xo5udJJliIuQlKLxOpZ3WyS8gJe9sw74 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.37451171875rem;left:41.25rem;height:4.22265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xu93R2vTVOc5LLZa3gSBImEf52Vy5MeM { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.40673828125rem;left:6.25rem;height:5.27831875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvQMs6QhHC4SzgBESPrE3QrtlSaHGhl8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.484375rem;left:24.5625rem;height:5.27831875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NIiP7d0W5tqMTPEf0tFQ73dC4ExXWSb3 { position:absolute;display:block;z-index:14994;background-color:rgba(252,227,64,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.875rem;width:15.625rem;top:18.54931640625rem;left:23rem;display:block; }
#RZCi5hknwP2BXvsmH1Cz7dTTIVRMr7Dn { position:absolute;display:block;z-index:14993;background-color:rgba(118,202,189,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.875rem;width:15.625rem;top:18.4375rem;left:5.625rem;display:block; }
#ipr4JOCHvdBxs9E10dWqJEwqVeEBZ8kc { position:absolute;display:block;z-index:14994;background-color:rgba(188,229,246,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.875rem;width:15.625rem;top:18.54638671875rem;left:40.4375rem;display:block; }
#WfdquafvPc6e0s9f4m4zFcp3eTk1igcB { position:absolute;display:block;z-index:14999;background-color:rgba(0,201,171,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.5625rem;width:20.875rem;top:1.625rem;left:19.5625rem;display:block; }
#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { position:relative;display:block; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { background-color: transparent; background-image: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container > .video-iframe-container { display: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row > .video-iframe-container { display: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .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); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { border-width: 0; border-radius: 0; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .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; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#okHgkSVAJt2ntGiVWEFulT2hLET0kmuO { 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:19.4375rem;width:19.9375rem;top:1.25rem;left:8.8125rem;overflow:hidden;display:block; }
#xXlkDn9THyGqt2s8iZCBKC7DTR5uerA4 { position:absolute;display:block;z-index:15001;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:19.5rem;width:19.75rem;top:1.1875rem;left:31.4375rem;overflow:hidden;display:block; }
#qy828rNkzdx2F418LwycRHQ46zuC4MiR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72711d77-bc46-4080-bb8b-285e69a153b8/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR.adaptive-delivery-prevent-bg, #qy828rNkzdx2F418LwycRHQ46zuC4MiR.lazyload, #qy828rNkzdx2F418LwycRHQ46zuC4MiR.lazyloading { background-image: none; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container { background-color: transparent; background-image: none; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container > .video-iframe-container { display: none; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row > .video-iframe-container { display: none; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .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); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container { border-width: 0; border-radius: 0; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#rN9MuaC3XSdPV3TAg0FOKKLvk8JzN3ch { position:absolute;display:block;z-index:15004;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:4.375rem;width:17.3125rem;top:1.8125rem;left:41.625rem;overflow:hidden;display:block; }
#Dahvc2hQgv9ZXe2LXwoSK1xxaEhaS51l { position:absolute;display:block;z-index:15007;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:7.125rem;width:6.1875rem;top:7.125rem;left:50.72900390625rem;overflow:hidden;display:block; }
#MaVuzRZsZMtlBeFcQ268ncTfcxeBWk5a { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.625rem;width:15.375rem;top:3.5rem;left:8.6875rem;display:block; }
#s03HUD3KkhU1IplDFp3z9ypORDucNgVK { position:absolute;display:block;z-index:14994;background-color:rgba(118,202,189,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.3125rem;width:17.1875rem;top:2.75rem;left:7.75rem;display:block; }
#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 { position:relative;display:block; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 { background-color: transparent; background-image: none; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .row .container > .video-iframe-container { display: none; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .row > .video-iframe-container { display: none; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .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); }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 { border-width: 0; border-radius: 0; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .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; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kMsAbRfR0u3K5CeeMnUXa7wHUKWDAQks { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.79345703125rem;left:23.75rem;height:2.61230625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igAoBrihh6eReX4IXoGxIZ0yX4ohTRQF { top:4.1875rem;left:0rem;width:18.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egRGQ9XG4abts9iyhE2HAWbhRzk4cNTp { top:0.8125rem;left:24.5625rem;width:23.1875rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:20rem;height:auto;top:-2.5rem;left:0rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:20rem;height:auto;top:-2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #y3pZELJkdwyrTuvIXqNCZgvsXvT8fAMd {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #P9udv4EpWF7BL1531bfpovTBWcKItxbE {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #s2EFiKFBs8n8iCgUdQKISuaS824IRerZ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pESkBOwALf1LUxW5HHCrC6MGc8DZBGcF {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #q5olTtrJ7Ev0J5ElKN60KlP6PbFsG3nF {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ZrZfpbVfKMo7OOIDsxx85rIXbaG0JiRN {  }
 }@media only screen and (max-width: 763px) { #XwGNdRqPTNaW94eh6qcvG6U3rhgySvcq { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #lcEFVNBUd9No0lXao4qEfEtUBC8E22Wo {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #aDeLyNZbsKRcANmPT0b3gTDsHU9ueoMJ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #sQO92WBNIPszkLwrb2pGVxSkD43RpTWl {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #IgwMb5xETXqzVdctK1fOxoNT0ubU6nIy {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #XtqHEFEeitDvcAXZlyMDlkbeTTkf8gOT {  }
 }@media only screen and (max-width: 763px) { #i1i5gsX2c33ZfMTinkZfdZmvD2ieT4k7 { top:29.625rem;left:0rem;width:6.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu { display:block; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8xFqrncSqTTGOCtgtOTs8pdCL38MxmW { top:0rem;left:18.9375rem;width:28.8125rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAz62AgcxhHxuqmU2tKw8e7N242a651H { top:6.125rem;left:0rem;width:24.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqlkROLBBaqxbGbGVgDwlyrwsea4IeZr { top:9.0625rem;left:0rem;width:24.0625rem;height:14.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:47.75rem;height:3.375rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6CbI1JbeuD1i1NHeObbVSGJZmszJEF5 { top:9.4375rem;left:4.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJD4GGX3JzibNDJdhz9NqwWRtVEngFyz { top:9.375rem;left:39.0625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBkyJ5PRrhUMT9VcElKoApCU9wXJMeV0 { top:8.8125rem;left:21.5625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVkvwho3c4rd3wRShzbg9cMv0E2Ekq8F { top:8.25rem;left:37.6875rem;width:8.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJH6etu022X4wO7oNRhBCoP1Cd0Z4D5p { top:8.375rem;left:3.25rem;width:8.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpTdbyJAMig3Hi0CeSnhaUI40Q4BPGFw { top:8.25rem;left:20.3125rem;width:8.75rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo5udJJliIuQlKLxOpZ3WyS8gJe9sw74 { top:19.3125rem;left:33.875rem;width:13.875rem;height:4.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu93R2vTVOc5LLZa3gSBImEf52Vy5MeM { top:19.375rem;left:0.125rem;width:14.75rem;height:5.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvQMs6QhHC4SzgBESPrE3QrtlSaHGhl8 { top:19.4375rem;left:18.4375rem;width:12.5rem;height:5.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIiP7d0W5tqMTPEf0tFQ73dC4ExXWSb3 { top:18.5rem;left:16.875rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZCi5hknwP2BXvsmH1Cz7dTTIVRMr7Dn { top:18.4375rem;left:0rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipr4JOCHvdBxs9E10dWqJEwqVeEBZ8kc { top:18.5rem;left:32.125rem;width:15.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdquafvPc6e0s9f4m4zFcp3eTk1igcB { top:1.625rem;left:13.4375rem;width:20.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { display:block; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okHgkSVAJt2ntGiVWEFulT2hLET0kmuO { top:1.25rem;left:2.6875rem;width:19.9375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXlkDn9THyGqt2s8iZCBKC7DTR5uerA4 { top:1.1875rem;left:25.3125rem;width:19.75rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy828rNkzdx2F418LwycRHQ46zuC4MiR { display:block; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rN9MuaC3XSdPV3TAg0FOKKLvk8JzN3ch { top:1.8125rem;left:30.4375rem;width:17.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dahvc2hQgv9ZXe2LXwoSK1xxaEhaS51l { top:7.125rem;left:41.5rem;width:6.1875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaVuzRZsZMtlBeFcQ268ncTfcxeBWk5a { top:3.5rem;left:2.5625rem;width:15.375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s03HUD3KkhU1IplDFp3z9ypORDucNgVK { top:2.75rem;left:1.625rem;width:17.1875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 { display:block; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMsAbRfR0u3K5CeeMnUXa7wHUKWDAQks { top:0.75rem;left:17.625rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72711d77-bc46-4080-bb8b-285e69a153b8/image.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.86); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.86); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:42.43115234375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:16.625rem;height:1.79980625rem;top:5.037109375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #8d8d8d;display:block; }
 }@media only screen and (max-width: 763px) { #igAoBrihh6eReX4IXoGxIZ0yX4ohTRQF { width:8.8125rem;height:2.1875rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egRGQ9XG4abts9iyhE2HAWbhRzk4cNTp { width:17.25rem;height:2.5rem;top:4.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.625rem;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { font-size:0.625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { font-size:0.625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { font-size:0.625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:14.0625rem;height:auto;top:8.05615234375rem;left:1.71875rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:14.0625rem;height:auto;top:8.05615234375rem;left:1.71875rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #y3pZELJkdwyrTuvIXqNCZgvsXvT8fAMd {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #P9udv4EpWF7BL1531bfpovTBWcKItxbE { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #s2EFiKFBs8n8iCgUdQKISuaS824IRerZ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pESkBOwALf1LUxW5HHCrC6MGc8DZBGcF {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #q5olTtrJ7Ev0J5ElKN60KlP6PbFsG3nF { display:none; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #ZrZfpbVfKMo7OOIDsxx85rIXbaG0JiRN {  }
 }@media only screen and (max-width: 763px) { #XwGNdRqPTNaW94eh6qcvG6U3rhgySvcq { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #lcEFVNBUd9No0lXao4qEfEtUBC8E22Wo {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #aDeLyNZbsKRcANmPT0b3gTDsHU9ueoMJ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #sQO92WBNIPszkLwrb2pGVxSkD43RpTWl {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #IgwMb5xETXqzVdctK1fOxoNT0ubU6nIy {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #XtqHEFEeitDvcAXZlyMDlkbeTTkf8gOT {  }
 }@media only screen and (max-width: 763px) { #i1i5gsX2c33ZfMTinkZfdZmvD2ieT4k7 { width:6.1875rem;height:7.125rem;top:34.05615234375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu { display:block; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu { background-color: transparent; background-image: none; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container > .video-iframe-container { display: none; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row > .video-iframe-container { display: none; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container { width:20rem;height:40.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f29989f-1084-41f3-ac18-875166e6ee81/image.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container.adaptive-delivery-prevent-bg, #ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container.lazyload, #ht2PQ5gkuDIrAOTQJahZ8g9nv1rVuLCu > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #s8xFqrncSqTTGOCtgtOTs8pdCL38MxmW { width:20rem;height:20.824295010846rem;top:19.81396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAz62AgcxhHxuqmU2tKw8e7N242a651H { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqlkROLBBaqxbGbGVgDwlyrwsea4IeZr { width:19.0625rem;height:14.7861375rem;top:3.7060546875rem;left:0.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { background-color: transparent; background-image: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.75); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:20rem;height:23.5625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6f29989f-1084-41f3-ac18-875166e6ee81/image.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container.adaptive-delivery-prevent-bg, #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container.lazyload, #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WsqkWWiWFwUg01h1fNmWTJMb0fZWJTa1 { width:9.75rem;height:1.625rem;top:2.0625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6CbI1JbeuD1i1NHeObbVSGJZmszJEF5 { width:3.125rem;height:3.125rem;top:5.5625rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJD4GGX3JzibNDJdhz9NqwWRtVEngFyz { width:3.125rem;height:3.125rem;top:16.3125rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBkyJ5PRrhUMT9VcElKoApCU9wXJMeV0 { width:3.125rem;height:3.125rem;top:10.5rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVkvwho3c4rd3wRShzbg9cMv0E2Ekq8F { width:4.375rem;height:4rem;top:15.1875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJH6etu022X4wO7oNRhBCoP1Cd0Z4D5p { width:4.375rem;height:4rem;top:4.5rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpTdbyJAMig3Hi0CeSnhaUI40Q4BPGFw { width:4.375rem;height:4rem;top:9.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xo5udJJliIuQlKLxOpZ3WyS8gJe9sw74 { width:10.3125rem;height:2.5996125rem;top:17.4375rem;left:4.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu93R2vTVOc5LLZa3gSBImEf52Vy5MeM { width:10.3125rem;height:3.2495125rem;top:6.15625rem;left:4.84375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvQMs6QhHC4SzgBESPrE3QrtlSaHGhl8 { width:10.3125rem;height:2.5996125rem;top:11.98095703125rem;left:4.84375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIiP7d0W5tqMTPEf0tFQ73dC4ExXWSb3 { width:12.125rem;height:4.1875rem;top:11.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZCi5hknwP2BXvsmH1Cz7dTTIVRMr7Dn { width:12.125rem;height:4.1875rem;top:5.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipr4JOCHvdBxs9E10dWqJEwqVeEBZ8kc { width:12.125rem;height:4.1875rem;top:16.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfdquafvPc6e0s9f4m4zFcp3eTk1igcB { width:10.625rem;height:2.3125rem;top:1.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { display:block; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP { background-color: transparent; background-image: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container > .video-iframe-container { display: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row > .video-iframe-container { display: none; }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .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); }#ean1OEdlRpFFPRehuPVr4SpnwEIFDOHP > .row .container { width:20rem;height:41.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okHgkSVAJt2ntGiVWEFulT2hLET0kmuO { width:19.9375rem;height:19.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXlkDn9THyGqt2s8iZCBKC7DTR5uerA4 { width:19.75rem;height:19.5rem;top:21.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy828rNkzdx2F418LwycRHQ46zuC4MiR { display:block; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR { background-color: transparent; background-image: none; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container > .video-iframe-container { display: none; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row > .video-iframe-container { display: none; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container { width:20rem;height:19.4375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/72711d77-bc46-4080-bb8b-285e69a153b8/image.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container.adaptive-delivery-prevent-bg, #qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container.lazyload, #qy828rNkzdx2F418LwycRHQ46zuC4MiR > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #rN9MuaC3XSdPV3TAg0FOKKLvk8JzN3ch { width:7rem;height:1.75rem;top:16.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dahvc2hQgv9ZXe2LXwoSK1xxaEhaS51l { width:2.0625rem;height:2.375rem;top:13.6875rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaVuzRZsZMtlBeFcQ268ncTfcxeBWk5a { height:8.625rem;width:15.375rem;top:2rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s03HUD3KkhU1IplDFp3z9ypORDucNgVK { width:17.1875rem;height:10.3125rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 { display:block; }#yiW8HHaSuMeGboqEIv3DVTmWEE0gqTC8 > .row .container { width:20rem;height:5.11230625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMsAbRfR0u3K5CeeMnUXa7wHUKWDAQks { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }