.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:#1b2854;background-image:none;position:relative;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); }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX { position:relative;display:block; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX { background-color: transparent; background-image: none; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row .container > .video-iframe-container { display: none; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row > .video-iframe-container { display: none; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .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); }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX { border-width: 0; border-radius: 0; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b2854;background-image:none;font-size:14px;font-family:arial;height:55px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#seG4yTpDbhlL7nOuBbBgVM1Ey8tqDv6A { position:absolute;display:block;z-index:15000;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:95px;width:300px;display:none; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#1b2854;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:610px;width:960px;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:547.997px;position:absolute;font-family:lato;font-size:53px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:68.977275848389px;left:0px;height:127.188px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:515px;position:absolute;font-family:lato;font-size:23px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:352.87328720093px;left:0px;height:32.6491px;color:#ffffff;font-style:normal;display:block; }
#XSJbwe1hlDv7LI7dyrfy65xlVCTLXpTA { background-color:#ff7056;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:24px;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:252px;height:57px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:435px;left:0px;display:block; }
#Sa77UZAJTf7OezPn6vdHKcZuylkxBwcn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Bi69xcqoFGnGGHvp7hzes7oyw7MmxwZW { position:absolute;display:block;z-index:15001;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:493.993px;width:396.988px;top:34.782985687256px;left:547.9948425293px;overflow:hidden;display:block; }
#zTuLMnl2Swmun7LoM8StxuWO0J3Ak6mL { color:rgba(255,255,255,0.35);display:block;width:255px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:496px;left:0px;height:20.7955px;text-align:center;text-align-last:center;display:block; }
#EyEP3c6h0Cd6u8d0GTnr0HeZ3oqBRdhF { position:absolute;display:block;z-index:15005;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:44px;width:130px;top:446px;left:268px;overflow:hidden;display:block; }
#wXWMzImvSqMmPI3Buyn6tUTfsQimxELU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.9986px;width:87.9972px;top:437px;left:398px;overflow:hidden;display:block; }
#wdGzXLS171bVxgbDgCEwPx5Vcfhk6zDM { display:block;width:326px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:225px;left:0px;height:33.5938px;color:#ffffff;font-style:normal;display:block; }#wdGzXLS171bVxgbDgCEwPx5Vcfhk6zDM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#wdGzXLS171bVxgbDgCEwPx5Vcfhk6zDM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
#SezRVzw1B2lREdo3XECwX6z06pZ2ow4K { display:block;width:366px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:265px;left:0px;height:33.5938px;color:#ffffff;font-style:normal;display:block; }#SezRVzw1B2lREdo3XECwX6z06pZ2ow4K li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SezRVzw1B2lREdo3XECwX6z06pZ2ow4K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
#gKsIwRZLMP4mzBFIKLZtB7XfTMQ5iiC1 { display:block;width:458px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:304px;left:0px;height:33.5938px;color:#ffffff;font-style:normal;display:block; }#gKsIwRZLMP4mzBFIKLZtB7XfTMQ5iiC1 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#gKsIwRZLMP4mzBFIKLZtB7XfTMQ5iiC1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
#BG5Pslev8sZgv2SDFn1vJHOKB51mE1Ss { display:block;width:550.994px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:53.991474151611px;left:0px;height:161.996px;color:#ffffff;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; }
#MBgsyZESJQyuaFTSTQev8ZhXMKcDlWFC { display:block;width:218px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:348.89203262329px;left:0px;height:33.5938px;color:#ffffff;font-style:normal;display:none; }#MBgsyZESJQyuaFTSTQev8ZhXMKcDlWFC li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#MBgsyZESJQyuaFTSTQev8ZhXMKcDlWFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
#vOKhpVSUIlo7G0Jecmc2TXRuw0p8RdCU { display:block;width:211px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:388.78976821899px;left:0px;height:33.5938px;color:#ffffff;font-style:normal;display:none; }#vOKhpVSUIlo7G0Jecmc2TXRuw0p8RdCU li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#vOKhpVSUIlo7G0Jecmc2TXRuw0p8RdCU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
#CIRDfap1Ib0LH4f0wFOqz2fI03atUkq0 { display:block;width:339px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:428.48721694946px;left:0px;height:33.5938px;color:#ffffff;font-style:normal;display:none; }#CIRDfap1Ib0LH4f0wFOqz2fI03atUkq0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#CIRDfap1Ib0LH4f0wFOqz2fI03atUkq0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
#s0n9JJ5plGtNC2UafDRL0GaId8lxQ2Im { display:block;width:218px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:348.89203262329px;left:0px;height:33.5938px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2955;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; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row .container { background-color: transparent; background-image: none; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row .container > .video-iframe-container { display: none; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row > .video-iframe-container { display: none; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .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); }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row .container { border-width: 0; border-radius: 0; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row .container { font-size:14px;font-family:arial;height:251px;width:960px;position:relative;display:block; }#LKyC8v0UJpAqg0kRzwAASC9rvgXxTO7S { position:absolute;display:block;z-index:15009;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:40px;width:113px;top:35.5px;left:0px;overflow:hidden;display:block; }
#xieFT3sAegwxGnfCOaNRFBPWKz0UTR2m { position:absolute;display:block;z-index:15010;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:45px;width:151px;top:36.5px;left:186px;overflow:hidden;display:block; }
#l2CbLotSGnWpXaOJVCwRKzRk6gXx0qoQ { position:absolute;display:block;z-index:15011;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:24px;width:173px;top:47px;left:411px;overflow:hidden;display:block; }
#BegXZEyIcqgUyEg6D8fzNK230TMmTFpB { position:absolute;display:block;z-index:15012;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:38px;width:177px;top:40px;left:663px;overflow:hidden;display:block; }
#ZGX4gyGFG3xuehOpCfiq6EhWOayTiEFo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37px;width:56px;top:40.5px;left:904px;overflow:hidden;display:block; }
#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2854;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; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row .container { background-color: transparent; background-image: none; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row .container > .video-iframe-container { display: none; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row > .video-iframe-container { display: none; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .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); }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row .container { border-width: 0; border-radius: 0; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row .container { font-size:14px;font-family:arial;height:664px;width:960px;position:relative;display:block; }#MIeP8RUf9kThU2GnnFhBbL2zRoRQVBrA { position:absolute;display:block;z-index:15001;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:151px;width:379px;top:137.5px;left:0px;overflow:hidden;display:none; }
#oecQIMiVC9U6nsGJeokcsvLxhWJZhSlm { display:block;width:857.997px;position:absolute;font-family:lato;font-size:56px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:47.982940673828px;left:50.987213134766px;height:67.2017px;color:#ffffff;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:center;text-align-last:center;display:block; }
#J5brqGrLZma1FQkS5k9kOgexB0zEP7CO { position:absolute;display:block;z-index:15004;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:344px;width:275px;top:154px;left:0px;overflow:hidden;display:block; }
#DE1fse16vePCOVunTQ9cP1mm0au9E7Iq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;height:344px;width:275px;top:154px;left:342.5px;overflow:hidden;display:block; }
#X4MPNqVZEb2IhrvXci5ITZHBG0lBg0ZW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:344px;width:275px;top:155px;left:684px;overflow:hidden;display:block; }
#OzMfChssUuQXgCsvx3Ux7Q0EUgDsO7t1 { position:absolute;display:block;z-index:15001;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:151px;width:379px;top:137.5px;left:0px;overflow:hidden;display:none; }
#tlhFQAqeSqJIkbTEXNGcJdscpzVPdfRO { position:absolute;display:block;z-index:15001;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:151px;width:379px;top:137.5px;left:0px;overflow:hidden;display:none; }
#CBCE1ixtCJv5kX19PE06DB7lUQTqU3TP { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:46px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:48.6953125px;left:0px;height:0;font-style:normal;text-align:left;text-align-last:left;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; }
#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b2854;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; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { background-color: transparent; background-image: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { display: none; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .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); }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { border-width: 0; border-radius: 0; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { font-size:14px;font-family:arial;height:469px;width:960px;position:relative;display:block; }#PCvsK2Nq2ShaUlV8oumtUDqaZE8W3FPp { display:block;width:957.997px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:37.990036010742px;left:0px;height:71.9965px;color:#ffffff;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:center;text-align-last:center;display:block; }
#zyT1nr53eLkLHOXe1r6yP9rlNeUARVcR { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:013px;border-top-right-radius:013px;border-bottom-left-radius:013px;border-bottom-right-radius:013px;box-shadow: none;height:126px;width:275px;top:178.5px;left:0px;overflow:hidden;display:block; }
#v28boWv9zTRvonTL5FMAKmqeX3IKgFqr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:013px;border-top-right-radius:013px;border-bottom-left-radius:013px;border-bottom-right-radius:013px;box-shadow: none;height:126px;width:275px;top:178.5px;left:342.5px;overflow:hidden;display:block; }
#rAco3ncX5NSOI6lTdiVWmhfDp7rUU71T { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:013px;border-top-right-radius:013px;border-bottom-left-radius:013px;border-bottom-right-radius:013px;box-shadow: none;height:126px;width:275px;top:178.5px;left:685px;overflow:hidden;display:block; }
#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2955;background-image:none;position:relative;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:block; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row .container { background-color: transparent; background-image: none; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row .container > .video-iframe-container { display: none; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row > .video-iframe-container { display: none; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .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); }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row .container { border-width: 0; border-radius: 0; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row > .video-iframe-container { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row .container { font-size:14px;font-family:arial;height:263px;width:960px;position:relative;display:block; }#Cx6lRHi5r4rsBRx9Q4DiBqH2WH3Zm2Od { background-color:#1b2854;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:230px;height:48.9986px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:140.99432373047px;left:393.9772644043px;display:block; }
#Woisq4dK3HZTfBhM5EkkmzxDNr0uWcAO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#W4BpFTaVM4NMz3IJc0NDklGkgvCK0Utp { display:block;width:476.996px;position:absolute;font-family:lato;font-size:37px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:34.879272460938px;left:284.3678894043px;height:88.8068px;color:#ffffff;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:center;text-align-last:center;display:block; }
#UJg6HlOmhSpBH51xl7e3S92r6Pvl4s2y { color:rgba(0,0,0,0.44);display:block;width:227.997px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:189.9928894043px;left:394.96450805664px;height:19.4965px;text-align:center;text-align-last:center;display:block; }
#pbdGBSu9WwGiVlSEfEyhfkzml0au1S3b { box-sizing:content-box;height:200px;width:526.996px;position:absolute;display:block;z-index:15006;background-color:#ff7057;background-image:none;top:22.478698730469px;left:259.36080932617px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2955;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; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container { background-color: transparent; background-image: none; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container > .video-iframe-container { display: none; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row > .video-iframe-container { display: none; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .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); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container { border-width: 0; border-radius: 0; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { position:relative;display:block; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { 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 { border-width: 0; border-radius: 0; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1b2854;background-image:none;font-size:14px;font-family:arial;height:120px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p2tQgkvRkGrT1lFNTifdpIfrTzDkEaQf { color:#ffffff;display:block;width:276.988px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.196px;top:50.90283203125px;left:341.50173950195px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX { display:block; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seG4yTpDbhlL7nOuBbBgVM1Ey8tqDv6A { width:300px;height:95px;display:none; }
 }@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) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:450px;height:94px;top:258px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XSJbwe1hlDv7LI7dyrfy65xlVCTLXpTA { width:251px;height:56px;top:435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa77UZAJTf7OezPn6vdHKcZuylkxBwcn { display:block; }
 }@media only screen and (max-width: 763px) { #Bi69xcqoFGnGGHvp7hzes7oyw7MmxwZW { width:396px;height:492.76357975556px;top:34px;left:368px;display:block; }
 }@media only screen and (max-width: 763px) { #zTuLMnl2Swmun7LoM8StxuWO0J3Ak6mL { width:255px;height:20px;top:496px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EyEP3c6h0Cd6u8d0GTnr0HeZ3oqBRdhF { width:130px;height:43.9986px;top:446px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #wXWMzImvSqMmPI3Buyn6tUTfsQimxELU { width:87px;height:43.5px;top:437px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #wdGzXLS171bVxgbDgCEwPx5Vcfhk6zDM { width:450px;height:94px;top:258px;left:0px;display:none; }#wdGzXLS171bVxgbDgCEwPx5Vcfhk6zDM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #SezRVzw1B2lREdo3XECwX6z06pZ2ow4K { width:450px;height:94px;top:258px;left:0px;display:none; }#SezRVzw1B2lREdo3XECwX6z06pZ2ow4K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #gKsIwRZLMP4mzBFIKLZtB7XfTMQ5iiC1 { width:450px;height:94px;top:258px;left:0px;display:none; }#gKsIwRZLMP4mzBFIKLZtB7XfTMQ5iiC1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #BG5Pslev8sZgv2SDFn1vJHOKB51mE1Ss { width:492px;height:156px;top:64px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MBgsyZESJQyuaFTSTQev8ZhXMKcDlWFC { width:450px;height:94px;top:258px;left:0px;display:none; }#MBgsyZESJQyuaFTSTQev8ZhXMKcDlWFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #vOKhpVSUIlo7G0Jecmc2TXRuw0p8RdCU { width:450px;height:94px;top:258px;left:0px;display:none; }#vOKhpVSUIlo7G0Jecmc2TXRuw0p8RdCU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #CIRDfap1Ib0LH4f0wFOqz2fI03atUkq0 { width:450px;height:94px;top:258px;left:0px;display:none; }#CIRDfap1Ib0LH4f0wFOqz2fI03atUkq0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #s0n9JJ5plGtNC2UafDRL0GaId8lxQ2Im { width:450px;height:94px;top:258px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU { display:block; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKyC8v0UJpAqg0kRzwAASC9rvgXxTO7S { width:113px;height:40px;top:35px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #xieFT3sAegwxGnfCOaNRFBPWKz0UTR2m { width:151px;height:45px;top:36px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #l2CbLotSGnWpXaOJVCwRKzRk6gXx0qoQ { width:173px;height:24px;top:47px;left:313px;display:none; }
 }@media only screen and (max-width: 763px) { #BegXZEyIcqgUyEg6D8fzNK230TMmTFpB { width:177px;height:38px;top:40px;left:565px;display:none; }
 }@media only screen and (max-width: 763px) { #ZGX4gyGFG3xuehOpCfiq6EhWOayTiEFo { width:56px;height:37px;top:40px;left:708px;display:none; }
 }@media only screen and (max-width: 763px) { #UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG { display:block; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIeP8RUf9kThU2GnnFhBbL2zRoRQVBrA { width:379px;height:151px;top:137px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #oecQIMiVC9U6nsGJeokcsvLxhWJZhSlm { width:492px;height:156px;top:64px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #J5brqGrLZma1FQkS5k9kOgexB0zEP7CO { width:275px;height:344px;top:154px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DE1fse16vePCOVunTQ9cP1mm0au9E7Iq { width:275px;height:344px;top:154px;left:244.5px;display:none; }
 }@media only screen and (max-width: 763px) { #X4MPNqVZEb2IhrvXci5ITZHBG0lBg0ZW { width:275px;height:344px;top:155px;left:489px;display:none; }
 }@media only screen and (max-width: 763px) { #OzMfChssUuQXgCsvx3Ux7Q0EUgDsO7t1 { width:379px;height:151px;top:137px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tlhFQAqeSqJIkbTEXNGcJdscpzVPdfRO { width:379px;height:151px;top:137px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CBCE1ixtCJv5kX19PE06DB7lUQTqU3TP { width:320px;height:83px;top:19px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCvsK2Nq2ShaUlV8oumtUDqaZE8W3FPp { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zyT1nr53eLkLHOXe1r6yP9rlNeUARVcR { width:275px;height:126px;top:178px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v28boWv9zTRvonTL5FMAKmqeX3IKgFqr { width:275px;height:126px;top:178px;left:244.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rAco3ncX5NSOI6lTdiVWmhfDp7rUU71T { width:275px;height:126px;top:178px;left:489px;display:block; }
 }@media only screen and (max-width: 763px) { #z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 { display:block; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx6lRHi5r4rsBRx9Q4DiBqH2WH3Zm2Od { width:230px;height:48px;top:140px;left:295.9772644043px;display:block; }
 }@media only screen and (max-width: 763px) { #Woisq4dK3HZTfBhM5EkkmzxDNr0uWcAO { display:block; }
 }@media only screen and (max-width: 763px) { #W4BpFTaVM4NMz3IJc0NDklGkgvCK0Utp { width:492px;height:156px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UJg6HlOmhSpBH51xl7e3S92r6Pvl4s2y { width:227px;height:19px;top:189px;left:296.96450805664px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pbdGBSu9WwGiVlSEfEyhfkzml0au1S3b { width:526px;height:200px;top:22px;left:161.36080932617px;display:block; }
 }@media only screen and (max-width: 763px) { #N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 { display:none; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container { width:764px;position:relative;display:none; } }@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) { #p2tQgkvRkGrT1lFNTifdpIfrTzDkEaQf { width:276px;height:18px;top:50px;left:243.50173950195px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX { display:block; }#TaL2c5r1a0b2RFxi69xgfgigxbcWHSUX > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seG4yTpDbhlL7nOuBbBgVM1Ey8tqDv6A { top:21.996528625488px;left:102.50000762939px;width:115px;height:35.9983px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#1b2854;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:905px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:320px;height:auto;top:68px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:300px;height:147px;top:148.390625px;left:10px;text-align:center;text-align-last:center;font-size:15px;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #XSJbwe1hlDv7LI7dyrfy65xlVCTLXpTA { width:251.997px;height:56.9965px;top:698px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #Sa77UZAJTf7OezPn6vdHKcZuylkxBwcn { display:block; }
 }@media only screen and (max-width: 763px) { #Bi69xcqoFGnGGHvp7hzes7oyw7MmxwZW { width:281.997px;height:351.997px;top:315.02257537842px;left:18.993057250977px;display:block; }
 }@media only screen and (max-width: 763px) { #zTuLMnl2Swmun7LoM8StxuWO0J3Ak6mL { width:255px;height:14.2969px;top:755px;left:33px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyEP3c6h0Cd6u8d0GTnr0HeZ3oqBRdhF { width:102.995px;height:35.9983px;top:789px;left:72px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wXWMzImvSqMmPI3Buyn6tUTfsQimxELU { width:55px;height:25.9983px;top:792px;left:175px;display:block; }
 }@media only screen and (max-width: 763px) { #wdGzXLS171bVxgbDgCEwPx5Vcfhk6zDM { width:145.994px;height:0;top:189.11221408844px;left:7.9900569915771px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;font-weight:700;font-style:normal;display:none; }#wdGzXLS171bVxgbDgCEwPx5Vcfhk6zDM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #SezRVzw1B2lREdo3XECwX6z06pZ2ow4K { width:145px;height:0;top:216.10084629059px;left:99.467329025269px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;font-weight:700;font-style:normal;display:none; }#SezRVzw1B2lREdo3XECwX6z06pZ2ow4K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #gKsIwRZLMP4mzBFIKLZtB7XfTMQ5iiC1 { width:237.997px;height:0;top:238.98437595367px;left:40.994318008423px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;font-weight:700;font-style:normal;display:none; }#gKsIwRZLMP4mzBFIKLZtB7XfTMQ5iiC1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #BG5Pslev8sZgv2SDFn1vJHOKB51mE1Ss { width:320px;height:74.3924px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:31px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MBgsyZESJQyuaFTSTQev8ZhXMKcDlWFC { width:221.997px;height:23.7934px;top:112px;left:49px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;font-weight:700;font-style:normal;z-index:15004;display:block; }#MBgsyZESJQyuaFTSTQev8ZhXMKcDlWFC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #vOKhpVSUIlo7G0Jecmc2TXRuw0p8RdCU { width:277.995px;height:23.7934px;top:155px;left:21px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;font-weight:700;font-style:normal;z-index:15005;display:block; }#vOKhpVSUIlo7G0Jecmc2TXRuw0p8RdCU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #CIRDfap1Ib0LH4f0wFOqz2fI03atUkq0 { width:285px;height:23.7934px;top:198px;left:18px;text-align:left;text-align-last:left;font-size:17px;line-height:1.4;font-weight:700;font-style:normal;z-index:15006;display:block; }#CIRDfap1Ib0LH4f0wFOqz2fI03atUkq0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ef31c017c086e4821d649f3c99fec0d94ac1472c.svg); }
 }@media only screen and (max-width: 763px) { #s0n9JJ5plGtNC2UafDRL0GaId8lxQ2Im { width:225px;height:55.9896px;top:236.70141601562px;left:47.5px;text-align:center;text-align-last:center;font-size:20px;line-height:1.4;font-weight:700;font-style:normal;z-index:15005;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU { display:block; }#tRmHThUdcHDyeLW2wSoi42X9GQXW7KtU > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKyC8v0UJpAqg0kRzwAASC9rvgXxTO7S { width:113px;height:40px;top:20px;left:103px;display:none; }
 }@media only screen and (max-width: 763px) { #xieFT3sAegwxGnfCOaNRFBPWKz0UTR2m { width:136px;height:42px;top:80px;left:92px;display:none; }
 }@media only screen and (max-width: 763px) { #l2CbLotSGnWpXaOJVCwRKzRk6gXx0qoQ { width:132px;height:17px;top:142px;left:94px;display:none; }
 }@media only screen and (max-width: 763px) { #BegXZEyIcqgUyEg6D8fzNK230TMmTFpB { width:136px;height:28px;top:179px;left:92px;display:none; }
 }@media only screen and (max-width: 763px) { #ZGX4gyGFG3xuehOpCfiq6EhWOayTiEFo { width:56px;height:37px;top:131px;left:44.5px;display:none; }
 }@media only screen and (max-width: 763px) { #UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG { display:block; }#UV3JxTvS0NUctUoc8nQfMkuuPxZ1oZBG > .row .container { width:320px;height:695px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIeP8RUf9kThU2GnnFhBbL2zRoRQVBrA { width:316.997px;height:126.997px;top:442px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oecQIMiVC9U6nsGJeokcsvLxhWJZhSlm { width:320px;height:auto;top:47px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #J5brqGrLZma1FQkS5k9kOgexB0zEP7CO { width:275px;height:344px;top:154px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #DE1fse16vePCOVunTQ9cP1mm0au9E7Iq { width:275px;height:344px;top:154px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #X4MPNqVZEb2IhrvXci5ITZHBG0lBg0ZW { width:275px;height:344px;top:155px;left:22px;display:none; }
 }@media only screen and (max-width: 763px) { #OzMfChssUuQXgCsvx3Ux7Q0EUgDsO7t1 { width:315.998px;height:125.998px;top:296px;left:1px;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tlhFQAqeSqJIkbTEXNGcJdscpzVPdfRO { width:316.997px;height:126.997px;top:149px;left:0px;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CBCE1ixtCJv5kX19PE06DB7lUQTqU3TP { width:320px;height:83.177px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;font-weight:700;font-style:normal;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv { display:block; }#vbJ30Ly4dIBUtOFGzbwNGkI508KA9eHv > .row .container { width:320px;height:565px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCvsK2Nq2ShaUlV8oumtUDqaZE8W3FPp { width:320px;height:76.7882px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #zyT1nr53eLkLHOXe1r6yP9rlNeUARVcR { width:236.997px;height:107.995px;top:116.7882px;left:41px;overflow:hidden;border-top-left-radius:013px;border-top-right-radius:013px;border-bottom-left-radius:013px;border-bottom-right-radius:013px;display:block; }
 }@media only screen and (max-width: 763px) { #v28boWv9zTRvonTL5FMAKmqeX3IKgFqr { width:240px;height:108.993px;top:244.7832px;left:40px;overflow:hidden;border-top-left-radius:013px;border-top-right-radius:013px;border-bottom-left-radius:013px;border-bottom-right-radius:013px;display:block; }
 }@media only screen and (max-width: 763px) { #rAco3ncX5NSOI6lTdiVWmhfDp7rUU71T { width:236.997px;height:107.995px;top:373.7672px;left:41px;overflow:hidden;border-top-left-radius:013px;border-top-right-radius:013px;border-bottom-left-radius:013px;border-bottom-right-radius:013px;display:block; }
 }@media only screen and (max-width: 763px) { #z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 { display:block; }#z1uaye6wShT1wzMixFTo2iWepUzTc3Q0 > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cx6lRHi5r4rsBRx9Q4DiBqH2WH3Zm2Od { width:230px;height:48.9931px;top:106.51043701172px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Woisq4dK3HZTfBhM5EkkmzxDNr0uWcAO { display:block; }
 }@media only screen and (max-width: 763px) { #W4BpFTaVM4NMz3IJc0NDklGkgvCK0Utp { width:286.988px;height:52.7778px;top:32.404296875px;left:27.008666992188px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #UJg6HlOmhSpBH51xl7e3S92r6Pvl4s2y { width:227.995px;height:14.2969px;top:155.50347900391px;left:45.998268127441px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbdGBSu9WwGiVlSEfEyhfkzml0au1S3b { width:315px;height:168.993px;top:20px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 { background-color:#1b2955;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; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container { background-color: transparent; background-image: none; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container > .video-iframe-container { display: none; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row > .video-iframe-container { display: none; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .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); }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container { border-width: 0; border-radius: 0; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6EOSNIRfoqaakABiHQBIqOHQrK0kr51 > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { display:block; }#nxf85AmnnlwExVAbqh7eKyaTP4bTnKQb { 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 { width:320px;background-color:#1b2854;background-image:none;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2tQgkvRkGrT1lFNTifdpIfrTzDkEaQf { top:20px;left:15px;width:288.993px;height:12.9948px;z-index:15000;font-size:10px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }