.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0px;left:0px;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm { 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; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row .container { background-color: transparent; background-image: none; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row .container > .video-iframe-container { display: none; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row > .video-iframe-container { display: none; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .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); }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row .container { border-width: 0; border-radius: 0; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row .container { font-size:14px;font-family:arial;height:81px;width:1200px;position:relative;display:block; }#le2oVOh8k5x69klODZXbA5bTobExbaCN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:49px;width:185px;top:19px;left:0px;overflow:hidden;display:block; }
#JRrRooaLK0hQ0IsxZXZfP6pcmymLi7qF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:31px;left:1010px; }
#lMTcfpeqpTuXRvtFQtAG1mb71fC1NGsP { color:#002f67;display:block;width:165px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 24px rgba(0,0,0,0.5);top:28px;left:1035px;height:24.7px;font-style:normal;display:block; }
#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eedca0b3-3f3d-4df5-b12b-0cd3aa8e998e/NEW1.svg");background-position:center left !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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:14px;font-family:arial;height:858px;width:1200px;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15012;height:396px;width:441px;top:187.2727355957px;left:732.51136779785px;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 30px rgba(35,114,245,0.2) ;height:712px;width:464px;top:101.9921875px;left:720.9375px;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(0,31,62,0.77);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:297px;width:1024px;top:258.76249694824px;left:-240.00000762939px;display:block; }
#PHc3ysmvN2l20NgBt4zRrTDI5iF5Txol { color:#000000;display:block;width:383px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:109px;left:759.97731018066px;height:26px;text-align:center;text-align-last:center;display:block; }
#DuXZiJdIOmKlbzc0QcJMMibHOWqu7Lmo { color:#000000;display:block;width:430px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:140.97727966309px;left:737.97731018066px;height:36.3906px;text-align:center;text-align-last:center;display:block; }
#WVNVxpPucASsL7DuSb9SAeQMsZSflTCT { color:#ffffff;display:block;width:613.984px;position:absolute;font-family:"open sans";font-size:22px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:426.35417175293px;left:0px;height:57.1875px;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; }
#cBDbZMkdVx8GOlhmW0XTDJy4kwx8xchq { color:#ffffff;display:block;width:693.984px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:313.99739074707px;left:0px;height:83.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN { position:relative;display:block; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN { background-color: transparent; background-image: none; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .row .container > .video-iframe-container { display: none; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .row > .video-iframe-container { display: none; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .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); }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN { border-width: 0; border-radius: 0; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .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; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:611px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cazOcMkNGENlJgqsn7HCECwLT0lDSyR9 { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:271.328125px;left:63px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#qKBUK6M4Mm4SxzbE12W4Us0hsi0csoZB { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:54.982650756836px;left:0px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKO5GLrgc6c8LE82VmMKblWFnXTT6lHr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:91px;width:91px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:165px;left:141.5px; }
#RqrEb3EM4VFkDEwoTm7NPV48XI5XiOJe { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:273px;left:476px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#LurrkWwnRiSt44f349MB8sKlpkh6lJs8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:91px;width:91px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:167px;left:555px; }
#OcOmcLDCzTDTcEMX19uTAKdroP7GlSaF { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:273px;left:885px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#DKE95QgMW46ESK6OO1g5CzJqVuSuhRwt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:91px;width:91px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:377px;left:143px; }
#M3fpyZqzsqROs7ep353swslnuL0ZTmew { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:91px;width:91px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:379px;left:557px; }
#AzoBTnFcto2K72P2P7pCz5NFIDkSgDcT { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:483px;left:65px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#k2ReQpCRcI2yim9XiCUtf0WGXOmQ5zZn { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:485px;left:478px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#JXii8sgS2hFzDkrQd3hkBCuv5wTh4b8s { color:#000000;display:block;width:248px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:483px;left:885px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#cRxmXR77a9oZiJDQexw2d1tefE6DecIe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:91px;width:91px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:379px;left:965px; }
#wpLzXkSZPRlbkf7vtHUBL9lZWCCh1Gft { position:absolute;display:block;z-index:15034;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;height:92px;width:92px;top:164.47917175293px;left:964.47926330566px;overflow:hidden;display:block; }
#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt { 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;display:block; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row .container { background-color: transparent; background-image: none; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row .container > .video-iframe-container { display: none; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row > .video-iframe-container { display: none; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .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); }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row .container { border-width: 0; border-radius: 0; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row .container { font-size:14px;font-family:arial;height:430px;width:1200px;position:relative;display:block; }#QLcfUAygBMAZoU9m0iBuNsQto0Tx5Z0z { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:49px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6OslcH4bsT4qFykEAO1ghuueWdHTIwM { position:absolute;display:block;z-index:15003;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;height:41px;width:96px;top:51px;left:979px;overflow:hidden;display:block; }
#MS3MG4nSnfZbmb1FkpR13Mw9OvIIKAK5 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 0 0 15px rgba(0,0,0,0.31) ;height:97.9861px;width:300px;top:149px;left:48px;display:block; }
#R0AiDIwidoxTrk4FOSnmfLQBp0TCrlx9 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 0 0 15px rgba(0,0,0,0.2) ;height:98px;width:300px;top:284.93057060242px;left:821.97920227051px;display:block; }
#Kdf4vqEZ4o3oGSMRST5gbWB9TVv2l2wi { position:absolute;display:block;z-index:15035;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;height:56px;width:201px;top:169.98696899414px;left:97.48698425293px;overflow:hidden;display:block; }
#teqD7fEyweTr7vdtgDt9LrMXsfgXn2HJ { position:absolute;display:block;z-index:15036;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;height:190.99px;width:255.99px;top:102.48697280884px;left:445.98954772949px;overflow:hidden;display:block; }
#ZIsv3pJvESlXcpORNPUo5QKm954hBnfw { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 0 0 15px rgba(0,0,0,0.2) ;height:98px;width:300px;top:149px;left:822px;display:block; }
#yNdFm7blFFzAtcCcT66nKLqOcWMDdPKL { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 0 0 15px rgba(0,0,0,0.31) ;height:97.9688px;width:300px;top:285px;left:48px;display:block; }
#FN4NzbCwhqylAGx6RWR6CT1rmxvq3JOA { position:absolute;display:block;z-index:15037;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;height:47px;width:201px;top:309px;left:97px;overflow:hidden;display:block; }
#E6nkeMdasgszMKU9NXc0yFIrI7824JWH { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 0 0 15px rgba(0,0,0,0.2) ;height:97.9818px;width:300px;top:284.92185974121px;left:423.98435974121px;display:block; }
#hyzfB0xvVnNGG5hPa8pLZxygLDbmmiVt { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 0 0 15px rgba(0,0,0,0.2) ;height:97.9861px;width:300px;top:148.95834159851px;left:423.99305725098px;display:block; }
#UTOqtCnrbEeWqbs5AZT9u4VzouS1G9dM { position:absolute;display:block;z-index:15038;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;height:67.9948px;width:220px;top:163.98436737061px;left:861.97917175293px;overflow:hidden;display:block; }
#NIh4Qvkx37Wg7Ql9m9FXatMJUy8UT6mq { position:absolute;display:block;z-index:15039;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;height:235px;width:315px;top:206.99217987061px;left:822.96873474121px;overflow:hidden;display:block; }
#BL2oTP2OZiv7RNSg23JysNwcL0sAQpvp { position:absolute;display:block;z-index:15040;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;height:57px;width:195px;top:308.99739074707px;left:478.48954772949px;overflow:hidden;display:block; }
#IaxkWV5k43MAPPnduMpvwQs4DGSRXCNU { position:absolute;display:block;z-index:15041;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;height:62.9948px;width:236.992px;top:302.42185974121px;left:78.97135925293px;overflow:hidden;display:block; }
#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7.adaptive-delivery-prevent-bg, #LDJafR5nvm4u4K0yWk720Qxtt77ThqD7.lazyload, #LDJafR5nvm4u4K0yWk720Qxtt77ThqD7.lazyloading { background-image: none; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { background-color: transparent; background-image: none; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container > .video-iframe-container { display: none; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row > .video-iframe-container { display: none; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .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); }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { border-width: 0; border-radius: 0; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { font-size:14px;font-family:arial;height:425px;width:1200px;position:relative;display:block; }#o4Nn7Hd3GNZFRA1nVQSWszo4FnrSWh8s { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:72.874969482422px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IF09kTy6Ae3gSzZbLZNPGgSCUTAcusi2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:214px;width:565px;top:167px;left:21px;overflow:hidden;display:block; }
#cr6uUZSvLKgGz5akcLZJ97r8TZZrHlQg { position:absolute;display:block;z-index:15002;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;height:214px;width:592px;top:167px;left:586px;overflow:hidden;display:block; }
#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ { position:relative;display:block; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ { background-color: transparent; background-image: none; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .row .container > .video-iframe-container { display: none; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .row > .video-iframe-container { display: none; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .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); }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ { border-width: 0; border-radius: 0; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .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; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:471px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uFPZ38faeqhXV2J1rgxIiHpvAB0LKgwk { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:56.805557250977px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i59VTJnUoblkyJWt4UWfgu2UUnrJEiHR { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:133.80208587646px;left:90.069442749023px;height:20.8px;display:block; }
#LsH6XOkfX7xfr8NGt3XTRUglDBWIktIc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:298.993px;width:448.993px;top:133.80209350586px;left:743.02088928223px;overflow:hidden;display:block; }
#k6PI7KHx1EkEUaOuuudatVMI3dc4K3hS { color:#000000;display:block;width:538.993px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:154.56597900391px;left:90.069442749023px;height:41.5938px;display:block; }
#T8Li5kz0TpJUmF56lIH2f0OcPMLCX0EI { color:#000000;display:block;width:538.976px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:212.51736450195px;left:90.069442749023px;height:20.8px;display:block; }
#OxUPikcrAz3K1bWcvcicoNu0Ih0ptZVR { color:#000000;display:block;width:614px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:263.80212402344px;left:90.069442749023px;height:20.8px;display:block; }
#JiDkn2egRLCrvMwLxuzSVXAthgplmpqO { color:#000000;display:block;width:611px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:308.80209350586px;left:90.069442749023px;height:41.6px;display:block; }
#mBBMLiKr12DHWGChh7IKKCNhK9vzTFTL { color:#000000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:379.77429199219px;left:90.069442749023px;height:41.6px;display:block; }
#xxrTL2UBBeg1Jp7OIr3SUGgDBUIbqEtE { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9861px;width:37.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:147.34375px;left:41.059020996094px; }
#fCwxVymwzVSl8cLJLg7ZeeTU73TXouP4 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9688px;width:37.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:203.94097900391px;left:41.024307250977px; }
#GzgBg52eSRTRJXWTdvTobN6QyXwQEO8C { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9688px;width:37.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:255.22570800781px;left:41.024307250977px; }
#Qc9Qf9xSdb8bVoTZ10LdgSsfwVE17evm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9688px;width:37.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:310.60766601562px;left:41.024307250977px; }
#ttQHCFyP5fJdGE29nchQzoEaFTaHuPzI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9688px;width:37.9688px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:381.57986450195px;left:41.024307250977px; }
#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT { position:relative;display:block; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT { background-color: transparent; background-image: none; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .row .container > .video-iframe-container { display: none; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .row > .video-iframe-container { display: none; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .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); }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT { border-width: 0; border-radius: 0; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .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; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:414px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaA3AbTdFpeX3coAxFeUz6xlEiSiEkdL { position:absolute;display:block;z-index:15000;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/bde39647-edb8-4b86-aa9e-2a98329a2eb1/forbeslogo011.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:94px;width:263px;top:139px;left:40px;display:block; }#TaA3AbTdFpeX3coAxFeUz6xlEiSiEkdL.adaptive-delivery-prevent-bg, #TaA3AbTdFpeX3coAxFeUz6xlEiSiEkdL.lazyload, #TaA3AbTdFpeX3coAxFeUz6xlEiSiEkdL.lazyloading { background-image: none; }
#wbMh6x81d8OKVTK8qCTFBq11tlt7KMmd { position:absolute;display:block;z-index:15001;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/60d23f16-3151-4adf-b392-28410a7484e1/logo_21.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:93px;width:260px;top:139px;left:331px;display:block; }#wbMh6x81d8OKVTK8qCTFBq11tlt7KMmd.adaptive-delivery-prevent-bg, #wbMh6x81d8OKVTK8qCTFBq11tlt7KMmd.lazyload, #wbMh6x81d8OKVTK8qCTFBq11tlt7KMmd.lazyloading { background-image: none; }
#sLgsX3EXuzXDsThA8bhN1A6k6t5Sap1R { position:absolute;display:block;z-index:15003;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/0b518c6b-b3d7-47e2-849f-9e2c262e45af/Group482181.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:93px;width:260px;top:139px;left:900px;display:block; }#sLgsX3EXuzXDsThA8bhN1A6k6t5Sap1R.adaptive-delivery-prevent-bg, #sLgsX3EXuzXDsThA8bhN1A6k6t5Sap1R.lazyload, #sLgsX3EXuzXDsThA8bhN1A6k6t5Sap1R.lazyloading { background-image: none; }
#y8UFZ7eTDdMdeQbELkzR26zX9ghw5B8a { position:absolute;display:block;z-index:15002;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/83df45c8-dbd2-4fb0-8399-0e44215dbd25/NDTV_profit_logo1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:93px;width:260px;top:139px;left:614px;display:block; }#y8UFZ7eTDdMdeQbELkzR26zX9ghw5B8a.adaptive-delivery-prevent-bg, #y8UFZ7eTDdMdeQbELkzR26zX9ghw5B8a.lazyload, #y8UFZ7eTDdMdeQbELkzR26zX9ghw5B8a.lazyloading { background-image: none; }
#L86Tgw2NnT3pBpRHbg8PyF25txxErBRe { position:absolute;display:block;z-index:15007;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/e0c06cc7-c60b-4853-8fa5-8a2e7bfd0f24/logo1_new11.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:93px;width:260px;top:271px;left:900px;display:block; }#L86Tgw2NnT3pBpRHbg8PyF25txxErBRe.adaptive-delivery-prevent-bg, #L86Tgw2NnT3pBpRHbg8PyF25txxErBRe.lazyload, #L86Tgw2NnT3pBpRHbg8PyF25txxErBRe.lazyloading { background-image: none; }
#WQDN2LB6TnCvcnFHECKEsWqVHxcNsN37 { position:absolute;display:block;z-index:15006;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/97f4bc50-7fc8-487b-994a-a0dc99ae51e7/logo_yourstory_new1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:93px;width:260px;top:271px;left:614px;display:block; }#WQDN2LB6TnCvcnFHECKEsWqVHxcNsN37.adaptive-delivery-prevent-bg, #WQDN2LB6TnCvcnFHECKEsWqVHxcNsN37.lazyload, #WQDN2LB6TnCvcnFHECKEsWqVHxcNsN37.lazyloading { background-image: none; }
#CatE5v5KtD4BksaMs0OdaEdFwcKeIsq7 { position:absolute;display:block;z-index:15005;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/c7d1c794-e261-452e-8ea8-9645aa4b5036/Group2748.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:93px;width:260px;top:271px;left:331px;display:block; }#CatE5v5KtD4BksaMs0OdaEdFwcKeIsq7.adaptive-delivery-prevent-bg, #CatE5v5KtD4BksaMs0OdaEdFwcKeIsq7.lazyload, #CatE5v5KtD4BksaMs0OdaEdFwcKeIsq7.lazyloading { background-image: none; }
#BXPM78kdt1X7T073gEzRAceriTH6FM1I { position:absolute;display:block;z-index:15004;background-color:#f0fffd;background-image:url("https://images.assets-landingi.com/uc/d038eb45-d99e-4ac6-93c1-aabfc7118cc5/logo111.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:93px;width:260px;top:271px;left:40px;display:block; }#BXPM78kdt1X7T073gEzRAceriTH6FM1I.adaptive-delivery-prevent-bg, #BXPM78kdt1X7T073gEzRAceriTH6FM1I.lazyload, #BXPM78kdt1X7T073gEzRAceriTH6FM1I.lazyloading { background-image: none; }
#uz005kscGTHnt0HtJr9r2DkL2oWMQEFv { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.989410400391px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KrQ1TU5a62k9PxMQ58WxqGqmXBUSCiSl { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:71.440826416016px;left:0px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#yffVvFuf2fani43pXif7sCwzgIUAdOHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,211,167,0.41);background-image:url("https://images.assets-landingi.com/uc/f59c9bb8-bb85-40ea-b0d1-e7d30520857e/Isolation_Mode1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG.adaptive-delivery-prevent-bg, #yffVvFuf2fani43pXif7sCwzgIUAdOHG.lazyload, #yffVvFuf2fani43pXif7sCwzgIUAdOHG.lazyloading { background-image: none; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row .container { background-color: transparent; background-image: none; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row .container > .video-iframe-container { display: none; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row > .video-iframe-container { display: none; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .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); }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row .container { border-width: 0; border-radius: 0; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row .container { font-size:14px;font-family:arial;height:469px;width:1200px;position:relative;display:block; }#zCr3GEnLH8SwWmVdgii31cS2GlaTNsRL { 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;height:369px;width:427px;top:45px;left:627px;overflow:hidden;display:block; }
#rxDcUHgIphqrOduoT1dezMQ9zUHqU0Jq { color:#000000;display:block;width:521px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:74px;left:64px;height:65px;font-style:normal;display:block; }
#FEzeMTeCVmSFeHrJbBBHz6oHT7dHQzLZ { background-color:#003265;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:370px;height:63px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:190.99768066406px;left:74.988426208496px;display:block; }
#CqKJTgrdlexEFhVmdHgkzE7aF96XPbyq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Im2haVRMF1NSvkU7yGeDia7ub7z0CsI0 { position:absolute;display:block;z-index:15003;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;height:106px;width:326px;top:287px;left:288px;overflow:hidden;display:block; }
#iOU6XB7XQJ841bmwF9FgbBDgIcIWx7UE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:287px;left:269px;overflow:hidden;display:block; }
#LBJUfVahK68cCpdeklP6oMJq2IoiCURV { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:29.618072509766px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm { display:block; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { top:19px;left:0px;width:185px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #JRrRooaLK0hQ0IsxZXZfP6pcmymLi7qF { top:31px;left:742px;width:22px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lMTcfpeqpTuXRvtFQtAG1mb71fC1NGsP { top:28px;left:599px;width:165px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:187px;left:323px;width:441px;height:396px;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:464px;height:712px;top:101px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:258px;left:0px;width:764px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #PHc3ysmvN2l20NgBt4zRrTDI5iF5Txol { top:109px;left:382px;width:382px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DuXZiJdIOmKlbzc0QcJMMibHOWqu7Lmo { top:140px;left:334px;width:430px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WVNVxpPucASsL7DuSb9SAeQMsZSflTCT { top:426px;left:0px;width:613px;height:57px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cBDbZMkdVx8GOlhmW0XTDJy4kwx8xchq { top:313px;left:0px;width:693px;height:83px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN { display:block; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cazOcMkNGENlJgqsn7HCECwLT0lDSyR9 { top:271px;left:0px;width:247px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qKBUK6M4Mm4SxzbE12W4Us0hsi0csoZB { top:54px;left:0px;width:764px;height:45px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kKO5GLrgc6c8LE82VmMKblWFnXTT6lHr { top:165px;left:0px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #RqrEb3EM4VFkDEwoTm7NPV48XI5XiOJe { top:272px;left:257.98954772949px;width:247px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LurrkWwnRiSt44f349MB8sKlpkh6lJs8 { top:167px;left:337px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #OcOmcLDCzTDTcEMX19uTAKdroP7GlSaF { top:272px;left:517px;width:247px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DKE95QgMW46ESK6OO1g5CzJqVuSuhRwt { top:377px;left:0px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #M3fpyZqzsqROs7ep353swslnuL0ZTmew { top:379px;left:339px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #AzoBTnFcto2K72P2P7pCz5NFIDkSgDcT { top:482px;left:0px;width:247px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k2ReQpCRcI2yim9XiCUtf0WGXOmQ5zZn { top:484px;left:259.99479675293px;width:247px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JXii8sgS2hFzDkrQd3hkBCuv5wTh4b8s { top:482px;left:517px;width:247px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cRxmXR77a9oZiJDQexw2d1tefE6DecIe { top:379px;left:673px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #wpLzXkSZPRlbkf7vtHUBL9lZWCCh1Gft { top:164px;left:672px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt { display:block; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLcfUAygBMAZoU9m0iBuNsQto0Tx5Z0z { top:48px;left:0px;width:764px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #C6OslcH4bsT4qFykEAO1ghuueWdHTIwM { top:51px;left:668px;width:96px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #MS3MG4nSnfZbmb1FkpR13Mw9OvIIKAK5 { top:149px;left:0px;width:300px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #R0AiDIwidoxTrk4FOSnmfLQBp0TCrlx9 { top:284px;left:464px;width:300px;height:98px;display:block; }
 }@media only screen and (max-width: 763px) { #Kdf4vqEZ4o3oGSMRST5gbWB9TVv2l2wi { top:169px;left:0px;width:201px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #teqD7fEyweTr7vdtgDt9LrMXsfgXn2HJ { top:102px;left:227.98954772949px;width:255px;height:190.25137700691px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIsv3pJvESlXcpORNPUo5QKm954hBnfw { top:149px;left:464px;width:300px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #yNdFm7blFFzAtcCcT66nKLqOcWMDdPKL { top:285px;left:0px;width:300px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #FN4NzbCwhqylAGx6RWR6CT1rmxvq3JOA { top:309px;left:0px;width:201px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #E6nkeMdasgszMKU9NXc0yFIrI7824JWH { top:284px;left:205.98435974121px;width:300px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #hyzfB0xvVnNGG5hPa8pLZxygLDbmmiVt { top:148px;left:205.99305725098px;width:300px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #UTOqtCnrbEeWqbs5AZT9u4VzouS1G9dM { top:163px;left:544px;width:220px;height:67.9948px;display:block; }
 }@media only screen and (max-width: 763px) { #NIh4Qvkx37Wg7Ql9m9FXatMJUy8UT6mq { top:206px;left:449px;width:315px;height:235px;display:block; }
 }@media only screen and (max-width: 763px) { #BL2oTP2OZiv7RNSg23JysNwcL0sAQpvp { top:308px;left:260.48954772949px;width:195px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #IaxkWV5k43MAPPnduMpvwQs4DGSRXCNU { top:302px;left:0px;width:236px;height:62.731116662166px;display:block; }
 }@media only screen and (max-width: 763px) { #LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 { display:block; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Nn7Hd3GNZFRA1nVQSWszo4FnrSWh8s { top:72px;left:0px;width:764px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IF09kTy6Ae3gSzZbLZNPGgSCUTAcusi2 { top:167px;left:0px;width:565px;height:214px;display:block; }
 }@media only screen and (max-width: 763px) { #cr6uUZSvLKgGz5akcLZJ97r8TZZrHlQg { top:167px;left:172px;width:592px;height:214px;display:block; }
 }@media only screen and (max-width: 763px) { #zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ { display:block; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFPZ38faeqhXV2J1rgxIiHpvAB0LKgwk { top:56px;left:0px;width:764px;height:45px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #i59VTJnUoblkyJWt4UWfgu2UUnrJEiHR { top:133px;left:0px;width:380px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LsH6XOkfX7xfr8NGt3XTRUglDBWIktIc { top:133px;left:316px;width:448px;height:298.33174236569px;display:block; }
 }@media only screen and (max-width: 763px) { #k6PI7KHx1EkEUaOuuudatVMI3dc4K3hS { top:154px;left:0px;width:538px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T8Li5kz0TpJUmF56lIH2f0OcPMLCX0EI { top:212px;left:0px;width:538px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OxUPikcrAz3K1bWcvcicoNu0Ih0ptZVR { top:263px;left:0px;width:613px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JiDkn2egRLCrvMwLxuzSVXAthgplmpqO { top:308px;left:0px;width:611px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mBBMLiKr12DHWGChh7IKKCNhK9vzTFTL { top:379px;left:0px;width:600px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xxrTL2UBBeg1Jp7OIr3SUGgDBUIbqEtE { top:147px;left:0px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #fCwxVymwzVSl8cLJLg7ZeeTU73TXouP4 { top:203px;left:0px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #GzgBg52eSRTRJXWTdvTobN6QyXwQEO8C { top:255px;left:0px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9Qf9xSdb8bVoTZ10LdgSsfwVE17evm { top:310px;left:0px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ttQHCFyP5fJdGE29nchQzoEaFTaHuPzI { top:381px;left:0px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #XnLMJXStNkTSDfmmmklqZrwkX5taFqOT { display:block; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaA3AbTdFpeX3coAxFeUz6xlEiSiEkdL { top:139px;left:0px;width:262px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #wbMh6x81d8OKVTK8qCTFBq11tlt7KMmd { top:139px;left:113px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #sLgsX3EXuzXDsThA8bhN1A6k6t5Sap1R { top:139px;left:502px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #y8UFZ7eTDdMdeQbELkzR26zX9ghw5B8a { top:139px;left:396px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #L86Tgw2NnT3pBpRHbg8PyF25txxErBRe { top:271px;left:502px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #WQDN2LB6TnCvcnFHECKEsWqVHxcNsN37 { top:271px;left:396px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #CatE5v5KtD4BksaMs0OdaEdFwcKeIsq7 { top:271px;left:113px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #BXPM78kdt1X7T073gEzRAceriTH6FM1I { top:271px;left:0px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #uz005kscGTHnt0HtJr9r2DkL2oWMQEFv { top:25px;left:0px;width:764px;height:45px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #KrQ1TU5a62k9PxMQ58WxqGqmXBUSCiSl { top:71px;left:0px;width:764px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yffVvFuf2fani43pXif7sCwzgIUAdOHG { display:block; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCr3GEnLH8SwWmVdgii31cS2GlaTNsRL { top:45px;left:337px;width:427px;height:369px;display:block; }
 }@media only screen and (max-width: 763px) { #rxDcUHgIphqrOduoT1dezMQ9zUHqU0Jq { top:73px;left:0px;width:520px;height:65px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FEzeMTeCVmSFeHrJbBBHz6oHT7dHQzLZ { width:370px;height:63px;top:190px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CqKJTgrdlexEFhVmdHgkzE7aF96XPbyq { display:block; }
 }@media only screen and (max-width: 763px) { #Im2haVRMF1NSvkU7yGeDia7ub7z0CsI0 { top:287px;left:70px;width:326px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #iOU6XB7XQJ841bmwF9FgbBDgIcIWx7UE { top:287px;left:51px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #LBJUfVahK68cCpdeklP6oMJq2IoiCURV { top:29px;left:0px;width:764px;height:45px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#dHqCVU1ro6hdh9rhOKQqyQq57uBR0uLm > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { width:158px;height:42px;top:14.0009765625px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JRrRooaLK0hQ0IsxZXZfP6pcmymLi7qF { display:flex;width:16px;height:16px;top:28.491353988647px;left:186.79128742218px; }
 }@media only screen and (max-width: 763px) { #lMTcfpeqpTuXRvtFQtAG1mb71fC1NGsP { width:97px;height:22.1px;top:23.950000762939px;left:202.00000572205px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:#001f3e;background-image:url("https://images.assets-landingi.com/uc/9a891032-2434-4a16-8893-ce7cdd6ff3d7/NEW1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:320px;height:1154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:310px;height:343.958px;top:515px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:320px;height:738px;top:397.71875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:320px;height:437px;top:548.99307250977px;left:0px;background-color:#001f3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PHc3ysmvN2l20NgBt4zRrTDI5iF5Txol { width:315.99px;height:26px;top:413.97570800781px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DuXZiJdIOmKlbzc0QcJMMibHOWqu7Lmo { width:316.997px;height:41.6px;top:458.62847900391px;left:1.4756946563721px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WVNVxpPucASsL7DuSb9SAeQMsZSflTCT { width:320px;height:41.5938px;top:328.671875px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBDbZMkdVx8GOlhmW0XTDJy4kwx8xchq { width:320px;height:150.781px;top:160.40364074707px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN { display:block; }#i0riPQg7wh3hhNQ3sls7mNRqniSDwiUN > .row .container { width:320px;height:1155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cazOcMkNGENlJgqsn7HCECwLT0lDSyR9 { width:247.986px;height:20.8px;top:182.32638549805px;left:35.989583015442px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qKBUK6M4Mm4SxzbE12W4Us0hsi0csoZB { width:320px;height:28.5938px;top:20.746520996094px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKO5GLrgc6c8LE82VmMKblWFnXTT6lHr { display:flex;width:90.9896px;height:90.9896px;top:78.333343505859px;left:114.49652957916px; }
 }@media only screen and (max-width: 763px) { #RqrEb3EM4VFkDEwoTm7NPV48XI5XiOJe { width:247.969px;height:20.8px;top:358.31593322754px;left:36.006947517395px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LurrkWwnRiSt44f349MB8sKlpkh6lJs8 { display:flex;width:90.9896px;height:90.9896px;top:250.32990264893px;left:114.49652957916px; }
 }@media only screen and (max-width: 763px) { #OcOmcLDCzTDTcEMX19uTAKdroP7GlSaF { width:247.969px;height:41.6px;top:539.09721374512px;left:36.006947517395px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DKE95QgMW46ESK6OO1g5CzJqVuSuhRwt { display:flex;width:90.9896px;height:90.9896px;top:637.48272895813px;left:114.49652957916px; }
 }@media only screen and (max-width: 763px) { #M3fpyZqzsqROs7ep353swslnuL0ZTmew { display:flex;width:90.9896px;height:90.9896px;top:799.68753051758px;left:114.49652957916px; }
 }@media only screen and (max-width: 763px) { #AzoBTnFcto2K72P2P7pCz5NFIDkSgDcT { width:277.986px;height:41.5938px;top:739.18408203125px;left:20.989584922791px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #k2ReQpCRcI2yim9XiCUtf0WGXOmQ5zZn { width:247.969px;height:41.6px;top:915.29516601562px;left:36.006947517395px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JXii8sgS2hFzDkrQd3hkBCuv5wTh4b8s { width:247.969px;height:20.8px;top:1108.8715820312px;left:36.006947517395px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cRxmXR77a9oZiJDQexw2d1tefE6DecIe { display:flex;width:90.9896px;height:90.9896px;top:1002.6910552979px;left:114.49652957916px; }
 }@media only screen and (max-width: 763px) { #wpLzXkSZPRlbkf7vtHUBL9lZWCCh1Gft { width:91.9965px;height:91.9965px;top:433.35070991516px;left:113.97570133209px;display:block; }
 }@media only screen and (max-width: 763px) { #oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt { display:block; }#oPHs7kxZvCMRNAcHATlyb2hrLPTlrJxt > .row .container { width:320px;height:1070px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLcfUAygBMAZoU9m0iBuNsQto0Tx5Z0z { width:320px;height:57.1875px;top:36.850036621094px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #C6OslcH4bsT4qFykEAO1ghuueWdHTIwM { width:60px;height:25px;top:69.824996948242px;left:242.8000087738px;display:block; }
 }@media only screen and (max-width: 763px) { #MS3MG4nSnfZbmb1FkpR13Mw9OvIIKAK5 { width:300px;height:135px;top:121.4409828186px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #R0AiDIwidoxTrk4FOSnmfLQBp0TCrlx9 { width:300px;height:115px;top:909px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Kdf4vqEZ4o3oGSMRST5gbWB9TVv2l2wi { width:220px;height:61px;top:162.93403625488px;left:49.496529579163px;display:block; }
 }@media only screen and (max-width: 763px) { #teqD7fEyweTr7vdtgDt9LrMXsfgXn2HJ { width:152px;height:114px;top:279.32292938232px;left:78.506951332092px;display:block; }
 }@media only screen and (max-width: 763px) { #ZIsv3pJvESlXcpORNPUo5QKm954hBnfw { width:300px;height:132px;top:435px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #yNdFm7blFFzAtcCcT66nKLqOcWMDdPKL { width:300px;height:115px;top:603px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #FN4NzbCwhqylAGx6RWR6CT1rmxvq3JOA { width:200.99px;height:46.9965px;top:637px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #E6nkeMdasgszMKU9NXc0yFIrI7824JWH { width:300px;height:125px;top:749px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hyzfB0xvVnNGG5hPa8pLZxygLDbmmiVt { width:300px;height:116.997px;top:278px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UTOqtCnrbEeWqbs5AZT9u4VzouS1G9dM { width:220px;height:67.9948px;top:626.49737548828px;left:44.492186546326px;display:block; }
 }@media only screen and (max-width: 763px) { #NIh4Qvkx37Wg7Ql9m9FXatMJUy8UT6mq { width:315px;height:235px;top:368.82811355591px;left:2.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BL2oTP2OZiv7RNSg23JysNwcL0sAQpvp { width:195px;height:56.9922px;top:782.99485015869px;left:62.499995231628px;display:block; }
 }@media only screen and (max-width: 763px) { #IaxkWV5k43MAPPnduMpvwQs4DGSRXCNU { width:236px;height:62.731116662166px;top:935.13021850586px;left:41.992186546326px;display:block; }
 }@media only screen and (max-width: 763px) { #LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 { display:block; }#LDJafR5nvm4u4K0yWk720Qxtt77ThqD7 > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4Nn7Hd3GNZFRA1nVQSWszo4FnrSWh8s { width:320px;height:31.1953px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #IF09kTy6Ae3gSzZbLZNPGgSCUTAcusi2 { width:312px;height:115px;top:61.349920654297px;left:11.302175820392px;display:block; }
 }@media only screen and (max-width: 763px) { #cr6uUZSvLKgGz5akcLZJ97r8TZZrHlQg { width:320px;height:115.67567567568px;top:198px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ { display:block; }#zwDeZdroVE3Z0u2G4TMbWkvtdyJmQkIZ > .row .container { width:320px;height:915px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFPZ38faeqhXV2J1rgxIiHpvAB0LKgwk { width:320px;height:31.1953px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #i59VTJnUoblkyJWt4UWfgu2UUnrJEiHR { width:320px;height:20.8px;top:128.1806px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LsH6XOkfX7xfr8NGt3XTRUglDBWIktIc { width:320px;height:213.073px;top:673.64584350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k6PI7KHx1EkEUaOuuudatVMI3dc4K3hS { width:320px;height:41.6px;top:117.76043701172px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8Li5kz0TpJUmF56lIH2f0OcPMLCX0EI { width:320px;height:20.8px;top:227.51736450195px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxUPikcrAz3K1bWcvcicoNu0Ih0ptZVR { width:320px;height:41.6px;top:327.30904388428px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiDkn2egRLCrvMwLxuzSVXAthgplmpqO { width:320px;height:62.3906px;top:446.30205535889px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBBMLiKr12DHWGChh7IKKCNhK9vzTFTL { width:320px;height:62.3906px;top:588.28128051758px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxrTL2UBBeg1Jp7OIr3SUGgDBUIbqEtE { display:flex;width:37px;height:37px;top:71.1806px;left:141px; }
 }@media only screen and (max-width: 763px) { #fCwxVymwzVSl8cLJLg7ZeeTU73TXouP4 { display:flex;width:36.9965px;height:36.9965px;top:179.53128051758px;left:141.4756937027px; }
 }@media only screen and (max-width: 763px) { #GzgBg52eSRTRJXWTdvTobN6QyXwQEO8C { display:flex;width:36.9965px;height:36.9965px;top:272.30899047852px;left:141.4756937027px; }
 }@media only screen and (max-width: 763px) { #Qc9Qf9xSdb8bVoTZ10LdgSsfwVE17evm { display:flex;width:36.9965px;height:36.9965px;top:398.88890838623px;left:141.4756937027px; }
 }@media only screen and (max-width: 763px) { #ttQHCFyP5fJdGE29nchQzoEaFTaHuPzI { display:flex;width:36.9965px;height:36.9965px;top:535.26039886475px;left:141.4756937027px; }
 }@media only screen and (max-width: 763px) { #XnLMJXStNkTSDfmmmklqZrwkX5taFqOT { display:block; }#XnLMJXStNkTSDfmmmklqZrwkX5taFqOT > .row .container { width:320px;height:1195px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaA3AbTdFpeX3coAxFeUz6xlEiSiEkdL { width:237.986px;height:93.9931px;top:138.38542938232px;left:40.972222328186px;display:block; }
 }@media only screen and (max-width: 763px) { #wbMh6x81d8OKVTK8qCTFBq11tlt7KMmd { width:237.986px;height:92.9861px;top:277.76000976562px;left:39.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #sLgsX3EXuzXDsThA8bhN1A6k6t5Sap1R { width:237.986px;height:92.9861px;top:532.30911254883px;left:39.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #y8UFZ7eTDdMdeQbELkzR26zX9ghw5B8a { width:237.986px;height:93.9931px;top:407.51739501953px;left:39.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #L86Tgw2NnT3pBpRHbg8PyF25txxErBRe { width:237.986px;height:93.9931px;top:1056.4236907959px;left:39.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #WQDN2LB6TnCvcnFHECKEsWqVHxcNsN37 { width:237.986px;height:92.9861px;top:926.64916992188px;left:39.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #CatE5v5KtD4BksaMs0OdaEdFwcKeIsq7 { width:237.986px;height:93.9931px;top:793.8369140625px;left:39.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #BXPM78kdt1X7T073gEzRAceriTH6FM1I { width:237.986px;height:92.9861px;top:667.06600952148px;left:39.878472328186px;display:block; }
 }@media only screen and (max-width: 763px) { #uz005kscGTHnt0HtJr9r2DkL2oWMQEFv { width:320px;height:29.8984px;top:9.7569427490234px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #KrQ1TU5a62k9PxMQ58WxqGqmXBUSCiSl { width:320px;height:50.6953px;top:54.184036254883px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yffVvFuf2fani43pXif7sCwzgIUAdOHG { display:block; }#yffVvFuf2fani43pXif7sCwzgIUAdOHG > .row .container { width:320px;height:495px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCr3GEnLH8SwWmVdgii31cS2GlaTNsRL { width:320px;height:276.725px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rxDcUHgIphqrOduoT1dezMQ9zUHqU0Jq { width:320px;height:54.5938px;top:304.9995880127px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEzeMTeCVmSFeHrJbBBHz6oHT7dHQzLZ { width:285px;height:40px;top:404.21874237061px;left:17.500000953674px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CqKJTgrdlexEFhVmdHgkzE7aF96XPbyq { display:block; }
 }@media only screen and (max-width: 763px) { #Im2haVRMF1NSvkU7yGeDia7ub7z0CsI0 { width:150.99px;height:47.9861px;top:443.10768127441px;left:168.99305820465px;display:block; }
 }@media only screen and (max-width: 763px) { #iOU6XB7XQJ841bmwF9FgbBDgIcIWx7UE { width:23px;height:23px;top:467.00003051758px;left:157.23750305176px;display:block; }
 }@media only screen and (max-width: 763px) { #LBJUfVahK68cCpdeklP6oMJq2IoiCURV { width:320px;height:35.0938px;top:434.63545227051px;left:0px;font-size:27px;display:block; }
 }