.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3353540-f199-41e4-a799-6a2c8a56428f/LinkedInAuthorityBoostScorecardv2.crop_1542x1555_0,114.preview.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,73,151,0.46); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,73,151,0.46); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#CPl7mwmHNbSXEm8wyGWkDlodtgaKCN1X { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:50.5625rem;width:42.0625rem;top:1.5625rem;left:0rem;display:block; }
#FM15RpdgI96ZvUdtZv0oKqnmHsS02Tdd { background-color:#1c4997;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;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:"open sans";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:15003;text-align:center;text-align-last:center;top:46.75rem;left:12.3125rem;display:block; }
#aBCduB4tASJRKgrDNTAIGKl8kH3DIAIv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPRQcT7he4BQmTdLaAdmZoldwplALMgT { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:anybody;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:8.3125rem;left:1.75rem;height:11rem;text-align:center;text-align-last:center;display:block; }
#svt0b02o6z56uzrJqQ2BXbrhPluVMxrH { color:#000000;display:block;width:28.375rem;position:absolute;font-family:articulat;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kDrw5uIl28vQvAswLaRwB3CCi6xxrTWp { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:21.4375rem;left:2.375rem;height:22.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk { background-color:transparent;background-image:url("https://images.assets-landingi.com/S7uPUrDE/blond_girl_looking_up.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk.adaptive-delivery-prevent-bg, #mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk.lazyload, #mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk.lazyloading { background-image: none; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container { border-width: 0; border-radius: 0; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;overflow:visible;position:relative;display:none; }#CRmxbwleEnZqEhoKheES4Qtdkm9MlG4U { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:46.9375rem;width:42.0625rem;top:3.625rem;left:32.9375rem;display:block; }
#wWJfoeGnuXyShQ1Tfw6spatrJgR7GQWa { background-color:#1c4997;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:"open sans";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:15003;text-align:center;text-align-last:center;top:45.4375rem;left:45.21875rem;display:block; }
#Vam6QTM3n32RgU3kJ94bNMvf7OScva2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2ly3FFDlauridfQSGNKSAZdQ7WXJKRC { color:#000000;display:block;width:38.5625rem;position:absolute;font-family:anybody;font-size:2.5625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:9rem;left:34.6875rem;height:10.25rem;text-align:center;text-align-last:center;display:block; }
#tPTneCC5Q2II0T41v2luDCerChOTpriD { color:#000000;display:block;width:28.375rem;position:absolute;font-family:articulat;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:39.78125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3ZtmLuI9Lm9GndBxfhqLdBcknNGpFJW { color:#000000;display:block;width:34.5rem;position:absolute;font-family:anybody;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:21.5rem;left:36.71875rem;height:19.25rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { 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:none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { border-width: 0; border-radius: 0; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:none; }#faKWpO3pxbxHnqcm5LCVCIqhFafTTGnc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:13.125rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lcEp4RKic21qbXBFWknTxtk3EfTesUQS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SUZIXWfmbcZtOmtASkhGVTDWEd9rbDnA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cxXP14Zxa2VLqIBezthGRC2LVfDShcAd { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:30.3125rem;width:19rem;top:20.375rem;left:7.5rem;display:block; }
#NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3cX8HOIP/07.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:17.125rem;top:21.3125rem;left:8.4375rem;display:block; }#NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn.adaptive-delivery-prevent-bg, #NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn.lazyload, #NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn.lazyloading { background-image: none; }
#PNiaZh7zXXtEEQUF3Lw5oDr6uOk2dvuQ { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:35.5625rem;left:7.5rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xf6OLo1HrSHAtGqtho9qCbWzNT75pOg9 { color:#fe4c10;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:37.4375rem;left:7.5rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTHkaS7QCmxdQxbT0THhyihP4WA6w4ze { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:39.8125rem;left:7.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4pxxJ9pCp2tSKrvlDtt1vh8kz7PLI55 { background-color:#2b32a7;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:45.4375rem;left:11.8125rem;display:block; }
#XquFnIiNnnL3d2afkUmJrKNVmZdEXMwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LhRfV3vmntSxUCIopm0CkCNR3kCJpd9p { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:30.3125rem;width:19rem;top:20.375rem;left:48.5rem;display:block; }
#qZBENTGvRG8q4TLMKBy3qHE8MRiX4ycx { background-color:#2b32a7;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:45.4375rem;left:52.875rem;display:block; }
#xcv6MifgTq26LXQZqxdSfBNVw5f3Tng9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWCItlgi5nfbZqa2u12zPaTJXQUsXPLN { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:39.8125rem;left:48.5rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bCVIinZyBE8K0sWc77aPEHmKRPIRFzwi { color:#fe4c10;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:37.4375rem;left:48.5rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zg0zxle79q2hWCvBGotO0WJ4v8BzQJrg { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:35.5625rem;left:48.5rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIz8VywUGNpitPy25eUgUibiFTtDgo40 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6dafdn4h/09.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:17.125rem;top:21.3125rem;left:49.4375rem;display:block; }#FIz8VywUGNpitPy25eUgUibiFTtDgo40.adaptive-delivery-prevent-bg, #FIz8VywUGNpitPy25eUgUibiFTtDgo40.lazyload, #FIz8VywUGNpitPy25eUgUibiFTtDgo40.lazyloading { background-image: none; }
#gi1cUi919fsCHOgntNBCJCchqOOBBm51 { position:absolute;display:block;z-index:15032;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:30.3125rem;width:19rem;top:20.375rem;left:28rem;display:block; }
#gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Pbde3gZd/08.jpg");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:17.125rem;top:21.3125rem;left:28.9375rem;display:block; }#gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB.adaptive-delivery-prevent-bg, #gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB.lazyload, #gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB.lazyloading { background-image: none; }
#R2IQb2CRr1MVDOKlFGbmFfnP9FeklrgO { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:35.5625rem;left:28rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bM6NeqvFlaiuRirMXdmQITuTEDExlHu9 { color:#fe4c10;display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:37.4375rem;left:28rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeyhTWSuDm3RSFSpCMkeELeyDoa23PtU { color:#2a2e41;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:39.8125rem;left:28rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zO54TBN3XXOlnt0HlmL9S9tZs3Bg7xOX { background-color:#2b32a7;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.5rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:45.4375rem;left:32.375rem;display:block; }
#sH4IuTzZ4x695ekiVKFpLTkZvRISuBoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA { 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:none; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { border-width: 0; border-radius: 0; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:none; }#rk6XGOcPCvguQsIGcNkAvW47TtDsnTSR { color:#2a2e41;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSyIagGOmD2aHIMMaCK1HGVMrmQXlqiH { color:#2b32a7;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxmphQnk8NdP2LrV1b7Zu87BKUf5arEB { color:#fe4c10;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.5625rem;left:7.5rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EwFZeKSIoiRoLCDmmizvLZDm1mUeR2TO { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.6875rem;left:35.25rem;display:block; }
#z2p2KVArP9PbkQiTiibCMFCF6QFnSTR5 { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:13.6875rem;left:37.4375rem;display:block; }
#y7J1zkF7J0oWD1JCSeJw5TdEaB9dmg7u { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:13.6875rem;left:41.8125rem;display:block; }
#sc18TRmpW42aWTSbipFnd19dFywOgwiS { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:13.6875rem;left:39.625rem;display:block; }
#sR3q7AJKhwrUzCEw5M5ERcaIHP68ZZQQ { box-sizing:content-box;color:#fe4c10;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:13.6875rem;left:44rem;display:block; }
#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc { 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:none; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { border-width: 0; border-radius: 0; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:none; }#TlVpn6ZG3ASQI7QJGFJluTS5Bz2DTHu0 { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:2.3125rem;left:4rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#keQNQdhqmmkohV4OuLczcZlLifCnqGxZ { color:#fe4c10;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.8125rem;left:4rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QRd7pNlAzvObKtH5MDSfc1EOo1SIIdBR { color:#2a2e41;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:6.4375rem;left:3.8125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { position:absolute;display:block;z-index:15024;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:2.5rem;display:block; }
#JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0zdglEdq/10.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:3.625rem;width:3.625rem;top:1.75rem;left:16.375rem;display:block; }#JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs.adaptive-delivery-prevent-bg, #JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs.lazyload, #JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs.lazyloading { background-image: none; }
#bX1THT4wsmE7HQfefpenTpKJBtpK1OVM { color:#2a2e41;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:6.4375rem;left:29.3125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MD510hmcto8U7RikTE1vwCXbApcbIKaU { position:absolute;display:block;z-index:15029;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:block; }
#zDv8qfRPTV32d7WnOahFBgaNAFKkLPbP { color:#fe4c10;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:3.8125rem;left:29.5rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0zdglEdq/10.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:3.625rem;width:3.625rem;top:1.75rem;left:41.875rem;display:block; }#R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo.adaptive-delivery-prevent-bg, #R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo.lazyload, #R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo.lazyloading { background-image: none; }
#xO2zb2yHOA8UdMH9MFHT9PNSuHQZ35BH { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.3125rem;left:29.5rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEbOclfGayAflrry5oMAEmvnaToWFOq8 { position:absolute;display:block;z-index:15034;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:53.5rem;display:block; }
#zozOBTrRTtUJres9T2pf7guJu1lnzJbC { color:#2a2e41;display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:6.4375rem;left:54.8125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jd7cRgTo1i4maLZLuACrMqm4NEupc6zr { color:#fe4c10;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:3.8125rem;left:55rem;height:0.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg { position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0zdglEdq/10.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:3.625rem;width:3.625rem;top:1.75rem;left:67.375rem;display:block; }#w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg.adaptive-delivery-prevent-bg, #w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg.lazyload, #w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg.lazyloading { background-image: none; }
#rl859BU3KTU1JfLc2sqdXHzQO0zhJz97 { color:#2a2e41;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:2.3125rem;left:55rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RsPks3z878188Buy0BxLV7GGrZ4q7Qde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fe4c10;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:none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { border-width: 0; border-radius: 0; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:none; }#PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:7.5rem;height:8.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vx31EBuNKf7veVE1Ui7xR3y8nylR7wNf { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.875rem;left:7.5rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFQTIfs6yses0f7EfV55pm1oNf59wRzd { background-color:#2b32a7;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.625rem;left:56.25rem;display:block; }
#azog30kNGbVqvQg6K5Hbo13k51KTTozf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fe4c10;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:none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { border-width: 0; border-radius: 0; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:none; }#ukn33ieDlFOJfrnVpHBATVcs0I3zTfia { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.90625rem;left:7.5rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgzRwNOCgf2xOaCH0ySZKQb7OW3rEd1T { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.6875rem;left:57.75rem;display:block; }
#gtBzsUqTe7cb647s6Z89ronAuOK3RsaT { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.6875rem;left:59.6875rem;display:block; }
#vKS4uFIEiNeH8RE2AzODJyrlw1Z83t2H { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.6875rem;left:61.625rem;display:block; }
#Ny6MigKep89RPzI0eRyToPIlvAfToqAw { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:2.6875rem;left:63.5625rem;display:block; }
#v3Gi9saPCxw459G8ZukB5rK4qMo9HzXV { box-sizing:content-box;color:#2b32a7;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.6875rem;left:65.5rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7a958dd-b484-4545-99df-4331c05921ae/AuthorityScorecardChareen.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,73,151,0.46); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,73,151,0.46); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CPl7mwmHNbSXEm8wyGWkDlodtgaKCN1X { width:25.4375rem;height:48.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FM15RpdgI96ZvUdtZv0oKqnmHsS02Tdd { width:17.5rem;height:3.4375rem;top:45.5625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBCduB4tASJRKgrDNTAIGKl8kH3DIAIv { display:block; }
 }@media only screen and (max-width: 1199px) { #TPRQcT7he4BQmTdLaAdmZoldwplALMgT { width:23.4375rem;height:7rem;top:8.9375rem;left:1rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svt0b02o6z56uzrJqQ2BXbrhPluVMxrH { width:22.875rem;height:2.4375rem;top:5.25rem;left:1.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDrw5uIl28vQvAswLaRwB3CCi6xxrTWp { width:22.5rem;height:25.2841625rem;top:17.6875rem;left:1.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk { display:none; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CRmxbwleEnZqEhoKheES4Qtdkm9MlG4U { width:42.0625rem;height:46.9375rem;top:3.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWJfoeGnuXyShQ1Tfw6spatrJgR7GQWa { width:17.5rem;height:3.4375rem;top:45.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vam6QTM3n32RgU3kJ94bNMvf7OScva2C { display:block; }
 }@media only screen and (max-width: 1199px) { #e2ly3FFDlauridfQSGNKSAZdQ7WXJKRC { width:38.5625rem;height:10.25rem;top:9rem;left:9.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPTneCC5Q2II0T41v2luDCerChOTpriD { width:28.375rem;height:2.875rem;top:5rem;left:19.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3ZtmLuI9Lm9GndBxfhqLdBcknNGpFJW { width:34.5rem;height:19.25rem;top:21.5rem;left:13.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { display:none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #faKWpO3pxbxHnqcm5LCVCIqhFafTTGnc { width:47.75rem;height:3.5rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lcEp4RKic21qbXBFWknTxtk3EfTesUQS { width:47.75rem;height:2.8125rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SUZIXWfmbcZtOmtASkhGVTDWEd9rbDnA { width:47.75rem;height:1.625rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxXP14Zxa2VLqIBezthGRC2LVfDShcAd { width:19rem;height:30.3125rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn { width:17.125rem;height:12.0625rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PNiaZh7zXXtEEQUF3Lw5oDr6uOk2dvuQ { width:19rem;height:1.4375rem;top:35.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xf6OLo1HrSHAtGqtho9qCbWzNT75pOg9 { width:19rem;height:0.9375rem;top:37.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTHkaS7QCmxdQxbT0THhyihP4WA6w4ze { width:19rem;height:3.75rem;top:39.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4pxxJ9pCp2tSKrvlDtt1vh8kz7PLI55 { width:10.3125rem;height:2.5rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XquFnIiNnnL3d2afkUmJrKNVmZdEXMwS { display:block; }
 }@media only screen and (max-width: 1199px) { #LhRfV3vmntSxUCIopm0CkCNR3kCJpd9p { width:19rem;height:30.3125rem;top:20.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZBENTGvRG8q4TLMKBy3qHE8MRiX4ycx { width:10.3125rem;height:2.5rem;top:45.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xcv6MifgTq26LXQZqxdSfBNVw5f3Tng9 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZWCItlgi5nfbZqa2u12zPaTJXQUsXPLN { width:19rem;height:3.75rem;top:39.8125rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCVIinZyBE8K0sWc77aPEHmKRPIRFzwi { width:19rem;height:0.9375rem;top:37.4375rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zg0zxle79q2hWCvBGotO0WJ4v8BzQJrg { width:19rem;height:1.4375rem;top:35.5625rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIz8VywUGNpitPy25eUgUibiFTtDgo40 { width:17.125rem;height:12.0625rem;top:21.3125rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gi1cUi919fsCHOgntNBCJCchqOOBBm51 { width:19rem;height:30.3125rem;top:20.375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB { width:17.125rem;height:12.0625rem;top:21.3125rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2IQb2CRr1MVDOKlFGbmFfnP9FeklrgO { width:19rem;height:1.4375rem;top:35.5625rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bM6NeqvFlaiuRirMXdmQITuTEDExlHu9 { width:19rem;height:0.9375rem;top:37.4375rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeyhTWSuDm3RSFSpCMkeELeyDoa23PtU { width:19rem;height:3.75rem;top:39.8125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zO54TBN3XXOlnt0HlmL9S9tZs3Bg7xOX { width:10.3125rem;height:2.5rem;top:45.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sH4IuTzZ4x695ekiVKFpLTkZvRISuBoU { display:block; }
 }@media only screen and (max-width: 1199px) { #ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA { display:none; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #rk6XGOcPCvguQsIGcNkAvW47TtDsnTSR { width:47.75rem;height:2.8125rem;top:10.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSyIagGOmD2aHIMMaCK1HGVMrmQXlqiH { width:47.75rem;height:1.625rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxmphQnk8NdP2LrV1b7Zu87BKUf5arEB { width:27.5rem;height:2.4375rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwFZeKSIoiRoLCDmmizvLZDm1mUeR2TO { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:21.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z2p2KVArP9PbkQiTiibCMFCF6QFnSTR5 { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7J1zkF7J0oWD1JCSeJw5TdEaB9dmg7u { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:28.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sc18TRmpW42aWTSbipFnd19dFywOgwiS { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:26rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sR3q7AJKhwrUzCEw5M5ERcaIHP68ZZQQ { width:2.1875rem;height:2.1875rem;top:13.6875rem;left:30.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc { display:none; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TlVpn6ZG3ASQI7QJGFJluTS5Bz2DTHu0 { width:11.5625rem;height:1.4375rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #keQNQdhqmmkohV4OuLczcZlLifCnqGxZ { width:11.5625rem;height:0.9375rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRd7pNlAzvObKtH5MDSfc1EOo1SIIdBR { width:17.1875rem;height:5rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:19rem;height:12.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs { width:3.625rem;height:3.625rem;top:1.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bX1THT4wsmE7HQfefpenTpKJBtpK1OVM { width:17.625rem;height:5rem;top:6.4375rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zDv8qfRPTV32d7WnOahFBgaNAFKkLPbP { width:17.5rem;height:0.9375rem;top:3.8125rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo { width:3.625rem;height:3.625rem;top:1.75rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xO2zb2yHOA8UdMH9MFHT9PNSuHQZ35BH { width:11.5625rem;height:1.4375rem;top:2.3125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEbOclfGayAflrry5oMAEmvnaToWFOq8 { width:19rem;height:12.875rem;top:0rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zozOBTrRTtUJres9T2pf7guJu1lnzJbC { width:17.625rem;height:5rem;top:6.4375rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jd7cRgTo1i4maLZLuACrMqm4NEupc6zr { width:11.5625rem;height:0.9375rem;top:3.8125rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg { width:3.625rem;height:3.625rem;top:1.75rem;left:44rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rl859BU3KTU1JfLc2sqdXHzQO0zhJz97 { width:17.5rem;height:1.4375rem;top:2.3125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { width:33.75rem;height:5.625rem;top:4.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vx31EBuNKf7veVE1Ui7xR3y8nylR7wNf { width:33.75rem;height:3.5rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFQTIfs6yses0f7EfV55pm1oNf59wRzd { width:11.25rem;height:3.4375rem;top:6.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #azog30kNGbVqvQg6K5Hbo13k51KTTozf { display:block; }
 }@media only screen and (max-width: 1199px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ukn33ieDlFOJfrnVpHBATVcs0I3zTfia { width:36.0625rem;height:1.4375rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgzRwNOCgf2xOaCH0ySZKQb7OW3rEd1T { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:44.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtBzsUqTe7cb647s6Z89ronAuOK3RsaT { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKS4uFIEiNeH8RE2AzODJyrlw1Z83t2H { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ny6MigKep89RPzI0eRyToPIlvAfToqAw { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3Gi9saPCxw459G8ZukB5rK4qMo9HzXV { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:45.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:20rem;height:44.1875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/S7uPUrDE/blond_girl_looking_up.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;position:relative;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CPl7mwmHNbSXEm8wyGWkDlodtgaKCN1X { width:20rem;height:21.3125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM15RpdgI96ZvUdtZv0oKqnmHsS02Tdd { width:17.5rem;height:3.4375rem;top:39.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBCduB4tASJRKgrDNTAIGKl8kH3DIAIv { display:block; }
 }@media only screen and (max-width: 763px) { #TPRQcT7he4BQmTdLaAdmZoldwplALMgT { width:20rem;height:9.0625rem;top:5.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svt0b02o6z56uzrJqQ2BXbrhPluVMxrH { width:20rem;height:2.35546875rem;top:1.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDrw5uIl28vQvAswLaRwB3CCi6xxrTWp { width:17.9375rem;height:21.375rem;top:15.5625rem;left:1.03125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk { display:none; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk { border-width: 0; border-radius: 0; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container { width:20rem;height:43.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/S7uPUrDE/blond_girl_looking_up.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;position:relative;display:none; }#mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container.adaptive-delivery-prevent-bg, #mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container.lazyload, #mryQKm5tBZ2DkN69IOyxfdhA9Td1BWgk > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CRmxbwleEnZqEhoKheES4Qtdkm9MlG4U { width:20rem;height:21.3125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWJfoeGnuXyShQ1Tfw6spatrJgR7GQWa { width:17.5rem;height:3.4375rem;top:38.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vam6QTM3n32RgU3kJ94bNMvf7OScva2C { display:block; }
 }@media only screen and (max-width: 763px) { #e2ly3FFDlauridfQSGNKSAZdQ7WXJKRC { width:20rem;height:9.75rem;top:0.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPTneCC5Q2II0T41v2luDCerChOTpriD { width:20rem;height:2.3125rem;top:15.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3ZtmLuI9Lm9GndBxfhqLdBcknNGpFJW { width:17.6875rem;height:17.5rem;top:18.875rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi { display:none; }#IGbhVQf6EokEEGLmKF9wFDqCsXRnTmUi > .row .container { width:20rem;height:120rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #faKWpO3pxbxHnqcm5LCVCIqhFafTTGnc { width:20rem;height:3.9375rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcEp4RKic21qbXBFWknTxtk3EfTesUQS { width:20rem;height:4rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZIXWfmbcZtOmtASkhGVTDWEd9rbDnA { width:20rem;height:1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXP14Zxa2VLqIBezthGRC2LVfDShcAd { width:19rem;height:30.3125rem;top:13.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCt3k7TLEKRgsMTdhFx3HWdKxRwySITn { width:17.125rem;height:12.0625rem;top:14.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNiaZh7zXXtEEQUF3Lw5oDr6uOk2dvuQ { width:19rem;height:1.4375rem;top:29.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6OLo1HrSHAtGqtho9qCbWzNT75pOg9 { width:19rem;height:0.9375rem;top:31rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTHkaS7QCmxdQxbT0THhyihP4WA6w4ze { width:19rem;height:3.75rem;top:33.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4pxxJ9pCp2tSKrvlDtt1vh8kz7PLI55 { width:10.3125rem;height:2.5rem;top:39rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XquFnIiNnnL3d2afkUmJrKNVmZdEXMwS { display:block; }
 }@media only screen and (max-width: 763px) { #LhRfV3vmntSxUCIopm0CkCNR3kCJpd9p { width:19rem;height:30.3125rem;top:77.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZBENTGvRG8q4TLMKBy3qHE8MRiX4ycx { width:10.3125rem;height:2.5rem;top:102.125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcv6MifgTq26LXQZqxdSfBNVw5f3Tng9 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWCItlgi5nfbZqa2u12zPaTJXQUsXPLN { width:19rem;height:3.75rem;top:96.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCVIinZyBE8K0sWc77aPEHmKRPIRFzwi { width:19rem;height:0.9375rem;top:94.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg0zxle79q2hWCvBGotO0WJ4v8BzQJrg { width:19rem;height:1.4375rem;top:92.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIz8VywUGNpitPy25eUgUibiFTtDgo40 { width:17.125rem;height:12.0625rem;top:78rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1cUi919fsCHOgntNBCJCchqOOBBm51 { width:19rem;height:30.3125rem;top:45.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqv8rRpFFffoh40U9cTrxSOkyF5DHBlB { width:17.125rem;height:12.0625rem;top:46.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IQb2CRr1MVDOKlFGbmFfnP9FeklrgO { width:19rem;height:1.4375rem;top:60.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6NeqvFlaiuRirMXdmQITuTEDExlHu9 { width:19rem;height:0.9375rem;top:62.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeyhTWSuDm3RSFSpCMkeELeyDoa23PtU { width:19rem;height:3.75rem;top:64.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO54TBN3XXOlnt0HlmL9S9tZs3Bg7xOX { width:10.3125rem;height:2.5rem;top:70.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH4IuTzZ4x695ekiVKFpLTkZvRISuBoU { display:block; }
 }@media only screen and (max-width: 763px) { #ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA { display:none; }#ELTPf9bod2nhBZZTyWxq71xRSCSJxQHA > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rk6XGOcPCvguQsIGcNkAvW47TtDsnTSR { width:20rem;height:3.875rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSyIagGOmD2aHIMMaCK1HGVMrmQXlqiH { width:20rem;height:1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmphQnk8NdP2LrV1b7Zu87BKUf5arEB { width:20rem;height:2.4375rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwFZeKSIoiRoLCDmmizvLZDm1mUeR2TO { width:2.1875rem;height:2.1875rem;top:12.3125rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2p2KVArP9PbkQiTiibCMFCF6QFnSTR5 { width:2.1875rem;height:2.1875rem;top:15.75rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7J1zkF7J0oWD1JCSeJw5TdEaB9dmg7u { width:2.1875rem;height:2.1875rem;top:22.625rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc18TRmpW42aWTSbipFnd19dFywOgwiS { width:2.1875rem;height:2.1875rem;top:19.1875rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR3q7AJKhwrUzCEw5M5ERcaIHP68ZZQQ { width:2.1875rem;height:2.1875rem;top:26.0625rem;left:8.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc { display:none; }#TzBkKcLBEG1SxaLwpcIto2veWaCrr5Uc > .row .container { width:20rem;height:39.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlVpn6ZG3ASQI7QJGFJluTS5Bz2DTHu0 { width:18.1875rem;height:1.25rem;top:3.5625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keQNQdhqmmkohV4OuLczcZlLifCnqGxZ { width:18.0625rem;height:1.25rem;top:5.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRd7pNlAzvObKtH5MDSfc1EOo1SIIdBR { width:17.1875rem;height:5rem;top:7.6875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:19rem;height:12.875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdHgfhRaGyTCohzy3xm8QpS6yThZrJs { width:3.625rem;height:3.625rem;top:3rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX1THT4wsmE7HQfefpenTpKJBtpK1OVM { width:17.625rem;height:5rem;top:21.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:19rem;height:12.875rem;top:15.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDv8qfRPTV32d7WnOahFBgaNAFKkLPbP { width:17.5rem;height:1.25rem;top:19.1875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Jl6rHcQCSZRT7FkKxWoekd9e8L4rLo { width:3.625rem;height:3.625rem;top:17.125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO2zb2yHOA8UdMH9MFHT9PNSuHQZ35BH { width:17.5rem;height:1.25rem;top:17.6875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEbOclfGayAflrry5oMAEmvnaToWFOq8 { width:19rem;height:12.875rem;top:0rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zozOBTrRTtUJres9T2pf7guJu1lnzJbC { width:17.625rem;height:5rem;top:6.4375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd7cRgTo1i4maLZLuACrMqm4NEupc6zr { width:17.5rem;height:0.9375rem;top:3.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3FXwUoGNVWTqdrKkXDiceXT5NoTbDfg { width:3.625rem;height:3.625rem;top:1.75rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl859BU3KTU1JfLc2sqdXHzQO0zhJz97 { width:17.5rem;height:1.4375rem;top:2.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PsDgKNcLRp8sCtImMQtdXTlaTvCTpxKQ { width:17.875rem;height:6.5625rem;top:1.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx31EBuNKf7veVE1Ui7xR3y8nylR7wNf { width:16.5625rem;height:3.75rem;top:13.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFQTIfs6yses0f7EfV55pm1oNf59wRzd { width:11.25rem;height:3.4375rem;top:9.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azog30kNGbVqvQg6K5Hbo13k51KTTozf { display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:20rem;height:13.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ukn33ieDlFOJfrnVpHBATVcs0I3zTfia { width:9.75rem;height:1.1875rem;top:1.25rem;left:5.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzRwNOCgf2xOaCH0ySZKQb7OW3rEd1T { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:9rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtBzsUqTe7cb647s6Z89ronAuOK3RsaT { width:1.9375rem;height:1.9375rem;top:3.6875rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS4uFIEiNeH8RE2AzODJyrlw1Z83t2H { width:1.9375rem;height:1.9375rem;top:6.875rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny6MigKep89RPzI0eRyToPIlvAfToqAw { width:1.9375rem;height:1.9375rem;top:2.6875rem;left:9rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3Gi9saPCxw459G8ZukB5rK4qMo9HzXV { width:1.9375rem;height:1.9375rem;top:10.0625rem;left:9rem;font-size:1.3125rem;display:block; }
 }