.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-input-select option {
  color: #000;
}
.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 {
  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:url("https://images.assets-landingi.com/uc/07be6a19-ce17-458c-855b-20dbf6a4642f/bgtop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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); }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s { position:relative;display:none; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s { border-width: 0; border-radius: 0; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row .container > .video-iframe-container {  }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .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:300px;width:1200px;position:relative;display:none; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;display:none; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row .container { border-width: 0; border-radius: 0; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row > .video-iframe-container {  }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;display:none; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row .container { border-width: 0; border-radius: 0; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row > .video-iframe-container {  }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;display:none; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row .container { border-width: 0; border-radius: 0; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row > .video-iframe-container {  }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:none; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;display:block; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row .container { background-color: transparent; background-image: none; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row .container > .video-iframe-container { display: none; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row > .video-iframe-container { display: none; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .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); }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row .container { border-width: 0; border-radius: 0; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row > .video-iframe-container {  }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row .container { font-size:14px;font-family:arial;height:102px;width:1200px;position:relative;display:block; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;background-image:none;position:relative;display:block; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row .container { background-color: transparent; background-image: none; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row .container > .video-iframe-container { display: none; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row > .video-iframe-container { display: none; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .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); }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row .container { border-width: 0; border-radius: 0; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row > .video-iframe-container {  }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row .container { font-size:14px;font-family:arial;height:71px;width:1200px;position:relative;display:block; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 { position:relative;display:block; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 { background-color: transparent; background-image: none; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row .container > .video-iframe-container { display: none; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row > .video-iframe-container { display: none; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .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); }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 { border-width: 0; border-radius: 0; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row .container > .video-iframe-container {  }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:36px;width:1200px;position:relative;display:block; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP { position:relative;display:block; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP { background-color: transparent; background-image: none; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row .container > .video-iframe-container { display: none; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row > .video-iframe-container { display: none; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .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); }#zGdCJLZll5LangX90wSw2OTGv93S2GfP { border-width: 0; border-radius: 0; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row .container > .video-iframe-container {  }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:861px;width:1200px;position:relative;display:block; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw { position:relative;display:block; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw { background-color: transparent; background-image: none; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row .container > .video-iframe-container { display: none; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row > .video-iframe-container { display: none; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .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); }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw { border-width: 0; border-radius: 0; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row .container > .video-iframe-container {  }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:261px;width:1200px;position:relative;display:block; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { position:relative;display:block; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { background-color: transparent; background-image: none; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container > .video-iframe-container { display: none; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row > .video-iframe-container { display: none; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .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); }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { border-width: 0; border-radius: 0; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container > .video-iframe-container {  }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:132px;width:1200px;position:relative;display:block; }#vVIZtuOxLozXTk2rAFNUUanX1bWFtTRc { color:#ffffff;display:block;width:72px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.25);top:56px;left:115.5px;height:18.2px;display:block; }
#axT5Ugo4a1RbBzM5MFdiUXmBCTT838VG { color:#ffffff;display:block;width:25px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.25);top:56px;left:152.5px;height:18.2px;text-align:center;text-align-last:center;display:block; }
#PfLuSUyZxhWUc7skwHbMzMEGotDSezBJ { color:#ffffff;display:block;width:904px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.25);top:56px;left:179.5px;height:18.2px;font-style:normal;display:block; }
#J6W7fFGbVJMHBEWrKzrhwgRMC4f8RktA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:226px;top:27px;left:862px;overflow:hidden;display:block; }
#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2593dae2-9fd7-4fad-b5af-389901f920a0/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container {  }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:14px;font-family:arial;height:1251px;width:1200px;position:relative;display:block; }#qoJCBtAQP1SNapWZeVLgoTix0PrOlp1v { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:388px;width:388px;top:80.799987792969px;left:0px;display:block; }
#WvrI2291qCLxlBHb5Ttn0ugR7U1VLXK8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:319px;width:319px;top:115.296875px;left:34.5px;overflow:hidden;display:block; }
#T0Pd1NaITwrMUbbyiqRSC6MO7uhaO2zm { position:absolute;display:block;z-index:15002;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;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:487px;left:0px;display:block; }
#WXdPElr1Is0Fv4A5VsuR4Dr4JTUJfV3s { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:487px;left:135px;display:block; }
#TIDJN0ifoTHTWlVhD6vZySmWDit24CN5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:91px;top:500.5px;left:11.5px;overflow:hidden;display:block; }
#qHqzuh1hx2GxDFTzf7zrbx2meD0TGKpN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:92px;top:500px;left:148px;overflow:hidden;display:block; }
#gLPt1hPv7Iz9TrLtaxULbJDV8V12qGok { position:absolute;display:block;z-index:15010;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;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:487px;left:271px;display:block; }
#rah0SpXvtc2awv6Dsw0IvNr9QIOu0KnA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:92px;top:500px;left:284px;overflow:hidden;display:block; }
#GJOghpz5BhqS4os2XxTUfdWWKl9Po9lQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:162px;top:80.800003051758px;left:447.5px;overflow:hidden;display:block; }
#QLToAwSE6Nn1GpnDBFX1ZCLNPiPuzZrx { color:#004067;display:block;width:563px;position:absolute;font-family:"ss nickson three";font-size:48px;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:133px;left:447.5px;height:48px;display:block; }
#rdvvCf3T9BkTTWqxqCyiFMmu7KA7bkf6 { color:#004067;display:block;width:268px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:307px;left:448px;height:20.7969px;font-style:normal;display:block; }
#i7kETxsAdlFw8tTddMp6tgElErfD6Uqh { position:absolute;display:block;z-index:15023;background-color:rgba(221,221,221,0.37);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;height:30px;width:398px;top:342px;left:448px;display:block; }
#zqcnDXKa6Rzmdiq5xaZ1Au7rml8cQgHz { color:#004067;display:block;width:194px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15023;line-height:2;letter-spacing:0;top:342px;left:448px;height:150px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#plwKJkFpswTpaZb2L3eFoseVPmTDJkZT { color:#004067;display:block;width:191px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15024;line-height:2;letter-spacing:0;top:342px;left:657px;height:150px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZfoC7Z60z6KxGV6GrIcNxhGBWLEr9NA { position:absolute;display:block;z-index:14999;background-color:rgba(221,221,221,0.37);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;height:30px;width:398px;top:402px;left:448px;display:block; }
#PEdBQBuu3xoC0Zeo4JaCuDqe1V3IX3t3 { color:#004067;display:block;width:726px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:558px;left:447.5px;height:179.2px;font-style:normal;display:block; }
#CVfwy71Wx3UA6tr5pZT6a6EBUGH2iqkH { position:absolute;display:block;z-index:15024;background-color:rgba(221,221,221,0.37);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;height:194px;width:356px;top:864px;left:448px;display:block; }
#eA2hqy2dcHSrVarM4fMSFZeH0O3kBT91 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:915px;left:487px;overflow:hidden;display:block; }
#QTxILqKdmOUXi8vw2byJzbriVrrH05F7 { color:#004067;display:block;width:286px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:967px;left:487px;height:51px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PgdJTAwTPAyxGyfxxr9QDnDlsSSfhD9I { position:absolute;display:block;z-index:15027;background-color:rgba(221,221,221,0.37);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;height:282px;width:356px;top:864px;left:844px;display:block; }
#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w { color:#004067;display:block;width:305px;position:absolute;font-family:"open sans";font-size:15px;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:967px;left:883px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:before{  }
#qRKnBcvOrfNVMqgpgT65dKDr9bXtrhDh { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:40px;top:915px;left:883px;overflow:hidden;display:block; }
#hKGArvt1D3iTN9TqRhhc4wvfNHn7ZL12 { background-color:#e68f16;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ss nickson three";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:243px;height:50px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:819px;left:0px;display:block; }
#Qh0h8vW9Glg2qT7qGN1IcVMfPZtJzoZT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MS3nPHDuHVlnb3hsWz8qym6CKncypAom { background-color:#006fa5;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ss nickson three";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:243px;height:50px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:890px;left:0px;display:block; }
#Rcf24syaA1heBcNMWz1XcMeuOaNoxqon { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pzysBTUzO56Eq8QDptTUyuKJ9T5G16M1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:199px;width:199px;top:123px;left:0px;overflow:hidden;display:none; }
#sJmHHn86TloPQNxDkLxMVJKy4ZH182C2 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8c3eaa8-7c63-41aa-8a50-9123ff13f003/button1.png");background-position:center right !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;box-sizing:border-box;color:#e68f16;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ss nickson three";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:50px;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:211.390625px;left:447.5px;display:block; }#sJmHHn86TloPQNxDkLxMVJKy4ZH182C2.adaptive-delivery-prevent-bg, #sJmHHn86TloPQNxDkLxMVJKy4ZH182C2.lazyload, #sJmHHn86TloPQNxDkLxMVJKy4ZH182C2.lazyloading { background-image: none; }
#e8oaNxLO77za0hhKTgzeH6IA8mBpLeTH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kwq5h8O59yJkeNAVQnueONuJT1ixo8Cu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:199px;width:199px;top:0px;left:0px;overflow:hidden;display:block; }
#xuRThoRIby9J1FyVZeWlc4sinVCz4rgb { color:#004067;display:block;width:268px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:781px;left:448px;height:20.7969px;font-style:normal;display:block; }
#iJldLlUFMpxa0p4kh4IcXof4UrH5fFRa { position:absolute;display:block;z-index:15000;background-color:rgba(221,221,221,0.37);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;height:30px;width:398px;top:463px;left:448.5px;display:block; }
#KZOMPTXe4GAZKK6lOoTwL7FarAQKizVp { position:absolute;display:block;z-index:15023;background-color:rgba(221,221,221,0.37);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;height:30px;width:398px;top:398px;left:448px;display:none; }
#MkErvfbsAbTP9acPplMSE8IAID33q4oT { position:absolute;display:block;z-index:15010;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;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:620px;left:135px;display:block; }
#J3z3pmZnlRTOshMeAMM8E8OtZvbsZAZh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92px;width:92px;top:633px;left:148px;overflow:hidden;display:block; }
#BuStCHss29cJFa2Sb9Pk2VfM74n8PMJm { position:absolute;display:block;z-index:15008;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;box-shadow: 1px 1px 020px rgba(0,0,0,0.19) ;height:118px;width:118px;top:620px;left:0px;display:block; }
#FuIKDc2BXrH7PV2RT6dIQtTMwLM7ld15 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:91px;top:634px;left:12px;overflow:hidden;display:block; }
#Az2PQct8XmsK8Vc6OP1UlGBEWPLerx1e { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:292px;top:200.38333129883px;left:436px;overflow:hidden;display:block; }
#qymduzQWdfDCTAPPb67PBalBMXDbo67o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;display:block; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { background-color: transparent; background-image: none; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container > .video-iframe-container { display: none; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row > .video-iframe-container { display: none; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .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); }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { border-width: 0; border-radius: 0; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row > .video-iframe-container {  }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { font-size:14px;font-family:arial;height:140px;width:1200px;position:relative;display:block; }#R8vTp155xWiiOhVGBMoUSPmqm35w2kkf { color:#ffffff;display:block;width:109px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:56.899993896484px;left:111.5px;height:20.8px;display:block; }
#AHu8hisyTEzwxq0knccBc5ml9r4LGpuM { background-color:#e68f16;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"ss nickson three";font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198px;height:50px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45px;left:888.5px;display:block; }
#yJTtnTa7S9TEuwzmFoQX8kbq1DTkdK67 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2.adaptive-delivery-prevent-bg, #bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2.lazyload, #bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2.lazyloading { background-image: none; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row .container { background-color: transparent; background-image: none; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row .container > .video-iframe-container { display: none; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row > .video-iframe-container { display: none; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .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); }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row .container { border-width: 0; border-radius: 0; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row > .video-iframe-container {  }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row .container { font-size:14px;font-family:arial;height:488px;width:1200px;position:relative;display:block; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV.adaptive-delivery-prevent-bg, #zEHZOvxPTXpCWM0xhNrbQdEAE610drJV.lazyload, #zEHZOvxPTXpCWM0xhNrbQdEAE610drJV.lazyloading { background-image: none; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row .container { border-width: 0; border-radius: 0; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row > .video-iframe-container {  }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row .container { font-size:14px;font-family:arial;height:200px;width:1200px;position:relative;display:none; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL { position:relative;display:none; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL { border-width: 0; border-radius: 0; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row .container > .video-iframe-container {  }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .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:36px;width:1200px;position:relative;display:none; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM { position:relative;display:none; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM { border-width: 0; border-radius: 0; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row .container > .video-iframe-container {  }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .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:36px;width:1200px;position:relative;display:none; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw.adaptive-delivery-prevent-bg, #Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw.lazyload, #Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw.lazyloading { background-image: none; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row .container { border-width: 0; border-radius: 0; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row > .video-iframe-container {  }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row .container { font-size:14px;font-family:arial;height:196px;width:1200px;position:relative;display:none; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 { position:relative;display:none; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 { border-width: 0; border-radius: 0; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row .container > .video-iframe-container {  }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .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:36px;width:1200px;position:relative;display:none; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd { position:relative;display:none; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd { border-width: 0; border-radius: 0; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row .container > .video-iframe-container {  }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .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:36px;width:1200px;position:relative;display:none; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu.adaptive-delivery-prevent-bg, #JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu.lazyload, #JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu.lazyloading { background-image: none; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row .container { border-width: 0; border-radius: 0; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row > .video-iframe-container {  }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row .container { font-size:14px;font-family:arial;height:88px;width:1200px;position:relative;display:none; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;background-image:none;position:relative;display:block; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row .container { background-color: transparent; background-image: none; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row .container > .video-iframe-container { display: none; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row > .video-iframe-container { display: none; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .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); }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row .container { border-width: 0; border-radius: 0; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row > .video-iframe-container {  }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row .container { font-size:14px;font-family:arial;height:40px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s { display:none; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ { display:none; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG { display:none; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQLNRnk3R08siL5UzWIx07RnwAN1RgOe { display:none; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 { display:block; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ { display:block; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 { display:block; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGdCJLZll5LangX90wSw2OTGv93S2GfP { display:block; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw { display:block; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { display:block; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVIZtuOxLozXTk2rAFNUUanX1bWFtTRc { top:56px;left:0px;width:72px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #axT5Ugo4a1RbBzM5MFdiUXmBCTT838VG { top:56px;left:0px;width:25px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PfLuSUyZxhWUc7skwHbMzMEGotDSezBJ { top:56px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J6W7fFGbVJMHBEWrKzrhwgRMC4f8RktA { top:27px;left:538px;width:226px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoJCBtAQP1SNapWZeVLgoTix0PrOlp1v { top:80px;left:0px;width:388px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #WvrI2291qCLxlBHb5Ttn0ugR7U1VLXK8 { top:115px;left:0px;width:319px;height:319px;display:block; }
 }@media only screen and (max-width: 763px) { #T0Pd1NaITwrMUbbyiqRSC6MO7uhaO2zm { top:487px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #WXdPElr1Is0Fv4A5VsuR4Dr4JTUJfV3s { top:487px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #TIDJN0ifoTHTWlVhD6vZySmWDit24CN5 { top:500px;left:0px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #qHqzuh1hx2GxDFTzf7zrbx2meD0TGKpN { top:500px;left:0px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #gLPt1hPv7Iz9TrLtaxULbJDV8V12qGok { top:487px;left:53px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #rah0SpXvtc2awv6Dsw0IvNr9QIOu0KnA { top:500px;left:66px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #GJOghpz5BhqS4os2XxTUfdWWKl9Po9lQ { top:80px;left:229.5px;width:162px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #QLToAwSE6Nn1GpnDBFX1ZCLNPiPuzZrx { top:133px;left:201px;width:563px;height:48px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #rdvvCf3T9BkTTWqxqCyiFMmu7KA7bkf6 { top:307px;left:230px;width:268px;height:20px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i7kETxsAdlFw8tTddMp6tgElErfD6Uqh { top:342px;left:230px;width:398px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zqcnDXKa6Rzmdiq5xaZ1Au7rml8cQgHz { top:342px;left:230px;width:194px;height:150px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #plwKJkFpswTpaZb2L3eFoseVPmTDJkZT { top:342px;left:439px;width:191px;height:150px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mZfoC7Z60z6KxGV6GrIcNxhGBWLEr9NA { top:402px;left:230px;width:398px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PEdBQBuu3xoC0Zeo4JaCuDqe1V3IX3t3 { top:558px;left:38px;width:726px;height:179px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CVfwy71Wx3UA6tr5pZT6a6EBUGH2iqkH { top:864px;left:230px;width:356px;height:194px;display:block; }
 }@media only screen and (max-width: 763px) { #eA2hqy2dcHSrVarM4fMSFZeH0O3kBT91 { top:915px;left:269px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #QTxILqKdmOUXi8vw2byJzbriVrrH05F7 { top:967px;left:269px;width:286px;height:51px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PgdJTAwTPAyxGyfxxr9QDnDlsSSfhD9I { top:864px;left:408px;width:356px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w { top:967px;left:459px;width:305px;height:;font-size:12px;display:block; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:before{  }
 }@media only screen and (max-width: 763px) { #qRKnBcvOrfNVMqgpgT65dKDr9bXtrhDh { top:915px;left:665px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #hKGArvt1D3iTN9TqRhhc4wvfNHn7ZL12 { width:243px;height:50px;top:819px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0h8vW9Glg2qT7qGN1IcVMfPZtJzoZT { display:block; }
 }@media only screen and (max-width: 763px) { #MS3nPHDuHVlnb3hsWz8qym6CKncypAom { width:243px;height:50px;top:890px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcf24syaA1heBcNMWz1XcMeuOaNoxqon { display:block; }
 }@media only screen and (max-width: 763px) { #pzysBTUzO56Eq8QDptTUyuKJ9T5G16M1 { top:123px;left:0px;width:199px;height:199px;display:none; }
 }@media only screen and (max-width: 763px) { #sJmHHn86TloPQNxDkLxMVJKy4ZH182C2 { width:270px;height:50px;top:211px;left:229.5px;display:block; }
 }@media only screen and (max-width: 763px) { #e8oaNxLO77za0hhKTgzeH6IA8mBpLeTH { display:block; }
 }@media only screen and (max-width: 763px) { #kwq5h8O59yJkeNAVQnueONuJT1ixo8Cu { top:0px;left:0px;width:199px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #xuRThoRIby9J1FyVZeWlc4sinVCz4rgb { top:781px;left:230px;width:268px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iJldLlUFMpxa0p4kh4IcXof4UrH5fFRa { top:463px;left:230.5px;width:398px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #KZOMPTXe4GAZKK6lOoTwL7FarAQKizVp { top:398px;left:230px;width:398px;height:30px;display:none; }
 }@media only screen and (max-width: 763px) { #MkErvfbsAbTP9acPplMSE8IAID33q4oT { top:620px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #J3z3pmZnlRTOshMeAMM8E8OtZvbsZAZh { top:633px;left:0px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #BuStCHss29cJFa2Sb9Pk2VfM74n8PMJm { top:620px;left:0px;width:118px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #FuIKDc2BXrH7PV2RT6dIQtTMwLM7ld15 { top:634px;left:0px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #Az2PQct8XmsK8Vc6OP1UlGBEWPLerx1e { top:200px;left:218px;width:292px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #qymduzQWdfDCTAPPb67PBalBMXDbo67o { display:block; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8vTp155xWiiOhVGBMoUSPmqm35w2kkf { top:56px;left:0px;width:109px;height:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AHu8hisyTEzwxq0knccBc5ml9r4LGpuM { width:198px;height:50px;top:45px;left:566px;display:block; }
 }@media only screen and (max-width: 763px) { #yJTtnTa7S9TEuwzmFoQX8kbq1DTkdK67 { display:block; }
 }@media only screen and (max-width: 763px) { #bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 { display:block; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEHZOvxPTXpCWM0xhNrbQdEAE610drJV { display:none; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL { display:none; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM { display:none; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw { display:none; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #txrbMidlhngxWyMhFSCSZbwNXUvGed65 { display:none; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd { display:none; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu { display:none; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK { display:block; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row .container { background-color: transparent; background-image: none; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row .container > .video-iframe-container { display: none; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row > .video-iframe-container { display: none; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .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); }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row .container { border-width: 0; border-radius: 0; }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row > .video-iframe-container {  }#HB43lVVqGRB3HCOHgZ8nJ4bxwgRTdJ7s > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ { background-color:#fcfaf9;background-image:none;display:block; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row .container { background-color: transparent; background-image: none; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row .container > .video-iframe-container { display: none; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row > .video-iframe-container { display: none; }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .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); }#aXZIhGW7bh3hoXp9hyPaCgcMeBEp36LQ > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG { background-color:#fcfaf9;background-image:none;display:block; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row .container { background-color: transparent; background-image: none; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row .container > .video-iframe-container { display: none; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row > .video-iframe-container { display: none; }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .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); }#NAmzmNipaXZ5UXQ6yJ7aWT4uvoU3PwGG > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQLNRnk3R08siL5UzWIx07RnwAN1RgOe { background-color:#fcfaf9;background-image:none;display:block; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row .container { background-color: transparent; background-image: none; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row .container > .video-iframe-container { display: none; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row > .video-iframe-container { display: none; }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .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); }#cQLNRnk3R08siL5UzWIx07RnwAN1RgOe > .row .container { width:320px;height:178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 { display:none; }#riNx7NiTE19Rfk2vQwlQ7htOAMBrkHN0 > .row .container { width:320px;height:818px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ { display:none; }#DwZXLwPzZyDe0yIgpifm1AX44hz4tETZ > .row .container { width:320px;height:121px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 { display:block; }#nKC6XxT7rEwqu6WeQhEOwRZviTAwxkx8 > .row .container { width:320px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGdCJLZll5LangX90wSw2OTGv93S2GfP { display:none; }#zGdCJLZll5LangX90wSw2OTGv93S2GfP > .row .container { width:320px;height:1224px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw { display:none; }#wU95o7xBOaI2MJ8rUaMennTEyQXLIpkw > .row .container { width:320px;height:399px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 { display:block; }#spVOOQFCFGSShrLQEgw0ACxoa4q2Zip2 > .row .container { width:320px;height:96px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVIZtuOxLozXTk2rAFNUUanX1bWFtTRc { width:72px;height:18.2px;top:25px;left:4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #axT5Ugo4a1RbBzM5MFdiUXmBCTT838VG { width:25px;height:18.2px;top:25px;left:44px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PfLuSUyZxhWUc7skwHbMzMEGotDSezBJ { width:309px;height:18.2px;top:49.399993896484px;left:3.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J6W7fFGbVJMHBEWrKzrhwgRMC4f8RktA { width:226px;height:78px;top:131.7333px;left:47px;display:none; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2593dae2-9fd7-4fad-b5af-389901f920a0/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:320px;height:1691px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoJCBtAQP1SNapWZeVLgoTix0PrOlp1v { width:312px;height:295px;top:149px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #WvrI2291qCLxlBHb5Ttn0ugR7U1VLXK8 { width:256px;height:256px;top:169px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T0Pd1NaITwrMUbbyiqRSC6MO7uhaO2zm { width:50px;height:50px;top:460px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #WXdPElr1Is0Fv4A5VsuR4Dr4JTUJfV3s { width:50px;height:50px;top:460px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #TIDJN0ifoTHTWlVhD6vZySmWDit24CN5 { width:33px;height:33px;top:469px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qHqzuh1hx2GxDFTzf7zrbx2meD0TGKpN { width:38px;height:38px;top:466px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #gLPt1hPv7Iz9TrLtaxULbJDV8V12qGok { width:50px;height:50px;top:460px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #rah0SpXvtc2awv6Dsw0IvNr9QIOu0KnA { width:38px;height:38px;top:467px;left:141px;display:block; }
 }@media only screen and (max-width: 763px) { #GJOghpz5BhqS4os2XxTUfdWWKl9Po9lQ { width:116px;height:26px;top:17px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #QLToAwSE6Nn1GpnDBFX1ZCLNPiPuzZrx { width:311px;height:26.1px;top:54px;left:4px;font-size:29px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #rdvvCf3T9BkTTWqxqCyiFMmu7KA7bkf6 { width:268px;height:19.5px;top:639px;left:2px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #i7kETxsAdlFw8tTddMp6tgElErfD6Uqh { width:312px;height:26px;top:670px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #zqcnDXKa6Rzmdiq5xaZ1Au7rml8cQgHz { width:155px;height:130px;top:670px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #plwKJkFpswTpaZb2L3eFoseVPmTDJkZT { width:157px;height:130px;top:671px;left:161px;font-size:13px;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #mZfoC7Z60z6KxGV6GrIcNxhGBWLEr9NA { width:312px;height:26px;top:723px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #PEdBQBuu3xoC0Zeo4JaCuDqe1V3IX3t3 { width:312px;height:336px;top:840px;left:4px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CVfwy71Wx3UA6tr5pZT6a6EBUGH2iqkH { width:154px;height:149px;top:1352px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #eA2hqy2dcHSrVarM4fMSFZeH0O3kBT91 { width:32px;height:32px;top:1380px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QTxILqKdmOUXi8vw2byJzbriVrrH05F7 { width:143px;height:57.6px;top:1422px;left:14px;font-size:12px;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PgdJTAwTPAyxGyfxxr9QDnDlsSSfhD9I { width:154px;height:303px;top:1352px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w { width:121px;height:202px;top:1422px;left:178px;font-size:12px;line-height:1.6;display:block; }#RWu7GiWHlLZBr4SsZkXHo6fPc6eHT91w li:before{  }
 }@media only screen and (max-width: 763px) { #qRKnBcvOrfNVMqgpgT65dKDr9bXtrhDh { width:32px;height:32px;top:1380px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #hKGArvt1D3iTN9TqRhhc4wvfNHn7ZL12 { width:154px;height:45px;top:1274px;left:4px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Qh0h8vW9Glg2qT7qGN1IcVMfPZtJzoZT { display:block; }
 }@media only screen and (max-width: 763px) { #MS3nPHDuHVlnb3hsWz8qym6CKncypAom { width:154px;height:45px;top:1274px;left:162px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Rcf24syaA1heBcNMWz1XcMeuOaNoxqon { display:block; }
 }@media only screen and (max-width: 763px) { #pzysBTUzO56Eq8QDptTUyuKJ9T5G16M1 { width:121px;height:121px;top:95px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #sJmHHn86TloPQNxDkLxMVJKy4ZH182C2 { width:270px;height:50px;top:555px;left:25px;font-size:32px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f8c3eaa8-7c63-41aa-8a50-9123ff13f003/button1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#sJmHHn86TloPQNxDkLxMVJKy4ZH182C2.adaptive-delivery-prevent-bg, #sJmHHn86TloPQNxDkLxMVJKy4ZH182C2.lazyload, #sJmHHn86TloPQNxDkLxMVJKy4ZH182C2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e8oaNxLO77za0hhKTgzeH6IA8mBpLeTH { display:block; }
 }@media only screen and (max-width: 763px) { #kwq5h8O59yJkeNAVQnueONuJT1ixo8Cu { width:199px;height:199px;top:0px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #xuRThoRIby9J1FyVZeWlc4sinVCz4rgb { width:268px;height:20.8px;top:1211px;left:4px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iJldLlUFMpxa0p4kh4IcXof4UrH5fFRa { width:320px;height:30px;top:1926px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #KZOMPTXe4GAZKK6lOoTwL7FarAQKizVp { width:312px;height:26px;top:775px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #MkErvfbsAbTP9acPplMSE8IAID33q4oT { width:50px;height:50px;top:460px;left:265px;display:block; }
 }@media only screen and (max-width: 763px) { #J3z3pmZnlRTOshMeAMM8E8OtZvbsZAZh { width:37px;height:37px;top:467px;left:271px;display:block; }
 }@media only screen and (max-width: 763px) { #BuStCHss29cJFa2Sb9Pk2VfM74n8PMJm { width:50px;height:50px;top:460px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #FuIKDc2BXrH7PV2RT6dIQtTMwLM7ld15 { width:37px;height:37px;top:467px;left:207px;display:block; }
 }@media only screen and (max-width: 763px) { #Az2PQct8XmsK8Vc6OP1UlGBEWPLerx1e { width:292px;height:72px;top:544px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qymduzQWdfDCTAPPb67PBalBMXDbo67o { display:block; }#qymduzQWdfDCTAPPb67PBalBMXDbo67o > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8vTp155xWiiOhVGBMoUSPmqm35w2kkf { width:109px;height:18.2px;top:33px;left:4px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AHu8hisyTEzwxq0knccBc5ml9r4LGpuM { width:172px;height:45px;top:20px;left:144px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #yJTtnTa7S9TEuwzmFoQX8kbq1DTkdK67 { display:block; }
 }@media only screen and (max-width: 763px) { #bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 { background-color:#1a1b24;background-image:none;display:none; }#bkgJVGW8mTHQGAwK18kLmGhoVa1diJC2 > .row .container { width:320px;height:692px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zEHZOvxPTXpCWM0xhNrbQdEAE610drJV { background-color:#1a1b24;background-image:none;display:block; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row .container { background-color: transparent; background-image: none; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row .container > .video-iframe-container { display: none; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row > .video-iframe-container { display: none; }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .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); }#zEHZOvxPTXpCWM0xhNrbQdEAE610drJV > .row .container { width:320px;height:173px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row .container { background-color: transparent; background-image: none; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row .container > .video-iframe-container { display: none; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row > .video-iframe-container { display: none; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .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); }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row .container { border-width: 0; border-radius: 0; }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row > .video-iframe-container {  }#EETGi3xwWd6TkW4hR3kQ23wgb4S96gEL > .row .container { width:320px;height:238px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row .container { background-color: transparent; background-image: none; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row .container > .video-iframe-container { display: none; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row > .video-iframe-container { display: none; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .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); }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row .container { border-width: 0; border-radius: 0; }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row > .video-iframe-container {  }#ZTfzQZb9T73DmmDLCuhoruw4kfUCyhSM > .row .container { width:320px;height:217px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw { background-color:#1a1b24;background-image:none;display:block; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row .container { background-color: transparent; background-image: none; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row .container > .video-iframe-container { display: none; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row > .video-iframe-container { display: none; }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .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); }#Nsx5X9fS732bQtmJ4Xz6zsA7WnmtwTUw > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txrbMidlhngxWyMhFSCSZbwNXUvGed65 { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row .container { background-color: transparent; background-image: none; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row .container > .video-iframe-container { display: none; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row > .video-iframe-container { display: none; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .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); }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row .container { border-width: 0; border-radius: 0; }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row > .video-iframe-container {  }#txrbMidlhngxWyMhFSCSZbwNXUvGed65 > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row .container { background-color: transparent; background-image: none; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row .container > .video-iframe-container { display: none; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row > .video-iframe-container { display: none; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .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); }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row .container { border-width: 0; border-radius: 0; }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row > .video-iframe-container {  }#S1Z2AlFHyMkBdROhnMbxLWTVdbs9U3fd > .row .container { width:320px;height:192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu { background-color:#1a1b24;background-image:none;display:block; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row .container { background-color: transparent; background-image: none; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row .container > .video-iframe-container { display: none; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row > .video-iframe-container { display: none; }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .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); }#JBZDgp2a6ttNpt1H4naOBIcS3Bt56Liu > .row .container { width:320px;height:121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK { display:block; }#K0Nv2g0XFA9Ssk9IWgSD30ttvOWz0TPK > .row .container { width:320px;height:57px;position:relative;display:block; } }