.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;
}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); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.04);background-image:url("https://images.assets-landingi.com/uc/1a6ef777-82fe-4aab-8325-81fd532b45d9/Baner3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.adaptive-delivery-prevent-bg, #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.lazyload, #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.lazyloading { background-image: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { background-color: transparent; background-image: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container > .video-iframe-container { display: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container { display: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .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); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { border-width: 0; border-radius: 0; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#tLOAnsSxNnFJvBy8vmdJy3yGUI5daGTq { display:block;width:37.4369375rem;position:absolute;font-family:montserrat;font-size:4.25rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:13.744318008423rem;left:0rem;height:8.5004375rem;color:#fba311;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; }
#uKXvChyUCb5yNXdIplmTPKOAhTZQGty5 { display:block;width:32.374125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:24.749353408814rem;left:0rem;height:4.19921875rem;color:#373076;font-style:normal;display:block; }
#khsP6Qf529uTaye1KWE6g1AHSW4yHTeR { display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:32.187500476837rem;left:0rem;height:9.10155625rem;color:#373076;font-style:normal;display:block; }
#KZhI1exusPno2p3Bq6fZfNT7Lt16wZTu { position:absolute;display:block;z-index:15022;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:39.1875rem;width:32.5625rem;top:6.5625004768369rem;left:42.686634063721rem;overflow:hidden;display:block; }
#SEhIdJhx5WAhZp1SPwwJ64NuCoLyl6Lx { 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:6.8125rem;width:14.125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv { position:relative;display:block; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv { background-color: transparent; background-image: none; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container > .video-iframe-container { display: none; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row > .video-iframe-container { display: none; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .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); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv { border-width: 0; border-radius: 0; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .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; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa65612e-98ab-4ddb-90ea-282abbd4a3ed/Frame3.jpg");background-position:center right !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; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2.adaptive-delivery-prevent-bg, #Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2.lazyload, #Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2.lazyloading { background-image: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container { background-color: transparent; background-image: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container > .video-iframe-container { display: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row > .video-iframe-container { display: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .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); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container { border-width: 0; border-radius: 0; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#TP3T6Ogc9zdPLcW83nLlw5VF9d8BqeCJ { position:absolute;display:block;z-index:15024;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;box-shadow: none;height:24.8125rem;width:37.25rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#T5WE03MgQeEWF4TXfwMtQQFO30ZctapX { position:absolute;display:block;z-index:15025;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.5rem;width:24.749375rem;top:8.154296875rem;left:41.839195251465rem;overflow:hidden;display:block; }
#Hda1OGJuCTuSHbTRrETNTuDPC3cUQlmv { display:block;width:27.4370625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:0rem;left:42.530384063721rem;height:6.2988125rem;color:#fba311;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fMvAizRlWuqw0Io5U0whgMAxclU7V27x { display:block;width:27.6248125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:6.2977437973025rem;left:42.437068939209rem;height:11.19790625rem;color:#373076;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:block; }
#iQKTg8dTwieFyLQigSS3GIiaOTR5NLxe { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:18.475478172302rem;left:42.500003814698rem;height:6.9986875rem;color:#373076;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZXQXdyBivoccDX8dwn9cSu8E1ZQe6lT { position:absolute;display:block;z-index:15028;height:20.625rem;width:36.875rem;top:2.484806060791rem;left:0rem;display:block; }
#Jv4AmymZTaHJdSOhLn5JedpAKWa4ohJP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD { position:relative;display:block; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD { background-color: transparent; background-image: none; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .row .container > .video-iframe-container { display: none; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .row > .video-iframe-container { display: none; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .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); }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD { border-width: 0; border-radius: 0; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .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; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b796756-64ac-4875-ac6c-48ab95ea059c/Frame2.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; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP.adaptive-delivery-prevent-bg, #T2Ovs5fxAswOSK138K9sJMTmdFIilifP.lazyload, #T2Ovs5fxAswOSK138K9sJMTmdFIilifP.lazyloading { background-image: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container { background-color: transparent; background-image: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container > .video-iframe-container { display: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row > .video-iframe-container { display: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .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); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container { border-width: 0; border-radius: 0; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#OpRX4HuxWMtLQqWUo1idC6rBZm7dDVPB { display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:7.25rem;left:5rem;height:9.79816875rem;color:#373076;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:block; }
#Q83v6o4qLfuo930c3Ez8Ocr5kBgcPcar { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:19.375rem;left:5rem;height:5.59895625rem;color:#373076;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c2W6xTpfsQ8TZGFfanNRAx8uBPhvIFwm { display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:0rem;left:5.0625rem;height:6.2988125rem;color:#fba311;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bqOsnAUiHopRe2hBqozZtr5cD5F6waLa { position:absolute;display:block;z-index:15023;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;box-shadow: none;height:24.8125rem;width:33.1875rem;top:0rem;left:37.808591842651rem;overflow:hidden;display:none; }
#Kkk5kdd5aLT9fylteHBMVmtAbHETbQTE { position:absolute;display:block;z-index:15025;height:20.625rem;width:37.5rem;top:0.5625rem;left:37.5rem;display:block; }
#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau { position:relative;display:block; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau { background-color: transparent; background-image: none; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .row .container > .video-iframe-container { display: none; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .row > .video-iframe-container { display: none; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .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); }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau { border-width: 0; border-radius: 0; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .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; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ULLPTkyLq64UrOGdlqPnT0lwKRr0WvAI { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa65612e-98ab-4ddb-90ea-282abbd4a3ed/Frame3.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; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB.adaptive-delivery-prevent-bg, #fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB.lazyload, #fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB.lazyloading { background-image: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container { background-color: transparent; background-image: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container > .video-iframe-container { display: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row > .video-iframe-container { display: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .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); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container { border-width: 0; border-radius: 0; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#dD7ToX9sAD0ocl8eFTvIbF6F1sXKBaoa { display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:7.25rem;left:42.5rem;height:4.1992125rem;color:#373076;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:block; }
#G1oUIoe0JmmUQXDga5ohNviawWhIHELD { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:15rem;left:42.5rem;height:6.9986875rem;color:#373076;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NUDZoP1slCKThJmBcow2c5TOm9lLSSXe { display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:0rem;left:42.5625rem;height:6.2988125rem;color:#fba311;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wTOcSJpplMWhHqJHU4i6OgWlKDVbdo6S { position:absolute;display:block;z-index:15024;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;box-shadow: none;height:24.8125rem;width:37.25rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#RdPxISNhHRkTriXCup4OPz6L7l6UnWy5 { position:absolute;display:block;z-index:15025;height:20.625rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy { position:relative;display:block; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy { background-color: transparent; background-image: none; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .row .container > .video-iframe-container { display: none; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .row > .video-iframe-container { display: none; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .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); }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy { border-width: 0; border-radius: 0; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .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; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl { position:relative;display:block; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl { background-color: transparent; background-image: none; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .row .container > .video-iframe-container { display: none; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .row > .video-iframe-container { display: none; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .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); }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl { border-width: 0; border-radius: 0; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .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; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oesJowJ5QnKKMZlqwE8ApvEtcDMER1v8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/82c8cfe9-70bb-4a4e-91b8-0c2ec58be00e/Frame4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX.adaptive-delivery-prevent-bg, #HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX.lazyload, #HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX.lazyloading { background-image: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container { background-color: transparent; background-image: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container > .video-iframe-container { display: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row > .video-iframe-container { display: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .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); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container { border-width: 0; border-radius: 0; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#I8BVBcCK8OhbFWBTF6wMfAKCblm9luK8 { display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:7.25rem;left:4.875rem;height:9.79816875rem;color:#373076;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:block; }
#vTNxF6oWFdGOtFe4LR2nA8SLDGHlINp1 { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:19.125rem;left:5rem;height:4.19921875rem;color:#373076;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b9SmM4QU2TEMNOUzfv3DhEEEdPzT9tJt { display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:0rem;left:4.9375rem;height:6.2988125rem;color:#fba311;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mBf8x34vJ0APM8KzbMcH37r7FCWUvCeL { position:absolute;display:block;z-index:15024;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;box-shadow: none;height:24.625rem;width:37.25rem;top:0.062149047851562rem;left:37.749464035034rem;overflow:hidden;display:none; }
#cbTpP58FRQEqiLxzVVD3iWwTBToeOZav { position:absolute;display:block;z-index:15025;height:20.625rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN { position:relative;display:block; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN { background-color: transparent; background-image: none; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .row .container > .video-iframe-container { display: none; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .row > .video-iframe-container { display: none; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .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); }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN { border-width: 0; border-radius: 0; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .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; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 { position:relative;display:block; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 { background-color: transparent; background-image: none; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row .container > .video-iframe-container { display: none; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row > .video-iframe-container { display: none; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .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); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 { border-width: 0; border-radius: 0; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .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; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H8UWOVMOXZHuRArz7vMhV2SE8tZGJSPu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/076e16cf-bfa9-49a7-9dda-7a59272affcf/Frame5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy.adaptive-delivery-prevent-bg, #AKKy29KGKGu921ZCi5v0DB53s3pcbDQy.lazyload, #AKKy29KGKGu921ZCi5v0DB53s3pcbDQy.lazyloading { background-image: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container { background-color: transparent; background-image: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container > .video-iframe-container { display: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row > .video-iframe-container { display: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .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); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container { border-width: 0; border-radius: 0; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#PKmnuis86okCLFulsmuygVIrlprkT22g { display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:7.25rem;left:42.5rem;height:5.59895625rem;color:#373076;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:block; }
#sg4baiD8pwFWveDBPAToKMGOtiqSBA13 { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:12.8466796875rem;left:42.5rem;height:11.1979125rem;color:#373076;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fv5FgZo09UHMwQuGl59lwsGBT5p4AkuC { display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:0rem;left:42.5625rem;height:6.2988125rem;color:#fba311;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NG8lqnnBFsXBqbqrs4LqQ8zhDTB4nq7p { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:24.8115rem;width:33.0615rem;top:0.1884765625rem;left:0rem;overflow:hidden;display:none; }
#CX7WhRvTmx2DCquhxrWxdeMnPCEB0R0D { position:absolute;display:block;z-index:15026;height:20.625rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk { position:relative;display:block; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk { background-color: transparent; background-image: none; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .row .container > .video-iframe-container { display: none; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .row > .video-iframe-container { display: none; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .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); }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk { border-width: 0; border-radius: 0; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .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; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv { position:relative;display:block; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv { background-color: transparent; background-image: none; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .row .container > .video-iframe-container { display: none; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .row > .video-iframe-container { display: none; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .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); }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv { border-width: 0; border-radius: 0; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .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; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sKRChbtmp1mDABi6nu6GTRkoylJmHGFW { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ryApNSorHuzT4v22aooI4y7iPJsln1g4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3958990-69b6-4560-8f22-a9fdd997a5fa/Frame6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4.adaptive-delivery-prevent-bg, #ryApNSorHuzT4v22aooI4y7iPJsln1g4.lazyload, #ryApNSorHuzT4v22aooI4y7iPJsln1g4.lazyloading { background-image: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container { background-color: transparent; background-image: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container > .video-iframe-container { display: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row > .video-iframe-container { display: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .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); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container { border-width: 0; border-radius: 0; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#EGLpUErR5qJG6BN4A5Joma9ZBGNoxrww { display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:7.25rem;left:5rem;height:4.1992125rem;color:#373076;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:block; }
#glHO5HPZB7WeE4n9hTrsyLanePvmTdwg { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:14.294921875rem;left:5rem;height:8.3984375rem;color:#373076;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FRc7IufIz4etGwgXK4pemtTuVixtURd4 { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:0rem;left:5.0625rem;height:6.2988125rem;color:#fba311;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SJ1FlzZEq3ppu1MBSmauAe0hyTI0XtTO { position:absolute;display:block;z-index:15025;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;box-shadow: none;height:22rem;width:37.1875rem;top:0.125rem;left:37.75rem;overflow:hidden;display:none; }
#qx1WfzgqJQ2k3weHEU1TAi4TGnlOeFDG { position:absolute;display:block;z-index:15026;height:20.625rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 { position:relative;display:block; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 { background-color: transparent; background-image: none; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .row .container > .video-iframe-container { display: none; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .row > .video-iframe-container { display: none; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .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); }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 { border-width: 0; border-radius: 0; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .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; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT { position:relative;display:block; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT { background-color: transparent; background-image: none; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .row .container > .video-iframe-container { display: none; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .row > .video-iframe-container { display: none; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .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); }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT { border-width: 0; border-radius: 0; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .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; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bgKlpS7GTTWe0lm2lEqA6C0nHI05aRWo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cab706cc-cc94-46ed-86be-2c049a3ce437/Frame7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6.adaptive-delivery-prevent-bg, #E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6.lazyload, #E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6.lazyloading { background-image: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container { background-color: transparent; background-image: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container > .video-iframe-container { display: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row > .video-iframe-container { display: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .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); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container { border-width: 0; border-radius: 0; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#o2SkOxbUPuRKau83QdSM20UM9093VTi8 { display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:7.25rem;left:42.5rem;height:4.1992125rem;color:#373076;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:block; }
#PIZKaQqAyctP1HJgvu9knfhPImsG0ol1 { display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:16rem;left:42.5rem;height:8.3984375rem;color:#373076;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bD73Xq5bdkJ9TaERCbnzwS0rHvMe7aKS { position:absolute;display:block;z-index:14999;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;box-shadow: none;height:24.75rem;width:33rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#e01QUDHKy70By54bQWfHzTT3DUCF3bTn { display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:0rem;left:42.5625rem;height:6.2988125rem;color:#fba311;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#obeLRir7pp8fKngfbGAkdt0Q32UPGsqt { position:absolute;display:block;z-index:15022;height:20.625rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 { position:relative;display:block; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 { background-color: transparent; background-image: none; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .row .container > .video-iframe-container { display: none; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .row > .video-iframe-container { display: none; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .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); }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 { border-width: 0; border-radius: 0; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .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; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s { position:relative;display:block; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s { background-color: transparent; background-image: none; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .row .container > .video-iframe-container { display: none; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .row > .video-iframe-container { display: none; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .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); }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s { border-width: 0; border-radius: 0; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .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; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7fb704f3-39a0-4926-a631-942bbeb93376/DSC2765scaled1.jpg");background-position:center !important;background-repeat:no-repeat !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; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh.adaptive-delivery-prevent-bg, #fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh.lazyload, #fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh.lazyloading { background-image: none; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row .container { background-color: transparent; background-image: none; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row .container > .video-iframe-container { display: none; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row > .video-iframe-container { display: none; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .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); }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row .container { border-width: 0; border-radius: 0; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#cmUDIFabZ76htewwCXVEmBek8BdzAPUz { display:block;width:39.8118125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:13.066937446594rem;left:18.748224258423rem;height:7.50325rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SETntH5iV0MQBOGQHb3sM7hg4duBtVk9 { color:#fba311;display:block;width:40rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.3114347457888rem;left:18.748224258423rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#373076;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; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row .container { background-color: transparent; background-image: none; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row .container > .video-iframe-container { display: none; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row > .video-iframe-container { display: none; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .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); }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row .container { border-width: 0; border-radius: 0; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#ZtQrvHdAPB53eAzwWV3X5NOnLO7ADU7t { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:2.4751472473144rem;left:0rem;height:1.3997375rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;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; }
#bhe6wf1aWZumrgB8GmLJf98hOiuxKdfp { background-color:#373076;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1rem;left:17.96875rem;display:block; }
#o2OBdngcfASuOIwE8nJGO5Rwo9kwbAIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qS3Q4XViqWptX9Ei2bneketwtWL2q49D { background-color:#373076;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1rem;left:41.59375rem;display:block; }
#TQR9h24aEHlm9EwcXmdrApmuQoXrXzSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPfUnCo7EgdCQOd5T2OWIudCiRsKfLwg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.8125rem;left:17.5625rem;display:none; }
#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#373076;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; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row .container { background-color: transparent; background-image: none; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row .container > .video-iframe-container { display: none; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row > .video-iframe-container { display: none; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .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); }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row .container { border-width: 0; border-radius: 0; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#rGX97QtBEC8m1kLeDULl5ga0bvQOSDeg { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:2.4751472473144rem;left:0rem;height:1.3997375rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;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; }
#d104ZxTs4DqHqsNTscxhgfDUNq9nhFMy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.8125rem;left:17.5625rem;display:none; }
#gnHNfUIGaUoHBuUriHoKwIRJbqinBwf1 { position:absolute;display:block;z-index:15023;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.06228125rem;width:49.1873125rem;top:6.0611991882324rem;left:12.374132156372rem;overflow:hidden;display:block; }
#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row .container { background-color: transparent; background-image: none; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row .container > .video-iframe-container { display: none; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row > .video-iframe-container { display: none; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .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); }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row .container { border-width: 0; border-radius: 0; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#QLyaPMVbumdBM3cqkmWqDCHL5UW78dZi { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:2.4751472473144rem;left:0rem;height:1.3997375rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;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: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/082732c4-662e-4e35-adae-e824375a0c09/BanerTablet4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.adaptive-delivery-prevent-bg, #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.lazyload, #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.lazyloading { background-image: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { background-color: transparent; background-image: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container > .video-iframe-container { display: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container { display: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .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); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { border-width: 0; border-radius: 0; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tLOAnsSxNnFJvBy8vmdJy3yGUI5daGTq { width:23.811875rem;height:4.12543125rem;top:6.3585071563719rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKXvChyUCb5yNXdIplmTPKOAhTZQGty5 { width:22.8125rem;height:6.0004375rem;top:12.163628578186rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #khsP6Qf529uTaye1KWE6g1AHSW4yHTeR { width:22.8125rem;height:4.80035rem;top:19.727647781372rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #KZhI1exusPno2p3Bq6fZfNT7Lt16wZTu { width:19.875rem;height:24rem;top:3.1966147422791rem;left:25.29730963707rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEhIdJhx5WAhZp1SPwwJ64NuCoLyl6Lx { width:12.1875rem;height:5.81163125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv { background-color:transparent;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; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container { background-color: transparent; background-image: none; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container > .video-iframe-container { display: none; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row > .video-iframe-container { display: none; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .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); }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container { border-width: 0; border-radius: 0; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 { background-color:transparent;background-image:none;display:block; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container { background-color: transparent; background-image: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container > .video-iframe-container { display: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row > .video-iframe-container { display: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .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); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container { width:47.75rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TP3T6Ogc9zdPLcW83nLlw5VF9d8BqeCJ { width:23.75rem;height:15.75rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T5WE03MgQeEWF4TXfwMtQQFO30ZctapX { width:23.936625rem;height:12.2168125rem;top:0.93641376495363rem;left:23.81293463707rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 1199px) { #Hda1OGJuCTuSHbTRrETNTuDPC3cUQlmv { width:20.8123125rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fMvAizRlWuqw0Io5U0whgMAxclU7V27x { width:22.8125rem;height:9.6007rem;top:5.3982594311238rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #iQKTg8dTwieFyLQigSS3GIiaOTR5NLxe { width:22.8125rem;height:7.2005rem;top:16.067708253861rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #TZXQXdyBivoccDX8dwn9cSu8E1ZQe6lT { width:23.625rem;height:13.1875rem;top:1.6536445617676rem;left:23.962584894022rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jv4AmymZTaHJdSOhLn5JedpAKWa4ohJP { top:1.25rem;left:0rem;width:47.75rem;height:0.125rem;z-index:15001;background-color:rgba(19,33,60,0.1);background-image:none;display:none; }
 }@media only screen and (max-width: 1199px) { #SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD { display:block; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .row .container { width:47.75rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T2Ovs5fxAswOSK138K9sJMTmdFIilifP { background-color:transparent;background-image:none;display:block; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container { background-color: transparent; background-image: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container > .video-iframe-container { display: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row > .video-iframe-container { display: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .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); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container { width:47.75rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OpRX4HuxWMtLQqWUo1idC6rBZm7dDVPB { width:22.8125rem;height:9.6007rem;top:5.3982594311238rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Q83v6o4qLfuo930c3Ez8Ocr5kBgcPcar { width:22.8125rem;height:6.0004375rem;top:16.254340827465rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #c2W6xTpfsQ8TZGFfanNRAx8uBPhvIFwm { width:20.8123125rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bqOsnAUiHopRe2hBqozZtr5cD5F6waLa { width:20.875rem;height:15.625rem;top:2.6539421081543rem;left:23.936434328556rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kkk5kdd5aLT9fylteHBMVmtAbHETbQTE { width:23.9375rem;height:16.8125rem;top:0.5625rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau { display:block; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .row .container { width:47.75rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ULLPTkyLq64UrOGdlqPnT0lwKRr0WvAI { top:1.2801837921143rem;left:0rem;width:47.75rem;height:0.125rem;z-index:15000;background-color:rgba(19,33,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB { background-color:transparent;background-image:none;display:block; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container { background-color: transparent; background-image: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container > .video-iframe-container { display: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row > .video-iframe-container { display: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .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); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dD7ToX9sAD0ocl8eFTvIbF6F1sXKBaoa { width:22.8125rem;height:3.6002625rem;top:5.3991479873658rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #G1oUIoe0JmmUQXDga5ohNviawWhIHELD { width:22.8125rem;height:7.2005rem;top:10.494140625rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #NUDZoP1slCKThJmBcow2c5TOm9lLSSXe { width:20.8125rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wTOcSJpplMWhHqJHU4i6OgWlKDVbdo6S { width:23.75rem;height:15.75rem;top:0rem;left:24rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RdPxISNhHRkTriXCup4OPz6L7l6UnWy5 { width:23.9375rem;height:16.8125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy { display:block; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl { display:block; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oesJowJ5QnKKMZlqwE8ApvEtcDMER1v8 { top:1.25rem;left:0rem;width:47.75rem;height:0.125rem;z-index:15001;background-color:rgba(19,33,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX { background-color:transparent;background-image:none;display:block; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container { background-color: transparent; background-image: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container > .video-iframe-container { display: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row > .video-iframe-container { display: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .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); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I8BVBcCK8OhbFWBTF6wMfAKCblm9luK8 { width:22.8125rem;height:8.4006125rem;top:5.3982601165771rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #vTNxF6oWFdGOtFe4LR2nA8SLDGHlINp1 { width:22.8125rem;height:4.80035rem;top:14.805773615837rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #b9SmM4QU2TEMNOUzfv3DhEEEdPzT9tJt { width:20.8123125rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBf8x34vJ0APM8KzbMcH37r7FCWUvCeL { width:23.625rem;height:15.5625rem;top:0rem;left:24.011663281875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cbTpP58FRQEqiLxzVVD3iWwTBToeOZav { width:23.9375rem;height:16.8125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN { display:block; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .row .container { width:47.75rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 { display:block; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row .container { width:47.75rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H8UWOVMOXZHuRArz7vMhV2SE8tZGJSPu { top:1.25rem;left:0.0625rem;width:47.75rem;height:0.125rem;z-index:15002;background-color:rgba(19,33,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #AKKy29KGKGu921ZCi5v0DB53s3pcbDQy { background-color:transparent;background-image:none;display:block; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container { background-color: transparent; background-image: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container > .video-iframe-container { display: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row > .video-iframe-container { display: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .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); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container { width:47.75rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PKmnuis86okCLFulsmuygVIrlprkT22g { width:22.8125rem;height:6.0004375rem;top:5.3991489410401rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #sg4baiD8pwFWveDBPAToKMGOtiqSBA13 { width:22.8125rem;height:10.8007875rem;top:13.018663465977rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #Fv5FgZo09UHMwQuGl59lwsGBT5p4AkuC { width:20.8123125rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NG8lqnnBFsXBqbqrs4LqQ8zhDTB4nq7p { width:23.6875rem;height:17.625rem;top:1.312141418457rem;left:24.057882845402rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CX7WhRvTmx2DCquhxrWxdeMnPCEB0R0D { width:23.9375rem;height:16.8125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk { display:block; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .row .container { width:47.75rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv { display:block; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .row .container { width:47.75rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sKRChbtmp1mDABi6nu6GTRkoylJmHGFW { top:1.2762775421143rem;left:0rem;width:47.7494375rem;height:0.12429rem;z-index:15003;background-color:rgba(19,33,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #ryApNSorHuzT4v22aooI4y7iPJsln1g4 { background-color:transparent;background-image:none;display:block; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container { background-color: transparent; background-image: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container > .video-iframe-container { display: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row > .video-iframe-container { display: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .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); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container { width:47.75rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EGLpUErR5qJG6BN4A5Joma9ZBGNoxrww { width:22.8125rem;height:3.6002625rem;top:5.3982582092285rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #glHO5HPZB7WeE4n9hTrsyLanePvmTdwg { width:22.8125rem;height:8.400625rem;top:10.493251800537rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #FRc7IufIz4etGwgXK4pemtTuVixtURd4 { width:20.8123125rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SJ1FlzZEq3ppu1MBSmauAe0hyTI0XtTO { width:23.9375rem;height:14.0625rem;top:0rem;left:23.963861237606rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qx1WfzgqJQ2k3weHEU1TAi4TGnlOeFDG { width:23.9375rem;height:16.8125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 { display:block; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rXJQshpDpCyiKUPXQqITfFT3P62XtSPT { display:block; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bgKlpS7GTTWe0lm2lEqA6C0nHI05aRWo { top:1.3220882415771rem;left:0rem;width:47.7494375rem;height:0.12429rem;z-index:15004;background-color:rgba(19,33,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 { background-color:transparent;background-image:none;display:block; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container { background-color: transparent; background-image: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container > .video-iframe-container { display: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row > .video-iframe-container { display: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .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); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container { width:47.75rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o2SkOxbUPuRKau83QdSM20UM9093VTi8 { width:22.8125rem;height:3.6002625rem;top:5.3991479873658rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #PIZKaQqAyctP1HJgvu9knfhPImsG0ol1 { width:22.8125rem;height:8.4006125rem;top:10.495029449463rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #bD73Xq5bdkJ9TaERCbnzwS0rHvMe7aKS { width:23.8125rem;height:17.75rem;top:0.125rem;left:23.906248629093rem;display:none; }
 }@media only screen and (max-width: 1199px) { #e01QUDHKy70By54bQWfHzTT3DUCF3bTn { width:20.8123125rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obeLRir7pp8fKngfbGAkdt0Q32UPGsqt { width:23.9375rem;height:16.8125rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 { display:block; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .row .container { width:47.75rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hlNCEyQwJzTCVED78TTrxivcTvVIih1s { display:block; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh { display:block; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row .container { width:47.75rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cmUDIFabZ76htewwCXVEmBek8BdzAPUz { width:38.3744375rem;height:13.80209375rem;top:9.5360441207888rem;left:4.6866121888161rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #SETntH5iV0MQBOGQHb3sM7hg4duBtVk9 { width:40rem;height:3.41145625rem;top:5.1239376068115rem;left:3.8742895722389rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw { display:block; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZtQrvHdAPB53eAzwWV3X5NOnLO7ADU7t { width:22.8125rem;height:1.7252625rem;top:13.866754531861rem;left:0.99934899806975rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #bhe6wf1aWZumrgB8GmLJf98hOiuxKdfp { width:17.5rem;height:3.4375rem;top:1rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2OBdngcfASuOIwE8nJGO5Rwo9kwbAIO { display:block; }
 }@media only screen and (max-width: 1199px) { #qS3Q4XViqWptX9Ei2bneketwtWL2q49D { width:17.5rem;height:3.4375rem;top:1rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TQR9h24aEHlm9EwcXmdrApmuQoXrXzSd { display:block; }
 }@media only screen and (max-width: 1199px) { #kPfUnCo7EgdCQOd5T2OWIudCiRsKfLwg { top:4.4357681274414rem;left:0.12586808204651rem;width:47.6236875rem;height:1.2999125rem;z-index:15023;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B { display:block; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rGX97QtBEC8m1kLeDULl5ga0bvQOSDeg { width:22.8125rem;height:6.9010625rem;top:13.866754531861rem;left:0.99934899806975rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #d104ZxTs4DqHqsNTscxhgfDUNq9nhFMy { top:2.5053253173828rem;left:0rem;width:47.6243125rem;height:1.2999125rem;z-index:15023;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gnHNfUIGaUoHBuUriHoKwIRJbqinBwf1 { width:47.7495625rem;height:5.87456875rem;top:0.283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt { display:block; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QLyaPMVbumdBM3cqkmWqDCHL5UW78dZi { width:22.8125rem;height:1.7252625rem;top:13.866754531861rem;left:0.99934899806975rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/410b2a23-0099-4a5e-b50b-417e11e92b4a/BanerMobile2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.adaptive-delivery-prevent-bg, #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.lazyload, #iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg.lazyloading { background-image: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { background-color: transparent; background-image: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container > .video-iframe-container { display: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row > .video-iframe-container { display: none; }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .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); }#iaBRLTVSb0PTi0pSV7d2ah2XRQcIDbTg > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLOAnsSxNnFJvBy8vmdJy3yGUI5daGTq { width:20rem;height:3.50043125rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKXvChyUCb5yNXdIplmTPKOAhTZQGty5 { width:20rem;height:6.0004375rem;top:12.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khsP6Qf529uTaye1KWE6g1AHSW4yHTeR { width:20rem;height:6.0004375rem;top:19.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZhI1exusPno2p3Bq6fZfNT7Lt16wZTu { width:13.875rem;height:16.75rem;top:28.066408157349rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhIdJhx5WAhZp1SPwwJ64NuCoLyl6Lx { width:10.875rem;height:5.125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv { display:block; }#EnEiLS4g1oyLIO6c2x4uSxgPuy9f2pvv > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 { background-color:transparent;background-image:none;display:block; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container { background-color: transparent; background-image: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container > .video-iframe-container { display: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row > .video-iframe-container { display: none; }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .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); }#Tc4FNMaf7W3dWX3ziNbGiBom91RdVZT2 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TP3T6Ogc9zdPLcW83nLlw5VF9d8BqeCJ { width:20rem;height:13.3213125rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5WE03MgQeEWF4TXfwMtQQFO30ZctapX { width:20rem;height:10.20725rem;top:26.614580154419rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Hda1OGJuCTuSHbTRrETNTuDPC3cUQlmv { width:20rem;height:4.19921875rem;top:0.93641471862794rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMvAizRlWuqw0Io5U0whgMAxclU7V27x { width:20rem;height:10.8007875rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQKTg8dTwieFyLQigSS3GIiaOTR5NLxe { width:20rem;height:7.2005rem;top:18.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXQXdyBivoccDX8dwn9cSu8E1ZQe6lT { width:20rem;height:20.625rem;top:26.612413406372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4AmymZTaHJdSOhLn5JedpAKWa4ohJP { width:20rem;height:0.124783125rem;top:47.941625595093rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD { display:block; }#SkCh1zScTb1vDJUX7DXIsoKnMhwdMnuD > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2Ovs5fxAswOSK138K9sJMTmdFIilifP { background-color:transparent;background-image:none;display:block; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container { background-color: transparent; background-image: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container > .video-iframe-container { display: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row > .video-iframe-container { display: none; }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .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); }#T2Ovs5fxAswOSK138K9sJMTmdFIilifP > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpRX4HuxWMtLQqWUo1idC6rBZm7dDVPB { width:20rem;height:9.6007rem;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83v6o4qLfuo930c3Ez8Ocr5kBgcPcar { width:20rem;height:6.0004375rem;top:16.248918056488rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2W6xTpfsQ8TZGFfanNRAx8uBPhvIFwm { width:20rem;height:4.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqOsnAUiHopRe2hBqozZtr5cD5F6waLa { width:17.6875rem;height:13.25rem;top:18.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kkk5kdd5aLT9fylteHBMVmtAbHETbQTE { width:20rem;height:13.9995625rem;top:24.498700141907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau { display:block; }#Poy4xFsTnNFk8IEpHJ9NMhitn3aLTcau > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULLPTkyLq64UrOGdlqPnT0lwKRr0WvAI { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB { background-color:transparent;background-image:none;display:block; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container { background-color: transparent; background-image: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container > .video-iframe-container { display: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row > .video-iframe-container { display: none; }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .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); }#fyzieAFSJA5cioKbv5vLBGKJcJ9hcsSB > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD7ToX9sAD0ocl8eFTvIbF6F1sXKBaoa { width:20rem;height:4.80035rem;top:6.0537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1oUIoe0JmmUQXDga5ohNviawWhIHELD { width:20rem;height:7.2005rem;top:12.7412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUDZoP1slCKThJmBcow2c5TOm9lLSSXe { width:20rem;height:4.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTOcSJpplMWhHqJHU4i6OgWlKDVbdo6S { width:20rem;height:13.3213125rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdPxISNhHRkTriXCup4OPz6L7l6UnWy5 { width:16.624375rem;height:17.1245625rem;top:20.811632633209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy { display:block; }#szdTFH0stXQ5xtR2ZJS7RC4ZFqeJTfIy > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl { display:block; }#SQEEwm4TDczRQlMVC8zR06qxwnn9Gtsl > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oesJowJ5QnKKMZlqwE8ApvEtcDMER1v8 { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX { background-color:transparent;background-image:none;display:block; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container { background-color: transparent; background-image: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container > .video-iframe-container { display: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row > .video-iframe-container { display: none; }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .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); }#HqO9I8uQ8NeL7U7hnWuZ45TNBa9eiAUX > .row .container { width:20rem;height:45.248489379883rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8BVBcCK8OhbFWBTF6wMfAKCblm9luK8 { width:20rem;height:10.8007875rem;top:6.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTNxF6oWFdGOtFe4LR2nA8SLDGHlINp1 { width:20rem;height:4.80035rem;top:17.931858062744rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9SmM4QU2TEMNOUzfv3DhEEEdPzT9tJt { width:20rem;height:4.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBf8x34vJ0APM8KzbMcH37r7FCWUvCeL { width:20rem;height:13.21975rem;top:19.41796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbTpP58FRQEqiLxzVVD3iWwTBToeOZav { width:20rem;height:20.625rem;top:24.62349653244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN { display:block; }#iDq1omV33G3xtzdKt1w6DhKcWbtmpVfN > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 { display:block; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 { background-color: transparent; background-image: none; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row .container > .video-iframe-container { display: none; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row > .video-iframe-container { display: none; }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .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); }#OLfAZ4zEMPtikRaLtwlLBPNEBurUWGV6 > .row .container { width:20rem;height:2.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8UWOVMOXZHuRArz7vMhV2SE8tZGJSPu { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKKy29KGKGu921ZCi5v0DB53s3pcbDQy { background-color:transparent;background-image:none;display:block; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container { background-color: transparent; background-image: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container > .video-iframe-container { display: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row > .video-iframe-container { display: none; }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .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); }#AKKy29KGKGu921ZCi5v0DB53s3pcbDQy > .row .container { width:20rem;height:50.014106750488rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKmnuis86okCLFulsmuygVIrlprkT22g { width:20rem;height:6.0004375rem;top:6.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4baiD8pwFWveDBPAToKMGOtiqSBA13 { width:20rem;height:13.2009375rem;top:13.9453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv5FgZo09UHMwQuGl59lwsGBT5p4AkuC { width:20rem;height:4.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG8lqnnBFsXBqbqrs4LqQ8zhDTB4nq7p { width:20rem;height:15.0088125rem;top:22.990234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CX7WhRvTmx2DCquhxrWxdeMnPCEB0R0D { width:20rem;height:20.625rem;top:29.389106750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk { display:block; }#eKiZRtdAKVH2eEcS4Jrz0ogBoi1yaRSk > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv { display:block; }#DxLA6V5hZwzSKknhGPfrPOy57Xd4Zzvv > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKRChbtmp1mDABi6nu6GTRkoylJmHGFW { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryApNSorHuzT4v22aooI4y7iPJsln1g4 { background-color:transparent;background-image:none;display:block; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container { background-color: transparent; background-image: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container > .video-iframe-container { display: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row > .video-iframe-container { display: none; }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .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); }#ryApNSorHuzT4v22aooI4y7iPJsln1g4 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGLpUErR5qJG6BN4A5Joma9ZBGNoxrww { width:20rem;height:4.80035rem;top:6.07421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glHO5HPZB7WeE4n9hTrsyLanePvmTdwg { width:20rem;height:9.6006875rem;top:12.74609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRc7IufIz4etGwgXK4pemtTuVixtURd4 { width:20rem;height:4.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ1FlzZEq3ppu1MBSmauAe0hyTI0XtTO { width:20rem;height:11.8310625rem;top:18.21875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qx1WfzgqJQ2k3weHEU1TAi4TGnlOeFDG { width:20rem;height:20.625rem;top:23.717435836792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 { display:block; }#uus0gmERMnyyLOcfJceOHaqhN2rVEHz5 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXJQshpDpCyiKUPXQqITfFT3P62XtSPT { display:block; }#rXJQshpDpCyiKUPXQqITfFT3P62XtSPT > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgKlpS7GTTWe0lm2lEqA6C0nHI05aRWo { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 { background-color:transparent;background-image:none;display:block; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container { background-color: transparent; background-image: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container > .video-iframe-container { display: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row > .video-iframe-container { display: none; }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .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); }#E6X0T7tBiRgx683mMCdAAXD5cHX3I8O6 > .row .container { width:20rem;height:42.923178672791rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2SkOxbUPuRKau83QdSM20UM9093VTi8 { width:20rem;height:4.80035rem;top:6.0537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIZKaQqAyctP1HJgvu9knfhPImsG0ol1 { width:20rem;height:8.4006125rem;top:12.7412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD73Xq5bdkJ9TaERCbnzwS0rHvMe7aKS { width:20rem;height:14.9980625rem;top:20.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e01QUDHKy70By54bQWfHzTT3DUCF3bTn { width:20rem;height:4.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obeLRir7pp8fKngfbGAkdt0Q32UPGsqt { width:20rem;height:20.625rem;top:22.299261569977rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 { display:block; }#ZrU1yp7Dq1aoGc13OCd0a5p5UunSaVo4 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlNCEyQwJzTCVED78TTrxivcTvVIih1s { display:block; }#hlNCEyQwJzTCVED78TTrxivcTvVIih1s > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh { display:block; }#fL8A68KIPlwaWMoAvMtthcTNHNmi96Jh > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmUDIFabZ76htewwCXVEmBek8BdzAPUz { width:20rem;height:9.44335rem;top:6.3494567871094rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETntH5iV0MQBOGQHb3sM7hg4duBtVk9 { width:20rem;height:2.5996125rem;top:2.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw { position:relative;z-index:auto;display:block; }#ufBpmv7C1wgcwcJQHIOU0CbqSRU022Jw > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtQrvHdAPB53eAzwWV3X5NOnLO7ADU7t { width:20rem;height:1.2000875rem;top:1.462890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhe6wf1aWZumrgB8GmLJf98hOiuxKdfp { width:17.5rem;height:3.4375rem;top:2.6616792678833rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2OBdngcfASuOIwE8nJGO5Rwo9kwbAIO { display:block; }
 }@media only screen and (max-width: 763px) { #qS3Q4XViqWptX9Ei2bneketwtWL2q49D { width:17.5rem;height:3.4375rem;top:6.5983066558837rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQR9h24aEHlm9EwcXmdrApmuQoXrXzSd { display:block; }
 }@media only screen and (max-width: 763px) { #kPfUnCo7EgdCQOd5T2OWIudCiRsKfLwg { width:20rem;height:auto;top:4.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B { position:relative;z-index:auto;display:block; }#zDBFZT4oTtTTdQHVakJiZ4xZuJmxzX5B > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGX97QtBEC8m1kLeDULl5ga0bvQOSDeg { width:20rem;height:3.6002625rem;top:1.462890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d104ZxTs4DqHqsNTscxhgfDUNq9nhFMy { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gnHNfUIGaUoHBuUriHoKwIRJbqinBwf1 { width:20rem;height:2.51953125rem;top:5.8007831573486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt { position:relative;z-index:auto;display:block; }#GPm72T3yUZ0Lyzi9dTZG8hiBPuCA6gLt > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLyaPMVbumdBM3cqkmWqDCHL5UW78dZi { width:20rem;height:1.2000875rem;top:1.462890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }