.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { background-color: transparent; background-image: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { display: none; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .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); }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { border-width: 0; border-radius: 0; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { font-size:14px;font-family:arial;height:69px;width:960px;position:relative;display:block; }#uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { position:absolute;display:block;z-index:15020;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:37px;width:136px;top:16px;left:0px;overflow:hidden;display:block; }
#cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { position:absolute;display:block;z-index:15021;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:37px;width:112px;top:16px;left:848px;overflow:hidden;display:block; }
#pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { position:absolute;display:block;z-index:15021;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:20px;width:73px;top:16px;left:848px;overflow:hidden;display:none; }
#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3236300b-48df-4e3a-a1db-a476c15b008b/xdem.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.adaptive-delivery-prevent-bg, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyload, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyloading { background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.07); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.07); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { font-size:14px;font-family:arial;height:668px;width:960px;overflow:visible;position:relative;display:block; }#LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { color:#ffffff;display:block;width:664px;position:absolute;font-family:lato;font-size:51px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:27px;left:0px;height:66.2969px;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; }
#n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.7);background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.42) ;height:204px;width:376px;top:113.984375px;left:0px;display:block; }
#lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { color:#0f0f10;display:block;width:259px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:134.4375px;left:73px;height:27.5px;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; }
#zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.7);background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:204px;width:377px;top:114px;left:389px;display:block; }
#ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { color:#0f0f10;display:block;width:306px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:135px;left:448px;height:26.3984px;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; }
#Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { position:absolute;display:block;z-index:14998;background-color:#ff9d02;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:288px;width:704px;top:351px;left:25px;display:block; }
#l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { color:#ffffff;display:block;width:379px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:361px;left:183px;height:31.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { color:#ffffff;display:block;width:615px;position:absolute;font-family:lato;font-size:15px;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:396px;left:73px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { position:absolute;display:block;z-index:15029;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:39px;width:30px;top:128px;left:25px;overflow:hidden;display:block; }
#C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { position:absolute;display:block;z-index:15030;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:39px;width:28px;top:129px;left:409px;overflow:hidden;display:block; }
#iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { color:#ffffff;display:block;width:606px;position:absolute;font-family:"open sans";font-size:9px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:606px;left:68px;height:23.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-form-header {  }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:613px;padding-top:0;padding-right:0;padding-bottom:5px;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;line-height:1; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:613px;box-sizing:border-box;height:52px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #9e9e9e;border-left:1px solid #9e9e9e;border-right:1px solid #9e9e9e;border-bottom:1px solid #9e9e9e;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:613px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:613px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;background-color:#55be5a;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:613px;height:55px;font-family:"open sans";overflow:hidden;box-shadow: 3px 4px 6px rgba(15,15,16,0.39) ; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]:-moz-placeholder { color:#0f0f10;font-family:"open sans";font-size:15px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]::-moz-placeholder { color:#0f0f10;font-family:"open sans";font-size:15px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]:-ms-input-placeholder { color:#0f0f10;font-family:"open sans";font-size:15px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 [class*="-text"]::-webkit-input-placeholder { color:#0f0f10;font-family:"open sans";font-size:15px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .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:10px;font-weight:300;color:#ffffff;vertical-align:top;width:593px;overflow:hidden;font-style:normal; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container:first-of-type{padding-top:0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-container:last-of-type{padding-bottom:0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:613px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51px;top:416px;z-index:15021;position:absolute; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:613px;display:block;vertical-align:top; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;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; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:613px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51px;top:416px;z-index:15021;position:absolute; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { position:relative;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg { position:relative; }
#hqaAbWeoSMoTiN08SOQiRh6e9bOI6i84 { position:relative;display:block; }
#w6Bd3dKWDQ9rqvG0F01Jr0f1hFf7ySS8 { position:relative;display:block; }
#wTRXrkl8yrWGNTTMTqZETPpG6LJzmtRw { position:relative;display:block; }
#MHQVJv24tv7hR6mN36qXBVkmOoKNHb56 { position:relative;display:block; }
#Mt2vqLLa8izFqaMbnoZg5Tul3F0e2l0a { position:relative;display:block; }
#QeJ8mZ3IznK1TDiOhkTroEpTPqOszusT { position:relative;display:block; }
#yoc0pK480tMF94Q3uSqXLLS2xko7t6vo { position:relative;display:block; }
#JtTTDWIkMnGO21y1m893Qr5QIs3MdruH { position:relative;display:block; }
#vUhvulxdIMl264kRMmL7hpA49eDih7xw { position:relative;display:block; }
#h3COvZCCJQURJx66RGL10R1EmT1Ugth5 { position:relative;display:block; }
#Bp00Ut5JR35U2mxPP5LBzqpx9v5ysQmP { position:relative;display:block; }
#d0B2i6LDLEaXPhQZCrNOizDpZh7NRFd3 { position:relative;display:block; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #duv4eG6td2Gy6E7c9llDqmUtouwICRul { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #LFM6y7iLi1RTwlKtLWUeUeMV5ldih3u9 { position:relative;z-index:2; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #AmQQtqZPtQUPrBJTE3OusBQTBmpSZuRC { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn { position:relative; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV { position:relative; }
#oWaX6tFMOBwSD03eefbD0MpysCwUbCzK { color:#0f0f10;display:block;width:359px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:177px;left:409px;height:109.1718px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PU1CWfsD0GFTTtxVnkGukpdT9TR8VPex { color:#0f0f10;display:block;width:348px;position:absolute;font-family:"open sans";font-size:14px;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:178.4375px;left:21px;height:127.3671px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { background-color: transparent; background-image: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container > .video-iframe-container { display: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container { display: none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .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); }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { border-width: 0; border-radius: 0; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { font-size:14px;font-family:arial;height:422px;width:960px;position:relative;display:block; }#MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { color:#0f0f10;display:block;width:389px;position:absolute;font-family:lato;font-size:29px;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:26.5859375px;left:285.5px;height:31.8984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgCHvTy61oqpmVEURGAfpSOShotwT49W { color:#000000;display:block;width:366px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:193px;left:76px;height:111.9922px;text-align:center;text-align-last:center;display:block; }
#JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { color:#000000;display:block;width:367px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:193px;left:516px;height:111.992px;text-align:center;text-align-last:center;display:block; }
#X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { color:#0f0f10;display:block;width:256px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:155px;left:127px;height:27.2969px;text-align:center;text-align-last:center;display:block; }
#MTareqhrw6OszCJt2epR0MR9P3sz35uh { color:#0f0f10;display:block;width:304px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:156px;left:553px;height:27.2969px;display:block; }
#lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:99.5px;left:235px; }
#dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:90px;left:672px; }
#u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #55be5a;border-left:3px solid #55be5a;border-right:3px solid #55be5a;border-bottom:3px solid #55be5a;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:262px;width:402px;top:81px;left:56px;display:block; }
#ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #55be5a;border-left:3px solid #55be5a;border-right:3px solid #55be5a;border-bottom:3px solid #55be5a;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: none;height:265px;width:402px;top:80px;left:502px;display:block; }
#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1.adaptive-delivery-prevent-bg, #ARoflNyrTKr8azPW9S67qm0WKNTkwMc1.lazyload, #ARoflNyrTKr8azPW9S67qm0WKNTkwMc1.lazyloading { background-image: none; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container { background-color: transparent; background-image: none; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #646464; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container > .video-iframe-container { display: none; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #646464; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row > .video-iframe-container { display: none; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .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); }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container { border-width: 0; border-radius: 0; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1::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; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container { font-size:14px;font-family:arial;height:98px;width:960px;position:relative;display:block; }#PexK6Mc10zuLuTFt6ZbACB3hBqEThms7 { color:#ffffff;display:block;width:602px;position:absolute;font-family:lato;font-size:11px;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:27.546875px;left:180.5px;height:42.8907px;font-style:normal;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) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { top:16px;left:0px;width:136px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { top:16px;left:652px;width:112px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { top:16px;left:652px;width:73px;height:20px;display:none; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { display:none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:664px;height:66px;top:27px;left:0px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { top:113px;left:0px;width:376px;height:204px;display:block; }
 }@media only screen and (max-width: 763px) { #lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { width:259px;height:27px;top:134px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { top:114px;left:291px;width:377px;height:204px;display:block; }
 }@media only screen and (max-width: 763px) { #ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { width:306px;height:26px;top:135px;left:350px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { top:351px;left:0px;width:704px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { top:361px;left:85px;width:379px;height:31px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { top:396px;left:0px;width:615px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { top:128px;left:0px;width:30px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { top:129px;left:311px;width:28px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { top:606px;left:0px;width:606px;height:23px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { display:block;width:613px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { width:613px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { width:613px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { width:613px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { width:613px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-checkbox-label { width:594px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { width:613px;height:auto;top:416px;left:0px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { width:613px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { width:613px;height:auto;top:416px;left:0px; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg {  }
 }@media only screen and (max-width: 763px) { #hqaAbWeoSMoTiN08SOQiRh6e9bOI6i84 { display:block; }
 }@media only screen and (max-width: 763px) { #w6Bd3dKWDQ9rqvG0F01Jr0f1hFf7ySS8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTRXrkl8yrWGNTTMTqZETPpG6LJzmtRw { display:block; }
 }@media only screen and (max-width: 763px) { #MHQVJv24tv7hR6mN36qXBVkmOoKNHb56 { display:block; }
 }@media only screen and (max-width: 763px) { #Mt2vqLLa8izFqaMbnoZg5Tul3F0e2l0a { display:block; }
 }@media only screen and (max-width: 763px) { #QeJ8mZ3IznK1TDiOhkTroEpTPqOszusT { display:block; }
 }@media only screen and (max-width: 763px) { #yoc0pK480tMF94Q3uSqXLLS2xko7t6vo { display:block; }
 }@media only screen and (max-width: 763px) { #JtTTDWIkMnGO21y1m893Qr5QIs3MdruH { display:block; }
 }@media only screen and (max-width: 763px) { #vUhvulxdIMl264kRMmL7hpA49eDih7xw { display:block; }
 }@media only screen and (max-width: 763px) { #h3COvZCCJQURJx66RGL10R1EmT1Ugth5 { display:block; }
 }@media only screen and (max-width: 763px) { #Bp00Ut5JR35U2mxPP5LBzqpx9v5ysQmP { display:block; }
 }@media only screen and (max-width: 763px) { #d0B2i6LDLEaXPhQZCrNOizDpZh7NRFd3 { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #duv4eG6td2Gy6E7c9llDqmUtouwICRul {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #LFM6y7iLi1RTwlKtLWUeUeMV5ldih3u9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #AmQQtqZPtQUPrBJTE3OusBQTBmpSZuRC {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV {  }
 }@media only screen and (max-width: 763px) { #oWaX6tFMOBwSD03eefbD0MpysCwUbCzK { top:177px;left:311px;width:359px;height:109px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PU1CWfsD0GFTTtxVnkGukpdT9TR8VPex { top:178px;left:0px;width:348px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { display:none; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { width:389px;height:31px;top:26px;left:187.5px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #mgCHvTy61oqpmVEURGAfpSOShotwT49W { top:193px;left:0px;width:366px;height:111px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { top:193px;left:397px;width:367px;height:134px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { top:155px;left:29px;width:256px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MTareqhrw6OszCJt2epR0MR9P3sz35uh { top:156px;left:455px;width:304px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { top:99px;left:137px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { top:90px;left:574px;width:67px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { top:81px;left:0px;width:402px;height:262px;display:block; }
 }@media only screen and (max-width: 763px) { #ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { top:80px;left:358px;width:402px;height:265px;display:block; }
 }@media only screen and (max-width: 763px) { #ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 { display:block; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PexK6Mc10zuLuTFt6ZbACB3hBqEThms7 { width:602px;height:42px;top:27px;left:82.5px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/37c1e9f5-8d66-4cc5-8e17-791ff35f0b13/pp.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 { display:block; }#yqpETiV4eiT1q0ToW3kRJJLVu6JPC857 > .row .container { width:320px;height:52px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uc0cXfX1oxMXvWPcmuNtwem1OHqSiizy { width:102px;height:28px;top:21px;left:19.5px;display:none; }
 }@media only screen and (max-width: 763px) { #cRHcVqCd29QMkVVHFkXvRcXVw539QZuh { width:83px;height:28px;top:12px;left:237px;display:block; }
 }@media only screen and (max-width: 763px) { #pFrr7ml6LvOyXDWcOXISRq3rZ8qZBdNv { width:142px;height:36px;top:8px;left:0px;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3236300b-48df-4e3a-a1db-a476c15b008b/xdem.png");background-position:center right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.adaptive-delivery-prevent-bg, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyload, #TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7.lazyloading { background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { background-color: transparent; background-image: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { display: none; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .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); }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { border-width: 0; border-radius: 0; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7::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; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUme8H4GF7SSKZ8aCmpqanvEUVNDCKI7 > .row .container { width:320px;height:909px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX7mtHKZXWH0X5rmnTD4DrIFbQA8yh9U { width:320px;height:31.1953px;top:10px;left:0px;text-align:center;text-align-last:center;font-size:24px;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n7v34avVZD7nHB6gTL8fR6fLBugQTkzy { width:316px;height:230px;top:57px;left:0px;z-index:14997;box-shadow: 1px 1px 3px rgba(0,0,0,0.42) ;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lNfFBtU0UgwBm2K3fafrNsOiIKMztRip { width:243px;height:24px;top:71px;left:54px;text-align:left;text-align-last:left;font-size:20px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zQXadnrksRbGCeKGBb8hzhlWqlBXUQbu { width:316px;height:228px;top:305px;left:0px;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ec5h9opL9lTi0AS3ULbFV4OLIL1rXTUt { width:243px;height:22px;top:323px;left:54px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Za56KGvGwARBTvDMfuUWPkCnIdBDw6MZ { width:319px;height:296px;top:557px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l3MTZCaaW5TZwzaixwTDoFMR7H9LSrxT { width:320px;height:24.6953px;top:568px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #J4ItrmPoLl5hNasul0gDTKnzRSzRRtmI { width:292px;height:50.3906px;top:600px;left:14px;font-size:14px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FQVn3NmXRIU22VsiVpXAKZ0iq6lJ7GyE { width:30px;height:41px;top:66px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #C7did3sJ6qs5Esv7qkzNOIZTPr3VDm6b { width:29px;height:43px;top:314px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iTg0Nw0LUU8RKHKvk1bhEzraWtzgcGnJ { width:294px;height:35.0859px;top:857px;left:13px;font-size:9px;color:#ffffff;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:49px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:48px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:9px;overflow:hidden;height:auto; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6  { width:280px;height:auto;top:661px;left:0px; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 {display:block;}#tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 { width:280px;height:auto;top:629px;left:0px; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #yUJKSWkZNopufPeHoTQSA1SkfTQkfETN {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #WDhm4XlB2gMJV5uTs7F1qseQeJR9pRsL { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #c43EsZGb5CJvQCbcStuyFGqahUBXOwlg {  }
 }@media only screen and (max-width: 763px) { #hqaAbWeoSMoTiN08SOQiRh6e9bOI6i84 { display:block; }
 }@media only screen and (max-width: 763px) { #w6Bd3dKWDQ9rqvG0F01Jr0f1hFf7ySS8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTRXrkl8yrWGNTTMTqZETPpG6LJzmtRw { display:block; }
 }@media only screen and (max-width: 763px) { #MHQVJv24tv7hR6mN36qXBVkmOoKNHb56 { display:block; }
 }@media only screen and (max-width: 763px) { #Mt2vqLLa8izFqaMbnoZg5Tul3F0e2l0a { display:block; }
 }@media only screen and (max-width: 763px) { #QeJ8mZ3IznK1TDiOhkTroEpTPqOszusT { display:block; }
 }@media only screen and (max-width: 763px) { #yoc0pK480tMF94Q3uSqXLLS2xko7t6vo { display:block; }
 }@media only screen and (max-width: 763px) { #JtTTDWIkMnGO21y1m893Qr5QIs3MdruH { display:block; }
 }@media only screen and (max-width: 763px) { #vUhvulxdIMl264kRMmL7hpA49eDih7xw { display:block; }
 }@media only screen and (max-width: 763px) { #h3COvZCCJQURJx66RGL10R1EmT1Ugth5 { display:block; }
 }@media only screen and (max-width: 763px) { #Bp00Ut5JR35U2mxPP5LBzqpx9v5ysQmP { display:block; }
 }@media only screen and (max-width: 763px) { #d0B2i6LDLEaXPhQZCrNOizDpZh7NRFd3 { display:block; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #duv4eG6td2Gy6E7c9llDqmUtouwICRul {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #LFM6y7iLi1RTwlKtLWUeUeMV5ldih3u9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #AmQQtqZPtQUPrBJTE3OusBQTBmpSZuRC {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #uLTN0JevLBJyrKo8vZUOiCu9T7BiqwOn {  }
 }@media only screen and (max-width: 763px) { #tHvIvwiAO5uCzOS2Hpt8C48a3MPzOAD6 #qh8eH6w6OHZ4gWq88U5ouLRp1dmBnoaV {  }
 }@media only screen and (max-width: 763px) { #oWaX6tFMOBwSD03eefbD0MpysCwUbCzK { width:303px;height:156.7501px;top:359px;left:17px;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PU1CWfsD0GFTTtxVnkGukpdT9TR8VPex { width:295px;height:156.7501px;top:110px;left:18px;font-size:14px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JNziNX9ZOLOedRyeQdPx14tUr7dzffaf { display:block; }#JNziNX9ZOLOedRyeQdPx14tUr7dzffaf > .row .container { width:320px;height:623px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgDiliQ5oZkVl0gITJyFyHNDJzq4wOpr { width:299px;height:25.2969px;top:26px;left:10.5px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #mgCHvTy61oqpmVEURGAfpSOShotwT49W { width:288px;height:127.3671px;top:158px;left:16px;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JiUraLCviuP0HZtMN62RLwmQHaZuz1TW { width:278px;height:127.367px;top:416px;left:21px;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X6DA1oGO5g0xNnt8359UcTbrqKMssk9M { width:256px;height:26px;top:123px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MTareqhrw6OszCJt2epR0MR9P3sz35uh { width:304px;height:26px;top:381px;left:8px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lCHOqIFkcUg5De0PaV8ngFf8v0MZlxhU { display:flex;width:40px;height:40px;top:77px;left:140px; }
 }@media only screen and (max-width: 763px) { #dDI7KbG3rTHGxLFKEzboBoJr7D8AtfXh { display:flex;width:54px;height:54px;top:328px;left:133px; }
 }@media only screen and (max-width: 763px) { #u8gTtvpNJZalyuUc5LUs50NBD6WhB5sd { width:316px;height:240px;top:65px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ngqI9bH9VLVlzzH5PEli0xKFxQbpZIoH { width:316px;height:251px;top:317px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 { background-color:#626262;background-image:none;display:block; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container { background-color: transparent; background-image: none; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container > .video-iframe-container { display: none; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row > .video-iframe-container { display: none; }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .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); }#ARoflNyrTKr8azPW9S67qm0WKNTkwMc1 > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PexK6Mc10zuLuTFt6ZbACB3hBqEThms7 { width:320px;height:46.7812px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:9px;color:#fdfeff;display:block; }
 }