.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c376ba9-a79d-4e8e-b34f-6b289137dbdf/bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1.adaptive-delivery-prevent-bg, #aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1.lazyload, #aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1.lazyloading { background-image: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container { background-color: transparent; background-image: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container > .video-iframe-container { display: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row > .video-iframe-container { display: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .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); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container { border-width: 0; border-radius: 0; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#ceXPNOT7hrfbIVgunZXnwUc9FdUTyt0u { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u7Zk95AxerbkgoFaFPhszvU4e1551Pqr { color:#ffffff;display:block;width:36.625rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:19.037109375rem;left:19.75rem;height:;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HRxadu8LprwpZinEXuhWNypnsOoUCpo6 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.9375rem;left:28.34375rem;display:block; }
#if6bi82fXTc4ylN7xibJoMSukxy5pdbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqiEhtuuIXJZbdfFfQPAagNfQBwBGTcF { color:#8d8484;display:block;width:14.125rem;position:absolute;font-family:unbounded;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:4.5625rem;left:0rem;height:3.0996125rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12121a;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; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row .container { background-color: transparent; background-image: none; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row .container > .video-iframe-container { display: none; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row > .video-iframe-container { display: none; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .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); }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row .container { border-width: 0; border-radius: 0; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#nIfpEype9T7aB74NCshG0B3pQTXiIwz0 { color:#8e8e8d;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0185546875rem;left:3.125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EbsaK1Bc5X8gvN0VaLrvf07ggNeFbL8Q { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5.47998046875rem;left:3.125rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#LcglWRBQa5dBZeHeZen0LxL6rzooWBmO { color:#8e8e8d;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.01806640625rem;left:21.875rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nqdBJ2uT9ZkBye1yg85CG9CkpU9rgZsy { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.47998046875rem;left:21.875rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#Gb0854X1Bre6aPEvTZtWSSEGTf7k7qtt { color:#8e8e8d;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.01806640625rem;left:40.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IkClzex73SakIDXOLwbMNxVSc3BBV7MD { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.47998046875rem;left:40.78125rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#OIW0cR4MslmZ4EZrwTWgVu6uWK2itvNK { color:#8e8e8d;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.01806640625rem;left:59.375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FpftNs1DDB5rotTwSA6wb6IuL2Zdpa3Q { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.47998046875rem;left:59.375rem;height:2.15625rem;text-align:left;text-align-last:left;display:block; }
#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row .container { background-color: transparent; background-image: none; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row .container > .video-iframe-container { display: none; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row > .video-iframe-container { display: none; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .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); }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row .container { border-width: 0; border-radius: 0; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#ZmZGfWVBzOV5K3HP7EX3ryTOSRhcuS7D { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.88720703125rem;left:3.0625rem;height:3.7119125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o75qKJsHd8CplofkCRPP2ai882yykLP1 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.78125rem;left:3.0625rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ysR2zCEGMBbehEnwzsu9KFTxyhQFydrd { position:absolute;display:block;z-index:15006;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:26.375rem;width:33.5625rem;top:2.46875rem;left:38.625rem;overflow:hidden;display:block; }
#Qm06J8XawEOKWLxCKapVZ1O34rPFppM3 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:11.5625rem;left:3.0625rem;display:block; }
#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row .container { background-color: transparent; background-image: none; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row .container > .video-iframe-container { display: none; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row > .video-iframe-container { display: none; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .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); }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row .container { border-width: 0; border-radius: 0; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#OkWkC9ir9i9Q82JVBtF6KcheLqRzy3Ud { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.375rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EBTINNUKi8vzi7m7Rw2qWqR9BvlNKDm4 { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:16.6875rem;left:3.125rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5uCCJos7rar6nHlnL6CfieCGMEglVgz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.24365234375rem;left:28.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Twlyl5DKMmkPi9f8DrCGftV2BVX0qyBQ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:28.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuF62PQ6J7prXZnTk0UZiwk2AB47zJkP { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:17.24365234375rem;left:53.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OT18TAcdkfZTkzxKLbOBUU6KyQ4REroz { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VTdxT5pzhkvLmhtA8bIxoceZ1ioOfmO4 { position:absolute;display:block;z-index:14999;background-color:#12121a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:2.0625rem;left:2.5rem;display:block; }
#tufpAvsJXZxOcg1CaKUTN6Zc30kxdz2b { position:absolute;display:block;z-index:15000;background-color:#12121a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:2.0625rem;left:27.5rem;display:block; }
#TB5lEzp3GRO8ZTw9XwnPO5xMTxqN0ctf { position:absolute;display:block;z-index:15001;background-color:#12121a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:2.0625rem;left:52.5rem;display:block; }
#ASuKoPwkFsqHWqdh3aa9m4q8b8tTuNVc { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/6y5bXse21ek/unsplash/vale-zme-6y5bXse21ek-photo-1536339258903-69fa31f99a28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:5.46875rem;left:9.125rem;display:block; }#ASuKoPwkFsqHWqdh3aa9m4q8b8tTuNVc.adaptive-delivery-prevent-bg, #ASuKoPwkFsqHWqdh3aa9m4q8b8tTuNVc.lazyload, #ASuKoPwkFsqHWqdh3aa9m4q8b8tTuNVc.lazyloading { background-image: none; }
#F8rgsil87sVrI7vraaOOXUsUX1kcH5Pt { position:absolute;display:block;z-index:15001;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/PHRSaw5LN68/unsplash/muhamad-syazwan-PHRSaw5LN68-photo-1561365375-da699a3ab117.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:5.46875rem;left:34.125rem;display:block; }#F8rgsil87sVrI7vraaOOXUsUX1kcH5Pt.adaptive-delivery-prevent-bg, #F8rgsil87sVrI7vraaOOXUsUX1kcH5Pt.lazyload, #F8rgsil87sVrI7vraaOOXUsUX1kcH5Pt.lazyloading { background-image: none; }
#ZQ4sKVrxHZ1gv88SVHK3cDyQrnFFym6r { position:absolute;display:block;z-index:15002;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/Qe8EBN9U44k/unsplash/joen-patrick-caagbay-Qe8EBN9U44k-photo-1562076275-3ebb66b79a0a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.05) ;height:6.75rem;width:6.75rem;top:5.46875rem;left:59.125rem;display:block; }#ZQ4sKVrxHZ1gv88SVHK3cDyQrnFFym6r.adaptive-delivery-prevent-bg, #ZQ4sKVrxHZ1gv88SVHK3cDyQrnFFym6r.lazyload, #ZQ4sKVrxHZ1gv88SVHK3cDyQrnFFym6r.lazyloading { background-image: none; }
#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8959891d-da5d-4e6d-aa82-0f5d6f6595fa/showcase.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi.adaptive-delivery-prevent-bg, #FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi.lazyload, #FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi.lazyloading { background-image: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container { background-color: transparent; background-image: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container > .video-iframe-container { display: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row > .video-iframe-container { display: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .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); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container { border-width: 0; border-radius: 0; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#ApkeV2zy7AskoSCVKJBHoVTTUqBv6NBs { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.0048828125rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t5K38OxlsemuscPa4ZmID4g6kTbclhBB { background-color:rgba(0,0,0,0.61);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.97998046875rem;left:26.59375rem;display:block; }
#I2AFowf8xRTi0Xtmcyu6FZx0t4rHJEa5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HzaaZA5r8k318sWJIruSWv7fhTdxvshe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row .container { background-color: transparent; background-image: none; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row .container > .video-iframe-container { display: none; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row > .video-iframe-container { display: none; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .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); }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row .container { border-width: 0; border-radius: 0; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#12121a;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; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row .container { background-color: transparent; background-image: none; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row .container > .video-iframe-container { display: none; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row > .video-iframe-container { display: none; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .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); }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row .container { border-width: 0; border-radius: 0; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#O9UxRkEq6PfaSvaZuJIMt1mKrh0KhmlS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.6875rem;width:55.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.53125rem;left:9.25rem;overflow:hidden;display:block; }
#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top 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; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E.adaptive-delivery-prevent-bg, #Ozx7cd6MXCF99fhMiqExIv5vqbnG189E.lazyload, #Ozx7cd6MXCF99fhMiqExIv5vqbnG189E.lazyloading { background-image: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container { background-color: transparent; background-image: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container > .video-iframe-container { display: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row > .video-iframe-container { display: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .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); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container { border-width: 0; border-radius: 0; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#wh8uczlNJmSKqThpVr83b8o9l56RK8uK { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.75rem;height:5.52344375rem;font-style:normal;display:block; }
#qHt1MWUAuAXKlEyKgHQDXiegOPw2hIl0 { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:3.75rem;height:3.25rem;font-style:normal;display:block; }
#XOazQcoOMB6Cn1UT1ARWphny2Qps4Gd5 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:5.625rem;top:9.875rem;left:3.75rem;display:block; }
#vs3aLIuh7bk6tM3DAPXlOSqeCDVuVRfl { position:absolute;display:block;z-index:15022;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:2.1875rem;width:2.1875rem;top:19.375rem;left:3.75rem;overflow:hidden;display:block; }
#oLraNfci3XHeCiIhsQgggo3nlu34Tc7P { position:absolute;display:block;z-index:15023;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:2.8125rem;width:2.8125rem;top:19.0625rem;left:7.4375rem;overflow:hidden;display:block; }
#p3aiTzMyVNczgSyaPubTrTdnXtwl9iMl { position:absolute;display:block;z-index:15024;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:2.5rem;width:2.5rem;top:19.21875rem;left:12rem;overflow:hidden;display:block; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-form-header {  }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1.125rem;font-weight:bold;color:#090e36;width:18.375rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;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:18.375rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:1.125rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-checkbox { width:1rem;height:1rem;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; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:13.1875rem;height:3.75rem;font-family:"source sans pro";overflow:hidden; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .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; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-container:first-of-type{padding-top:0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-container:last-of-type{padding-bottom:0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:46.875rem;top:2.0625rem;z-index:15025;position:absolute; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd {display:block;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:46.875rem;top:2.0625rem;z-index:15025;position:absolute; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #PSlspLuA6RCw2fcZUHhqO8DeOITSibeU { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #b8sumqTv7lPDta1HUusw3U6CTHlEqqmS { position:relative;display:block; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #CAKb98XJxMhRW9ee0p57RmmTtpTXoLpO { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #xXTlHWCDzLs3Gt6fFWKySTQk8FZG14ZX { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Nhzowb7TRMKA1VdEaA48hOcwR6u5AKqM { position:relative;display:block; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #NskFfIG08zEph5xsnyPofp6UrxsPIpNE { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #gzPPXJw6lChREVwU4kIimC1Xoc5KJBhe { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Ailixottmzntn8plvzd8kKNHhRlW7Idh { position:relative;display:block; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Kss1OmGiTN0HNKkhkTbUr3OzcMiLrBKR { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #DeLO62um6TiH5RM0JULcEpQv5vnNTJE9 { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #S3E1Cl8aRphevtpsFsBPF2RfTg4SNZze { position:relative;display:block; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #bRiHvts6DZm0yUl24dZUPaHqB1EviA74 { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #rTLeXOHJZmTLla1reMUHD6pJN8miRbz7 { position:relative; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #TosvnOUXFiasCsK50RZhcxyNQuNaGiRN { position:relative; }
#ew0cvTV37gtkINGLR8Qssagaeq3FfoIF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdd00;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; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row .container { background-color: transparent; background-image: none; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row .container > .video-iframe-container { display: none; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row > .video-iframe-container { display: none; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .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); }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row .container { border-width: 0; border-radius: 0; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 { display:block; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceXPNOT7hrfbIVgunZXnwUc9FdUTyt0u { width:47.75rem;height:;top:14.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7Zk95AxerbkgoFaFPhszvU4e1551Pqr { width:36.625rem;height:;top:19rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxadu8LprwpZinEXuhWNypnsOoUCpo6 { width:18.3125rem;height:3.75rem;top:26.9375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #if6bi82fXTc4ylN7xibJoMSukxy5pdbQ { display:block; }
 }@media only screen and (max-width: 763px) { #TqiEhtuuIXJZbdfFfQPAagNfQBwBGTcF { width:14.125rem;height:3.125rem;top:4.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM { display:block; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIfpEype9T7aB74NCshG0B3pQTXiIwz0 { width:12.5rem;height:1.4375rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbsaK1Bc5X8gvN0VaLrvf07ggNeFbL8Q { width:14.4375rem;height:2.125rem;top:5.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcglWRBQa5dBZeHeZen0LxL6rzooWBmO { width:12.5rem;height:1.4375rem;top:4rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqdBJ2uT9ZkBye1yg85CG9CkpU9rgZsy { width:14.4375rem;height:2.125rem;top:5.4375rem;left:9.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb0854X1Bre6aPEvTZtWSSEGTf7k7qtt { width:12.5rem;height:1.4375rem;top:4rem;left:23.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkClzex73SakIDXOLwbMNxVSc3BBV7MD { width:14.4375rem;height:2.125rem;top:5.4375rem;left:21.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIW0cR4MslmZ4EZrwTWgVu6uWK2itvNK { width:12.5rem;height:1.4375rem;top:4rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpftNs1DDB5rotTwSA6wb6IuL2Zdpa3Q { width:14.4375rem;height:2.125rem;top:5.4375rem;left:33.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg { display:block; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmZGfWVBzOV5K3HP7EX3ryTOSRhcuS7D { width:31.5rem;height:3.6875rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o75qKJsHd8CplofkCRPP2ai882yykLP1 { width:24rem;height:12rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysR2zCEGMBbehEnwzsu9KFTxyhQFydrd { top:2.4375rem;left:14.1875rem;width:33.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm06J8XawEOKWLxCKapVZ1O34rPFppM3 { top:11.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn { display:block; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkWkC9ir9i9Q82JVBtF6KcheLqRzy3Ud { width:18.75rem;height:1.625rem;top:14.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBTINNUKi8vzi7m7Rw2qWqR9BvlNKDm4 { width:18.75rem;height:7.1875rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5uCCJos7rar6nHlnL6CfieCGMEglVgz { width:18.75rem;height:7.1875rem;top:17.1875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twlyl5DKMmkPi9f8DrCGftV2BVX0qyBQ { width:18.75rem;height:1.625rem;top:14.375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuF62PQ6J7prXZnTk0UZiwk2AB47zJkP { width:18.75rem;height:7.1875rem;top:17.1875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT18TAcdkfZTkzxKLbOBUU6KyQ4REroz { width:18.75rem;height:1.625rem;top:14.375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdxT5pzhkvLmhtA8bIxoceZ1ioOfmO4 { top:2.0625rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tufpAvsJXZxOcg1CaKUTN6Zc30kxdz2b { top:2.0625rem;left:6.75rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5lEzp3GRO8ZTw9XwnPO5xMTxqN0ctf { top:2.0625rem;left:22.625rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASuKoPwkFsqHWqdh3aa9m4q8b8tTuNVc { top:5.4375rem;left:4.5625rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8rgsil87sVrI7vraaOOXUsUX1kcH5Pt { top:5.4375rem;left:20.4375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ4sKVrxHZ1gv88SVHK3cDyQrnFFym6r { top:5.4375rem;left:36.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi { display:block; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApkeV2zy7AskoSCVKJBHoVTTUqBv6NBs { width:47.75rem;height:4.1875rem;top:11rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5K38OxlsemuscPa4ZmID4g6kTbclhBB { width:18.3125rem;height:3.75rem;top:15.9375rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2AFowf8xRTi0Xtmcyu6FZx0t4rHJEa5 { display:block; }
 }@media only screen and (max-width: 763px) { #HzaaZA5r8k318sWJIruSWv7fhTdxvshe { display:block; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d { display:block; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9UxRkEq6PfaSvaZuJIMt1mKrh0KhmlS { width:47.75rem;height:18.785997732426rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozx7cd6MXCF99fhMiqExIv5vqbnG189E { display:block; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh8uczlNJmSKqThpVr83b8o9l56RK8uK { top:12.375rem;left:0rem;width:26.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHt1MWUAuAXKlEyKgHQDXiegOPw2hIl0 { top:5.1875rem;left:0rem;width:27.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOazQcoOMB6Cn1UT1ARWphny2Qps4Gd5 { top:9.875rem;left:0rem;width:5.625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3aLIuh7bk6tM3DAPXlOSqeCDVuVRfl { top:19.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLraNfci3XHeCiIhsQgggo3nlu34Tc7P { top:19.0625rem;left:0.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3aiTzMyVNczgSyaPubTrTdnXtwl9iMl { top:19.1875rem;left:5.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-regular-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-button { width:13.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd  { width:18.375rem;height:auto;top:2.0625rem;left:26.4375rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd {display:block;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd { width:18.375rem;height:auto;top:2.0625rem;left:26.4375rem; }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #PSlspLuA6RCw2fcZUHhqO8DeOITSibeU {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #b8sumqTv7lPDta1HUusw3U6CTHlEqqmS {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #CAKb98XJxMhRW9ee0p57RmmTtpTXoLpO {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #xXTlHWCDzLs3Gt6fFWKySTQk8FZG14ZX {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Nhzowb7TRMKA1VdEaA48hOcwR6u5AKqM {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #NskFfIG08zEph5xsnyPofp6UrxsPIpNE {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #gzPPXJw6lChREVwU4kIimC1Xoc5KJBhe {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Ailixottmzntn8plvzd8kKNHhRlW7Idh {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Kss1OmGiTN0HNKkhkTbUr3OzcMiLrBKR {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #DeLO62um6TiH5RM0JULcEpQv5vnNTJE9 {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #S3E1Cl8aRphevtpsFsBPF2RfTg4SNZze {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #bRiHvts6DZm0yUl24dZUPaHqB1EviA74 {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #rTLeXOHJZmTLla1reMUHD6pJN8miRbz7 {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #TosvnOUXFiasCsK50RZhcxyNQuNaGiRN {  }
 }@media only screen and (max-width: 763px) { #ew0cvTV37gtkINGLR8Qssagaeq3FfoIF { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw { display:block; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c376ba9-a79d-4e8e-b34f-6b289137dbdf/bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1.adaptive-delivery-prevent-bg, #aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1.lazyload, #aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1.lazyloading { background-image: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container { background-color: transparent; background-image: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container > .video-iframe-container { display: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row > .video-iframe-container { display: none; }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .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); }#aXASFXDH1amtSUk3evmXEbT5Lmn1hFM1 > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceXPNOT7hrfbIVgunZXnwUc9FdUTyt0u { width:20rem;height:8.661625rem;top:8.818359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u7Zk95AxerbkgoFaFPhszvU4e1551Pqr { width:20rem;height:1.3999rem;top:18.65625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxadu8LprwpZinEXuhWNypnsOoUCpo6 { width:12.0625rem;height:3.0625rem;top:22.75rem;left:3.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #if6bi82fXTc4ylN7xibJoMSukxy5pdbQ { display:block; }
 }@media only screen and (max-width: 763px) { #TqiEhtuuIXJZbdfFfQPAagNfQBwBGTcF { width:7.8125rem;height:2.13671875rem;top:1.625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.1875rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM { display:block; }#TIMrLLy7pt0Tx2pFzcn4HuxaMhJAvPIM > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIfpEype9T7aB74NCshG0B3pQTXiIwz0 { width:12.5rem;height:1.4624rem;top:2.875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbsaK1Bc5X8gvN0VaLrvf07ggNeFbL8Q { width:9.0625rem;height:1.6875rem;top:4.33642578125rem;left:5.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcglWRBQa5dBZeHeZen0LxL6rzooWBmO { width:12.5rem;height:1.4624rem;top:7.5625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqdBJ2uT9ZkBye1yg85CG9CkpU9rgZsy { width:14.4375rem;height:1.6875rem;top:9.02392578125rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb0854X1Bre6aPEvTZtWSSEGTf7k7qtt { width:12.5rem;height:1.4624rem;top:12.162109375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkClzex73SakIDXOLwbMNxVSc3BBV7MD { width:14.4375rem;height:1.6875rem;top:13.62353515625rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIW0cR4MslmZ4EZrwTWgVu6uWK2itvNK { width:12.5rem;height:1.4624rem;top:17.32421875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpftNs1DDB5rotTwSA6wb6IuL2Zdpa3Q { width:14.4375rem;height:1.6875rem;top:18.78564453125rem;left:2.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg { display:block; }#WdCXvI4W9m31gGswkIRb6oJKPOIJQnVg > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmZGfWVBzOV5K3HP7EX3ryTOSRhcuS7D { width:18.875rem;height:2.19921875rem;top:2.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o75qKJsHd8CplofkCRPP2ai882yykLP1 { width:17.125rem;height:13.125rem;top:7.375rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysR2zCEGMBbehEnwzsu9KFTxyhQFydrd { width:20rem;height:15.6875rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm06J8XawEOKWLxCKapVZ1O34rPFppM3 { width:14.25rem;height:0.125rem;top:5.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn { display:block; }#wzz5hk7Sc9GrIJrbe1iixW8cGMxMEzKn > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkWkC9ir9i9Q82JVBtF6KcheLqRzy3Ud { width:18.75rem;height:1.29980625rem;top:13.287109375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBTINNUKi8vzi7m7Rw2qWqR9BvlNKDm4 { width:18.75rem;height:6.3984375rem;top:15.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5uCCJos7rar6nHlnL6CfieCGMEglVgz { width:18.75rem;height:6.3984375rem;top:40.48828125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Twlyl5DKMmkPi9f8DrCGftV2BVX0qyBQ { width:18.75rem;height:1.29980625rem;top:38.35009765625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuF62PQ6J7prXZnTk0UZiwk2AB47zJkP { width:18.75rem;height:6.3984375rem;top:67.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OT18TAcdkfZTkzxKLbOBUU6KyQ4REroz { width:18.75rem;height:1.29980625rem;top:64.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTdxT5pzhkvLmhtA8bIxoceZ1ioOfmO4 { width:20rem;height:23.75rem;top:2.0625rem;left:0rem;background-color:#12121a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tufpAvsJXZxOcg1CaKUTN6Zc30kxdz2b { width:20rem;height:23.75rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5lEzp3GRO8ZTw9XwnPO5xMTxqN0ctf { width:20rem;height:23.75rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASuKoPwkFsqHWqdh3aa9m4q8b8tTuNVc { width:6.75rem;height:6.75rem;top:4.71875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8rgsil87sVrI7vraaOOXUsUX1kcH5Pt { width:6.75rem;height:6.75rem;top:30.40625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ4sKVrxHZ1gv88SVHK3cDyQrnFFym6r { width:6.75rem;height:6.75rem;top:56.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8959891d-da5d-4e6d-aa82-0f5d6f6595fa/showcase.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi.adaptive-delivery-prevent-bg, #FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi.lazyload, #FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi.lazyloading { background-image: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container { background-color: transparent; background-image: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container > .video-iframe-container { display: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row > .video-iframe-container { display: none; }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .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); }#FSQ7yTIHP73kJPTtzR1KGJXhAg3bxIpi > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApkeV2zy7AskoSCVKJBHoVTTUqBv6NBs { width:20rem;height:4.94921875rem;top:9.431640625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t5K38OxlsemuscPa4ZmID4g6kTbclhBB { width:13.8125rem;height:2.75rem;top:18.892578125rem;left:3.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2AFowf8xRTi0Xtmcyu6FZx0t4rHJEa5 { display:block; }
 }@media only screen and (max-width: 763px) { #HzaaZA5r8k318sWJIruSWv7fhTdxvshe { display:block; }#HzaaZA5r8k318sWJIruSWv7fhTdxvshe > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d { display:block; }#oLlf4iukhdG7VLEBnq6sqp9zmCLGla7d > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9UxRkEq6PfaSvaZuJIMt1mKrh0KhmlS { width:20rem;height:7.8684807256236rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozx7cd6MXCF99fhMiqExIv5vqbnG189E { background-color:#0040b4;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E.adaptive-delivery-prevent-bg, #Ozx7cd6MXCF99fhMiqExIv5vqbnG189E.lazyload, #Ozx7cd6MXCF99fhMiqExIv5vqbnG189E.lazyloading { background-image: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container { background-color: transparent; background-image: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container > .video-iframe-container { display: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row > .video-iframe-container { display: none; }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .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); }#Ozx7cd6MXCF99fhMiqExIv5vqbnG189E > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wh8uczlNJmSKqThpVr83b8o9l56RK8uK { width:19.375rem;height:6.9043rem;top:6.7874984741213rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHt1MWUAuAXKlEyKgHQDXiegOPw2hIl0 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOazQcoOMB6Cn1UT1ARWphny2Qps4Gd5 { width:5.625rem;height:0.375rem;top:5.1617193222046rem;left:7.1874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs3aLIuh7bk6tM3DAPXlOSqeCDVuVRfl { width:2rem;height:2rem;top:15.43701171875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLraNfci3XHeCiIhsQgggo3nlu34Tc7P { width:2.5rem;height:2.5rem;top:15.18701171875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3aiTzMyVNczgSyaPubTrTdnXtwl9iMl { width:2.1875rem;height:2.1875rem;top:15.34326171875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-form-header {  }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:1rem;font-weight:bold;color:#090e36;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-text { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:1.6875rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-textarea { background-color:rgba(255,255,255,0.03);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #090e36;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#090e36;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-checkbox { width:1rem;height:1rem;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; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.125rem;font-weight:bold;color:#000000;width:12.5625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .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; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-container:first-of-type{padding-top:0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-container:last-of-type{padding-bottom:0;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:19.71875rem;z-index:15002; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd {display:block;}#TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:0rem;top:19.71875rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #PSlspLuA6RCw2fcZUHhqO8DeOITSibeU {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #b8sumqTv7lPDta1HUusw3U6CTHlEqqmS {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #CAKb98XJxMhRW9ee0p57RmmTtpTXoLpO {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #xXTlHWCDzLs3Gt6fFWKySTQk8FZG14ZX {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Nhzowb7TRMKA1VdEaA48hOcwR6u5AKqM {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #NskFfIG08zEph5xsnyPofp6UrxsPIpNE {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #gzPPXJw6lChREVwU4kIimC1Xoc5KJBhe {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Ailixottmzntn8plvzd8kKNHhRlW7Idh {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #Kss1OmGiTN0HNKkhkTbUr3OzcMiLrBKR {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #DeLO62um6TiH5RM0JULcEpQv5vnNTJE9 {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #S3E1Cl8aRphevtpsFsBPF2RfTg4SNZze {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #bRiHvts6DZm0yUl24dZUPaHqB1EviA74 {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #rTLeXOHJZmTLla1reMUHD6pJN8miRbz7 {  }
 }@media only screen and (max-width: 763px) { #TU0i8R88JtN3tKIVaAXwLTsiVIBR0HRd #TosvnOUXFiasCsK50RZhcxyNQuNaGiRN {  }
 }@media only screen and (max-width: 763px) { #ew0cvTV37gtkINGLR8Qssagaeq3FfoIF { top:18.75rem;left:0rem;width:20rem;height:27.3125rem;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw { display:block; }#US9rd6nFUehzGR0QbdSoNQHLJ8OTWTTw > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }