.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:0px;left:0px;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); }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX { 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; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row .container { background-color: transparent; background-image: none; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row .container > .video-iframe-container { display: none; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row > .video-iframe-container { display: none; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .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); }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row .container { border-width: 0; border-radius: 0; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row .container { font-size:14px;font-family:arial;height:110px;width:1200px;position:relative;display:block; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { position:relative;display:block; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { background-color: transparent; background-image: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .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); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { border-width: 0; border-radius: 0; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:10px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c3c3b;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; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { background-color: transparent; background-image: none; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container > .video-iframe-container { display: none; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row > .video-iframe-container { display: none; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .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); }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { border-width: 0; border-radius: 0; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { font-size:14px;font-family:arial;height:420px;width:1200px;position:relative;display:block; }#uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B { box-sizing:content-box;height:420px;width:600px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f64da936-0c10-4ee4-9a92-2bc93fac3237/istock1395175264.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:0px;display:block; }#uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B.adaptive-delivery-prevent-bg, #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B.lazyload, #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B.lazyloading { background-image: none; }
#OgGTozei7VFJkRUVaFUFCRDHddq7FdJ4 { color:#ffffff;display:block;width:480px;position:absolute;font-family:"dm sans";font-size:44px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:50px;left:690px;height:228.75px;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; }
#hkfLOzDI8rHU09e1ngTnULJ9VM1Iz8qp { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:313px;left:690px;display:block; }
#rSUxLn15z7GDQI82NZktIsTkbqqZpnWb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tB4yir3aXZassysP1JsbI7JtP99TbpMx { color:#000000;display:block;width:400px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:235px;left:705px;height:26px;display:block; }
#rniU8GbOQ9ssXT97wx2kAlVm4GbGKdXA { position:absolute;display:block;z-index:15013;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:52px;width:2px;top:238px;left:693px;display:block; }
#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { position:relative;display:block; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { background-color: transparent; background-image: none; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container > .video-iframe-container { display: none; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row > .video-iframe-container { display: none; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .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); }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { border-width: 0; border-radius: 0; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:627px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J0U4PpubJoCky2J0sWCNDZISAdm3dJew { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:523px;left:434px;display:block; }
#tzeQelDIVvF34PUCPZx1Uz4SUBrPwKg9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uXQDZFJmTZb16DWq11FmCOlwRGqxyukd { color:#008859;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:255px;left:50px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3dfaCyZTc0d4bHF0WCKgnlhzOH5beP2 { color:#000000;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:324.8125px;left:50px;height:83.1875px;text-align:center;text-align-last:center;display:block; }
#qlE5hZCsPCPfvHxMaPR9pD8ihGfDlJhd { box-sizing:content-box;color:#5d92ff;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:156.5px;left:162px; }
#TncTnHnhKtKAdEOae1azSlqe0FXyxUuc { color:#000000;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:324.8125px;left:450px;height:124.781px;text-align:center;text-align-last:center;display:block; }
#oWEZdhSNxEUqg0d3Wc1PC7VeFTnDMdNF { color:#008859;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:255px;left:450px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAghVQeW0MBbgy28qL9Cs1s1PS8JTFle { box-sizing:content-box;color:#5d92ff;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:156.5px;left:562px; }
#vXPLrqm0uTIIybB10zZrFo645RTR4aNB { color:#000000;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:324.8125px;left:850px;height:124.781px;text-align:center;text-align-last:center;display:block; }
#B4p1gWKt4bxB4eysFSoCnZ4TUpGUyEhi { color:#008859;display:block;width:300px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:255px;left:850px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEVUBlbbhXGEyRylr0cnP4NAsbMTW9XA { box-sizing:content-box;color:#5d92ff;font-size:53px;font-weight:400;line-height:1;height:76px;width:76px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:156.5px;left:962px; }
#t80uLiG6gxTOGDv0fbeHa1yc6rrxcdNf { color:#000000;display:block;width:1200px;position:absolute;font-family:"dm sans";font-size:24px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:70px;left:0px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngCnb8iP44udySmzsDBR2J1t56hr08y4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aba9cc76-1ba3-419a-97c0-dbdf3202dc5e/biaisalptis2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4.adaptive-delivery-prevent-bg, #ngCnb8iP44udySmzsDBR2J1t56hr08y4.lazyload, #ngCnb8iP44udySmzsDBR2J1t56hr08y4.lazyloading { background-image: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { background-color: transparent; background-image: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container > .video-iframe-container { display: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row > .video-iframe-container { display: none; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .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); }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { border-width: 0; border-radius: 0; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;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; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { background-color: transparent; background-image: none; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container > .video-iframe-container { display: none; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row > .video-iframe-container { display: none; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .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); }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { border-width: 0; border-radius: 0; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { font-size:14px;font-family:arial;height:411px;width:1200px;position:relative;display:block; }#uwI6DU1n3TpCxgTW4LNHWb1i3uBcdp67 { color:#ffffff;display:block;width:480px;position:absolute;font-family:"dm sans";font-size:24px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:70px;left:660px;height:31.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ { color:#ffffff;display:block;width:480px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:130px;left:660px;height:125.188px;display:block; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f47ebf5d4b4a5bcb1f02879043c3db5404c11757.svg); }
#KqT3N4Cdh87VXREXasSPh7uHrPy6HXMc { 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-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#008859;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:291.375px;left:660px;display:block; }
#RxKeJvy2ovPxsUJn1WJuW8PHasvbPFoA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Pe8KOoDC0PBaoKwIWf5tSEGrt7IweZHJ { position:absolute;display:block;z-index:15026;border-top:8px solid #ffffff;border-left:8px solid #ffffff;border-right:8px solid #ffffff;border-bottom:8px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:326px;width:489px;top:31px;left:42px;overflow:hidden;display:block; }
#KRqA9tH61xZEVQymscLxlmqJiegGuuUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/25e164a4-dd8b-41b1-98b6-2abc5f907c0a/biaisalptis1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR.adaptive-delivery-prevent-bg, #KRqA9tH61xZEVQymscLxlmqJiegGuuUR.lazyload, #KRqA9tH61xZEVQymscLxlmqJiegGuuUR.lazyloading { background-image: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { background-color: transparent; background-image: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container > .video-iframe-container { display: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row > .video-iframe-container { display: none; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .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); }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { border-width: 0; border-radius: 0; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { position:relative;display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { background-color: transparent; background-image: none; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container > .video-iframe-container { display: none; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row > .video-iframe-container { display: none; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .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); }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { border-width: 0; border-radius: 0; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:867px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qpoBAZfTh3TaFshXPc4Ld0EvHcyzi8pc { color:#008859;display:block;width:1000px;position:absolute;font-family:"dm sans";font-size:25px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:40px;left:60px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ADnyifGJG9iIVpQ48IoN6I2n6Finse2z { color:#000000;display:block;width:1100px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:103px;left:60px;height:20.7969px;display:block; }
#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO { color:#000000;display:block;width:1100px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:143px;left:60px;height:529.547px;display:block; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cc56a1767135d22891ba138f9ff1f929e0d1d2c.svg); }
#JGENh7xWcA0zNMgXCIXIKJU3NFMeTEgx { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:772.171875px;left:434px;display:block; }
#XU1KHrqiqhUBqimqUZJdtVs3zV6wGZLe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;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; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row .container { background-color: transparent; background-image: none; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row .container > .video-iframe-container { display: none; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row > .video-iframe-container { display: none; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .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); }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row .container { border-width: 0; border-radius: 0; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row .container { font-size:14px;font-family:arial;height:106px;width:1200px;position:relative;display:block; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { position:relative;display:none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { border-width: 0; border-radius: 0; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:10px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV { position:relative;display:none; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV { border-width: 0; border-radius: 0; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:135px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WyJh8wSFm6AeueQ3GkFWARUf4EisBo8A { background-color:#008859;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:332px;height:47px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43px;left:434px;display:block; }
#fhwGmzF7mebW4awCcpariwi22anqxhen { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX { display:block; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { display:none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H { display:block; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B { top:0px;left:0px;width:600px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #OgGTozei7VFJkRUVaFUFCRDHddq7FdJ4 { top:50px;left:284px;width:480px;height:;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hkfLOzDI8rHU09e1ngTnULJ9VM1Iz8qp { width:332px;height:47px;top:313px;left:432px;display:block; }
 }@media only screen and (max-width: 763px) { #rSUxLn15z7GDQI82NZktIsTkbqqZpnWb { display:block; }
 }@media only screen and (max-width: 763px) { #tB4yir3aXZassysP1JsbI7JtP99TbpMx { top:235px;left:364px;width:400px;height:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rniU8GbOQ9ssXT97wx2kAlVm4GbGKdXA { top:238px;left:475px;width:2px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { display:block; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0U4PpubJoCky2J0sWCNDZISAdm3dJew { width:332px;height:47px;top:523px;left:176px;display:block; }
 }@media only screen and (max-width: 763px) { #tzeQelDIVvF34PUCPZx1Uz4SUBrPwKg9 { display:block; }
 }@media only screen and (max-width: 763px) { #uXQDZFJmTZb16DWq11FmCOlwRGqxyukd { top:255px;left:0px;width:300px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfaCyZTc0d4bHF0WCKgnlhzOH5beP2 { top:324px;left:0px;width:300px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qlE5hZCsPCPfvHxMaPR9pD8ihGfDlJhd { top:156px;left:89px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #TncTnHnhKtKAdEOae1azSlqe0FXyxUuc { top:324px;left:208px;width:300px;height:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oWEZdhSNxEUqg0d3Wc1PC7VeFTnDMdNF { top:255px;left:208px;width:300px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GAghVQeW0MBbgy28qL9Cs1s1PS8JTFle { top:156px;left:343px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #vXPLrqm0uTIIybB10zZrFo645RTR4aNB { top:324px;left:462px;width:300px;height:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B4p1gWKt4bxB4eysFSoCnZ4TUpGUyEhi { top:255px;left:462px;width:300px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zEVUBlbbhXGEyRylr0cnP4NAsbMTW9XA { top:156px;left:597px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #t80uLiG6gxTOGDv0fbeHa1yc6rrxcdNf { top:70px;left:0px;width:764px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ngCnb8iP44udySmzsDBR2J1t56hr08y4 { display:block; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb { display:block; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwI6DU1n3TpCxgTW4LNHWb1i3uBcdp67 { top:70px;left:284px;width:480px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ { top:130px;left:284px;width:480px;height:;font-size:16px;display:block; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f47ebf5d4b4a5bcb1f02879043c3db5404c11757.svg); }
 }@media only screen and (max-width: 763px) { #KqT3N4Cdh87VXREXasSPh7uHrPy6HXMc { width:332px;height:47px;top:291px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #RxKeJvy2ovPxsUJn1WJuW8PHasvbPFoA { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8KOoDC0PBaoKwIWf5tSEGrt7IweZHJ { top:31px;left:0px;width:489px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #KRqA9tH61xZEVQymscLxlmqJiegGuuUR { display:block; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpoBAZfTh3TaFshXPc4Ld0EvHcyzi8pc { top:40px;left:0px;width:764px;height:;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ADnyifGJG9iIVpQ48IoN6I2n6Finse2z { top:103px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tud6NG21PMDJZTO0zAZrTcTI54eTwikO { top:143px;left:0px;width:764px;height:;font-size:16px;display:block; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cc56a1767135d22891ba138f9ff1f929e0d1d2c.svg); }
 }@media only screen and (max-width: 763px) { #JGENh7xWcA0zNMgXCIXIKJU3NFMeTEgx { width:332px;height:47px;top:772px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #XU1KHrqiqhUBqimqUZJdtVs3zV6wGZLe { display:block; }
 }@media only screen and (max-width: 763px) { #Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 { display:block; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { display:none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV { display:block; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyJh8wSFm6AeueQ3GkFWARUf4EisBo8A { width:332px;height:47px;top:43px;left:216px;display:block; }
 }@media only screen and (max-width: 763px) { #fhwGmzF7mebW4awCcpariwi22anqxhen { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX { display:block; }#mtqBQDdBlTLKif5arcNSJ0fOWBwRsgrX > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f64da936-0c10-4ee4-9a92-2bc93fac3237/istock1395175264.webp");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB.adaptive-delivery-prevent-bg, #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB.lazyload, #kJ9fXJdTSkRUhcyLLviznBahuAdWbArB.lazyloading { background-image: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { background-color: transparent; background-image: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container { display: none; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .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); }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { border-width: 0; border-radius: 0; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJ9fXJdTSkRUhcyLLviznBahuAdWbArB > .row .container { width:320px;height:200px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H { display:block; }#UkxNQa3I2P5XFwG1ZWnVSfLpMH2x3l7H > .row .container { width:320px;height:277px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhvQbzJ0eUw1KRKboDlsUaCcMmPgvh3B { width:320px;height:141px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #OgGTozei7VFJkRUVaFUFCRDHddq7FdJ4 { width:300px;height:62.375px;top:29px;left:14px;font-size:24px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hkfLOzDI8rHU09e1ngTnULJ9VM1Iz8qp { width:311px;height:47px;top:201px;left:4.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rSUxLn15z7GDQI82NZktIsTkbqqZpnWb { display:block; }
 }@media only screen and (max-width: 763px) { #tB4yir3aXZassysP1JsbI7JtP99TbpMx { width:280px;height:46.7812px;top:119.59375px;left:28px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rniU8GbOQ9ssXT97wx2kAlVm4GbGKdXA { width:2px;height:48px;top:119px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB { display:block; }#bbL6zUqOTGh8vlfRT2L2nRBIddwXGsWB > .row .container { width:320px;height:1213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0U4PpubJoCky2J0sWCNDZISAdm3dJew { width:304px;height:47px;top:1136.3125px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #tzeQelDIVvF34PUCPZx1Uz4SUBrPwKg9 { display:block; }
 }@media only screen and (max-width: 763px) { #uXQDZFJmTZb16DWq11FmCOlwRGqxyukd { width:300px;height:46.7812px;top:274.359375px;left:10px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3dfaCyZTc0d4bHF0WCKgnlhzOH5beP2 { width:300px;height:83.1875px;top:331.109375px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlE5hZCsPCPfvHxMaPR9pD8ihGfDlJhd { display:flex;width:76px;height:76px;top:188.359375px;left:122px;font-size:53px; }
 }@media only screen and (max-width: 763px) { #TncTnHnhKtKAdEOae1azSlqe0FXyxUuc { width:300px;height:145.578px;top:601px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oWEZdhSNxEUqg0d3Wc1PC7VeFTnDMdNF { width:300px;height:52px;top:539px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GAghVQeW0MBbgy28qL9Cs1s1PS8JTFle { display:flex;width:76px;height:76px;top:453px;left:122px; }
 }@media only screen and (max-width: 763px) { #vXPLrqm0uTIIybB10zZrFo645RTR4aNB { width:300px;height:145.578px;top:952px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #B4p1gWKt4bxB4eysFSoCnZ4TUpGUyEhi { width:300px;height:52px;top:890px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zEVUBlbbhXGEyRylr0cnP4NAsbMTW9XA { display:flex;width:76px;height:76px;top:794px;left:122px; }
 }@media only screen and (max-width: 763px) { #t80uLiG6gxTOGDv0fbeHa1yc6rrxcdNf { width:320px;height:104px;top:51px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ngCnb8iP44udySmzsDBR2J1t56hr08y4 { display:block; }#ngCnb8iP44udySmzsDBR2J1t56hr08y4 > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb { display:block; }#A3bVJpz1BvKg3KrnACfi7CSWNLL25OTb > .row .container { width:320px;height:522px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwI6DU1n3TpCxgTW4LNHWb1i3uBcdp67 { width:320px;height:26px;top:238.4375px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ { width:320px;height:155.578px;top:284.4375px;left:0px;font-size:16px;line-height:1.3;display:block; }#MOuBrpUzCWUIn2OzwnGHE2CTu0EJcOrZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f47ebf5d4b4a5bcb1f02879043c3db5404c11757.svg); }
 }@media only screen and (max-width: 763px) { #KqT3N4Cdh87VXREXasSPh7uHrPy6HXMc { width:304px;height:47px;top:474px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #RxKeJvy2ovPxsUJn1WJuW8PHasvbPFoA { display:block; }
 }@media only screen and (max-width: 763px) { #Pe8KOoDC0PBaoKwIWf5tSEGrt7IweZHJ { width:297px;height:198px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KRqA9tH61xZEVQymscLxlmqJiegGuuUR { display:block; }#KRqA9tH61xZEVQymscLxlmqJiegGuuUR > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo { display:block; }#K2gOEKD5rFGsuXtsOTT8MzwXCbiOx8yo > .row .container { width:320px;height:1666px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpoBAZfTh3TaFshXPc4Ld0EvHcyzi8pc { width:310px;height:81.8906px;top:20px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ADnyifGJG9iIVpQ48IoN6I2n6Finse2z { width:320px;height:62.3906px;top:122px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tud6NG21PMDJZTO0zAZrTcTI54eTwikO { width:320px;height:1329.41px;top:204px;left:0px;font-size:16px;line-height:1.3;display:block; }#Tud6NG21PMDJZTO0zAZrTcTI54eTwikO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3cc56a1767135d22891ba138f9ff1f929e0d1d2c.svg); }
 }@media only screen and (max-width: 763px) { #JGENh7xWcA0zNMgXCIXIKJU3NFMeTEgx { width:304px;height:47px;top:1565.96875px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #XU1KHrqiqhUBqimqUZJdtVs3zV6wGZLe { display:block; }
 }@media only screen and (max-width: 763px) { #Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 { display:block; }#Ap7yFD3d9FISOxdhDVrymZb7PWpUNtn0 > .row .container { width:320px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 { background-color:#008859;background-image:none;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; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { background-color: transparent; background-image: none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container > .video-iframe-container { display: none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row > .video-iframe-container { display: none; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .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); }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { border-width: 0; border-radius: 0; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J2qJCCuIRgJGcSKl9xgrpkIkfcrkn7t6 > .row .container { width:320px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV { background-color:#ffffff;background-image:none;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;position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container { background-color: transparent; background-image: none; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container > .video-iframe-container { display: none; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row > .video-iframe-container { display: none; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .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); }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container { border-width: 0; border-radius: 0; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVdMgQ2oQbNDabm2RrPHzoh6shPJ1cwV > .row .container { width:320px;height:83px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyJh8wSFm6AeueQ3GkFWARUf4EisBo8A { width:304px;height:47px;top:20px;left:8px;background-color:#008859;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) { #fhwGmzF7mebW4awCcpariwi22anqxhen { display:block; }
 }