.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.adaptive-delivery-prevent-bg, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyload, #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA.lazyloading { background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:none; }#rPqGTLE46bOzBvTdFeK4WZXpyeU3eSKu { color:#050b26;display:block;width:24.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:0.625rem;height:1.4622375rem;font-style:normal;display:block; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.25rem;left:0rem;z-index:15013; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #kUidEeuHnebnDhLZGxLsKfh3bxUDbJTL { display:flex;position:relative;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #KJyhkC9xOs8nAikn6nnlcAdOA1g1UpHQ { width:auto; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #nzQ8onfkK8iRzo83aGiwBI68UAF5LTWt {  }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #ttd7ozC7BMJ16at9gHxU9zyVxHLhGQAu { display:flex;position:relative;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #TXOIeMvq7N5BnzgmV9UDTgwJg03pU9Ss {  }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #McDrngvNLI5Myi4P7be5Nk6FxffveAQO {  }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #GwJGUpJihCryA1cvcJefc5GUqJzcAPNi { display:flex;position:relative;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #QsDnKvKzBtfych7p8zhpBoVfWt7IONZP {  }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #ROFbikUM3Z9lE1KKJ1aFriCM6OO4Jqvl {  }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #Q3mCbFG5el4q6ZtCrLc15yWm6KSFTuCs { display:flex;position:relative;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #QxzVenuR8mmUz0LSOOcKcT6bW8OKylvU {  }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #McrlzNho6ZeFmWhOKMGHgwWFgtFszo0c {  }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8eqfb9ke/section1_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:60rem;height:33.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#050b26;display:block;width:28.4375rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.3125rem;left:1.125rem;height:6.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#3d4051;display:block;width:30.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:9.974609375rem;left:1.125rem;height:16.1979125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 2.6875rem 1.125rem 4.6875rem rgba(5,11,38,0.9) ;height:17.5625rem;width:26.375rem;top:0rem;left:33.5rem;overflow:hidden;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff3557;border-left:0.125rem solid #ff3557;border-right:0.125rem solid #ff3557;border-bottom:0.125rem solid #ff3557;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:#050b26;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:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.4375rem;left:1.125rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:#ff3557;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:13.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.4375rem;left:15.3125rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0dwT47WrvIsQf72B031SUJmKm0XkmSH { 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; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { background-color: transparent; background-image: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { display: none; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .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); }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { border-width: 0; border-radius: 0; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;position:relative;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:#050b26;display:block;width:54.625rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.625rem;left:1.0625rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { color:#050b26;display:block;width:58.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:9.02499961853rem;left:0.84375rem;height:16.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8WwI2LDvsZVd0chJTiXHBk23mylMBgJ { color:#050b26;display:block;width:58.3125rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:25.2177734375rem;left:0rem;height:10.34895rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { 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; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.0625rem;width:38.0625rem;top:15.5rem;left:0rem;overflow:hidden;display:block; }
#auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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:11.0625rem;width:37.9375rem;top:1.875rem;left:0rem;display:block; }
#UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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:11.125rem;width:19.75rem;top:29.6875rem;left:40.187501907349rem;display:block; }
#X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { color:#3d4051;display:block;width:16rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:35.5625rem;left:42.062501907349rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { color:#050b26;display:block;width:16.9375rem;position:absolute;font-family:ubuntu;font-size:3.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.6875rem;left:41.9375rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.875rem;left:42.125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:9.0625rem;left:42.125rem;height:5.41796875rem;font-style:normal;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:#3d4051;display:block;width:16.5rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:15.25rem;left:42.125rem;height:12.109375rem;font-style:normal;display:block; }
#MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { color:#050b26;display:block;width:35.375rem;position:absolute;font-family:ubuntu;font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7750005722046rem;left:1.34375rem;height:9.26175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { 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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff3557;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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.1062507629394rem;left:5.125rem;height:4.67448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:8.78125rem;left:5.125rem;height:6.412125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:55.75rem;top:5.6875rem;left:1.25rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050b26;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:13.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.78125rem;left:45.5625rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;background-color:#ff3557;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;box-shadow: none;height:2.4375rem;width:31.875rem;top:4.59375rem;left:1.90625rem;display:block; }
#yVmlSdn557xykXohtcf29a9ZCzU5WK5X { 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; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { background-color: transparent; background-image: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .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); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { border-width: 0; border-radius: 0; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#GqOlXER91NIN4uLI5SvDTUiPq2uDPLWC { color:#050b26;display:block;width:56.4375rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.65625rem;left:1.78125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#050b26;display:block;width:38.5625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:59.9375rem;left:18.8125rem;height:7.3489375rem;font-style:normal;display:block; }
#qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { color:#050b26;display:block;width:22.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:68.375rem;left:35.1875rem;height:2.1375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#oI8Ear2nTq1zAAtu3EgisS30FQhJ7LXw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:20.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VBmhgg3TnVRGpTkFqNGDlSSypbGuSK4X { position:absolute;display:block;z-index:15003;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:43.875rem;top:0.9375rem;left:16.125001907349rem;display:block; }
#tcJHhXEVhCkPkFJ4NDTecEudhiTy5O9C { color:#050b26;display:block;width:36.6875rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5rem;left:18.75rem;height:11.0234375rem;font-style:normal;display:block; }
#AzTWBdKJDMDHTXTQkaPJoNlScHXEM3E7 { color:#050b26;display:block;width:25.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.9;letter-spacing:0;top:15rem;left:32.25rem;height:2.1375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#vmXaOyaJZVxyiSeGMbsetnHV4vJkSKM5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:20rem;top:25.0625rem;left:0rem;overflow:hidden;display:block; }
#slLkfKVXzHfEZtxDMmGAwvgpqg7t5L1f { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:19.6875rem;width:43.875rem;top:29.4375rem;left:16.125001907349rem;display:block; }
#pTAuhsD5NE8z2hv2J1DEixQCo2KOT8Ei { color:#050b26;display:block;width:38.5625rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:30.875rem;left:18.8125rem;height:12.8606875rem;font-style:normal;display:block; }
#NVJT3bw5f6KNNowwsUcwknU8BpeLlCoO { color:#050b26;display:block;width:22.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:46.1875rem;left:35.1875rem;height:2.1375rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { 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;box-shadow: none;height:2.4375rem;width:2.4375rem;top:54.9375rem;left:19.875rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:43.875rem;top:54.9375rem;left:16.125rem;display:block; }
#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:21.125rem;top:52.8125rem;left:0rem;overflow:hidden;display:block; }
#LE0O4gNJDdSbXFbZ1PniwwZsvnz134f2 { 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;box-shadow: none;height:2.4375rem;width:2.4375rem;top:1.5rem;left:20.500001907349rem;overflow:hidden;display:block; }
#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { position:relative;display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { background-color: transparent; background-image: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row > .video-iframe-container { display: none; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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); }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { border-width: 0; border-radius: 0; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .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; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;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:10.4375rem;width:0.0625rem;top:5.375rem;left:30rem;display:block; }
#O6MVwHL0n5iUlEZZ6i9i8eT0bVwb0ma2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:17.1875rem;top:0rem;left:1.65625rem;overflow:hidden;display:block; }
#DlDESEgrcoIpiuVySKnxLJ64iora8N70 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:20.8125rem;top:0rem;left:19.625rem;overflow:hidden;display:block; }
#D7tNLJSTF2y5pyhwt9Pg8eZ65vi6Jvo5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:18.9375rem;top:9.0625rem;left:20.5625rem;overflow:hidden;display:block; }
#mCE48LI5WrrbHWXXXRh202DAGq8QJ41t { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:20.6875rem;top:0rem;left:39.15625rem;overflow:hidden;display:block; }
#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3.adaptive-delivery-prevent-bg, #IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3.lazyload, #IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3.lazyloading { background-image: none; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container { background-color: transparent; background-image: none; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container > .video-iframe-container { display: none; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row > .video-iframe-container { display: none; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .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); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container { border-width: 0; border-radius: 0; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#PqTnGsTpq32e11QervzmOXPozRerFZ2R { color:#050b26;display:block;width:54.625rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.625rem;left:1.0625rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.adaptive-delivery-prevent-bg, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyload, #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT.lazyloading { background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { border-width: 0; border-radius: 0; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#BOtAdgG4nXtF39l7l44Frc732tNy0TAS { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.07291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:15017;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.07291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { position:absolute;display:block;z-index:15021;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:10.09116875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { position:absolute;display:block;z-index:15025;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV.adaptive-delivery-prevent-bg, #IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV.lazyload, #IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV.lazyloading { background-image: none; }#IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV > .row .container { border-width: 0; border-radius: 0; }#IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:none; }#reM4pXUm5Wqz3wFxVwMnBEp27TnU9QFl { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#ogDgHHTECzIp90ItALaKel0z4v95qurS { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9XRsIpfQttKGrZw6OrzSIT9fxNUmXX0 { position:absolute;display:block;z-index:15017;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#scPCTnR6ZF0UC0kxemwbFa3QATccVkIU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#lOEaT2RIfUICdOXUmNhGcRuSUdmVPGDk { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#TcKR7gzQ4N8BQZFgi6cBIUAUQTHuREJ5 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0kORbSS5gnFChXgaLTWMLiIKS9ILDL7 { position:absolute;display:block;z-index:15021;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#Jtxi7NR0adULqI2bQs4GPSVUU6SN0rKK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#H7F6t4hpirIO9LXbMcWfD9Wq0sG3RW62 { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#NuanN4MlhHpIEv0L4vmzzfQSvuZdpacq { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:10.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEc7yvGEBTVsDXgd4acJ7t4hBxTUEaSg { position:absolute;display:block;z-index:15025;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#SkIxgtpnIrlNp3acVwySM29GraUkHHWu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#K27XyM0xf13TmhTnmelDSWzTg4HkcklO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO.adaptive-delivery-prevent-bg, #K27XyM0xf13TmhTnmelDSWzTg4HkcklO.lazyload, #K27XyM0xf13TmhTnmelDSWzTg4HkcklO.lazyloading { background-image: none; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container { background-color: transparent; background-image: none; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container > .video-iframe-container { display: none; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row > .video-iframe-container { display: none; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .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); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container { border-width: 0; border-radius: 0; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#Q7gTQQG87xi4BDS5lxNhg7k4582UPops { color:#050b26;display:block;width:35.375rem;position:absolute;font-family:ubuntu;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.5rem;left:19.75rem;height:10.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q9xMpcXlkwd1Te4gTmfBX8oyBEsabC5c { position:absolute;display:block;z-index:15027;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:23.8125rem;width:15.6875rem;top:0.625rem;left:2.03125rem;overflow:hidden;display:block; }
#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.75rem;top:25.6875rem;left:0rem;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:24.4375rem;left:8.625rem;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:27.8125rem;left:2.1875rem;height:14.12758125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:25.125rem;left:9.3125rem;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:19.75rem;top:16.25rem;left:20.125rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:20.75rem;left:22.1875rem;height:22.20054375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:15021;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:15.4375rem;left:28.75rem;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:16.125rem;left:29.4375rem;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:19.75rem;top:16.125rem;left:40.25rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:20.75rem;left:42.1875rem;height:22.20054375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;background-color:#0013b3;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:15.4375rem;left:48.875rem;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:16.125rem;left:49.5625rem;overflow:hidden;display:block; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121837;background-image:url("https://images.assets-landingi.com/2fY1Xcuq/section5_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.adaptive-delivery-prevent-bg, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyload, #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG.lazyloading { background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:9.5625rem;left:38.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { background-color:#ff3557;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:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.40625rem;left:38.9375rem;display:block; }
#cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { position:absolute;display:block;z-index:15008;background-color:#4679d6;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;box-shadow: none;height:0.625rem;width:11.25rem;top:5.25rem;left:25.9375rem;display:block; }
#JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { position:absolute;display:block;z-index:15009;background-color:#4679d6;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;box-shadow: none;height:11.25rem;width:0.625rem;top:14.5rem;left:0.625rem;display:block; }
#gtOFByE7rKPiCD7Dhw6EtGr5AAKyzepd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.875rem;width:35.875rem;top:5.90625rem;left:1.25rem;display:block; }
#WbGwabmvuv2CK34l7yA809gpSoTKDQDW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW.adaptive-delivery-prevent-bg, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyload, #WbGwabmvuv2CK34l7yA809gpSoTKDQDW.lazyloading { background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { background-color: transparent; background-image: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { display: none; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .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); }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { border-width: 0; border-radius: 0; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:60rem;position:relative;display:block; }#vkUxK1268gEJf6351aJ21IXosCmy8tBf { color:#000000;display:block;width:58.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.8125rem;height:4.54948125rem;display:block; }
#mn6QMR8xfseoLggInN7iguD1ZrbB1Aaa { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:4.5625rem;left:0rem;display:block; }
#ouTpIlhG5NTKXTO7f5Tgpqgf9Pnxg7gJ { position:absolute;display:block;z-index:15021;background-color:#7bff35;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:6.0625rem;left:8.5rem;display:block; }
#cMVbxpokehC8PHvLTdxnZpaumuLVZVKw { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:10.3125rem;left:2.0625rem;height:9.9726625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlcRq5nWs9gsHz97RTWR5exqfUybEGoE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:6.75rem;left:9.1875rem;overflow:hidden;display:block; }
#nLFIVlbTSvTrhT5bKnvoT8igvmTH6Q6k { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:4.5625rem;left:20.125rem;display:block; }
#HRushW84shXGJI1IqwIFecxZ1OiTqg2q { position:absolute;display:block;z-index:15021;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:4.5625rem;left:40.25rem;display:block; }
#zLfhTS0Ac0G1kebwlXrffwToueETPhMK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:6.75rem;left:29.3125rem;overflow:hidden;display:block; }
#IuQD5Ud2pp0akpwto2QdUtrwTegD8rEa { position:absolute;display:block;z-index:15023;background-color:#7bff35;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:6.0625rem;left:28.625rem;display:block; }
#sbgqTSsIiTzCLPomZsC0k7IPv7ypmwF0 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:6.75rem;left:49.4375rem;overflow:hidden;display:block; }
#W2gMquCBaZsC2eftdGdDWCXic5PFkTc7 { position:absolute;display:block;z-index:15025;background-color:#7bff35;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:6.0625rem;left:48.75rem;display:block; }
#Az670OrhnEcAIpthcw9kOhFCxVF3tLrL { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:10.25rem;left:22.1875rem;height:9.972675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tS61WoDuSnAnDbflfepwxRcZMT0HEA6v { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.9;letter-spacing:0;top:10.1875rem;left:42.3125rem;height:8.31055rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.adaptive-delivery-prevent-bg, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyload, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyloading { background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:0.5625rem;left:0rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VT7TaWRfVhwNaDbHzTKIQMHXT5VCgqNh { color:#050b26;display:block;width:34.625rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:9.25rem;left:3.0625rem;height:26.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#VT7TaWRfVhwNaDbHzTKIQMHXT5VCgqNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VT7TaWRfVhwNaDbHzTKIQMHXT5VCgqNh li:before{  }
#DuK3FAeaGUQ7WIJhEqfFRXLrxD8G2LeV { color:#050b26;display:block;width:29.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:6.4375rem;left:3.0625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p7Q3EZU9hd58B8QUDFbRybhJ19AnBv0A { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:20.625rem;top:7.375rem;left:37.6875rem;overflow:hidden;display:block; }
#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { border-width: 0; border-radius: 0; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:60rem;position:relative;display:none; }#FEfEENJrm9xuXonqapq00L84ck7ts5tq { color:#050b26;display:block;width:56.4375rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:1.78125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { color:#050b26;display:block;width:58.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:6.6875rem;left:0.625rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UDxbdZTREJVaqQZiZ6XG5EkiealOcRBL { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:17.6875rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UB1ioae4Ram7NWCw8GFaak2oqVXZI1qR { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:22.125rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eU1dvlfSxms8eVOQqKyvKlXb4kp2xOln { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:45.5625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RI1SHRulBIuK292cIHTgikv9QbJmeOPP { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:29.125rem;left:0.125rem;height:12.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk > .row .container { border-width: 0; border-radius: 0; }#I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:none; }#RPCfa2AfqP9eVRQ5B7RFkf8uTm3rvHJr { color:#050b26;display:block;width:56.4375rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.25rem;left:1.78125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wbcmvzWQObOTFJcAR3Ntu0dTircKTFKB { color:#050b26;display:block;width:58.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:6.6875rem;left:0.625rem;height:10.12369375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LDLLDTToG0EF48ByMfiaoEIFtSfTQ4fH { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:17.6875rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kf0HiUBklQNX3kzTycQZQPT5qhGhAZlW { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:22.125rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzEP1b1SJgXMykReI9fPXnnkt6069JbG { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:29.4375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row .container { background-color: transparent; background-image: none; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row .container > .video-iframe-container { display: none; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row > .video-iframe-container { display: none; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .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); }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row .container { border-width: 0; border-radius: 0; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#pV2apIZWP707ACRUZhapUkIw4GvCtlam { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bsy0-z5RTfk/unsplash/microsoft-365-bsy0-z5RTfk-photo-1640622843377-6b5af9417e70.jpg");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;box-shadow: none;height:13.625rem;width:19.75rem;top:8.9375rem;left:9.1875rem;display:block; }#pV2apIZWP707ACRUZhapUkIw4GvCtlam.adaptive-delivery-prevent-bg, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyload, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyloading { background-image: none; }
#QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:19.75rem;top:22.5625rem;left:9.1875rem;display:block; }
#V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:23rem;left:10.75rem;height:10.79688125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kp6GcSTPrRwO5g5y7D8JVHsZcXRbf2TL { color:#050b26;display:block;width:17.4375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:31.625rem;left:10.25rem;height:4.2239625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { background-color:#2c56a3;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:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.89999961853rem;left:9.9375rem;display:block; }
#cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/R2y6ff18/section7_photo3.jpg");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;box-shadow: none;height:13.625rem;width:19.75rem;top:8.9375rem;left:31.125rem;display:block; }#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.adaptive-delivery-prevent-bg, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyload, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyloading { background-image: none; }
#Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:19.75rem;top:22.5625rem;left:31.125rem;display:block; }
#CBNkQIfmTzSekqqCOMQz7TSvShC8o1s4 { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:22.9375rem;left:31.937501907349rem;height:16.19531875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eUWVxBzlgbqELyJxAFHwVugKPgCM5itF { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.649780273438rem;left:32.000001907349rem;height:3.736975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { background-color:#2c56a3;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:18.25rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:39.299499511719rem;left:31.875001907349rem;display:block; }
#QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmXbMoPVQrF1PKAegWDqg3guDWrXudJT { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:1.5rem;left:0.125rem;height:5.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 > .row .container { border-width: 0; border-radius: 0; }#XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:none; }#W81ee7ffHRDLUAJ0lMrJwHWru6rLF7Pg { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:19.75rem;top:13.625rem;left:0rem;display:block; }
#Mbzdka2UniqJ69Gp1qmMwnLTTrrl5cFx { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:14.90625rem;left:1.5625rem;height:7.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lW1eJFiZio9wtfkCXiqe3BDlR149tVGs { background-color:#2c56a3;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:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.625rem;left:0.875rem;display:block; }
#yKdqhacXQxGcq3K2OuWRq0L8pqoM5q4B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bF5UG7QeTq9nycBUKngIGy90kWp1lreS { color:#050b26;display:block;width:17.625rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.60000038147rem;left:1.1875rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQByUtmpbTq5CTni8GyPM0IU7oorkJny { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:19.75rem;top:13.625rem;left:20.125rem;display:block; }
#oykJHGOuogdUK9eBP8Aqdo5LWLBUDLFW { background-color:#2c56a3;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:18.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.625rem;left:20.875rem;display:block; }
#TthUm8kHA6Ce6rSI2hDddMDdI4GTKe4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nc7c3EqJCPFHxAd5J0ROZaCO2xTe9d3W { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:19.75rem;top:13.625rem;left:40.125rem;display:block; }
#QVRN8l1eSmT3LUk0V6S4Dq3J24LV32hA { background-color:#2c56a3;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:18.25rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.625rem;left:40.875rem;display:block; }
#GtSQXXlTKi4G0v0qeWrdB0SQ2Fqgc98I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptTAS5vnO1CQlLvhxEa5kT8L5WtEl0Ih { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/bsy0-z5RTfk/unsplash/microsoft-365-bsy0-z5RTfk-photo-1640622843377-6b5af9417e70.jpg");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;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }#ptTAS5vnO1CQlLvhxEa5kT8L5WtEl0Ih.adaptive-delivery-prevent-bg, #ptTAS5vnO1CQlLvhxEa5kT8L5WtEl0Ih.lazyload, #ptTAS5vnO1CQlLvhxEa5kT8L5WtEl0Ih.lazyloading { background-image: none; }
#dinoMwWvKIHtIPZ9vl3tInVRb1XxtKQb { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3b276ukd/section7_photo2.jpg");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;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:20.0625rem;display:block; }#dinoMwWvKIHtIPZ9vl3tInVRb1XxtKQb.adaptive-delivery-prevent-bg, #dinoMwWvKIHtIPZ9vl3tInVRb1XxtKQb.lazyload, #dinoMwWvKIHtIPZ9vl3tInVRb1XxtKQb.lazyloading { background-image: none; }
#X9AbmipHeLtofXnLNlV2cRV7VV3b2ZHl { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/R2y6ff18/section7_photo3.jpg");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;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:40.125rem;display:block; }#X9AbmipHeLtofXnLNlV2cRV7VV3b2ZHl.adaptive-delivery-prevent-bg, #X9AbmipHeLtofXnLNlV2cRV7VV3b2ZHl.lazyload, #X9AbmipHeLtofXnLNlV2cRV7VV3b2ZHl.lazyloading { background-image: none; }
#VQuEnaKukDP1HtwroEoBBb57wLUHwrP6 { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:14.90625rem;left:20.9375rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPybpkzr4Peug1TarcQBOpER4iqnLTOe { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.60000038147rem;left:21.0625rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wv64n6p06HiexhnNcEdBZDN5rTp2lfbX { color:#050b26;display:block;width:18.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:14.90625rem;left:40.9375rem;height:10.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bCOVAvoZTdOOBFsLt0FDTmbts3d3iMEE { color:#050b26;display:block;width:18rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6015625rem;left:41.03125rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE.adaptive-delivery-prevent-bg, #U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE.lazyload, #U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE.lazyloading { background-image: none; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row .container { background-color: transparent; background-image: none; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row .container > .video-iframe-container { display: none; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row > .video-iframe-container { display: none; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .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); }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row .container { border-width: 0; border-radius: 0; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#yyi97rQnV57ID2ZGwLlzsyknMJNO1I8m { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:7.0625rem;left:0rem;height:10.1236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUvakDfUREoPaTk3Pv27mzd6cpNxSK8k { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.3125rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RN1Bfb4iosWpBFAQHkhhvnDyPslqpHvO { background-color:#ff3557;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:20.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:17.4375rem;left:19.9375rem;display:block; }
#SWg8ANu6FNkP150cwMZSmz1J7X3sh0kp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rPqGTLE46bOzBvTdFeK4WZXpyeU3eSKu { width:24.8125rem;height:1.4375rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf { display:flex;width:18rem;height:5.0625rem;top:3.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #kUidEeuHnebnDhLZGxLsKfh3bxUDbJTL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #KJyhkC9xOs8nAikn6nnlcAdOA1g1UpHQ {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #nzQ8onfkK8iRzo83aGiwBI68UAF5LTWt {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #ttd7ozC7BMJ16at9gHxU9zyVxHLhGQAu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #TXOIeMvq7N5BnzgmV9UDTgwJg03pU9Ss {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #McDrngvNLI5Myi4P7be5Nk6FxffveAQO {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #GwJGUpJihCryA1cvcJefc5GUqJzcAPNi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #QsDnKvKzBtfych7p8zhpBoVfWt7IONZP {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #ROFbikUM3Z9lE1KKJ1aFriCM6OO4Jqvl {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #Q3mCbFG5el4q6ZtCrLc15yWm6KSFTuCs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #QxzVenuR8mmUz0LSOOcKcT6bW8OKylvU {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #McrlzNho6ZeFmWhOKMGHgwWFgtFszo0c {  }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:28.4375rem;height:6.125rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:30.25rem;height:16.1875rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:26.375rem;height:17.5625rem;top:0rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:28.4375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:4.625rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:47.75rem;height:16.1875rem;top:9rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8WwI2LDvsZVd0chJTiXHBk23mylMBgJ { width:47.75rem;height:10.3125rem;top:25.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:38.0625rem;height:25.0625rem;top:15.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:37.9375rem;height:11.0625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { width:19.75rem;height:11.125rem;top:29.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:16rem;height:4.3125rem;top:35.5625rem;left:31.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { width:16.9375rem;height:4.6875rem;top:30.6875rem;left:30.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:17.875rem;height:6.5rem;top:1.875rem;left:29.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:16.5625rem;height:5.375rem;top:9.0625rem;left:31.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:16.5rem;height:14.125rem;top:15.25rem;left:31.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:35.375rem;height:9.25rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:28.0625rem;height:4.625rem;top:4.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:33.125rem;height:4.25rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.5rem;height:9.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:13.5rem;height:3.4375rem;top:8.75rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:31.875rem;height:2.4375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqOlXER91NIN4uLI5SvDTUiPq2uDPLWC { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:7.3125rem;top:59.9375rem;left:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:22.25rem;height:2.125rem;top:68.375rem;left:25.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI8Ear2nTq1zAAtu3EgisS30FQhJ7LXw { width:20.125rem;height:20.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBmhgg3TnVRGpTkFqNGDlSSypbGuSK4X { width:43.875rem;height:18rem;top:0.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJHhXEVhCkPkFJ4NDTecEudhiTy5O9C { width:36.6875rem;height:11rem;top:5rem;left:11.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzTWBdKJDMDHTXTQkaPJoNlScHXEM3E7 { width:25.125rem;height:2.125rem;top:15rem;left:22.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmXaOyaJZVxyiSeGMbsetnHV4vJkSKM5 { width:20rem;height:20rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slLkfKVXzHfEZtxDMmGAwvgpqg7t5L1f { width:43.875rem;height:19.6875rem;top:29.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTAuhsD5NE8z2hv2J1DEixQCo2KOT8Ei { width:38.5625rem;height:14.6875rem;top:30.875rem;left:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVJT3bw5f6KNNowwsUcwknU8BpeLlCoO { width:22.25rem;height:2.125rem;top:46.1875rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:54.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:43.875rem;height:18rem;top:54.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:21.125rem;height:20rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE0O4gNJDdSbXFbZ1PniwwZsvnz134f2 { width:2.4375rem;height:2.4375rem;top:1.5rem;left:14.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:0.0625rem;height:10.4375rem;top:5.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MVwHL0n5iUlEZZ6i9i8eT0bVwb0ma2 { width:17.1875rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDESEgrcoIpiuVySKnxLJ64iora8N70 { width:20.8125rem;height:7.25rem;top:0rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7tNLJSTF2y5pyhwt9Pg8eZ65vi6Jvo5 { width:18.9375rem;height:9.6875rem;top:9.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCE48LI5WrrbHWXXXRh202DAGq8QJ41t { width:20.6875rem;height:18.0625rem;top:0rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 { display:block; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqTnGsTpq32e11QervzmOXPozRerFZ2R { width:47.75rem;height:2.3125rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:8.0625rem;top:7.5rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:8.0625rem;top:7.5rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:15.625rem;height:10.0625rem;top:7.5rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV { display:none; }#IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #reM4pXUm5Wqz3wFxVwMnBEp27TnU9QFl { width:19.75rem;height:18.6875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogDgHHTECzIp90ItALaKel0z4v95qurS { width:15.625rem;height:8.0625rem;top:7.5rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9XRsIpfQttKGrZw6OrzSIT9fxNUmXX0 { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scPCTnR6ZF0UC0kxemwbFa3QATccVkIU { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOEaT2RIfUICdOXUmNhGcRuSUdmVPGDk { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKR7gzQ4N8BQZFgi6cBIUAUQTHuREJ5 { width:15.625rem;height:8.0625rem;top:7.5rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0kORbSS5gnFChXgaLTWMLiIKS9ILDL7 { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtxi7NR0adULqI2bQs4GPSVUU6SN0rKK { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7F6t4hpirIO9LXbMcWfD9Wq0sG3RW62 { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuanN4MlhHpIEv0L4vmzzfQSvuZdpacq { width:15.625rem;height:10.0625rem;top:7.5rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEc7yvGEBTVsDXgd4acJ7t4hBxTUEaSg { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkIxgtpnIrlNp3acVwySM29GraUkHHWu { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K27XyM0xf13TmhTnmelDSWzTg4HkcklO { display:block; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7gTQQG87xi4BDS5lxNhg7k4582UPops { width:35.375rem;height:13.125rem;top:1.5rem;left:12.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9xMpcXlkwd1Te4gTmfBX8oyBEsabC5c { width:15.6875rem;height:23.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:19.8125rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:24.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:16.125rem;top:27.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:25.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:29.25rem;top:16.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:24.1875rem;top:20.75rem;left:16.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:15.4375rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:16.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:29.375rem;top:16.125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:24.1875rem;top:20.75rem;left:32.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:15.4375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:16.125rem;left:43.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:20.5625rem;height:5rem;top:9.5625rem;left:27.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:13.5rem;height:3.4375rem;top:18.375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:11.25rem;height:0.625rem;top:5.25rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOFByE7rKPiCD7Dhw6EtGr5AAKyzepd { width:35.875rem;height:19.875rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkUxK1268gEJf6351aJ21IXosCmy8tBf { width:47.75rem;height:2.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn6QMR8xfseoLggInN7iguD1ZrbB1Aaa { width:19.75rem;height:18.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTpIlhG5NTKXTO7f5Tgpqgf9Pnxg7gJ { width:2.75rem;height:2.75rem;top:6.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVbxpokehC8PHvLTdxnZpaumuLVZVKw { width:15.625rem;height:9.9375rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlcRq5nWs9gsHz97RTWR5exqfUybEGoE { width:1.4375rem;height:1.4375rem;top:6.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLFIVlbTSvTrhT5bKnvoT8igvmTH6Q6k { width:19.75rem;height:18.625rem;top:4.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRushW84shXGJI1IqwIFecxZ1OiTqg2q { width:19.75rem;height:18.625rem;top:4.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLfhTS0Ac0G1kebwlXrffwToueETPhMK { width:1.4375rem;height:1.4375rem;top:6.75rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQD5Ud2pp0akpwto2QdUtrwTegD8rEa { width:2.75rem;height:2.75rem;top:6.0625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbgqTSsIiTzCLPomZsC0k7IPv7ypmwF0 { width:1.4375rem;height:1.4375rem;top:6.75rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2gMquCBaZsC2eftdGdDWCXic5PFkTc7 { width:2.75rem;height:2.75rem;top:6.0625rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az670OrhnEcAIpthcw9kOhFCxVF3tLrL { width:15.625rem;height:9.9375rem;top:10.25rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS61WoDuSnAnDbflfepwxRcZMT0HEA6v { width:15.625rem;height:9.9375rem;top:10.1875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:47.75rem;height:5.625rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7TaWRfVhwNaDbHzTKIQMHXT5VCgqNh { width:34.625rem;height:32.5rem;top:9.25rem;left:0rem;font-size:1.5625rem;display:block; }#VT7TaWRfVhwNaDbHzTKIQMHXT5VCgqNh li:before{  }
 }@media only screen and (max-width: 763px) { #DuK3FAeaGUQ7WIJhEqfFRXLrxD8G2LeV { width:29.125rem;height:2.8125rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Q3EZU9hd58B8QUDFbRybhJ19AnBv0A { width:20.625rem;height:20.625rem;top:7.375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:47.75rem;height:3rem;top:2.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:47.75rem;height:10.0625rem;top:6.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDxbdZTREJVaqQZiZ6XG5EkiealOcRBL { width:47.75rem;height:3.875rem;top:17.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB1ioae4Ram7NWCw8GFaak2oqVXZI1qR { width:47.75rem;height:5.625rem;top:22.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU1dvlfSxms8eVOQqKyvKlXb4kp2xOln { width:47.75rem;height:2.8125rem;top:45.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI1SHRulBIuK292cIHTgikv9QbJmeOPP { width:47.75rem;height:12.5rem;top:29.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk { display:none; }#I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPCfa2AfqP9eVRQ5B7RFkf8uTm3rvHJr { width:47.75rem;height:3rem;top:2.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcmvzWQObOTFJcAR3Ntu0dTircKTFKB { width:47.75rem;height:10.0625rem;top:6.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLLDTToG0EF48ByMfiaoEIFtSfTQ4fH { width:47.75rem;height:3.875rem;top:17.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf0HiUBklQNX3kzTycQZQPT5qhGhAZlW { width:47.75rem;height:5.625rem;top:22.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzEP1b1SJgXMykReI9fPXnnkt6069JbG { width:47.75rem;height:2.8125rem;top:29.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi { display:block; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:19.75rem;height:13.625rem;top:8.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:19.75rem;height:14.3125rem;top:22.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:18.125rem;height:9rem;top:23rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp6GcSTPrRwO5g5y7D8JVHsZcXRbf2TL { width:17.4375rem;height:4.1875rem;top:31.625rem;left:4.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { width:18.25rem;height:3.4375rem;top:35.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:19.75rem;height:13.625rem;top:8.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { width:19.75rem;height:18.6875rem;top:22.5625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBNkQIfmTzSekqqCOMQz7TSvShC8o1s4 { width:18.125rem;height:12.5625rem;top:22.9375rem;left:25.812501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWVxBzlgbqELyJxAFHwVugKPgCM5itF { width:18rem;height:3.6875rem;top:35.625rem;left:25.875001907349rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { width:18.25rem;height:3.4375rem;top:39.25rem;left:25.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block; }
 }@media only screen and (max-width: 763px) { #OmXbMoPVQrF1PKAegWDqg3guDWrXudJT { width:47.75rem;height:5.75rem;top:1.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 { display:none; }#XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W81ee7ffHRDLUAJ0lMrJwHWru6rLF7Pg { width:19.75rem;height:16.5625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbzdka2UniqJ69Gp1qmMwnLTTrrl5cFx { width:18.125rem;height:7.1875rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW1eJFiZio9wtfkCXiqe3BDlR149tVGs { width:18.25rem;height:3.4375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdqhacXQxGcq3K2OuWRq0L8pqoM5q4B { display:block; }
 }@media only screen and (max-width: 763px) { #bF5UG7QeTq9nycBUKngIGy90kWp1lreS { width:17.625rem;height:3.0625rem;top:25.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQByUtmpbTq5CTni8GyPM0IU7oorkJny { width:19.75rem;height:17.5625rem;top:13.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykJHGOuogdUK9eBP8Aqdo5LWLBUDLFW { width:18.25rem;height:3.4375rem;top:28.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthUm8kHA6Ce6rSI2hDddMDdI4GTKe4d { display:block; }
 }@media only screen and (max-width: 763px) { #Nc7c3EqJCPFHxAd5J0ROZaCO2xTe9d3W { width:19.75rem;height:18.6875rem;top:13.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVRN8l1eSmT3LUk0V6S4Dq3J24LV32hA { width:18.25rem;height:3.4375rem;top:28.625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtSQXXlTKi4G0v0qeWrdB0SQ2Fqgc98I { display:block; }
 }@media only screen and (max-width: 763px) { #ptTAS5vnO1CQlLvhxEa5kT8L5WtEl0Ih { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinoMwWvKIHtIPZ9vl3tInVRb1XxtKQb { width:19.75rem;height:13.625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9AbmipHeLtofXnLNlV2cRV7VV3b2ZHl { width:19.75rem;height:13.625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQuEnaKukDP1HtwroEoBBb57wLUHwrP6 { width:18.125rem;height:8.9375rem;top:14.875rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPybpkzr4Peug1TarcQBOpER4iqnLTOe { width:17.875rem;height:3.0625rem;top:25.5625rem;left:13.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv64n6p06HiexhnNcEdBZDN5rTp2lfbX { width:18.125rem;height:10.75rem;top:14.875rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOVAvoZTdOOBFsLt0FDTmbts3d3iMEE { width:18rem;height:3.0625rem;top:25.5625rem;left:29.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE { display:block; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyi97rQnV57ID2ZGwLlzsyknMJNO1I8m { width:47.75rem;height:8.0625rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUvakDfUREoPaTk3Pv27mzd6cpNxSK8k { width:47.75rem;height:3.875rem;top:1.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN1Bfb4iosWpBFAQHkhhvnDyPslqpHvO { width:20.125rem;height:3.4375rem;top:17.4375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWg8ANu6FNkP150cwMZSmz1J7X3sh0kp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:10.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rPqGTLE46bOzBvTdFeK4WZXpyeU3eSKu { width:19.25rem;height:1.3rem;top:1.873046875rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf { display:flex;width:18rem;height:5.0625rem;top:3.9375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #kUidEeuHnebnDhLZGxLsKfh3bxUDbJTL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #KJyhkC9xOs8nAikn6nnlcAdOA1g1UpHQ {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #nzQ8onfkK8iRzo83aGiwBI68UAF5LTWt {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #ttd7ozC7BMJ16at9gHxU9zyVxHLhGQAu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #TXOIeMvq7N5BnzgmV9UDTgwJg03pU9Ss {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #McDrngvNLI5Myi4P7be5Nk6FxffveAQO {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #GwJGUpJihCryA1cvcJefc5GUqJzcAPNi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #QsDnKvKzBtfych7p8zhpBoVfWt7IONZP {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #ROFbikUM3Z9lE1KKJ1aFriCM6OO4Jqvl {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #Q3mCbFG5el4q6ZtCrLc15yWm6KSFTuCs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #QxzVenuR8mmUz0LSOOcKcT6bW8OKylvU {  }
 }@media only screen and (max-width: 763px) { #S0cpJ3m9mHhwFHTOlfocMtEpWP02ooOf #McrlzNho6ZeFmWhOKMGHgwWFgtFszo0c {  }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:18.75rem;height:4.125rem;top:1.3718748092651rem;left:0.62437504529953rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18rem;height:13.475rem;top:6.1802082061767rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:20rem;height:13.3125rem;top:29.5625rem;left:0rem;box-shadow: 0rem 0rem 0rem rgba(5,11,38,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:20.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:25.4375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #H0dwT47WrvIsQf72B031SUJmKm0XkmSH { display:block; }#H0dwT47WrvIsQf72B031SUJmKm0XkmSH > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:18rem;height:6.6rem;top:0rem;left:1rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:18rem;height:28.35rem;top:7.5916671752931rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8WwI2LDvsZVd0chJTiXHBk23mylMBgJ { width:20rem;height:12.825rem;top:34.816665649414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:14.25rem;height:9.4375rem;top:13.84375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:2.9375rem;top:0.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { width:19.75rem;height:7.5625rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:13.0625rem;height:3.5rem;top:26.9375rem;left:3.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { width:18.1875rem;height:4.0625rem;top:22.875rem;left:0.90625rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18rem;height:4.74375rem;top:3.25rem;left:1rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:18rem;height:4.78125rem;top:8.5rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:18rem;height:9.5625rem;top:13.28125rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:19.875rem;height:1.95rem;top:0.4375rem;left:0.09375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:18rem;height:5.775rem;top:1.21484375rem;left:1rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18rem;height:6.8rem;top:7.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.75rem;height:11.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:11.625rem;height:3.4375rem;top:16.625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:14.4375rem;height:5.3125rem;top:2.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqOlXER91NIN4uLI5SvDTUiPq2uDPLWC { width:20rem;height:3.75rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:18.75rem;height:7.3125rem;top:12.4375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:18rem;height:1.59375rem;top:20.125rem;left:2rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oI8Ear2nTq1zAAtu3EgisS30FQhJ7LXw { width:12.5rem;height:12.75rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBmhgg3TnVRGpTkFqNGDlSSypbGuSK4X { width:20rem;height:12.3125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJHhXEVhCkPkFJ4NDTecEudhiTy5O9C { width:18.75rem;height:9.75rem;top:36rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AzTWBdKJDMDHTXTQkaPJoNlScHXEM3E7 { width:19.3125rem;height:1.59375rem;top:45.75rem;left:0.125rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vmXaOyaJZVxyiSeGMbsetnHV4vJkSKM5 { width:12.5rem;height:12.5rem;top:48.150001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slLkfKVXzHfEZtxDMmGAwvgpqg7t5L1f { width:20rem;height:14.625rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTAuhsD5NE8z2hv2J1DEixQCo2KOT8Ei { width:18.75rem;height:12.1875rem;top:61.25rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NVJT3bw5f6KNNowwsUcwknU8BpeLlCoO { width:18.9375rem;height:1.7rem;top:73.4375rem;left:0.5625rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.8125rem;height:2.8125rem;top:9.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:20rem;height:11.3125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:12.5rem;height:11.8125rem;top:0rem;left:6.9375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #LE0O4gNJDdSbXFbZ1PniwwZsvnz134f2 { width:2.4375rem;height:2.4375rem;top:74rem;left:1.0625rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk { display:block; }#oqPMQUVG0zQStXH2rAoq76RwFtfKZsCk > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fR4M1fR4KLRqx7ByC9zUqBuN8RETmq8t { width:18rem;height:0.0625rem;top:1rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6MVwHL0n5iUlEZZ6i9i8eT0bVwb0ma2 { width:17.1875rem;height:18.75rem;top:2.125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDESEgrcoIpiuVySKnxLJ64iora8N70 { width:20rem;height:6.9666875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7tNLJSTF2y5pyhwt9Pg8eZ65vi6Jvo5 { width:18.9375rem;height:9.6875rem;top:29.529167175293rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCE48LI5WrrbHWXXXRh202DAGq8QJ41t { width:20rem;height:17.4625rem;top:40.341667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 { background-color:#fafafa;background-image:none;display:block; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container { background-color: transparent; background-image: none; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container > .video-iframe-container { display: none; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row > .video-iframe-container { display: none; }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .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); }#IbQTHTWeL2yV9tw36KMyFzNZTtXz6oD3 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqTnGsTpq32e11QervzmOXPozRerFZ2R { width:18rem;height:3.3rem;top:0rem;left:1rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT { background-color:#fafafa;background-image:none;display:block; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { background-color: transparent; background-image: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row > .video-iframe-container { display: none; }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .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); }#r0cH8s4mQ5Kg4FOe1MAgtTFNPSVxDROT > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOtAdgG4nXtF39l7l44Frc732tNy0TAS { width:19.75rem;height:11.5625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:6.8rem;top:4.0687503814697rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:0.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuueAgk6JsbPVqu6px2KRSarcvPkTh4q { width:1.4375rem;height:1.4375rem;top:1.34375rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTg6Btl3cHoateD9UpFcUFze8sZXGUF { width:19.75rem;height:11.3125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:15.625rem;height:6.8rem;top:16.631248474121rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nQXzRW5CgcPB8me44XfgDu0Ilov2HTUR { width:2.75rem;height:2.75rem;top:13.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5WO5KisZxyto3qyc3XtEoMqT2RdrVuK { width:1.4375rem;height:1.4375rem;top:13.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0xfzFFKQpHvxHoOEGIgeQx0U17949CO { width:19.75rem;height:12.8125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:15.625rem;height:8.5rem;top:28.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JuQHQc0cC4ob8qdoEVsxTca1bW4SyXgT { width:2.75rem;height:2.75rem;top:25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiGehckqXwPfsUQJBwr9NtVmp32mxAlo { width:1.4375rem;height:1.4375rem;top:25.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV { background-color:#fafafa;background-image:none;display:none; }#IGOpoPrgXoRvA1aMtsSmD9XcLfCrg3cV > .row .container { width:20rem;height:37.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #reM4pXUm5Wqz3wFxVwMnBEp27TnU9QFl { width:19.75rem;height:11.5625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogDgHHTECzIp90ItALaKel0z4v95qurS { width:15.625rem;height:6.8rem;top:4.0687503814697rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #N9XRsIpfQttKGrZw6OrzSIT9fxNUmXX0 { width:2.75rem;height:2.75rem;top:0.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #scPCTnR6ZF0UC0kxemwbFa3QATccVkIU { width:1.4375rem;height:1.4375rem;top:1.34375rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOEaT2RIfUICdOXUmNhGcRuSUdmVPGDk { width:19.75rem;height:11.3125rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKR7gzQ4N8BQZFgi6cBIUAUQTHuREJ5 { width:15.625rem;height:6.8rem;top:16.631248474121rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #E0kORbSS5gnFChXgaLTWMLiIKS9ILDL7 { width:2.75rem;height:2.75rem;top:13.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtxi7NR0adULqI2bQs4GPSVUU6SN0rKK { width:1.4375rem;height:1.4375rem;top:13.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7F6t4hpirIO9LXbMcWfD9Wq0sG3RW62 { width:19.75rem;height:12.8125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuanN4MlhHpIEv0L4vmzzfQSvuZdpacq { width:15.625rem;height:8.5rem;top:28.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rEc7yvGEBTVsDXgd4acJ7t4hBxTUEaSg { width:2.75rem;height:2.75rem;top:25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkIxgtpnIrlNp3acVwySM29GraUkHHWu { width:1.4375rem;height:1.4375rem;top:25.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K27XyM0xf13TmhTnmelDSWzTg4HkcklO { background-color:#fafafa;background-image:none;display:block; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container { background-color: transparent; background-image: none; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container > .video-iframe-container { display: none; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row > .video-iframe-container { display: none; }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .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); }#K27XyM0xf13TmhTnmelDSWzTg4HkcklO > .row .container { width:20rem;height:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7gTQQG87xi4BDS5lxNhg7k4582UPops { width:19rem;height:8.25rem;top:13.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #q9xMpcXlkwd1Te4gTmfBX8oyBEsabC5c { width:8.1875rem;height:12.5rem;top:0rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:14.875rem;top:21.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:22.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:18.75rem;height:10.2rem;top:25.39999961853rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:22.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:12.8125rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:18.75rem;height:15.3rem;top:40.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:37.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:58.78125rem;left:9.28125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:22rem;top:57.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:18.9375rem;height:17rem;top:61.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:58.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:38.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18rem;height:4.8rem;top:0.625rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:13.5rem;height:3.4375rem;top:18.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:7.5rem;height:0.375rem;top:6.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.375rem;height:6.25rem;top:10.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOFByE7rKPiCD7Dhw6EtGr5AAKyzepd { height:10.3125rem;width:18.4375rem;top:6.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbGwabmvuv2CK34l7yA809gpSoTKDQDW { display:block; }#WbGwabmvuv2CK34l7yA809gpSoTKDQDW > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkUxK1268gEJf6351aJ21IXosCmy8tBf { width:19.375rem;height:2.6rem;top:0.62395858764649rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mn6QMR8xfseoLggInN7iguD1ZrbB1Aaa { width:19.75rem;height:13rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouTpIlhG5NTKXTO7f5Tgpqgf9Pnxg7gJ { width:2.75rem;height:2.75rem;top:4rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVbxpokehC8PHvLTdxnZpaumuLVZVKw { width:18.125rem;height:8.925rem;top:6.75rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MlcRq5nWs9gsHz97RTWR5exqfUybEGoE { width:1.4375rem;height:1.4375rem;top:4.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLFIVlbTSvTrhT5bKnvoT8igvmTH6Q6k { width:19.75rem;height:11.5625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRushW84shXGJI1IqwIFecxZ1OiTqg2q { width:19.75rem;height:12.75rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLfhTS0Ac0G1kebwlXrffwToueETPhMK { width:1.4375rem;height:1.4375rem;top:18.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQD5Ud2pp0akpwto2QdUtrwTegD8rEa { width:2.75rem;height:2.75rem;top:17.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbgqTSsIiTzCLPomZsC0k7IPv7ypmwF0 { width:1.4375rem;height:1.4375rem;top:30.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2gMquCBaZsC2eftdGdDWCXic5PFkTc7 { width:2.75rem;height:2.75rem;top:30rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az670OrhnEcAIpthcw9kOhFCxVF3tLrL { width:18.125rem;height:7.4375rem;top:20.46875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tS61WoDuSnAnDbflfepwxRcZMT0HEA6v { width:18.125rem;height:7.4375rem;top:33.28750038147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:18.6875rem;height:8.1rem;top:0.5625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7TaWRfVhwNaDbHzTKIQMHXT5VCgqNh { width:18.25rem;height:20.4625rem;top:28.674999237061rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#VT7TaWRfVhwNaDbHzTKIQMHXT5VCgqNh li:before{  }
 }@media only screen and (max-width: 763px) { #DuK3FAeaGUQ7WIJhEqfFRXLrxD8G2LeV { width:20rem;height:1.8rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Q3EZU9hd58B8QUDFbRybhJ19AnBv0A { width:16.375rem;height:16.375rem;top:9.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:20rem;height:54.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:18rem;height:1.6875rem;top:0.8125rem;left:1rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:18rem;height:12.15rem;top:3.3114585876465rem;left:1rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDxbdZTREJVaqQZiZ6XG5EkiealOcRBL { width:20rem;height:2rem;top:16.648958206177rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB1ioae4Ram7NWCw8GFaak2oqVXZI1qR { width:20rem;height:8rem;top:19.898956298828rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU1dvlfSxms8eVOQqKyvKlXb4kp2xOln { width:20rem;height:4rem;top:28.461458206177rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI1SHRulBIuK292cIHTgikv9QbJmeOPP { width:20rem;height:18.75rem;top:33.711456298828rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk { display:none; }#I8vnnNI1OWMJzz9WeWxFVeQDVN8Gkifk > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPCfa2AfqP9eVRQ5B7RFkf8uTm3rvHJr { width:18rem;height:1.6875rem;top:0.8125rem;left:1rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcmvzWQObOTFJcAR3Ntu0dTircKTFKB { width:18rem;height:12.15rem;top:3.3114585876465rem;left:1rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDLLDTToG0EF48ByMfiaoEIFtSfTQ4fH { width:20rem;height:2rem;top:16.648958206177rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf0HiUBklQNX3kzTycQZQPT5qhGhAZlW { width:20rem;height:8rem;top:19.898956298828rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzEP1b1SJgXMykReI9fPXnnkt6069JbG { width:20rem;height:4rem;top:28.461458206177rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi { display:block; }#mSHrdb7LgaU9ULZxf175Od9Ap0vBZdEi > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:19.75rem;height:13.625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:19.75rem;height:15.625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:18rem;height:9rem;top:21rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp6GcSTPrRwO5g5y7D8JVHsZcXRbf2TL { width:18.375rem;height:2.4375rem;top:29.5rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { width:18.25rem;height:3.4375rem;top:31.875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:19.75rem;height:13.625rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { width:19.75rem;height:24.125rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBNkQIfmTzSekqqCOMQz7TSvShC8o1s4 { width:18.125rem;height:12.6rem;top:51.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUWVxBzlgbqELyJxAFHwVugKPgCM5itF { width:18rem;height:2.6rem;top:63.5rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { width:18.25rem;height:3.4375rem;top:66.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block; }
 }@media only screen and (max-width: 763px) { #OmXbMoPVQrF1PKAegWDqg3guDWrXudJT { width:20rem;height:5.8125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 { display:none; }#XAlhpGRwPZe8OTpo5POGEMqCDuI0QBH0 > .row .container { width:20rem;height:99.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W81ee7ffHRDLUAJ0lMrJwHWru6rLF7Pg { width:19.75rem;height:15.625rem;top:14.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbzdka2UniqJ69Gp1qmMwnLTTrrl5cFx { width:18rem;height:7.2rem;top:15.53125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW1eJFiZio9wtfkCXiqe3BDlR149tVGs { width:18.25rem;height:3.4375rem;top:26.4375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdqhacXQxGcq3K2OuWRq0L8pqoM5q4B { display:block; }
 }@media only screen and (max-width: 763px) { #bF5UG7QeTq9nycBUKngIGy90kWp1lreS { width:18.375rem;height:2.4375rem;top:23.46875rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQByUtmpbTq5CTni8GyPM0IU7oorkJny { width:19.75rem;height:18.25rem;top:44.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oykJHGOuogdUK9eBP8Aqdo5LWLBUDLFW { width:18.25rem;height:3.4375rem;top:58.625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthUm8kHA6Ce6rSI2hDddMDdI4GTKe4d { display:block; }
 }@media only screen and (max-width: 763px) { #Nc7c3EqJCPFHxAd5J0ROZaCO2xTe9d3W { width:19.75rem;height:24.125rem;top:74.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVRN8l1eSmT3LUk0V6S4Dq3J24LV32hA { width:18.25rem;height:3.4375rem;top:93.875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtSQXXlTKi4G0v0qeWrdB0SQ2Fqgc98I { display:block; }
 }@media only screen and (max-width: 763px) { #ptTAS5vnO1CQlLvhxEa5kT8L5WtEl0Ih { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinoMwWvKIHtIPZ9vl3tInVRb1XxtKQb { width:19.75rem;height:13.625rem;top:31.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9AbmipHeLtofXnLNlV2cRV7VV3b2ZHl { width:19.75rem;height:13.625rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQuEnaKukDP1HtwroEoBBb57wLUHwrP6 { width:18.125rem;height:9rem;top:46.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPybpkzr4Peug1TarcQBOpER4iqnLTOe { width:17.875rem;height:2.6rem;top:55.060546875rem;left:1.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wv64n6p06HiexhnNcEdBZDN5rTp2lfbX { width:18.125rem;height:10.8rem;top:79.005859375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOVAvoZTdOOBFsLt0FDTmbts3d3iMEE { width:18rem;height:2.6rem;top:90.709375381469rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE { display:block; }#U7ODZlyqLxrWW6DZBJJ0C9mFycdGDmQE > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyi97rQnV57ID2ZGwLlzsyknMJNO1I8m { width:18rem;height:17.325rem;top:6.185546875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUvakDfUREoPaTk3Pv27mzd6cpNxSK8k { width:18rem;height:4.5rem;top:1rem;left:1rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN1Bfb4iosWpBFAQHkhhvnDyPslqpHvO { width:18.25rem;height:3.4375rem;top:24.687500357628rem;left:0.8743750452995rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWg8ANu6FNkP150cwMZSmz1J7X3sh0kp { display:block; }
 }