.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3e891efe-e7fa-441d-9c9b-1ad2d9967236/Grid10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);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; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { background-color: transparent; background-image: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .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); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { border-width: 0; border-radius: 0; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { font-size:14px;font-family:arial;height:58px;width:960px;position:relative;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(255,255,255,0.88);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:14px;font-family:arial;height:2580px;width:960px;overflow:visible;position:relative;display:block; }#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { display:block;width:960px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:67px;left:0px;height:60px;color:#000000;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:none; }
#kKa5xKUIRCmUaN3CCo7NcBVaaQMwkyMU { color:#000000;display:block;width:807.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1315px;left:76px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xs5246GfRua6tcw8STSszsId7OzqC9q0 { color:#000000;display:block;width:323.999px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:819px;left:576px;height:0;text-align:left;text-align-last:left;display:none; }
#PgLSdtv41io42N4f1khI6HTZNd96Ldr2 { box-sizing:content-box;height:241px;width:609px;position:absolute;display:block;z-index:14998;background-color:#ffcd64;background-image:none;top:795px;left:340px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:none; }
#Nlgh30cxauEKRMxdIHuocENcKvhrik3R { box-sizing:content-box;height:118.999px;width:118.999px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15015;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e5937059-1fce-41cd-9989-755318a87744/image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:818px;left:386px;display:none; }#Nlgh30cxauEKRMxdIHuocENcKvhrik3R.adaptive-delivery-prevent-bg, #Nlgh30cxauEKRMxdIHuocENcKvhrik3R.lazyload, #Nlgh30cxauEKRMxdIHuocENcKvhrik3R.lazyloading { background-image: none; }
#Q9HBgonLAUu75NgLDwkA6SmpCf7bawTp { color:#000000;display:block;width:157.997px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:948px;left:367px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HhImOvPTKNvhr7ZtsBbzN51EMhokhWNG { color:#000000;display:block;width:157.99px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:964px;left:367px;height:0;text-align:center;text-align-last:center;display:none; }
#TJZUS6U5A2GTvogtiNGeNmdNTZJkQOgC { position:absolute;display:block;z-index:15016;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:30.9943px;width:153.999px;top:982px;left:369px;overflow:hidden;display:none; }
#oipiliCkprVFwEJfoWZTKfbtHE4AXWku { background-color:#ffcd64;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293.999px;height:65px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1478px;left:353px;display:none; }
#R7dzrvOCgTaMBQfl5ZbBRCQ8GeWb6gOf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#T1l89qbiWAsmtyrpxofEPGGRr8RQSKPh { color:#000000;display:block;width:807.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1144.9999847412px;left:75.994323730469px;height:140.3694px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uE675p1aRycI91dkutAUix9QaBXeIkHf { color:#000000;display:block;width:825.973px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:783.78549194336px;left:0px;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:none; }
#XJXkPOTSabPc7QuTN3mNeG3OTeme84KR { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:230px;left:32px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:788px;position:absolute;font-family:montserrat;font-size:54px;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:42.078125px;left:32px;height:129.594px;color:#000000;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;text-align:left;text-align-last:left;display:block; }
#iTBw8IKlhuXCn3GvTSDtT8snRfBNwJGD { color:#ffffff;display:block;width:146px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:331px;left:744px;height:42px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T9OxKW6EZ823Q6omVwwG5TazfHmalH8I { box-sizing:content-box;height:79px;width:79px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15029;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5937059-1fce-41cd-9989-755318a87744/image1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:237px;left:774px;display:block; }#T9OxKW6EZ823Q6omVwwG5TazfHmalH8I.adaptive-delivery-prevent-bg, #T9OxKW6EZ823Q6omVwwG5TazfHmalH8I.lazyload, #T9OxKW6EZ823Q6omVwwG5TazfHmalH8I.lazyloading { background-image: none; }
#tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { color:#000000;display:block;width:547.977px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2496px;left:206.0078125px;height:18.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u1hbzKQc6o3tu1cHlJNchEsHgyXPph8W { color:#000000;display:block;width:586px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:265px;left:32px;height:;text-align:left;text-align-last:left;display:block; }#u1hbzKQc6o3tu1cHlJNchEsHgyXPph8W li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#u1hbzKQc6o3tu1cHlJNchEsHgyXPph8W li:before{  }
#hszUmlnTIoUBhDUBnuvW77ixzFTerZtm { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:479px;left:32px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wCGieTTZ2p2out7tIUAS5QxHTzkvnZVS { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:519px;left:32px;height:85.5859px;text-align:left;text-align-last:left;display:block; }#wCGieTTZ2p2out7tIUAS5QxHTzkvnZVS li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wCGieTTZ2p2out7tIUAS5QxHTzkvnZVS li:before{  }
#c6TMtvCwxwC6qzmHSqVPd9HAMeQGXlq7 { color:#000000;display:block;width:716px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:683px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wc2uL9zOkJ9mAmg2BwRnZw7GS9vw0mzD { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:739px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hVpBQPt0VTN4r8ZtToUMLJ6PcR8zyp3e { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:776.1875px;left:46px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hq1JHXPrn08ryumh8Ev7s8yBXAaoMRAe { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:804.375px;left:45px;height:115.781px;text-align:left;text-align-last:left;display:block; }#hq1JHXPrn08ryumh8Ev7s8yBXAaoMRAe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hq1JHXPrn08ryumh8Ev7s8yBXAaoMRAe li:before{  }
#pziVZcbQsts7M3lU3adpJyb2hpbXVO41 { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:977px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oBQQIxHTiRlaUxIDOxZouaJJbafrgoEz { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:1005px;left:45px;height:226.562px;text-align:left;text-align-last:left;display:block; }#oBQQIxHTiRlaUxIDOxZouaJJbafrgoEz li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#oBQQIxHTiRlaUxIDOxZouaJJbafrgoEz li:before{  }
#Rl3uURtUXEVI1t5WTzEGsVXbmTARndEG { box-sizing:content-box;height:227px;width:200px;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #535353, #000000);background-image: -moz-linear-gradient(180deg, #535353, #000000);background-image: -ms-linear-gradient(180deg, #535353, #000000);background-image: -o-linear-gradient(180deg, #535353, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#000000' );";background-image: linear-gradient(180deg, #535353, #000000);background-size:auto !important;top:211px;left:714px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#MFNPNRqOs8kOhqRSFGIRdM7zrOThEiak { background-color:#000000;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffcd64;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1924px;left:45px;display:block; }
#d8JBmmASk8GSN5sA4h4OQ4pmuztcBASu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EkxhfCfQlX0GCT6dyFyaHACwWqIc1aTA { color:#000000;display:block;width:711px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:1295px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xWVfG4JqM82JxVcaC6ahKJW5yascOu9p { color:#000000;display:block;width:776px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:1323.1875px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cqXQL7lARqKGklRk4S6TccdMEygET5G8 { color:#000000;display:block;width:776px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:1368.375px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EZ673riDavr6CwUfu6u68JUv9Z55nyxq { color:#000000;display:block;width:776px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:1393.5625px;left:45px;height:115.781px;text-align:left;text-align-last:left;display:block; }#EZ673riDavr6CwUfu6u68JUv9Z55nyxq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#EZ673riDavr6CwUfu6u68JUv9Z55nyxq li:before{  }
#JgNH3JBaUltcGIU0pIkN7igeSfObJwrm { color:#000000;display:block;width:776px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:1556.375px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xVGx4xb9HdWDnm3RIerTR1MF4abnATKe { color:#000000;display:block;width:776px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:1584.5625px;left:45px;height:145.977px;text-align:left;text-align-last:left;display:block; }#xVGx4xb9HdWDnm3RIerTR1MF4abnATKe li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xVGx4xb9HdWDnm3RIerTR1MF4abnATKe li:before{  }
#Tf0tCSiUBw3M34HfF7SHHL2vVJT7FHiT { color:#000000;display:block;width:816px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:1781.375px;left:45px;height:50.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mShbzSxMRxsb3kGrEZtEpLcio4QbWQy7 { color:#000000;display:block;width:816px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:1866.375px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wJ6JzTiDhRn2giTFD06zfLOLXtzTthPR { color:#ffffff;display:block;width:146px;position:absolute;font-family:montserrat;font-size:13px;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:385px;left:744px;height:36.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IcO0qMQZOpPZTmaT86gZCVIghctVW9it { color:#000000;display:block;width:816px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:1866.375px;left:45px;height:25.1953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { display:block; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:567px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:492px;height:156px;top:64px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #kKa5xKUIRCmUaN3CCo7NcBVaaQMwkyMU { width:764px;height:140px;top:1315px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #xs5246GfRua6tcw8STSszsId7OzqC9q0 { width:323px;height:116px;top:819px;left:441px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #PgLSdtv41io42N4f1khI6HTZNd96Ldr2 { width:608px;height:240px;top:795px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #Nlgh30cxauEKRMxdIHuocENcKvhrik3R { width:118px;height:118px;top:818px;left:288px;display:none; }
 }@media only screen and (max-width: 763px) { #Q9HBgonLAUu75NgLDwkA6SmpCf7bawTp { width:157px;height:18px;top:948px;left:269px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #HhImOvPTKNvhr7ZtsBbzN51EMhokhWNG { width:157px;height:18px;top:964px;left:269px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #TJZUS6U5A2GTvogtiNGeNmdNTZJkQOgC { width:153px;height:30.786184325872px;top:982px;left:271px;display:none; }
 }@media only screen and (max-width: 763px) { #oipiliCkprVFwEJfoWZTKfbtHE4AXWku { width:293px;height:65px;top:1478px;left:255px;display:none; }
 }@media only screen and (max-width: 763px) { #R7dzrvOCgTaMBQfl5ZbBRCQ8GeWb6gOf { display:block; }
 }@media only screen and (max-width: 763px) { #T1l89qbiWAsmtyrpxofEPGGRr8RQSKPh { width:313px;height:156px;top:1092px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #uE675p1aRycI91dkutAUix9QaBXeIkHf { width:764px;height:93px;top:783px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #XJXkPOTSabPc7QuTN3mNeG3OTeme84KR { width:711px;height:25px;top:230px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:492px;height:156px;top:64px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iTBw8IKlhuXCn3GvTSDtT8snRfBNwJGD { width:146px;height:42px;top:331px;left:618px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #T9OxKW6EZ823Q6omVwwG5TazfHmalH8I { width:79px;height:79px;top:237px;left:676px;display:block; }
 }@media only screen and (max-width: 763px) { #tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:547px;height:18px;top:2496px;left:108.0078125px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #u1hbzKQc6o3tu1cHlJNchEsHgyXPph8W { width:586px;height:;top:265px;left:0px;font-size:14px;display:none; }#u1hbzKQc6o3tu1cHlJNchEsHgyXPph8W li:before{  }
 }@media only screen and (max-width: 763px) { #hszUmlnTIoUBhDUBnuvW77ixzFTerZtm { width:711px;height:25px;top:479px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #wCGieTTZ2p2out7tIUAS5QxHTzkvnZVS { width:711px;height:85px;top:519px;left:0px;font-size:14px;display:none; }#wCGieTTZ2p2out7tIUAS5QxHTzkvnZVS li:before{  }
 }@media only screen and (max-width: 763px) { #c6TMtvCwxwC6qzmHSqVPd9HAMeQGXlq7 { width:716px;height:25px;top:683px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #wc2uL9zOkJ9mAmg2BwRnZw7GS9vw0mzD { width:711px;height:25px;top:739px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #hVpBQPt0VTN4r8ZtToUMLJ6PcR8zyp3e { width:711px;height:25px;top:776px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #hq1JHXPrn08ryumh8Ev7s8yBXAaoMRAe { width:711px;height:115px;top:804px;left:0px;font-size:14px;display:none; }#hq1JHXPrn08ryumh8Ev7s8yBXAaoMRAe li:before{  }
 }@media only screen and (max-width: 763px) { #pziVZcbQsts7M3lU3adpJyb2hpbXVO41 { width:711px;height:25px;top:977px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #oBQQIxHTiRlaUxIDOxZouaJJbafrgoEz { width:711px;height:226px;top:1005px;left:0px;font-size:14px;display:none; }#oBQQIxHTiRlaUxIDOxZouaJJbafrgoEz li:before{  }
 }@media only screen and (max-width: 763px) { #Rl3uURtUXEVI1t5WTzEGsVXbmTARndEG { width:200px;height:227px;top:211px;left:564px;display:block; }
 }@media only screen and (max-width: 763px) { #MFNPNRqOs8kOhqRSFGIRdM7zrOThEiak { width:280px;height:55px;top:1924px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d8JBmmASk8GSN5sA4h4OQ4pmuztcBASu { display:block; }
 }@media only screen and (max-width: 763px) { #EkxhfCfQlX0GCT6dyFyaHACwWqIc1aTA { width:711px;height:25px;top:1295px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #xWVfG4JqM82JxVcaC6ahKJW5yascOu9p { width:764px;height:25px;top:1323px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #cqXQL7lARqKGklRk4S6TccdMEygET5G8 { width:764px;height:25px;top:1368px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #EZ673riDavr6CwUfu6u68JUv9Z55nyxq { width:764px;height:;top:1393px;left:0px;font-size:14px;display:none; }#EZ673riDavr6CwUfu6u68JUv9Z55nyxq li:before{  }
 }@media only screen and (max-width: 763px) { #JgNH3JBaUltcGIU0pIkN7igeSfObJwrm { width:764px;height:25px;top:1556px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #xVGx4xb9HdWDnm3RIerTR1MF4abnATKe { width:764px;height:;top:1584px;left:0px;font-size:14px;display:none; }#xVGx4xb9HdWDnm3RIerTR1MF4abnATKe li:before{  }
 }@media only screen and (max-width: 763px) { #Tf0tCSiUBw3M34HfF7SHHL2vVJT7FHiT { width:764px;height:50px;top:1781px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #mShbzSxMRxsb3kGrEZtEpLcio4QbWQy7 { width:764px;height:25px;top:1866px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #wJ6JzTiDhRn2giTFD06zfLOLXtzTthPR { width:146px;height:36px;top:385px;left:618px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #IcO0qMQZOpPZTmaT86gZCVIghctVW9it { width:268px;height:58px;top:2855px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { background-color:rgba(255,255,255,0.88);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; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { background-color: transparent; background-image: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { display: none; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .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); }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { border-width: 0; border-radius: 0; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { width:320px;height:57px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(255,255,255,0.88);background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:2868px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:320px;height:0;top:208.9772644043px;left:0px;text-align:center;text-align-last:center;font-size:26px;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #kKa5xKUIRCmUaN3CCo7NcBVaaQMwkyMU { width:314px;height:0;top:1103px;left:4px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xs5246GfRua6tcw8STSszsId7OzqC9q0 { width:245.987px;height:0;top:2138px;left:39px;font-size:13px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PgLSdtv41io42N4f1khI6HTZNd96Ldr2 { width:286px;height:280px;top:2115px;left:17px;display:none; }
 }@media only screen and (max-width: 763px) { #Nlgh30cxauEKRMxdIHuocENcKvhrik3R { width:69px;height:69px;top:2298px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #Q9HBgonLAUu75NgLDwkA6SmpCf7bawTp { width:130px;height:0;top:2298px;left:132px;font-size:14px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HhImOvPTKNvhr7ZtsBbzN51EMhokhWNG { width:57px;height:0;top:2313px;left:132px;font-size:14px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TJZUS6U5A2GTvogtiNGeNmdNTZJkQOgC { width:152.997px;height:30.7812px;top:2335px;left:121px;display:none; }
 }@media only screen and (max-width: 763px) { #oipiliCkprVFwEJfoWZTKfbtHE4AXWku { width:240.974px;height:55px;top:1341.8770508301px;left:79.026px;display:none; }
 }@media only screen and (max-width: 763px) { #R7dzrvOCgTaMBQfl5ZbBRCQ8GeWb6gOf { display:block; }
 }@media only screen and (max-width: 763px) { #T1l89qbiWAsmtyrpxofEPGGRr8RQSKPh { width:313.999px;height:0;top:2771px;left:3px;font-size:12px;text-align:center;text-align-last:center;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #uE675p1aRycI91dkutAUix9QaBXeIkHf { width:320px;height:0;top:123.38068008423px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XJXkPOTSabPc7QuTN3mNeG3OTeme84KR { width:302px;height:39.1875px;top:266px;left:10px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:320px;height:48px;top:35px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iTBw8IKlhuXCn3GvTSDtT8snRfBNwJGD { width:136px;height:39.1876px;top:130px;left:132px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #T9OxKW6EZ823Q6omVwwG5TazfHmalH8I { width:70px;height:70px;top:132px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #tz8tV2Svi7Wbb3fTE5eF2k0Kg9v3LTGL { width:287.977px;height:13px;top:2814.046875px;left:16.0078125px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1hbzKQc6o3tu1cHlJNchEsHgyXPph8W { width:299px;height:132.562px;top:312px;left:8px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }#u1hbzKQc6o3tu1cHlJNchEsHgyXPph8W li:before{  }
 }@media only screen and (max-width: 763px) { #hszUmlnTIoUBhDUBnuvW77ixzFTerZtm { width:279px;height:44.7969px;top:521.3046875px;left:12px;font-size:16px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wCGieTTZ2p2out7tIUAS5QxHTzkvnZVS { width:301px;height:127.562px;top:579.4921875px;left:10px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }#wCGieTTZ2p2out7tIUAS5QxHTzkvnZVS li:before{  }
 }@media only screen and (max-width: 763px) { #c6TMtvCwxwC6qzmHSqVPd9HAMeQGXlq7 { width:295px;height:67.1953px;top:789.2421875px;left:12px;font-size:16px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #wc2uL9zOkJ9mAmg2BwRnZw7GS9vw0mzD { width:275px;height:19.5938px;top:875.8203125px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hVpBQPt0VTN4r8ZtToUMLJ6PcR8zyp3e { width:294px;height:19.5938px;top:912.0078125px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hq1JHXPrn08ryumh8Ev7s8yBXAaoMRAe { width:306px;height:152.156px;top:936.1953125px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }#hq1JHXPrn08ryumh8Ev7s8yBXAaoMRAe li:before{  }
 }@media only screen and (max-width: 763px) { #pziVZcbQsts7M3lU3adpJyb2hpbXVO41 { width:280px;height:19.5938px;top:1116.9609375px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oBQQIxHTiRlaUxIDOxZouaJJbafrgoEz { width:298px;height:338.5px;top:1141.5546875px;left:11px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }#oBQQIxHTiRlaUxIDOxZouaJJbafrgoEz li:before{  }
 }@media only screen and (max-width: 763px) { #Rl3uURtUXEVI1t5WTzEGsVXbmTARndEG { width:242px;height:109px;top:113px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #MFNPNRqOs8kOhqRSFGIRdM7zrOThEiak { width:280px;height:55px;top:2418.046875px;left:20px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d8JBmmASk8GSN5sA4h4OQ4pmuztcBASu { display:block; }
 }@media only screen and (max-width: 763px) { #EkxhfCfQlX0GCT6dyFyaHACwWqIc1aTA { width:270px;height:19.5938px;top:1585.6640625px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xWVfG4JqM82JxVcaC6ahKJW5yascOu9p { width:295px;height:58.7812px;top:1614.8515625px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cqXQL7lARqKGklRk4S6TccdMEygET5G8 { width:293px;height:19.5938px;top:1684.4296875px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EZ673riDavr6CwUfu6u68JUv9Z55nyxq { width:300px;height:171.75px;top:1708.6171875px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }#EZ673riDavr6CwUfu6u68JUv9Z55nyxq li:before{  }
 }@media only screen and (max-width: 763px) { #JgNH3JBaUltcGIU0pIkN7igeSfObJwrm { width:304px;height:19.5938px;top:1924.171875px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xVGx4xb9HdWDnm3RIerTR1MF4abnATKe { width:305px;height:215.938px;top:1952.359375px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }#xVGx4xb9HdWDnm3RIerTR1MF4abnATKe li:before{  }
 }@media only screen and (max-width: 763px) { #Tf0tCSiUBw3M34HfF7SHHL2vVJT7FHiT { width:294px;height:58.7812px;top:2235.890625px;left:12px;font-size:14px;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #mShbzSxMRxsb3kGrEZtEpLcio4QbWQy7 { width:268px;height:0;top:2816.6640625px;left:8.5px;font-size:14px;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #wJ6JzTiDhRn2giTFD06zfLOLXtzTthPR { width:129px;height:33.5938px;top:173px;left:132px;font-size:12px;text-align:left;text-align-last:left;z-index:15009;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IcO0qMQZOpPZTmaT86gZCVIghctVW9it { width:311px;height:44.7968px;top:2353.8515625px;left:4.5px;font-size:16px;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }