.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #0b50f2;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container { background-color: transparent; background-image: none; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container > .video-iframe-container { display: none; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row > .video-iframe-container { display: none; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .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); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container { border-width: 0; border-radius: 0; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#mblAPypf5tWnlTAgh0NGQ002gO8nVKrJ { 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:1.875rem;width:15rem;top:1.84375rem;left:0rem;overflow:hidden;display:block; }
#nt5xPtHuX6CTmiEDOOZbkskbuT0wMJtZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.9375rem;left:21.6875rem;display:none; }
#BGGia3qI9dTIU0Xay3nAFhHqGXH1f2C5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diOTeLgT1EW3stykEWPh67aT7q00Xmp3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.9375rem;left:31rem;display:none; }
#dhEFP07zZBPpOL2txigRG0Wm5TCrey4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEvsttgVA9C0RXMEaQ0Xb6I3gkTHe5Q3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.9375rem;left:49.25rem;display:none; }
#lyPTs93ie4lBUIMVfM1tFPRTM0PkS5e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1spIMoRXTptWoqi1giUpU3HCZmNT3Zo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.9375rem;left:40.25rem;display:none; }
#I4rLy141uhNB4tb9CTgy1JND7l7aos8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd9ea044-c4fd-4707-bab5-a4236424d193/webversionnewblue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5.adaptive-delivery-prevent-bg, #hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5.lazyload, #hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5.lazyloading { background-image: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container { background-color: transparent; background-image: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container > .video-iframe-container { display: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row > .video-iframe-container { display: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .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); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container { border-width: 0; border-radius: 0; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#N2A8UQrToylqxeINsbKINy7zUmSLi7EB { 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:25.5rem;width:75rem;top:16.375rem;left:0.125rem;overflow:hidden;display:block; }
#nNNHWy7h9DuRUVuTgX1ymWCEtPMZN39r { position:absolute;display:block;z-index:14999;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:18.9375rem;width:36.25rem;top:3.625rem;left:19.375rem;overflow:hidden;display:block; }
#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d7912e79-07a2-4bfd-9fda-a70c731d4953/top2.svg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet.adaptive-delivery-prevent-bg, #fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet.lazyload, #fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet.lazyloading { background-image: none; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row .container { background-color: transparent; background-image: none; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row .container > .video-iframe-container { display: none; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row > .video-iframe-container { display: none; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .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); }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row .container { border-width: 0; border-radius: 0; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#WoixfRKeIzIaHDJSzUaWtdwTMTiR8Qem { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.749755859375rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFw797PZ431R40oRvJ7PNhcbmTg95VLh { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:0rem;height:9.091825rem;display:block; }
#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58add615-2719-4739-a3ac-3b8081aa2a31/Silver2.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG.adaptive-delivery-prevent-bg, #BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG.lazyload, #BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG.lazyloading { background-image: none; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row .container { background-color: transparent; background-image: none; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row .container > .video-iframe-container { display: none; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row > .video-iframe-container { display: none; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .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); }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row .container { border-width: 0; border-radius: 0; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#sOmKi9VGEcPzRpyH67eugOQ0fr0rTwam { color:#ffffff;display:block;width:75rem;position:absolute;font-family:avenir;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5400390625rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ad0VtwXsdpLs1Tlkb63lbnINGAJ9f00A { position:absolute;display:block;z-index:15007;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:6.25rem;width:6.25rem;top:8.38623046875rem;left:15.62548828125rem;overflow:hidden;display:block; }
#Jw31rD2PufR5L2Lmkf3DHlCBV2d8kqQJ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:avenir;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:15.49365234375rem;left:6.2490234375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLcvrvarrT0ohqcbwX7GByVb5KtQLu1I { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.05908203125rem;left:4.6875rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#PcGnoKxE8nP0RUAaANtt0TLLZv8sAVSy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.311625rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:24.404299736023rem;left:14.570314407349rem;display:block; }
#W9uKUwkoo0ovozcLGqP3c6eR8faHBKKS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJwQO5RMTmTd46EpDoWJcUvk5Kgm1ft6 { position:absolute;display:block;z-index:15008;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:5.3125rem;width:5.3125rem;top:8.85498046875rem;left:53.59423828125rem;overflow:hidden;display:block; }
#rz3gt6JFiqpWFhmZz2ECzzErLPJtSIpr { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:avenir;font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:15.49365234375rem;left:46.21875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFQzMpl203bKNsIM3omrhJWEFE6oB50a { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.05908203125rem;left:46.59375rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#DriIUKyIMoZpz5cVtJi68H2NSHqgHBEv { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.311625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:24.404297351837rem;left:52.217882156372rem;display:block; }
#kseJI0h1KFCMso1Ziymb2Ji7TT6RZdCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgJJB7LKOqmrOLOtdPGGBuTJrDJPiEpI { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.3105625rem;height:2.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.340929985046rem;left:14.570314407349rem;display:block; }
#G7vvMZ5TeNQdQJSDBfzlGAXAbKSgMPUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGw3IIg02T0pgm4TKmLSHFS5OJzGd3Q9 { color:#ffffff;display:block;width:13.5623125rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.159506797791rem;left:0rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#zZ8e483CCvoNVVc4aX74JeCpIBq6Rc2I { color:#ffffff;display:block;width:13.5623125rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.096137046814rem;left:0rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#PigTfH0eANGtEmUmr32l6OsnBvLMp17J { color:#ffffff;display:block;width:13.5623125rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:37.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#gzoqKBiFvBVXx2Oyv9UWDKsWfGRkarR4 { color:#ffffff;display:block;width:13.5623125rem;position:absolute;font-family:avenir;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.096138477326rem;left:37.500001907349rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#ydcXIOzttnsMkcFRsoabv0V0vhldpdPc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.3105625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.340931415558rem;left:52.217882156372rem;display:block; }
#PVTW3k6E1mBzQZBbioaNSAn46CevUimu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/069469e5-5574-4aab-afc6-6f79c6e020ad/newpattern.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ.adaptive-delivery-prevent-bg, #rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ.lazyload, #rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ.lazyloading { background-image: none; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row .container { background-color: transparent; background-image: none; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row .container > .video-iframe-container { display: none; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row > .video-iframe-container { display: none; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .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); }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row .container { border-width: 0; border-radius: 0; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#H4ttaHfJi6b8d8gbxA66SlSAkHlEdLgI { 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:12.749rem;width:12.749rem;top:8.624267578125rem;left:6.060791015625rem;overflow:hidden;display:block; }
#Zn1hfBdp8lRh9PqIyxVGiTs2muqqyMiD { color:#000000;display:block;width:44.9365rem;position:absolute;font-family:avenir;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.15625rem;left:26.4990234375rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#cVymE99rqSy7HTT48dMbGtTwxuIoIEGq { background-color:#0b50f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:avenir;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:27.87475rem;height:2.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:17.109375rem;left:35.028076171875rem;display:block; }
#T6OgtEkGqIZhTkw6XOsQd7dy0a7sligV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aUNRSaLM9AK9VxTOQ1PPfr80RWnk3UmX { color:#000000;display:block;width:75rem;position:absolute;font-family:avenir;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.861328125rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd { border-top:0.625rem solid #0b50f2;border-left:0;border-right:0;border-bottom:0;background-color:#001230;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;z-index:auto;display:block; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container { background-color: transparent; background-image: none; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container > .video-iframe-container { display: none; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row > .video-iframe-container { display: none; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .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); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container { border-width: 0; border-radius: 0; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#QLFehTv0I0SsVHfiUpGRW2I1id2SOtNc { 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:1.5625rem;width:12.5625rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#XPTTrbqRCzVwQxhck0h6RpO8KSMOU4DU { color:#001230;display:block;width:3.0625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:26.3125rem;height:1.462675rem;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; }
#bFMe18dPRVRfyBVzUBaOqtSVlfDrTWLq { color:#001230;display:block;width:8.875rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:40.625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Dr49akPfEptXl4Bi6aHudCFaVoXxiva5 { color:#001230;display:block;width:4.5625rem;position:absolute;font-family:avenir;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:60.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziTH824Tunksc4OT8nVGhpZGHt8TLk9H { display:block; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mblAPypf5tWnlTAgh0NGQ002gO8nVKrJ { top:1.8125rem;left:0rem;width:15rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt5xPtHuX6CTmiEDOOZbkskbuT0wMJtZ { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGGia3qI9dTIU0Xay3nAFhHqGXH1f2C5 { display:block; }
 }@media only screen and (max-width: 763px) { #diOTeLgT1EW3stykEWPh67aT7q00Xmp3 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhEFP07zZBPpOL2txigRG0Wm5TCrey4S { display:block; }
 }@media only screen and (max-width: 763px) { #xEvsttgVA9C0RXMEaQ0Xb6I3gkTHe5Q3 { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyPTs93ie4lBUIMVfM1tFPRTM0PkS5e6 { display:block; }
 }@media only screen and (max-width: 763px) { #b1spIMoRXTptWoqi1giUpU3HCZmNT3Zo { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4rLy141uhNB4tb9CTgy1JND7l7aos8o { display:block; }
 }@media only screen and (max-width: 763px) { #hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 { display:block; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2A8UQrToylqxeINsbKINy7zUmSLi7EB { top:16.375rem;left:0rem;width:47.75rem;height:16.235rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNNHWy7h9DuRUVuTgX1ymWCEtPMZN39r { top:3.625rem;left:5.75rem;width:36.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet { display:block; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoixfRKeIzIaHDJSzUaWtdwTMTiR8Qem { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFw797PZ431R40oRvJ7PNhcbmTg95VLh { top:13.625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG { display:block; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOmKi9VGEcPzRpyH67eugOQ0fr0rTwam { top:2.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0VtwXsdpLs1Tlkb63lbnINGAJ9f00A { top:8.375rem;left:8.81298828125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw31rD2PufR5L2Lmkf3DHlCBV2d8kqQJ { top:15.4375rem;left:0rem;width:25rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLcvrvarrT0ohqcbwX7GByVb5KtQLu1I { top:19rem;left:0rem;width:28.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGnoKxE8nP0RUAaANtt0TLLZv8sAVSy { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uKUwkoo0ovozcLGqP3c6eR8faHBKKS { display:block; }
 }@media only screen and (max-width: 763px) { #wJwQO5RMTmTd46EpDoWJcUvk5Kgm1ft6 { top:8.8125rem;left:33.15673828125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3gt6JFiqpWFhmZz2ECzzErLPJtSIpr { top:15.4375rem;left:25.78125rem;width:20.0625rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFQzMpl203bKNsIM3omrhJWEFE6oB50a { top:19rem;left:26.15625rem;width:19.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriIUKyIMoZpz5cVtJi68H2NSHqgHBEv { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kseJI0h1KFCMso1Ziymb2Ji7TT6RZdCo { display:block; }
 }@media only screen and (max-width: 763px) { #TgJJB7LKOqmrOLOtdPGGBuTJrDJPiEpI { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7vvMZ5TeNQdQJSDBfzlGAXAbKSgMPUt { display:block; }
 }@media only screen and (max-width: 763px) { #DGw3IIg02T0pgm4TKmLSHFS5OJzGd3Q9 { top:25.125rem;left:0rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ8e483CCvoNVVc4aX74JeCpIBq6Rc2I { top:29.0625rem;left:0rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigTfH0eANGtEmUmr32l6OsnBvLMp17J { top:25.1875rem;left:23.875rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzoqKBiFvBVXx2Oyv9UWDKsWfGRkarR4 { top:29.0625rem;left:23.875rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydcXIOzttnsMkcFRsoabv0V0vhldpdPc { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTW3k6E1mBzQZBbioaNSAn46CevUimu { display:block; }
 }@media only screen and (max-width: 763px) { #rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ { display:block; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4ttaHfJi6b8d8gbxA66SlSAkHlEdLgI { top:8.5625rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1hfBdp8lRh9PqIyxVGiTs2muqqyMiD { top:10.125rem;left:2.8125rem;width:44.875rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVymE99rqSy7HTT48dMbGtTwxuIoIEGq { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6OgtEkGqIZhTkw6XOsQd7dy0a7sligV { display:block; }
 }@media only screen and (max-width: 763px) { #aUNRSaLM9AK9VxTOQ1PPfr80RWnk3UmX { top:2.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd { display:block; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLFehTv0I0SsVHfiUpGRW2I1id2SOtNc { top:2rem;left:0rem;width:12.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPTTrbqRCzVwQxhck0h6RpO8KSMOU4DU { top:2.0625rem;left:12.6875rem;width:3.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFMe18dPRVRfyBVzUBaOqtSVlfDrTWLq { top:2.0625rem;left:27rem;width:8.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr49akPfEptXl4Bi6aHudCFaVoXxiva5 { top:2.0625rem;left:43.1875rem;width:4.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziTH824Tunksc4OT8nVGhpZGHt8TLk9H { background-color:#ffffff;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid #0b50f2;display:block; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container { background-color: transparent; background-image: none; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container > .video-iframe-container { display: none; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row > .video-iframe-container { display: none; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .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); }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container { border-width: 0; border-radius: 0; }#ziTH824Tunksc4OT8nVGhpZGHt8TLk9H > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mblAPypf5tWnlTAgh0NGQ002gO8nVKrJ { width:13.875rem;height:1.5625rem;top:1.34375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt5xPtHuX6CTmiEDOOZbkskbuT0wMJtZ { width:4.6875rem;height:2.1875rem;top:0.7880859375rem;left:7.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGGia3qI9dTIU0Xay3nAFhHqGXH1f2C5 { display:block; }
 }@media only screen and (max-width: 763px) { #diOTeLgT1EW3stykEWPh67aT7q00Xmp3 { width:8.125rem;height:3.75rem;top:1.9375rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhEFP07zZBPpOL2txigRG0Wm5TCrey4S { display:block; }
 }@media only screen and (max-width: 763px) { #xEvsttgVA9C0RXMEaQ0Xb6I3gkTHe5Q3 { width:8.125rem;height:3.75rem;top:1.9375rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyPTs93ie4lBUIMVfM1tFPRTM0PkS5e6 { display:block; }
 }@media only screen and (max-width: 763px) { #b1spIMoRXTptWoqi1giUpU3HCZmNT3Zo { width:8.125rem;height:3.75rem;top:1.9375rem;left:5.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4rLy141uhNB4tb9CTgy1JND7l7aos8o { display:block; }
 }@media only screen and (max-width: 763px) { #hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd9ea044-c4fd-4707-bab5-a4236424d193/webversionnewblue.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5.adaptive-delivery-prevent-bg, #hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5.lazyload, #hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5.lazyloading { background-image: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container { background-color: transparent; background-image: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container > .video-iframe-container { display: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row > .video-iframe-container { display: none; }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .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); }#hu2P63lQG2wGCyS7Zd76bQ9CGEvqHAi5 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2A8UQrToylqxeINsbKINy7zUmSLi7EB { width:20rem;height:6.875rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNNHWy7h9DuRUVuTgX1ymWCEtPMZN39r { width:14.25rem;height:7.375rem;top:2.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet { display:block; }#fMhHmF0Wle4xFzn6U7ofsfWQoqTCZEet > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoixfRKeIzIaHDJSzUaWtdwTMTiR8Qem { width:20rem;height:5.17578125rem;top:2.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFw797PZ431R40oRvJ7PNhcbmTg95VLh { width:20rem;height:20.798625rem;top:8.2866764068606rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG { display:block; }#BZ0AP10ksCfqXIdh39wyVfnNEHVu1emG > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOmKi9VGEcPzRpyH67eugOQ0fr0rTwam { width:20rem;height:7.19825rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad0VtwXsdpLs1Tlkb63lbnINGAJ9f00A { width:5rem;height:5rem;top:10.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw31rD2PufR5L2Lmkf3DHlCBV2d8kqQJ { width:10.3125rem;height:3.8997375rem;top:11.0625rem;left:8.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLcvrvarrT0ohqcbwX7GByVb5KtQLu1I { width:20rem;height:3.8997375rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGnoKxE8nP0RUAaANtt0TLLZv8sAVSy { width:18.311625rem;height:2.8125rem;top:24.347874641419rem;left:0.84309905767444rem;font-size:1rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9uKUwkoo0ovozcLGqP3c6eR8faHBKKS { display:block; }
 }@media only screen and (max-width: 763px) { #wJwQO5RMTmTd46EpDoWJcUvk5Kgm1ft6 { width:4.6875rem;height:4.6875rem;top:37.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3gt6JFiqpWFhmZz2ECzzErLPJtSIpr { width:7.625rem;height:3.8997375rem;top:37.8125rem;left:8.25rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SFQzMpl203bKNsIM3omrhJWEFE6oB50a { width:20rem;height:2.599825rem;top:43.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriIUKyIMoZpz5cVtJi68H2NSHqgHBEv { width:18.3105625rem;height:2.8125rem;top:49.686415672303rem;left:0.84418410062787rem;font-size:1rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kseJI0h1KFCMso1Ziymb2Ji7TT6RZdCo { display:block; }
 }@media only screen and (max-width: 763px) { #TgJJB7LKOqmrOLOtdPGGBuTJrDJPiEpI { width:18.25rem;height:2.8125rem;top:31.1875rem;left:0.875rem;font-size:1rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7vvMZ5TeNQdQJSDBfzlGAXAbKSgMPUt { display:block; }
 }@media only screen and (max-width: 763px) { #DGw3IIg02T0pgm4TKmLSHFS5OJzGd3Q9 { width:13.499375rem;height:1.2999125rem;top:22.31228351593rem;left:3.2497830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ8e483CCvoNVVc4aX74JeCpIBq6Rc2I { width:13.499375rem;height:1.2999125rem;top:29.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigTfH0eANGtEmUmr32l6OsnBvLMp17J { width:13.499375rem;height:1.2999125rem;top:47.686634540558rem;left:3.2497830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzoqKBiFvBVXx2Oyv9UWDKsWfGRkarR4 { width:13.499375rem;height:1.2999125rem;top:55.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydcXIOzttnsMkcFRsoabv0V0vhldpdPc { width:18.25rem;height:2.8125rem;top:57.061633110046rem;left:0.87456601858137rem;font-size:1rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVTW3k6E1mBzQZBbioaNSAn46CevUimu { display:block; }
 }@media only screen and (max-width: 763px) { #rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ { display:block; }#rJ27yrKLciu16ITcfxJqlyqwsICJOlWJ > .row .container { width:20rem;height:55.759552001953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4ttaHfJi6b8d8gbxA66SlSAkHlEdLgI { width:7.5rem;height:7.5rem;top:38.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1hfBdp8lRh9PqIyxVGiTs2muqqyMiD { width:20rem;height:3.57421875rem;top:48.123918652534rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVymE99rqSy7HTT48dMbGtTwxuIoIEGq { width:20rem;height:2.8125rem;top:52.947265625rem;left:0.0625rem;font-size:1.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6OgtEkGqIZhTkw6XOsQd7dy0a7sligV { display:block; }
 }@media only screen and (max-width: 763px) { #aUNRSaLM9AK9VxTOQ1PPfr80RWnk3UmX { width:20rem;height:4.19921875rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd { background-color:#001230;background-image:none;position:relative;z-index:auto;display:block; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container { background-color: transparent; background-image: none; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container > .video-iframe-container { display: none; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row > .video-iframe-container { display: none; }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .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); }#GdssThAL0Tw2SdZsaIffeTqh2DP2wEZd > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLFehTv0I0SsVHfiUpGRW2I1id2SOtNc { width:12rem;height:1.5rem;top:3.65625rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XPTTrbqRCzVwQxhck0h6RpO8KSMOU4DU { width:3.0625rem;height:1.462675rem;top:0.734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFMe18dPRVRfyBVzUBaOqtSVlfDrTWLq { width:8.875rem;height:1.462675rem;top:0.734375rem;left:5.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dr49akPfEptXl4Bi6aHudCFaVoXxiva5 { width:3.9375rem;height:1.462675rem;top:0.734375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }