.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection *:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="text"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="email"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="tel"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection textarea:focus-visible { outline: none; } #FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row .container { background-color: transparent; background-image: none; }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row .container > .video-iframe-container { display: none; }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row > .video-iframe-container { display: none; }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .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); }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row .container { border-width: 0; border-radius: 0; }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");background-position:top 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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:ubuntu;font-size:3.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:4.4059243202209rem;left:1.9683160781861rem;height:11.5495rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#2f8add;display:block;width:24.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:17.46142578125rem;left:3.25rem;height:1.687825rem;font-style:normal;display:block; }
#C8x4KvolXU1CsTszuZNukSqlKT9MF32h { color:#ffffff;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.60595703125rem;left:3.25rem;height:1.5435125rem;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:20.98095703125rem;left:3.25rem;height:8.7478125rem;font-style:normal;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
#XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:7.625rem;width:7.25rem;top:2.9375rem;left:40.5625rem;display:block; }
#BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:9.0625rem;width:9.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:34.9375rem;left:34.0625rem; }
#OFmxW0kd4pK8n5ffeHtvkTODr6wrQxGW { background-color:#2f8add;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.0625rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.9375rem;left:3.25rem;display:block; }
#Vdum7RrbZ1Os6RcqLqEqL20Gzz5EbNKt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sRipclTxWETC79RqXztqQl4J7L2JzhPx { position:absolute;display:block;z-index:15026;height:5.25rem;width:25.125rem;top:38.90625rem;left:1.96875rem;display:block; }
#fArhhOn5DuWDDvRrJi0HKrKv0aNOSmM1 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:43.3125rem;width:43.3125rem;top:1.4375rem;left:33.1875rem;overflow:hidden;display:block; }
#sa40ptg9GV1mnSeqGTU0PsRMhzuPtoe4 { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:9.625rem;width:11.3125rem;top:12.978515625rem;left:61.5625rem;display:block; }
#xdelQie7ENZKKTXxN7Ae3Wenpmai47eW { color:#000000;display:block;width:10.25rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:15.390625rem;left:63.4375rem;height:4.7992625rem;font-style:normal;display:block; }
#lNdyiGkRav2CaoNrZFQrthVIU1GzcbEo { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:4.40625rem;left:42rem;height:5.1171875rem;text-align:center;text-align-last:center;display:block; }
#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");background-position:top 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; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE.adaptive-delivery-prevent-bg, #PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE.lazyload, #PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE.lazyloading { background-image: none; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container { border-width: 0; border-radius: 0; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:none; }#sNnysXPeLuITG0Km9QfH20BR7CnADaEh { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:ubuntu;font-size:3.5rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:7.28857421875rem;left:7.5rem;height:19.2480625rem;font-style:normal;display:none; }
#vXne7GFyKRvbV37iy4P8ilIlFab7TlcC { color:#2f8add;display:block;width:24.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:18.83642578125rem;left:7.5rem;height:1.6875rem;font-style:normal;display:none; }
#g2d88KWwt7lnyGRBGTdIXDge0i9XMv8T { color:#ffffff;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.48095703125rem;left:7.5rem;height:1.54345625rem;display:none; }
#Xd9n6umUtyzKFqFNfLdRCKhhbRPeSPMN { background-color:#2f8add;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.25rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34rem;left:7.5rem;display:block; }
#xTBIeURoWi0HLUH37XqCuK2tQKXz4tRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBlCkb3T35nKS9Am4TNNp4gATWZtrcVS { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:23.4375rem;left:7.5rem;height:8.75rem;font-style:normal;display:none; }#eBlCkb3T35nKS9Am4TNNp4gATWZtrcVS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eBlCkb3T35nKS9Am4TNNp4gATWZtrcVS li:before{  }
#L1VrngJ9yM8LPL7IvXhTPFfzsxt0paXs { 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-left-radius:0.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:11.375rem;width:13.375rem;top:15.3125rem;left:54.125rem;display:block; }
#smQUsVDQZox3GPkBPi5ivOUnKkGP1Tig { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:18.19921875rem;left:56.375rem;height:4.79980625rem;font-style:normal;display:block; }
#sI9dG0zQ5aZDqiMhKvuPGy4nMq8dizdG { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.3125rem;left:37.25rem; }
#tI9hvZa8GtEchpmsugxSinVeQ8Gyw0LN { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:25.75rem;width:17.75rem;top:0rem;left:38.3125rem;overflow:hidden;display:block; }
#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { 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; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:3.1220703125rem;left:6.96875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#000000;display:block;width:5.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:7.56005859375rem;left:6.5625rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:3.12255859375rem;left:40.625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:7.56005859375rem;left:40.625rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:3.12255859375rem;left:21.875rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:7.56005859375rem;left:21.875rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:7.56005859375rem;left:60.0625rem;height:1.349825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlKO2qkb4HZkvErLtuvlL88USCWligby { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:3.12353515625rem;left:60.0625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:11.375rem;width:75rem;top:1.4375rem;left:0rem;display:block; }
#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row .container { background-color: transparent; background-image: none; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row .container > .video-iframe-container { display: none; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row > .video-iframe-container { display: none; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .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); }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row .container { border-width: 0; border-radius: 0; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#xzA5camcotewF5MmNML7TpTXI2f87hwd { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.96875rem;left:0.0625rem;height:7.797875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ce9ObOGQnavB9c1En5B1nE0rAWOHRi5a { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:15.75rem;top:11.5rem;left:3.0625rem;overflow:hidden;display:block; }
#bBv6VcQqicUVRnCe7PuEtAPwqN46JRBv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:27.5rem;overflow:hidden;display:block; }
#IQbCf7TkU9UKc2wvr3Ii4qhafUgV3rW8 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.21875rem;left:29.9375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EuZSw76u3PXMJ6bp1JTtvT1161ydMsey { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zMUtrabaqfldhaFJvTlq021GRtAUXu61 { 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:1.875rem;width:1.875rem;top:13.9375rem;left:27.5rem;overflow:hidden;display:block; }
#tp8LD4OEvqPvQF2bCqTudsfeDVNqZEwE { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:30rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XCxZKEGZovax7DrHadMTp1WiTBAk3gUW { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.25rem;left:29.9375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U170Sac8zK3JTXRdsH91k2txkB17nS6P { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:27.5rem;overflow:hidden;display:block; }
#ekMNX38iRoOSNGpsMNsnBDc5HA19nBye { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:30rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EFGNAPLOLnBBR6NmqieSsTGBXf6RUAsT { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.6875rem;left:30rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lstGv8pIxh7gmmJ2rmb14Sqw2pzLsL3f { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.21875rem;left:55.875rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ym6S55r8oGfUzCcputvwd2ld2L75mXGx { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:55.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tqHah5gTsey1o3cOE1vfcvw0p3wb3a8i { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:55.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mNaK1psdUAmBOZGzBcRqHTTWPO3TabFD { 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.875rem;width:1.875rem;top:5.78125rem;left:53.4375rem;overflow:hidden;display:block; }
#BmGmMxicLus9FqXNxDn4m793zl2DLmTU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.9375rem;left:53.4375rem;overflow:hidden;display:block; }
#kLAIUXwBedO2pwaR0BSxVArnr8iE5nwE { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.25rem;left:55.875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gCZgtXmAP41TA8D2C6urJlh3x3PTaPTs { 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.875rem;width:1.875rem;top:22.125rem;left:53.4375rem;overflow:hidden;display:block; }
#wzXeDZaUlCogx2hCg0bxFhGsArz1pU6V { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:55.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NmMlJ8lToNTxbx1v5P0vLR3ymuC0moPh { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:24.6875rem;left:55.75rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QIIabHV2yzkDNLF7MQqcJTFNir7qghLk { position:absolute;display:block;z-index:14999;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.25rem;left:0rem;display:block; }
#oTsAtNCBzVrPTEg4cFchrEJwaJRH2xgi { background-color:#2f8add;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.0625rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.25rem;left:39.875rem;display:block; }
#Fo8pXEJhQeX7a3CJk2f1ol5zdZDtyL4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGcQqPXQkOtyu8fsAay50m16xmfShWtq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kGcQqPXQkOtyu8fsAay50m16xmfShWtq > .row .container { border-width: 0; border-radius: 0; }#kGcQqPXQkOtyu8fsAay50m16xmfShWtq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGcQqPXQkOtyu8fsAay50m16xmfShWtq > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:none; }#DrnRADsvTKs5bDwAglTW5GtMIxM7WStm { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.96875rem;left:0.0625rem;height:10.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Uwq2CUMaJkOoJQLLI3ro2eGdkAVnXuD5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:27.5rem;overflow:hidden;display:block; }
#VMseMNOIFD7LcFaviSbVOJ2vA55WK0PR { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.21875rem;left:29.9375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C8nHguemnM3RJ7X8MIgufsfJfIy0P4GO { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dw4mvPSxrGF2ONwq9T4vWQoTD3MAv7vI { 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:1.875rem;width:1.875rem;top:13.9375rem;left:27.5rem;overflow:hidden;display:block; }
#PrvQMbZh0ZUcirrK41dbmAo4FU4Pq4Io { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:30rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s5k2sA6rMrxIe2KAZpqGl46Ce7VNBtwO { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.25rem;left:29.9375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v9Q8oJ7K2R6Il7rXRDcezRaWb02GRATg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:27.5rem;overflow:hidden;display:block; }
#lNQyfbzvBfsAFuMtP2RqgoMt0415THsT { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:22.25rem;left:30rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BoxEzeBVECLHyxERuT5CqlmsWBhhFE8i { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.6875rem;left:30rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KJrGPFZxS3UxrWKGNzkBe0H5buAk1dXs { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.21875rem;left:55.875rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TMTyDQgmQZEStRvM80Hqkhpv0ugfLuJo { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:55.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E1RXkys39M0Dp37G0OtJfIusEZvygTR2 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:55.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C2NA7uvCkZnDrCABmKmNOKtD3t3kCWJF { 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.875rem;width:1.875rem;top:5.78125rem;left:53.4375rem;overflow:hidden;display:block; }
#ROSiPbK1Cx8aoQBCGU71wINXT6nSvFa1 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.9375rem;left:53.4375rem;overflow:hidden;display:block; }
#WPZucXHBuMlyi2IDTR2EAJnXaFyZURId { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.25rem;left:55.875rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cQmxf41lcT4f35tQ742E3B1Qk6K6cJ1A { 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.875rem;width:1.875rem;top:22.125rem;left:53.4375rem;overflow:hidden;display:block; }
#ebLJ9Bxw080MRBFM4Allm4pe7QTT206g { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:55.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x4JXQ608fdwPcKCLA0U63doWrHaNiXfW { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:24.6875rem;left:55.75rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PEnCM00fNzmk0VGqzkfQbLgl63eiVqVd { position:absolute;display:block;z-index:14999;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.25rem;left:0rem;display:block; }
#WysH4lgmMcILT9aoVUL0LUdgHNxTJck7 { background-color:#2f8add;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.0625rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.25rem;left:39.875rem;display:block; }
#aofHSI8uX7WexKvEeMV1DyE43Z2PJpRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg.adaptive-delivery-prevent-bg, #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg.lazyload, #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg.lazyloading { background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.875rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.9375rem;left:34.375rem;display:block; }
#VpuXsB4pai3d59TfiwE8HgvAwTuyXuWU { 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:13.3125rem;width:38.25rem;top:11.875rem;left:19.4375rem;overflow:hidden;display:block; }
#L8qTfQlzCcvPkzyiJ2SgT6BPIyuL919E { box-sizing:content-box;height:14.9375rem;width:40.625rem;position:absolute;display:block;z-index:14995;background-color:#2e8bc0;background-image:none;top:11.0625rem;left:18.25rem;display:block; }
#WcnAxdLU6BzWtetvdxtuuTwdlTIUuUKe { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:12.5625rem;left:59.6875rem;height:1.593425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2takhcuoiWdlZVLzbgAJ3yfKcdI7nwQ { 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:8.9375rem;width:10.125rem;top:12.8125rem;left:56.125rem;overflow:hidden;display:block; }
#iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW.adaptive-delivery-prevent-bg, #iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW.lazyload, #iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW.lazyloading { background-image: none; }#iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW > .row .container { border-width: 0; border-radius: 0; }#iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:none; }#tyVs8qJsB4TB5se3TXy1PBnf808HVVIb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCerN51IsyT9xqSa7uWHoKQsungz8T3k { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.375rem;left:34.375rem;display:block; }
#FrieSPqKCUDTA05i6dn2WD7LT44sDtUn { 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:13.3125rem;width:38.25rem;top:10rem;left:19.4375rem;overflow:hidden;display:block; }
#uIIktM2WryILiLneQxhc49oRUsvGb9Ct { box-sizing:content-box;height:14.9375rem;width:40.625rem;position:absolute;display:block;z-index:14995;background-color:#2e8bc0;background-image:none;top:9.1875rem;left:18.25rem;display:block; }
#DhamTuawr8uJAc05Odagx4tgVJ1tTHNU { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.6875rem;left:59.6875rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h1yazoSIGJZ8rIa3eZ3DFWPpwvCwcbuE { 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:11.4375rem;width:10.125rem;top:10.9375rem;left:56.125rem;overflow:hidden;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { 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; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:5.875rem;left:7.5rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.20166015625rem;left:7.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgthEMkXvTcQF0PgHzsylmPhQtprTGig { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.5rem;width:30.8125rem;top:4.25rem;left:36.6875rem;overflow:hidden;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));background-image: -moz-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));background-image: -ms-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));background-image: -o-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8add', endColorstr='#66000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8add', endColorstr='#66000000' );";background-image: linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));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;height:22.4375rem;width:30.0625rem;top:6.125rem;left:34.4375rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#000000;display:block;width:23.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.8125rem;left:7.5rem;height:16.4952375rem;display:block; }
#yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:31rem;left:40.625rem;height:1.687825rem;text-align:right;text-align-last:right;display:block; }
#xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(46,139,192,0.77));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(46,139,192,0.77));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(46,139,192,0.77));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(46,139,192,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#c42e8bc0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#c42e8bc0' );";background-image: linear-gradient(90deg, rgba(0,0,0,0.06), rgba(46,139,192,0.77));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;height:1.875rem;width:15.625rem;top:30.875rem;left:39.125rem;display:block; }
#l5VoT9VD1R61eamnM0ISSvzuStmOZXAc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:30.4375rem;left:61.125rem; }
#l5VoT9VD1R61eamnM0ISSvzuStmOZXAc > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#M4kEfBCw4vxVJyATFAKbTTTq7TrnWWnr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:30.1875rem;left:57.4375rem; }
#M4kEfBCw4vxVJyATFAKbTTTq7TrnWWnr > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; }#PRCmN8TrxJhdB7CUwsHPtRdwcGmrNPFN { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:4.75rem;top:18.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU > .row .container { border-width: 0; border-radius: 0; }#ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:none; }#sfIrM1oV4tOVIX60k427MrbhWU1Bp7Ow { position:absolute;display:block;z-index:14998;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:5.875rem;left:7.5rem;display:block; }
#mUHbzTQnZiH9KThTxAIhsb43eJ4CkEiF { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.20166015625rem;left:7.5rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dC1O1BCBkoKviZOl6krXyz3G7OI0Li1z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.5rem;width:30.8125rem;top:4.25rem;left:36.6875rem;overflow:hidden;display:block; }
#TVEuuU1t3OR4oGb6TkZqSJJMT4TSDAtf { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));background-image: -moz-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));background-image: -ms-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));background-image: -o-linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8add', endColorstr='#66000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8add', endColorstr='#66000000' );";background-image: linear-gradient(201deg, #2f8add, rgba(0,0,0,0.4));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;height:22.4375rem;width:30.0625rem;top:6.125rem;left:34.4375rem;display:block; }
#pMNX0ecp1fGOQ8n3lyGSItiDxxXJ9v17 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:12.125rem;left:7.5rem;height:13.5rem;display:block; }
#O6X5mPyz9sgCeABDmnywdomkQOlMlCXR { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:31rem;left:40.625rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#U0gzcREt8WGH4dv4eZxm9E1oXX46z6GI { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(47,138,221,0.61));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(47,138,221,0.61));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(47,138,221,0.61));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0.06), rgba(47,138,221,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#9b2f8add' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#9b2f8add' );";background-image: linear-gradient(90deg, rgba(0,0,0,0.06), rgba(47,138,221,0.61));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;height:1.875rem;width:15.625rem;top:30.875rem;left:39.125rem;display:block; }
#tXclERdy6g5RdritDDJxlnhyZ397DuVd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:30.4375rem;left:61.125rem; }
#tXclERdy6g5RdritDDJxlnhyZ397DuVd > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#w90Myzsp3J2f6yPnC3f8X5penQd4SXlc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:30.1875rem;left:57.4375rem; }
#w90Myzsp3J2f6yPnC3f8X5penQd4SXlc > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; }#QdMQdAseBnoe0MZN90q2donseP2JubHB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:30.4375rem;left:61.125rem;display:none; }
#QdMQdAseBnoe0MZN90q2donseP2JubHB > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TJ5wy8vHrubT8oRXeLHlQOayPrEPxlVQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:30.1875rem;left:57.4375rem;display:none; }
#TJ5wy8vHrubT8oRXeLHlQOayPrEPxlVQ > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb { 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; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row .container { background-color: transparent; background-image: none; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row .container > .video-iframe-container { display: none; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row > .video-iframe-container { display: none; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .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); }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row .container { border-width: 0; border-radius: 0; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz.adaptive-delivery-prevent-bg, #ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz.lazyload, #ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz.lazyloading { background-image: none; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row .container { background-color: transparent; background-image: none; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row .container > .video-iframe-container { display: none; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row > .video-iframe-container { display: none; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .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); }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row .container { border-width: 0; border-radius: 0; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#kiaJsF0v8X3NsuEsfuB9DmgVrbmDdiTE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.9375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dZFqsa4nnRghHZbcT7m4gBuOK7IdGUUk { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.375rem;left:34.375rem;display:block; }
#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr.adaptive-delivery-prevent-bg, #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr.lazyload, #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr.lazyloading { background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { background-color: transparent; background-image: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { display: none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .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); }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { border-width: 0; border-radius: 0; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#t8NxTu7t4AGtZZmWevRvco78E1cOufAp { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:2.75rem;display:block; }
#E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.25rem;left:17.875rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.25rem;left:19.125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#SG05vfSsEbok3Czletr19174nvJ95VbC { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2f8add);background-image: -moz-linear-gradient(180deg, #ffffff, #2f8add);background-image: -ms-linear-gradient(180deg, #ffffff, #2f8add);background-image: -o-linear-gradient(180deg, #ffffff, #2f8add);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );";background-image: linear-gradient(180deg, #ffffff, #2f8add);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:1rem;left:2.75rem;display:block; }
#fLtk6XOrI89lMfevqxXW2hAcn7TIIJsJ { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:19.9375rem;width:43.75rem;top:15.75rem;left:31.25rem;display:block; }
#kQpIXftEATdXIWECqFMh49GI7zcTGwCm { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2f8add);background-image: -moz-linear-gradient(180deg, #ffffff, #2f8add);background-image: -ms-linear-gradient(180deg, #ffffff, #2f8add);background-image: -o-linear-gradient(180deg, #ffffff, #2f8add);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );";background-image: linear-gradient(180deg, #ffffff, #2f8add);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:29.4375rem;left:61.0625rem;display:block; }
#rEcJV36ok3wRZmZFLwwi72uHxZJBeuM1 { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:19.65625rem;left:34.1875rem;height:11.25rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#GV3M51HlgkxQZkCHtqlPWBkzqx9SAtGM { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:31.65625rem;left:54rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#wqqdWobSxzwMy338mvzctGNtTnV0CAXr { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:18.8125rem;left:60.375rem;overflow:hidden;display:block; }
#yCrQMbW4kprCLpgsgz8FBnqKu9hTVZXF { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:12.0625rem;width:12.0625rem;top:0.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#cAIh6JP7NgVLb3lwMrb1LQwdPhEV4ldd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.75rem;left:35.8125rem; }
#P9shy4xn07yUSQpL0mxhWaOLTnxtMlR7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.75rem;left:37.5625rem; }
#PikTVik7zsdNJzebXJD32PCporsVy0sm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.75rem;left:39.3125rem; }
#QJ6DDlUyhLC9wBzo6NbXChsURc6WxKZt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.75rem;left:40.9375rem; }
#x18Nx10iByhOh2MSMtgsa9M68Qs7FtZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.75rem;left:42.625rem; }
#WhFAcB9ax1yMp5E0Q1gTzBA3KMXQ3vqD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:33.15625rem;left:54rem; }
#cMSpIP8xgNmLfD3k8K3JTS4U8BBIEB9O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:33.15625rem;left:55.5625rem; }
#Uub9WsosJlq0Ad6qkid24XVKT3rmQRVv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:33.15625rem;left:57.125rem; }
#JVZTAUmEGVxf9w8U71lRKEWAC4PtDCgR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:33.15625rem;left:58.6875rem; }
#MwcGwISpoRHgm0rDlOhq6Vns4UWoSxy6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:33.15625rem;left:60.375rem; }
#H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF.adaptive-delivery-prevent-bg, #H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF.lazyload, #H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF.lazyloading { background-image: none; }#H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF > .row .container { border-width: 0; border-radius: 0; }#H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#rCEynBmtZufbsCNTuOFF3Q7E7tI3FHK2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.9375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuGCOESKeTaaxurVNPWmzHD3RrGDtQW6 { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.375rem;left:34.375rem;display:block; }
#TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH.adaptive-delivery-prevent-bg, #TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH.lazyload, #TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH.lazyloading { background-image: none; }#TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH > .row .container { border-width: 0; border-radius: 0; }#TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:none; }#QONHZXoHz2sXqT40Hg43sfxhSrfWlwGw { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.9375rem;width:43.75rem;top:0rem;left:2.75rem;display:block; }
#Wh4AWmZ2aFa4gyUkTACJxIBKLX8OKNF3 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.25rem;left:17.875rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dpdLkS61BhUnU2cQQln5gRp2HPrKebXo { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.25rem;left:19.125rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#rqcDhcnE3TGvfq7SGqvR4iSb5QExD21L { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2f8add);background-image: -moz-linear-gradient(180deg, #ffffff, #2f8add);background-image: -ms-linear-gradient(180deg, #ffffff, #2f8add);background-image: -o-linear-gradient(180deg, #ffffff, #2f8add);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );";background-image: linear-gradient(180deg, #ffffff, #2f8add);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:1rem;left:2.75rem;display:block; }
#ffkTAs0TTVHNPDQzD84Bl5pcLWJS6dhV { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:19.9375rem;width:43.75rem;top:15.75rem;left:31.25rem;display:block; }
#egcppdHFVWk1dKSSXnlg2oZ2s5cmkTC4 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2f8add);background-image: -moz-linear-gradient(180deg, #ffffff, #2f8add);background-image: -ms-linear-gradient(180deg, #ffffff, #2f8add);background-image: -o-linear-gradient(180deg, #ffffff, #2f8add);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2f8add' );";background-image: linear-gradient(180deg, #ffffff, #2f8add);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:29.4375rem;left:61.0625rem;display:block; }
#vUyWhfIGEqvpos7sqKDSRdROhT3Us26F { color:#000000;display:block;width:25.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:19rem;left:33.375rem;height:12.65625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#E7WNAhOBy8zMrSTBenaszos9MhD21bap { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:31.65625rem;left:54rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#kpU95USTuT400N6VOJuq4DzH9y3oTREO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.6875rem;border-top-right-radius:10.6875rem;border-bottom-left-radius:10.6875rem;border-bottom-right-radius:10.6875rem;box-shadow: none;height:13.8125rem;width:13.8125rem;top:18.8125rem;left:60.375rem;overflow:hidden;display:block; }
#GHvaAJerdtEPZSyNN5HaVdDFWQmtyMls { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:12.0625rem;width:12.0625rem;top:0.9375rem;left:4.8125rem;overflow:hidden;display:block; }
#aqT0P0rtMEpsRIthrclkol3TJo7KwaJm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:11.75rem;left:35.8125rem; }
#gyVvs5VM8WUmXyChQn29G4sQMkTVu6sN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:11.75rem;left:37.5625rem; }
#S11fVFkFKu9kWn1sZ1OBV2SQtUZqhtSs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:11.75rem;left:39.3125rem; }
#CaV9x7kGtGAHTpnEmrQN4KwKXTzAnzVW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:11.75rem;left:40.9375rem; }
#RkyBsqh86XZUCA6R2zrmTDszT5sZK2bH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:11.75rem;left:42.625rem; }
#cscISwQigJGiPQOGic4SGvac3dxkU8DP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:33.15625rem;left:54rem; }
#UCXBu8PTQECBqrKuSve52lQr7xWPTifn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:33.15625rem;left:55.5625rem; }
#FNFFPnJHp6vCXuQ41AKmuTCImQOJGz8H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:33.15625rem;left:57.125rem; }
#R1Gmclx7Rpn6v6hGuAzbVCIOie8TIRJX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:33.15625rem;left:58.6875rem; }
#STgKOD3ln9n1FTSpMFpMm3fiZDS56A30 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:33.15625rem;left:60.375rem; }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { 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; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:2.999675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFILisyDTTrTCSOSKKcvbderBqvra4Up { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 { 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; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row .container { background-color: transparent; background-image: none; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row .container > .video-iframe-container { display: none; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row > .video-iframe-container { display: none; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .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); }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row .container { border-width: 0; border-radius: 0; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#ykn4Pr9WppxqxVqEhPHi26Xr5XhOXmJP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RghfeT4LlbWyywqXaf82swb8KrTGM96i { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.82470703125rem;left:3.125rem;height:9.000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaSBAsQTSGHoTVHNw7Z3bOtT1BugD48e { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.82470703125rem;left:28.125rem;height:7.2005rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ph24mnWgXQ2EA4ZfDlrvqNwfQugiUZJN { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:27.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEpamDMUzV328uIfLHSvx5GGdhuadSiu { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.13720703125rem;left:53.125rem;height:9.000625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwpWddI1GlKLI9CwBX2A25gZT4hmmzNI { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:53.125rem;height:1.62489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1JfRG4cLBoJLAXTblFnBAf6EXTm9HLS { position:absolute;display:block;z-index:14999;background-color:#000000;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:23.75rem;width:20rem;top:1.25rem;left:2.5rem;display:block; }
#DVAfAq5R6kgoDqTRvtax5PaoWOxDvMTs { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;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:23.875rem;width:21.375rem;top:1.25rem;left:26.9375rem;display:block; }
#khJ7HdRRXmDNGRouLKLzNMARSWzfysdA { position:absolute;display:block;z-index:15001;background-color:#000000;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:23.75rem;width:20rem;top:1.25rem;left:52.5rem;display:block; }
#POb7BVeuyzQ10Nhx2mzNFT0P4PZlPWZ6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:19.875rem;top:2.28125rem;left:27.5625rem;overflow:hidden;display:block; }
#ET2VdTL0nTBKe1qrC5ppgpSRHJ191MKX { 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:9rem;width:18.125rem;top:2.28125rem;left:3.4375rem;overflow:hidden;display:block; }
#JMFOVJCBzUz3v0wR11bOFdvcEVWscZOe { 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.875rem;width:18.875rem;top:2.25rem;left:53.0625rem;overflow:hidden;display:block; }
#Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG > .row .container { border-width: 0; border-radius: 0; }#Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:none; }#GClFdHV99UlAmMiCOIASfbKyq6bJV2RL { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJHZRUuhT27fRDvyP197zJGEFK4kurQv { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.82470703125rem;left:3.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXZ0xtcdRZuEKSz9uJDFa72MyDFtmVtK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.82470703125rem;left:28.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTod7sGHVLHHfm2IoW0aJGaBBq3PuOiy { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:27.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SnRXhTNznhnLLq4OXx7zJvkvcufAVKWs { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.13720703125rem;left:53.125rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kue5N9cMBpa1Vb3zw0PTuqZw4is1WC5c { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:53.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zglyJQeRgXlKHth3SdWggRzWvZ8k5F1X { position:absolute;display:block;z-index:14999;background-color:#000000;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:23.75rem;width:20rem;top:1.25rem;left:2.5rem;display:block; }
#VnLTxuuLsDyteNZA58P653mRSq816bqG { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;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:23.875rem;width:21.375rem;top:1.25rem;left:26.9375rem;display:block; }
#xbWITLHzhIuLspJ3t3pdW9GDBO4Gpkit { position:absolute;display:block;z-index:15001;background-color:#000000;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:23.75rem;width:20rem;top:1.25rem;left:52.5rem;display:block; }
#OhWEMHlN58rJfnLDbeImn8XCvzCksKNW { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:19.875rem;top:2.28125rem;left:27.5625rem;overflow:hidden;display:block; }
#Rt4dSZ3kky5xJxWSzwQfbTw2JabzBf6B { 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:8.375rem;width:16.625rem;top:2.25rem;left:3.0625rem;overflow:hidden;display:block; }
#MrT42X6gizJIuxMTtAc8dOG0WCaBAAE4 { 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.375rem;width:18.875rem;top:2.25rem;left:53.0625rem;overflow:hidden;display:block; }
#SAsinztUnDVPgc7h3Gi54b5L7TEUkarP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SAsinztUnDVPgc7h3Gi54b5L7TEUkarP > .row .container { border-width: 0; border-radius: 0; }#SAsinztUnDVPgc7h3Gi54b5L7TEUkarP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SAsinztUnDVPgc7h3Gi54b5L7TEUkarP > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:none; }#W0nGLgLLrQox7vGkRSzBtoAVQckeLNAF { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lD2dtOevpCTbGXU9hZsL1MDVBZdlKUC8 { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU > .row .container { border-width: 0; border-radius: 0; }#sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:none; }#J7KQ3oTZUZTNyGX7n6FWyXeOgT33n2Cf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jo1UeMmvvATR1GAOZ2Q7KWS65nLAFrr3 { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:14.82470703125rem;left:3.125rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAVCwSntZiKNn9GIZHiHBiJqZMFm7f98 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:14.82470703125rem;left:28.125rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNcapJEdcpxrpIOQ50DslZos9AMUSG9A { color:#000000;display:block;width:20.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:27.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g35LDXmrFxsQ4biF9P1uA2bWyxzJdAVR { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.13720703125rem;left:53.125rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9hDcTMeEF2Kc0uBq8FvTAcv5GTb2uan { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7Bno5MHc4gLElXc6B7M1qryBERh6Qre { position:absolute;display:block;z-index:14999;background-color:#000000;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:23.75rem;width:20rem;top:1.25rem;left:2.5rem;display:block; }
#ssH8eZhacBEKAuccGaMSrfisr4gOX8Fa { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;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:23.875rem;width:21.375rem;top:1.25rem;left:26.9375rem;display:block; }
#BbS4mtxdii82ONXPz7DrvzZglfZkXqba { position:absolute;display:block;z-index:15001;background-color:#000000;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:23.75rem;width:20rem;top:1.25rem;left:52.5rem;display:block; }
#np3sVWixt1V22MxW05pAo8uaqFKd0XR2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:19.875rem;top:2.28125rem;left:27.5625rem;overflow:hidden;display:block; }
#uZnVcD0zv7QaiRnDdBRO4Dh9Bs8sTdZs { 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:8.375rem;width:18.875rem;top:2.25rem;left:3.0625rem;overflow:hidden;display:block; }
#Tva6L7Q3o7Qqb2MxK4Em8Ay4GKabFHbK { 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.375rem;width:18.875rem;top:2.25rem;left:53.0625rem;overflow:hidden;display:block; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M.adaptive-delivery-prevent-bg, #sPkzyNU29o9guAfL9TlD6TD8mDnR267M.lazyload, #sPkzyNU29o9guAfL9TlD6TD8mDnR267M.lazyloading { background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.8125rem;left:34.375rem;display:block; }
#fIScRdnei6kk1pw2HuE9DQhzMeNMKUMr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPmIQ5T9A7ezs5FIx12kW941Q8aIEs2z { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:11.375rem;left:13.75rem; }
#cmX18BKMLImUUfkFmXT9hsQegUzBaUQr { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:8.625rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXSw75pPuPAlnuLPGnL44ST5GrbFq8sF { color:#979597;display:block;width:20.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5rem;left:4.625rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFv00PciSOxrxZLAQBANLqpLavi9kTtm { color:#979597;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:51.9375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmI2it8dPnAkBgmpREbRSfKrJahsWaTG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:11.4375rem;left:59.25rem; }
#ytTlSSBOttTb65tmTuw6sdHVTr6BUBT0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:24.3125rem;left:13.875rem; }
#cSG5FrrlReklEQwBiRvqsdXoIRTNVpE8 { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:23rem;left:59.0625rem; }
#EOABoo3FvUkpiXA0H6imH4JP1XWySmwK { color:#979597;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.25rem;left:5.5625rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAEFW5LlWuddhBFGaTVfnPrfwfn8UBR7 { color:#979597;display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.5rem;left:50.25rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aBeKKlb36OW8o7Rn8HuxI2QX41stPew5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:19.125rem;width:19.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.3125rem;left:27.9375rem; }
#ZakZ5psCMKPxwnRPcTWpOIT4nauyeUqT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lu03glZVb1hXxXBI6DT7IoBroinZuhFZ { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.4375rem;left:7.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEr2AG9lutX4Tp80ClIEHIRUX6EUOWT8 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:52.875rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7SWJTwAZO6VrwPaV8x5fyTUJmIRKOXQ { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.3125rem;left:52.75rem;height:2.59874375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTcClIKPT3RedTTW868eMpsB8vhrkGep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#kTcClIKPT3RedTTW868eMpsB8vhrkGep.adaptive-delivery-prevent-bg, #kTcClIKPT3RedTTW868eMpsB8vhrkGep.lazyload, #kTcClIKPT3RedTTW868eMpsB8vhrkGep.lazyloading { background-image: none; }#kTcClIKPT3RedTTW868eMpsB8vhrkGep > .row .container { border-width: 0; border-radius: 0; }#kTcClIKPT3RedTTW868eMpsB8vhrkGep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTcClIKPT3RedTTW868eMpsB8vhrkGep > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:none; }#nPh4XmZTFhxC7LyGKMWIwilzCgnuJ9Sc { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.8125rem;left:34.375rem;display:block; }
#dqO9dMunk9q1tFTPJlDTR6p99h4ZIyLE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iFlpDsdHk7A7qgyPPTGCRmHFXWZ7g632 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:11.375rem;left:13.75rem; }
#Ia5ma5WK6nO1MDAKqQM2XoNi6OID3KMZ { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.25rem;left:8.625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zd5UuGE2Oy2kn9uhBXREL7F8XmLlsbaL { color:#979597;display:block;width:20.6875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5rem;left:4.625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbeB2ClvFRorDlnWpUfmwSo4llB3Ju95 { color:#979597;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.0625rem;left:51.9375rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQsG1Ivlb7xS0KgqmPHuCveTFfTlRVEU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:11.4375rem;left:59.25rem; }
#yVz28GIB1NAALPufvGnWLf9k35WmW7TO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:24.3125rem;left:13.875rem; }
#fEuVvQ90bPynUzAaFnh2pS71B6iEiLID { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:23rem;left:59.0625rem; }
#d8COkouoFkoZPh4u5n9b3RQ4oRStdkgz { color:#979597;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.25rem;left:5.5625rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKhERmtgMNr73ISi5t4ppgnhc5nT8ttw { color:#979597;display:block;width:20.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:29.5rem;left:50.25rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCHc7QshoJt6VfDx1i0gSczIcTdiFl6C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:19.125rem;width:19.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.3125rem;left:27.9375rem; }
#w8NnPLvbpebcWgBVhE9G9TwPZSkqqCb0 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCKLWuAGXH5LbxTyPZkIbXUVTF5dS0pn { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.4375rem;left:7.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MM1XEvKHPv0Zz9c7rcg0nXLmfbGzeMH8 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.125rem;left:52.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OL67DdzeKySz9Q8ld9PhKM74Zh4kEstb { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.3125rem;left:52.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG.adaptive-delivery-prevent-bg, #szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG.lazyload, #szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG.lazyloading { background-image: none; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row .container { background-color: transparent; background-image: none; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row .container > .video-iframe-container { display: none; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row > .video-iframe-container { display: none; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .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); }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row .container { border-width: 0; border-radius: 0; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#MRykTw0uyDRHpeoxQmBZES5XArtzgETb { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FdDVf4qOoo41VsKdOVNlThQIGm4glNcT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF.adaptive-delivery-prevent-bg, #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF.lazyload, #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF.lazyloading { background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.9375rem;width:5.9375rem;top:1.125rem;left:9.53125rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#fffdfe;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.0625rem;left:4.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:9.0625rem;left:29.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:9.0625rem;left:54.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:2.25rem;left:10.65625rem; }
#zCZONC7To3axsACeTSHtyZpiATgvAECi { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:2.25rem;left:35.15625rem; }
#yxEggCTQdewgwkdz2KPhGCbPubZnMCiE { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:2.25rem;left:60.15625rem; }
#D9e9Q02p2kFkNDafvNXutwPLKqBJHpne { 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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.9375rem;width:5.9375rem;top:1.125rem;left:34.03125rem;display:block; }
#n5Ol9xSeN7B5k0fdvnt23mPkJo4VZwGB { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.9375rem;width:5.9375rem;top:1.1875rem;left:59.03125rem;display:block; }
#QfKuFvT3pwzliZiyyrNevHhCFDhFQuNV { background-color:#2f8add;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.0625rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.25rem;left:27.46875rem;display:block; }
#ZFMNRxoMeRDkJQSU07zRu5CR7P74Cean { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 { 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; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row .container { background-color: transparent; background-image: none; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row .container > .video-iframe-container { display: none; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row > .video-iframe-container { display: none; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .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); }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row .container { border-width: 0; border-radius: 0; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#Zvb1lTe8eCytEyQGApkfsvxBDeKJfax7 { color:#666666;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NUU72TTheZ5RNBBwfvJ45nnzL5EozL3R { position:absolute;display:block;z-index:15000;background-color:#000000;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;height:15.8125rem;width:17.5625rem;top:13.625rem;left:16.125rem;display:block; }
#Il2NzP0tkEFWR4wyvB8amyXuvxsbNGsc { color:#ffffff;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.5rem;left:17.875rem;height:5.85069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MiTdIJTRnohT1UH7ZPZ9QlHhR1IkRV1w { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.3125rem;left:18.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.9375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sWHwN2cmNQgiEDga2P9i4I3V91Up2nJ0 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:18.1875rem;left:42.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egJUlhxvsrnDGwRIHvlvFyzwgSSOfUTq { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.5rem;left:42.5rem;height:5.85069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HfmlPKXPhDT0zICrCwWFmPZuTwG9KLTK { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:7.9375rem;left:19.8125rem;overflow:hidden;display:block; }
#WHFQWUBOVxMk52C6vdRTIWBNS7uKhLer { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.375rem;top:8rem;left:44.9375rem;overflow:hidden;display:block; }
#gzK22BTaPJIfIs7aBl1iJ8VTHnqlZ86K { background-color:#2f8add;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.0625rem;height:3.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.875rem;left:27.46875rem;display:block; }
#laJW8aFFmxpFwg4SMX3RnynXadSslHqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQn92VP3nHtuyoKGKMUXi6KWqsFxUQmo { position:absolute;display:block;z-index:15001;background-color:#000000;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;height:15.8125rem;width:17.5625rem;top:13.625rem;left:41.375rem;display:block; }
#F2tN9Cm29chkqZ33aLyvP01rltMwSt6w { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#2e8bc0;background-image:none;top:8.8125rem;left:20.6875rem;display:block; }
#a6499mFOLlyywvPOisqy2dUTVn0QhefJ { box-sizing:content-box;height:8.375rem;width:8.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#2e8bc0;background-image:none;top:8.8125rem;left:45.9375rem;display:block; }
#Tkrf7MtIfBLEDG87ahCuaIM91QahHhly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#Tkrf7MtIfBLEDG87ahCuaIM91QahHhly.adaptive-delivery-prevent-bg, #Tkrf7MtIfBLEDG87ahCuaIM91QahHhly.lazyload, #Tkrf7MtIfBLEDG87ahCuaIM91QahHhly.lazyloading { background-image: none; }#Tkrf7MtIfBLEDG87ahCuaIM91QahHhly > .row .container { border-width: 0; border-radius: 0; }#Tkrf7MtIfBLEDG87ahCuaIM91QahHhly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tkrf7MtIfBLEDG87ahCuaIM91QahHhly > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:none; }#zKq9DXpJESJRGNvNbXwXvkktgLLzv0xL { position:absolute;display:block;z-index:14996;background-color:#2f8add;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:2.8125rem;left:34.375rem;display:block; }
#uTx1CrKtDydDmAfytzBwAv64cVZNveNW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ndqcduXERkcvgdozLVckwrogScKEcVtf { color:#ffffff;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");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; }#VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ.adaptive-delivery-prevent-bg, #VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ.lazyload, #VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ.lazyloading { background-image: none; }#VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ > .row .container { border-width: 0; border-radius: 0; }#VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:none; }#Wp3HZ9cls40OfqRuibMlmJUkywTLClkM { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.9375rem;width:5.9375rem;top:1.125rem;left:9.53125rem;display:block; }
#Wxzru6sGGJmnzJApL8GcSL1T7feqLvDk { color:#fffdfe;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.0625rem;left:4.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sbP47HAL1ko2DLKSaUNNiG3W0FFnoFEM { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:9.0625rem;left:29.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3eSlnq7Gskyaf82yEoHipTHsDPuUNFn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:9.0625rem;left:54.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCP1bsMO7lTdEnmRMnZTTelKaRJniTEK { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:2.25rem;left:10.65625rem; }
#NE0M3zGwQoTgfcIG0gqG7i3nmzcU6gn7 { background-color:#2f8add;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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.0625rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.25rem;left:27.46875rem;display:block; }
#T14NqzsOfJRFZ7D80X5tTD8IoHpFwvAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOk6XT0sTNbbM9nUPZ678eBFVJJucmDx { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.9375rem;width:5.9375rem;top:1.125rem;left:9.53125rem;display:none; }
#chBSVMSLRG1G8dMg5sZIfIy9lyZwQLRN { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:2.25rem;left:10.65625rem;display:none; }
#O1dLGrr4F6QSfRq2hOTiknTieJ8wH8NP { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:5.9375rem;width:5.9375rem;top:1.125rem;left:9.53125rem;display:none; }
#kn6SMKuNXnABeE8wcSzpsExOQof1sXLd { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:2.25rem;left:10.65625rem;display:none; }
#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 { 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; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row .container { background-color: transparent; background-image: none; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row .container > .video-iframe-container { display: none; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row > .video-iframe-container { display: none; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .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); }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row .container { border-width: 0; border-radius: 0; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#IN50HD5916LXI1QfckDN1InuIFQ30DUC { position:absolute;display:block;z-index:15015;background-color:#000000;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.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#giRy7vs3kFibeahtINVanBpZhMdLTva2 { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.5419921875rem;left:46.875rem;height:1.13769375rem;font-style:normal;display:block; }
#GdWxAuSpzVw3AGtK1tiIRwXSKFkBFeQG { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.5419921875rem;left:32.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#kgPHgWXwBCeLzAEcxZbEsVFMh4Cr8vBp { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.0492625rem;font-style:normal;display:block; }
#hX7Wlqur6SUxxUtgIE2mEfkemKPs239x { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6rem;left:32.4375rem; }
#XCEpVHKoQQPWHleFynDsCsRhSfiL7O3s { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:46.875rem; }
#STksmvaFmBGnx7TJ2crZipaOP9Std6yW { position:absolute;display:block;z-index:15033;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.1875rem;width:19rem;top:5.46875rem;left:9.6875rem;overflow:hidden;display:block; }
#HATF1FUXuSlCtMN89WE4oFnwhbrKGnpG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.3117375rem;text-decoration:none;z-index:15035;text-align:left;text-align-last:left;top:12.941101074219rem;left:32.812502861023rem;display:block; }
#NVcCIsFcgVvsJK4pkTsNypfnV8RW6WkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k0khkP90eP2NsqSzinB6wv7WBhUenvZp { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:11.5625rem;left:51.875rem; }
#k0khkP90eP2NsqSzinB6wv7WBhUenvZp > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#iKFnPfJMnEuXzyh0Mu6Vmib2fnKGxmgo { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:11.71875rem;left:54.125rem; }
#iKFnPfJMnEuXzyh0Mu6Vmib2fnKGxmgo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#sqOSuqaIWCKMArJMfvLTHvS6fLcO1uxJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:11.75rem;left:56.1875rem; }
#sqOSuqaIWCKMArJMfvLTHvS6fLcO1uxJ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#ifkMqQZTqUwGlH9l1m94ub2QCMOdHWJg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.59375rem;left:58.0625rem; }
#ifkMqQZTqUwGlH9l1m94ub2QCMOdHWJg > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#UtOMq0ifK8Z61svQ68mVqgiXHxQOaxkE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:11.75rem;left:60.1875rem; }
#UtOMq0ifK8Z61svQ68mVqgiXHxQOaxkE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#Pztzuw1WeJrHavupBB6wGwnasrcAJvR3 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:11.78125rem;left:50.0625rem; }
#Pztzuw1WeJrHavupBB6wGwnasrcAJvR3 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#rvc2iK1a03u0sLPS5Icuv1nZ1CQOqNTs { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.3112rem;text-decoration:none;z-index:15036;text-align:left;text-align-last:left;top:10.999891281128rem;left:32.812502861023rem;display:block; }
#BRCU6Pt86y4MkszdaCwiEZfddRkX26kR { 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) { #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection { display:block; } #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection *:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="text"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="email"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="tel"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection textarea:focus-visible { outline: none; } #FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:4.375rem;left:0rem;width:37.5rem;height:11.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:17.4375rem;left:0rem;width:24.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { top:31.5625rem;left:0rem;width:25rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:20.9375rem;left:0rem;width:23.25rem;height:8.75rem;font-size:1rem;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:7.25rem;height:7.625rem;top:2.9375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:9.0625rem;height:9.0625rem;top:34.9375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmxW0kd4pK8n5ffeHtvkTODr6wrQxGW { width:20.0625rem;height:3.25rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdum7RrbZ1Os6RcqLqEqL20Gzz5EbNKt { display:block; }
 }@media only screen and (max-width: 763px) { #sRipclTxWETC79RqXztqQl4J7L2JzhPx { top:38.875rem;left:0rem;width:25.125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fArhhOn5DuWDDvRrJi0HKrKv0aNOSmM1 { width:43.3125rem;height:43.3125rem;top:1.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa40ptg9GV1mnSeqGTU0PsRMhzuPtoe4 { width:11.3125rem;height:9.625rem;top:12.9375rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdelQie7ENZKKTXxN7Ae3Wenpmai47eW { top:15.375rem;left:37.5rem;width:10.25rem;height:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNdyiGkRav2CaoNrZFQrthVIU1GzcbEo { top:4.375rem;left:28.37478351593rem;width:5.3125rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE { display:none; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sNnysXPeLuITG0Km9QfH20BR7CnADaEh { top:1.875rem;left:0rem;width:20rem;height:11.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXne7GFyKRvbV37iy4P8ilIlFab7TlcC { top:18.8125rem;left:0rem;width:24.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2d88KWwt7lnyGRBGTdIXDge0i9XMv8T { top:30.4375rem;left:0rem;width:25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9n6umUtyzKFqFNfLdRCKhhbRPeSPMN { width:20.0625rem;height:3.25rem;top:34rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBIeURoWi0HLUH37XqCuK2tQKXz4tRT { display:block; }
 }@media only screen and (max-width: 763px) { #eBlCkb3T35nKS9Am4TNNp4gATWZtrcVS { top:11.75rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:block; }#eBlCkb3T35nKS9Am4TNNp4gATWZtrcVS li:before{  }
 }@media only screen and (max-width: 763px) { #L1VrngJ9yM8LPL7IvXhTPFfzsxt0paXs { width:13.375rem;height:11.375rem;top:15.3125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQUsVDQZox3GPkBPi5ivOUnKkGP1Tig { top:18.1875rem;left:37.75rem;width:10rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI9dG0zQ5aZDqiMhKvuPGy4nMq8dizdG { width:4.5rem;height:4.5rem;top:6.3125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI9hvZa8GtEchpmsugxSinVeQ8Gyw0LN { width:17.9375rem;height:26rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:3.0625rem;left:3.5625rem;width:4.8125rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { top:7.5rem;left:3.15625rem;width:5.625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { top:3.0625rem;left:23.3125rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { top:7.5rem;left:23.3125rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { top:3.0625rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { top:7.5rem;left:11.375rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { top:7.5rem;left:35.25rem;width:12.5rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { top:3.0625rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:47.75rem;height:11.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO { display:block; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzA5camcotewF5MmNML7TpTXI2f87hwd { width:21.75rem;height:7.8125rem;top:4.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce9ObOGQnavB9c1En5B1nE0rAWOHRi5a { width:15.75rem;height:23.6875rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBv6VcQqicUVRnCe7PuEtAPwqN46JRBv { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQbCf7TkU9UKc2wvr3Ii4qhafUgV3rW8 { width:18.4375rem;height:3.9375rem;top:8.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuZSw76u3PXMJ6bp1JTtvT1161ydMsey { width:15.625rem;height:;top:5.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMUtrabaqfldhaFJvTlq021GRtAUXu61 { width:1.875rem;height:1.875rem;top:13.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp8LD4OEvqPvQF2bCqTudsfeDVNqZEwE { width:15.625rem;height:;top:14.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCxZKEGZovax7DrHadMTp1WiTBAk3gUW { width:16.5625rem;height:3.9375rem;top:16.25rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U170Sac8zK3JTXRdsH91k2txkB17nS6P { width:1.875rem;height:1.875rem;top:22.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekMNX38iRoOSNGpsMNsnBDc5HA19nBye { width:15.625rem;height:;top:22.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFGNAPLOLnBBR6NmqieSsTGBXf6RUAsT { width:16.5625rem;height:2.625rem;top:24.6875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lstGv8pIxh7gmmJ2rmb14Sqw2pzLsL3f { width:16.5625rem;height:2.625rem;top:8.1875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6S55r8oGfUzCcputvwd2ld2L75mXGx { width:18.5625rem;height:;top:5.875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqHah5gTsey1o3cOE1vfcvw0p3wb3a8i { width:17.8125rem;height:;top:14.0625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNaK1psdUAmBOZGzBcRqHTTWPO3TabFD { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmGmMxicLus9FqXNxDn4m793zl2DLmTU { width:1.875rem;height:1.875rem;top:13.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLAIUXwBedO2pwaR0BSxVArnr8iE5nwE { width:18.1875rem;height:3.9375rem;top:16.25rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCZgtXmAP41TA8D2C6urJlh3x3PTaPTs { width:1.875rem;height:1.875rem;top:22.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzXeDZaUlCogx2hCg0bxFhGsArz1pU6V { width:15.625rem;height:;top:22.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmMlJ8lToNTxbx1v5P0vLR3ymuC0moPh { width:19.25rem;height:2.625rem;top:24.6875rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIIabHV2yzkDNLF7MQqcJTFNir7qghLk { top:3.25rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTsAtNCBzVrPTEg4cFchrEJwaJRH2xgi { width:20.0625rem;height:3.25rem;top:30.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo8pXEJhQeX7a3CJk2f1ol5zdZDtyL4x { display:block; }
 }@media only screen and (max-width: 763px) { #kGcQqPXQkOtyu8fsAay50m16xmfShWtq { display:none; }#kGcQqPXQkOtyu8fsAay50m16xmfShWtq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrnRADsvTKs5bDwAglTW5GtMIxM7WStm { width:21.75rem;height:7.8125rem;top:4.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwq2CUMaJkOoJQLLI3ro2eGdkAVnXuD5 { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMseMNOIFD7LcFaviSbVOJ2vA55WK0PR { width:18.4375rem;height:3.9375rem;top:8.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8nHguemnM3RJ7X8MIgufsfJfIy0P4GO { width:15.625rem;height:;top:5.875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw4mvPSxrGF2ONwq9T4vWQoTD3MAv7vI { width:1.875rem;height:1.875rem;top:13.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvQMbZh0ZUcirrK41dbmAo4FU4Pq4Io { width:15.625rem;height:;top:14.0625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5k2sA6rMrxIe2KAZpqGl46Ce7VNBtwO { width:16.5625rem;height:3.9375rem;top:16.25rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Q8oJ7K2R6Il7rXRDcezRaWb02GRATg { width:1.875rem;height:1.875rem;top:22.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQyfbzvBfsAFuMtP2RqgoMt0415THsT { width:15.625rem;height:;top:22.25rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoxEzeBVECLHyxERuT5CqlmsWBhhFE8i { width:16.5625rem;height:2.625rem;top:24.6875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrGPFZxS3UxrWKGNzkBe0H5buAk1dXs { width:16.5625rem;height:2.625rem;top:8.1875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTyDQgmQZEStRvM80Hqkhpv0ugfLuJo { width:18.5625rem;height:;top:5.875rem;left:29.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RXkys39M0Dp37G0OtJfIusEZvygTR2 { width:17.8125rem;height:;top:14.0625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2NA7uvCkZnDrCABmKmNOKtD3t3kCWJF { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROSiPbK1Cx8aoQBCGU71wINXT6nSvFa1 { width:1.875rem;height:1.875rem;top:13.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZucXHBuMlyi2IDTR2EAJnXaFyZURId { width:18.1875rem;height:3.9375rem;top:16.25rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQmxf41lcT4f35tQ742E3B1Qk6K6cJ1A { width:1.875rem;height:1.875rem;top:22.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebLJ9Bxw080MRBFM4Allm4pe7QTT206g { width:15.625rem;height:;top:22.25rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JXQ608fdwPcKCLA0U63doWrHaNiXfW { width:19.25rem;height:2.625rem;top:24.6875rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnCM00fNzmk0VGqzkfQbLgl63eiVqVd { top:3.25rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysH4lgmMcILT9aoVUL0LUdgHNxTJck7 { width:20.0625rem;height:3.25rem;top:30.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aofHSI8uX7WexKvEeMV1DyE43Z2PJpRe { display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:5.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:3.9375rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuXsB4pai3d59TfiwE8HgvAwTuyXuWU { top:11.875rem;left:5.8125rem;width:38.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qTfQlzCcvPkzyiJ2SgT6BPIyuL919E { top:11.0625rem;left:4.625rem;width:40.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcnAxdLU6BzWtetvdxtuuTwdlTIUuUKe { top:12.5625rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2takhcuoiWdlZVLzbgAJ3yfKcdI7nwQ { top:12.8125rem;left:37.625rem;width:10.125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW { display:none; }#iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyVs8qJsB4TB5se3TXy1PBnf808HVVIb { top:3.3125rem;left:0rem;width:20rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCerN51IsyT9xqSa7uWHoKQsungz8T3k { top:2.375rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrieSPqKCUDTA05i6dn2WD7LT44sDtUn { top:10rem;left:5.8125rem;width:38.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIIktM2WryILiLneQxhc49oRUsvGb9Ct { top:9.1875rem;left:4.625rem;width:40.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhamTuawr8uJAc05Odagx4tgVJ1tTHNU { top:10.6875rem;left:32.4375rem;width:15.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1yazoSIGJZ8rIa3eZ3DFWPpwvCwcbuE { top:10.9375rem;left:37.625rem;width:10.125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:5.875rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { top:7.1875rem;left:0rem;width:26.3125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:30.8125rem;height:20.5rem;top:4.25rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:6.125rem;left:17.6875rem;width:30.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:10.8125rem;left:0rem;width:23.125rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { top:31rem;left:27rem;width:13.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { top:30.875rem;left:25.5rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5VoT9VD1R61eamnM0ISSvzuStmOZXAc { width:2.8125rem;height:2.8125rem;top:30.4375rem;left:44.9375rem;display:block; }
#l5VoT9VD1R61eamnM0ISSvzuStmOZXAc > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #M4kEfBCw4vxVJyATFAKbTTTq7TrnWWnr { top:30.1875rem;left:43.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
#M4kEfBCw4vxVJyATFAKbTTTq7TrnWWnr > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #PRCmN8TrxJhdB7CUwsHPtRdwcGmrNPFN { top:18.8125rem;left:0rem;width:4.75rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU { display:none; }#ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sfIrM1oV4tOVIX60k427MrbhWU1Bp7Ow { top:5.875rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHbzTQnZiH9KThTxAIhsb43eJ4CkEiF { top:7.1875rem;left:0rem;width:26.3125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC1O1BCBkoKviZOl6krXyz3G7OI0Li1z { width:30.8125rem;height:20.5rem;top:4.25rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEuuU1t3OR4oGb6TkZqSJJMT4TSDAtf { top:6.125rem;left:17.6875rem;width:30.0625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMNX0ecp1fGOQ8n3lyGSItiDxxXJ9v17 { top:12.125rem;left:0rem;width:23.125rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6X5mPyz9sgCeABDmnywdomkQOlMlCXR { top:31rem;left:27rem;width:13.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0gzcREt8WGH4dv4eZxm9E1oXX46z6GI { top:30.875rem;left:25.5rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXclERdy6g5RdritDDJxlnhyZ397DuVd { width:2.8125rem;height:2.8125rem;top:30.4375rem;left:44.9375rem;display:block; }
#tXclERdy6g5RdritDDJxlnhyZ397DuVd > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #w90Myzsp3J2f6yPnC3f8X5penQd4SXlc { top:30.1875rem;left:43.8125rem;width:3.1875rem;height:3.1875rem;display:block; }
#w90Myzsp3J2f6yPnC3f8X5penQd4SXlc > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #QdMQdAseBnoe0MZN90q2donseP2JubHB { width:2.8125rem;height:2.8125rem;top:30.4375rem;left:44.9375rem;display:none; }
#QdMQdAseBnoe0MZN90q2donseP2JubHB > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #TJ5wy8vHrubT8oRXeLHlQOayPrEPxlVQ { top:30.1875rem;left:43.8125rem;width:3.1875rem;height:3.1875rem;display:none; }
#TJ5wy8vHrubT8oRXeLHlQOayPrEPxlVQ > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #CcGg81TW4BToeT3Ip6nX25iMCLitSwtb { display:block; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz { display:block; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiaJsF0v8X3NsuEsfuB9DmgVrbmDdiTE { top:3.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZFqsa4nnRghHZbcT7m4gBuOK7IdGUUk { top:2.375rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:block; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { top:3.25rem;left:4.25rem;width:27.4375rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { top:10.25rem;left:5.5rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLtk6XOrI89lMfevqxXW2hAcn7TIIJsJ { width:43.75rem;height:19.9375rem;top:15.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQpIXftEATdXIWECqFMh49GI7zcTGwCm { width:3.125rem;height:3.125rem;top:29.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEcJV36ok3wRZmZFLwwi72uHxZJBeuM1 { top:19.625rem;left:20.5625rem;width:24.5625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV3M51HlgkxQZkCHtqlPWBkzqx9SAtGM { top:31.625rem;left:40.375rem;width:7.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqqdWobSxzwMy338mvzctGNtTnV0CAXr { top:18.8125rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCrQMbW4kprCLpgsgz8FBnqKu9hTVZXF { top:0.9375rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAIh6JP7NgVLb3lwMrb1LQwdPhEV4ldd { top:11.75rem;left:22.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9shy4xn07yUSQpL0mxhWaOLTnxtMlR7 { top:11.75rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikTVik7zsdNJzebXJD32PCporsVy0sm { top:11.75rem;left:25.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ6DDlUyhLC9wBzo6NbXChsURc6WxKZt { top:11.75rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x18Nx10iByhOh2MSMtgsa9M68Qs7FtZi { top:11.75rem;left:29rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhFAcB9ax1yMp5E0Q1gTzBA3KMXQ3vqD { top:33.125rem;left:40.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMSpIP8xgNmLfD3k8K3JTS4U8BBIEB9O { top:33.125rem;left:41.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uub9WsosJlq0Ad6qkid24XVKT3rmQRVv { top:33.1875rem;left:43.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVZTAUmEGVxf9w8U71lRKEWAC4PtDCgR { top:33.1875rem;left:45.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwcGwISpoRHgm0rDlOhq6Vns4UWoSxy6 { top:33.125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF { display:none; }#H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rCEynBmtZufbsCNTuOFF3Q7E7tI3FHK2 { top:3.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuGCOESKeTaaxurVNPWmzHD3RrGDtQW6 { top:2.375rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH { display:none; }#TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QONHZXoHz2sXqT40Hg43sfxhSrfWlwGw { width:43.75rem;height:13.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh4AWmZ2aFa4gyUkTACJxIBKLX8OKNF3 { top:3.25rem;left:4.25rem;width:27.4375rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpdLkS61BhUnU2cQQln5gRp2HPrKebXo { top:10.25rem;left:5.5rem;width:25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqcDhcnE3TGvfq7SGqvR4iSb5QExD21L { width:3.125rem;height:3.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkTAs0TTVHNPDQzD84Bl5pcLWJS6dhV { width:43.75rem;height:19.9375rem;top:15.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #egcppdHFVWk1dKSSXnlg2oZ2s5cmkTC4 { width:3.125rem;height:3.125rem;top:29.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyWhfIGEqvpos7sqKDSRdROhT3Us26F { top:49.125rem;left:0rem;width:18.8125rem;height:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7WNAhOBy8zMrSTBenaszos9MhD21bap { top:31.625rem;left:40.375rem;width:7.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpU95USTuT400N6VOJuq4DzH9y3oTREO { top:18.8125rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHvaAJerdtEPZSyNN5HaVdDFWQmtyMls { top:0.9375rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqT0P0rtMEpsRIthrclkol3TJo7KwaJm { top:11.75rem;left:22.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyVvs5VM8WUmXyChQn29G4sQMkTVu6sN { top:11.75rem;left:23.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S11fVFkFKu9kWn1sZ1OBV2SQtUZqhtSs { top:11.75rem;left:25.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaV9x7kGtGAHTpnEmrQN4KwKXTzAnzVW { top:11.75rem;left:27.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkyBsqh86XZUCA6R2zrmTDszT5sZK2bH { top:11.75rem;left:29rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cscISwQigJGiPQOGic4SGvac3dxkU8DP { top:33.125rem;left:40.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCXBu8PTQECBqrKuSve52lQr7xWPTifn { top:33.125rem;left:41.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNFFPnJHp6vCXuQ41AKmuTCImQOJGz8H { top:33.1875rem;left:43.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Gmclx7Rpn6v6hGuAzbVCIOie8TIRJX { top:33.1875rem;left:45.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgKOD3ln9n1FTSpMFpMm3fiZDS56A30 { top:33.125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 { display:block; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykn4Pr9WppxqxVqEhPHi26Xr5XhOXmJP { width:18.75rem;height:1.625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RghfeT4LlbWyywqXaf82swb8KrTGM96i { width:18.75rem;height:8.9375rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaSBAsQTSGHoTVHNw7Z3bOtT1BugD48e { width:18.75rem;height:7.1875rem;top:14.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph24mnWgXQ2EA4ZfDlrvqNwfQugiUZJN { width:20.6875rem;height:1.625rem;top:12.3125rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEpamDMUzV328uIfLHSvx5GGdhuadSiu { width:18.75rem;height:8.9375rem;top:14.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwpWddI1GlKLI9CwBX2A25gZT4hmmzNI { width:18.75rem;height:1.625rem;top:12.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1JfRG4cLBoJLAXTblFnBAf6EXTm9HLS { top:1.25rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVAfAq5R6kgoDqTRvtax5PaoWOxDvMTs { top:1.25rem;left:10.375rem;width:21.375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khJ7HdRRXmDNGRouLKLzNMARSWzfysdA { top:1.25rem;left:27.625rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POb7BVeuyzQ10Nhx2mzNFT0P4PZlPWZ6 { top:2.25rem;left:11.875rem;width:19.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET2VdTL0nTBKe1qrC5ppgpSRHJ191MKX { top:2.25rem;left:0rem;width:18.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFOVJCBzUz3v0wR11bOFdvcEVWscZOe { top:2.25rem;left:28.875rem;width:18.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG { display:none; }#Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GClFdHV99UlAmMiCOIASfbKyq6bJV2RL { width:18.75rem;height:1.625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHZRUuhT27fRDvyP197zJGEFK4kurQv { width:18.75rem;height:8.9375rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZ0xtcdRZuEKSz9uJDFa72MyDFtmVtK { width:18.75rem;height:7.1875rem;top:14.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTod7sGHVLHHfm2IoW0aJGaBBq3PuOiy { width:20.6875rem;height:1.625rem;top:12.3125rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnRXhTNznhnLLq4OXx7zJvkvcufAVKWs { width:18.75rem;height:8.9375rem;top:14.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kue5N9cMBpa1Vb3zw0PTuqZw4is1WC5c { width:18.75rem;height:1.625rem;top:12.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglyJQeRgXlKHth3SdWggRzWvZ8k5F1X { top:1.25rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnLTxuuLsDyteNZA58P653mRSq816bqG { top:1.25rem;left:10.375rem;width:21.375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWITLHzhIuLspJ3t3pdW9GDBO4Gpkit { top:1.25rem;left:27.625rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhWEMHlN58rJfnLDbeImn8XCvzCksKNW { top:2.25rem;left:11.875rem;width:19.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt4dSZ3kky5xJxWSzwQfbTw2JabzBf6B { top:2.25rem;left:0rem;width:16.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrT42X6gizJIuxMTtAc8dOG0WCaBAAE4 { top:2.25rem;left:28.4375rem;width:18.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAsinztUnDVPgc7h3Gi54b5L7TEUkarP { display:none; }#SAsinztUnDVPgc7h3Gi54b5L7TEUkarP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W0nGLgLLrQox7vGkRSzBtoAVQckeLNAF { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD2dtOevpCTbGXU9hZsL1MDVBZdlKUC8 { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU { display:none; }#sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J7KQ3oTZUZTNyGX7n6FWyXeOgT33n2Cf { width:18.75rem;height:1.625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1UeMmvvATR1GAOZ2Q7KWS65nLAFrr3 { width:18.75rem;height:5.375rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVCwSntZiKNn9GIZHiHBiJqZMFm7f98 { width:18.75rem;height:8.9375rem;top:14.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNcapJEdcpxrpIOQ50DslZos9AMUSG9A { width:20.6875rem;height:1.625rem;top:12.3125rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g35LDXmrFxsQ4biF9P1uA2bWyxzJdAVR { width:18.75rem;height:8.9375rem;top:14.125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9hDcTMeEF2Kc0uBq8FvTAcv5GTb2uan { width:18.75rem;height:1.625rem;top:12.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Bno5MHc4gLElXc6B7M1qryBERh6Qre { top:1.25rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssH8eZhacBEKAuccGaMSrfisr4gOX8Fa { top:1.25rem;left:10.375rem;width:21.375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbS4mtxdii82ONXPz7DrvzZglfZkXqba { top:1.25rem;left:27.625rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #np3sVWixt1V22MxW05pAo8uaqFKd0XR2 { top:2.25rem;left:11.875rem;width:19.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZnVcD0zv7QaiRnDdBRO4Dh9Bs8sTdZs { top:2.25rem;left:0rem;width:18.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tva6L7Q3o7Qqb2MxK4Em8Ay4GKabFHbK { top:2.25rem;left:28.4375rem;width:18.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:2.8125rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIScRdnei6kk1pw2HuE9DQhzMeNMKUMr { top:4rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPmIQ5T9A7ezs5FIx12kW941Q8aIEs2z { top:11.375rem;left:0.125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmX18BKMLImUUfkFmXT9hsQegUzBaUQr { width:12.75rem;height:2.5625rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXSw75pPuPAlnuLPGnL44ST5GrbFq8sF { width:20.6875rem;height:3.125rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFv00PciSOxrxZLAQBANLqpLavi9kTtm { width:16.8125rem;height:2.0625rem;top:17.0625rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmI2it8dPnAkBgmpREbRSfKrJahsWaTG { top:11.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTlSSBOttTb65tmTuw6sdHVTr6BUBT0 { top:24.3125rem;left:0.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSG5FrrlReklEQwBiRvqsdXoIRTNVpE8 { top:23rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOABoo3FvUkpiXA0H6imH4JP1XWySmwK { width:18.8125rem;height:3.125rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAEFW5LlWuddhBFGaTVfnPrfwfn8UBR7 { width:20.25rem;height:3.125rem;top:29.5rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBeKKlb36OW8o7Rn8HuxI2QX41stPew5 { top:12.3125rem;left:14.3125rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZakZ5psCMKPxwnRPcTWpOIT4nauyeUqT { width:47.75rem;height:1.625rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu03glZVb1hXxXBI6DT7IoBroinZuhFZ { width:15.3125rem;height:1.25rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEr2AG9lutX4Tp80ClIEHIRUX6EUOWT8 { width:14.875rem;height:2.5625rem;top:14.125rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7SWJTwAZO6VrwPaV8x5fyTUJmIRKOXQ { width:15.25rem;height:2.5625rem;top:26.3125rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcClIKPT3RedTTW868eMpsB8vhrkGep { display:none; }#kTcClIKPT3RedTTW868eMpsB8vhrkGep > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nPh4XmZTFhxC7LyGKMWIwilzCgnuJ9Sc { top:2.8125rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqO9dMunk9q1tFTPJlDTR6p99h4ZIyLE { top:2.8125rem;left:0rem;width:20rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFlpDsdHk7A7qgyPPTGCRmHFXWZ7g632 { top:11.375rem;left:0.125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5ma5WK6nO1MDAKqQM2XoNi6OID3KMZ { width:12.75rem;height:2.5625rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd5UuGE2Oy2kn9uhBXREL7F8XmLlsbaL { width:20.6875rem;height:3.125rem;top:17.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbeB2ClvFRorDlnWpUfmwSo4llB3Ju95 { width:16.8125rem;height:2.0625rem;top:17.0625rem;left:30.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQsG1Ivlb7xS0KgqmPHuCveTFfTlRVEU { top:11.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVz28GIB1NAALPufvGnWLf9k35WmW7TO { top:24.3125rem;left:0.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuVvQ90bPynUzAaFnh2pS71B6iEiLID { top:23rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8COkouoFkoZPh4u5n9b3RQ4oRStdkgz { width:18.8125rem;height:3.125rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKhERmtgMNr73ISi5t4ppgnhc5nT8ttw { width:20.25rem;height:3.125rem;top:29.5rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHc7QshoJt6VfDx1i0gSczIcTdiFl6C { top:12.3125rem;left:14.3125rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8NnPLvbpebcWgBVhE9G9TwPZSkqqCb0 { width:47.75rem;height:1.625rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCKLWuAGXH5LbxTyPZkIbXUVTF5dS0pn { width:15.3125rem;height:1.25rem;top:27.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM1XEvKHPv0Zz9c7rcg0nXLmfbGzeMH8 { width:14.875rem;height:2.5625rem;top:14.125rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL67DdzeKySz9Q8ld9PhKM74Zh4kEstb { width:15.25rem;height:2.5625rem;top:26.3125rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG { display:block; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRykTw0uyDRHpeoxQmBZES5XArtzgETb { top:2.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdDVf4qOoo41VsKdOVNlThQIGm4glNcT { width:47.75rem;height:1.625rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:5.9375rem;height:5.9375rem;top:1.125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:9.0625rem;left:0rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:9.0625rem;left:14.875rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:9.0625rem;left:30.75rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:3.6875rem;height:3.6875rem;top:2.25rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZONC7To3axsACeTSHtyZpiATgvAECi { width:3.6875rem;height:3.6875rem;top:2.25rem;left:21.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEggCTQdewgwkdz2KPhGCbPubZnMCiE { width:3.6875rem;height:3.6875rem;top:2.25rem;left:37.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9e9Q02p2kFkNDafvNXutwPLKqBJHpne { width:5.9375rem;height:5.9375rem;top:1.125rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Ol9xSeN7B5k0fdvnt23mPkJo4VZwGB { width:5.9375rem;height:5.9375rem;top:1.1875rem;left:36.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfKuFvT3pwzliZiyyrNevHhCFDhFQuNV { width:20.0625rem;height:3.25rem;top:15.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFMNRxoMeRDkJQSU07zRu5CR7P74Cean { display:block; }
 }@media only screen and (max-width: 763px) { #OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 { display:block; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zvb1lTe8eCytEyQGApkfsvxBDeKJfax7 { width:47.75rem;height:1.625rem;top:5.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUU72TTheZ5RNBBwfvJ45nnzL5EozL3R { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il2NzP0tkEFWR4wyvB8amyXuvxsbNGsc { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiTdIJTRnohT1UH7ZPZ9QlHhR1IkRV1w { top:18.3125rem;left:4.5625rem;width:13.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:2.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWHwN2cmNQgiEDga2P9i4I3V91Up2nJ0 { top:18.1875rem;left:28.4375rem;width:16.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJUlhxvsrnDGwRIHvlvFyzwgSSOfUTq { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmlPKXPhDT0zICrCwWFmPZuTwG9KLTK { top:7.9375rem;left:6.1875rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHFQWUBOVxMk52C6vdRTIWBNS7uKhLer { top:8rem;left:31.3125rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzK22BTaPJIfIs7aBl1iJ8VTHnqlZ86K { width:20.0625rem;height:3.25rem;top:31.875rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laJW8aFFmxpFwg4SMX3RnynXadSslHqs { display:block; }
 }@media only screen and (max-width: 763px) { #fQn92VP3nHtuyoKGKMUXi6KWqsFxUQmo { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2tN9Cm29chkqZ33aLyvP01rltMwSt6w { top:8.8125rem;left:7.0625rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6499mFOLlyywvPOisqy2dUTVn0QhefJ { top:8.8125rem;left:32.3125rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkrf7MtIfBLEDG87ahCuaIM91QahHhly { display:none; }#Tkrf7MtIfBLEDG87ahCuaIM91QahHhly > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zKq9DXpJESJRGNvNbXwXvkktgLLzv0xL { top:2.8125rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTx1CrKtDydDmAfytzBwAv64cVZNveNW { top:4rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndqcduXERkcvgdozLVckwrogScKEcVtf { width:47.75rem;height:1.625rem;top:7rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ { display:none; }#VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wp3HZ9cls40OfqRuibMlmJUkywTLClkM { width:5.9375rem;height:5.9375rem;top:1.125rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxzru6sGGJmnzJApL8GcSL1T7feqLvDk { top:9.0625rem;left:0rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbP47HAL1ko2DLKSaUNNiG3W0FFnoFEM { top:9.0625rem;left:14.875rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3eSlnq7Gskyaf82yEoHipTHsDPuUNFn { top:9.0625rem;left:30.75rem;width:16.875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCP1bsMO7lTdEnmRMnZTTelKaRJniTEK { width:3.6875rem;height:3.6875rem;top:2.25rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0M3zGwQoTgfcIG0gqG7i3nmzcU6gn7 { width:20.0625rem;height:3.25rem;top:15.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T14NqzsOfJRFZ7D80X5tTD8IoHpFwvAT { display:block; }
 }@media only screen and (max-width: 763px) { #sOk6XT0sTNbbM9nUPZ678eBFVJJucmDx { width:5.9375rem;height:5.9375rem;top:1.125rem;left:4.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #chBSVMSLRG1G8dMg5sZIfIy9lyZwQLRN { width:3.6875rem;height:3.6875rem;top:2.25rem;left:6.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O1dLGrr4F6QSfRq2hOTiknTieJ8wH8NP { width:5.9375rem;height:5.9375rem;top:1.125rem;left:4.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kn6SMKuNXnABeE8wcSzpsExOQof1sXLd { width:3.6875rem;height:3.6875rem;top:2.25rem;left:6.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 { display:none; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IN50HD5916LXI1QfckDN1InuIFQ30DUC { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giRy7vs3kFibeahtINVanBpZhMdLTva2 { top:8.5rem;left:33.25rem;width:7.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdWxAuSpzVw3AGtK1tiIRwXSKFkBFeQG { top:8.5rem;left:18.8125rem;width:10.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgPHgWXwBCeLzAEcxZbEsVFMh4Cr8vBp { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX7Wlqur6SUxxUtgIE2mEfkemKPs239x { top:6rem;left:18.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCEpVHKoQQPWHleFynDsCsRhSfiL7O3s { top:6rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STksmvaFmBGnx7TJ2crZipaOP9Std6yW { top:5.4375rem;left:0rem;width:19rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATF1FUXuSlCtMN89WE4oFnwhbrKGnpG { width:9.375rem;height:2.25rem;top:12.9375rem;left:19.187502861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVcCIsFcgVvsJK4pkTsNypfnV8RW6WkQ { display:block; }
 }@media only screen and (max-width: 763px) { #k0khkP90eP2NsqSzinB6wv7WBhUenvZp { width:2.25rem;height:2.25rem;top:11.5625rem;left:38.25rem;display:block; }
#k0khkP90eP2NsqSzinB6wv7WBhUenvZp > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #iKFnPfJMnEuXzyh0Mu6Vmib2fnKGxmgo { width:1.875rem;height:1.875rem;top:11.6875rem;left:40.5rem;display:block; }
#iKFnPfJMnEuXzyh0Mu6Vmib2fnKGxmgo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sqOSuqaIWCKMArJMfvLTHvS6fLcO1uxJ { width:1.8125rem;height:1.8125rem;top:11.75rem;left:42.5625rem;display:block; }
#sqOSuqaIWCKMArJMfvLTHvS6fLcO1uxJ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #ifkMqQZTqUwGlH9l1m94ub2QCMOdHWJg { top:11.5625rem;left:44.4375rem;width:2.0625rem;height:2.0625rem;display:block; }
#ifkMqQZTqUwGlH9l1m94ub2QCMOdHWJg > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #UtOMq0ifK8Z61svQ68mVqgiXHxQOaxkE { top:11.75rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
#UtOMq0ifK8Z61svQ68mVqgiXHxQOaxkE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #Pztzuw1WeJrHavupBB6wGwnasrcAJvR3 { width:1.8125rem;height:1.8125rem;top:11.75rem;left:36.4375rem;display:block; }
#Pztzuw1WeJrHavupBB6wGwnasrcAJvR3 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #rvc2iK1a03u0sLPS5Icuv1nZ1CQOqNTs { width:9.375rem;height:2.25rem;top:10.9375rem;left:19.187502861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCU6Pt86y4MkszdaCwiEZfddRkX26kR { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection { display:none; } #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection *:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="text"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="email"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection input[type="tel"]:focus-visible, #R172fbf64cd030df2fe209e3e3de637c36274168.widget-smartsection textarea:focus-visible { outline: none; } #FBQTVnBMIgbd89s3KTaCCZAfZwaQbD2V > .row .container { width:20rem;height:39.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:134.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:9.28125rem;top:5.0625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:1.3125rem;top:11.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C8x4KvolXU1CsTszuZNukSqlKT9MF32h { width:20rem;height:1.54345625rem;top:20.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:16.125rem;height:9.125rem;top:15.5rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:5rem;height:5.25rem;top:33.5625rem;left:0.9375rem;z-index:15025;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:3.75rem;height:3.75rem;top:34.5rem;left:1.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmxW0kd4pK8n5ffeHtvkTODr6wrQxGW { width:19rem;height:3.25rem;top:62.4375rem;left:0.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Vdum7RrbZ1Os6RcqLqEqL20Gzz5EbNKt { display:block; }
 }@media only screen and (max-width: 763px) { #sRipclTxWETC79RqXztqQl4J7L2JzhPx { width:20rem;height:5.25rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fArhhOn5DuWDDvRrJi0HKrKv0aNOSmM1 { width:20rem;height:20rem;top:73.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sa40ptg9GV1mnSeqGTU0PsRMhzuPtoe4 { width:13.375rem;height:11.375rem;top:109.7358125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdelQie7ENZKKTXxN7Ae3Wenpmai47eW { width:10rem;height:0;top:122.3608125rem;left:5rem;font-size:1.4375rem;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lNdyiGkRav2CaoNrZFQrthVIU1GzcbEo { width:5.3125rem;height:5.1181625rem;top:128.3608125rem;left:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d58b91c-f1dc-4502-9b91-7811410906b1/BlackWhiteElegantDigitalMarketingClassZoomVirtualBackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE.adaptive-delivery-prevent-bg, #PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE.lazyload, #PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE.lazyloading { background-image: none; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container { background-color: transparent; background-image: none; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container > .video-iframe-container { display: none; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row > .video-iframe-container { display: none; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .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); }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container { border-width: 0; border-radius: 0; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PayG3sxlSwyCQHiKXFMwd4yBoPL3lUTE > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNnysXPeLuITG0Km9QfH20BR7CnADaEh { width:20rem;height:5.361325rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vXne7GFyKRvbV37iy4P8ilIlFab7TlcC { width:13.5rem;height:1.3125rem;top:8.1181640625rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2d88KWwt7lnyGRBGTdIXDge0i9XMv8T { width:16.4375rem;height:1.5435125rem;top:18.75rem;left:1.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9n6umUtyzKFqFNfLdRCKhhbRPeSPMN { width:15.125rem;height:3.375rem;top:21.375rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTBIeURoWi0HLUH37XqCuK2tQKXz4tRT { display:block; }
 }@media only screen and (max-width: 763px) { #eBlCkb3T35nKS9Am4TNNp4gATWZtrcVS { width:17.0625rem;height:7.345375rem;top:10.4375rem;left:1.46875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#eBlCkb3T35nKS9Am4TNNp4gATWZtrcVS li:before{  }
 }@media only screen and (max-width: 763px) { #L1VrngJ9yM8LPL7IvXhTPFfzsxt0paXs { width:6.75rem;height:5.625rem;top:33.1123046875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQUsVDQZox3GPkBPi5ivOUnKkGP1Tig { width:6.625rem;height:3.25rem;top:34.2998046875rem;left:13.375rem;font-size:1.25rem;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #sI9dG0zQ5aZDqiMhKvuPGy4nMq8dizdG { width:3.1875rem;height:3.1875rem;top:48.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tI9hvZa8GtEchpmsugxSinVeQ8Gyw0LN { width:18.1875rem;height:26.5rem;top:26rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:20rem;height:3.8999rem;top:2.6630859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { width:20rem;height:1.349825rem;top:6.56201171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { width:20rem;height:3.8999rem;top:11.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { width:20rem;height:1.349825rem;top:14.96142578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { width:20rem;height:3.8999rem;top:29.6630859375rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { width:20rem;height:1.349825rem;top:33.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg3TsR18auk1e8gf3m4FbCh66JIbQl58 { width:20rem;height:1.349825rem;top:24.52392578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKO2qkb4HZkvErLtuvlL88USCWligby { width:20rem;height:3.8999rem;top:20.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJgx527Cbl9qu1ck9wqaOb4kpuxvTDUq { width:20rem;height:38.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO { display:none; }#kHL30d3zzBBJ5LlMvVA0XAv31DMiK0wO > .row .container { width:20rem;height:79.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xzA5camcotewF5MmNML7TpTXI2f87hwd { width:11.1875rem;height:8.9355625rem;top:1.56298828125rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce9ObOGQnavB9c1En5B1nE0rAWOHRi5a { width:6.6875rem;height:10.0625rem;top:0.99951171875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBv6VcQqicUVRnCe7PuEtAPwqN46JRBv { width:1.875rem;height:1.875rem;top:12.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQbCf7TkU9UKc2wvr3Ii4qhafUgV3rW8 { width:16.5625rem;height:6rem;top:18.5625rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuZSw76u3PXMJ6bp1JTtvT1161ydMsey { width:15.625rem;height:1.5rem;top:15.625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMUtrabaqfldhaFJvTlq021GRtAUXu61 { width:1.875rem;height:1.875rem;top:22.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp8LD4OEvqPvQF2bCqTudsfeDVNqZEwE { width:15.625rem;height:1.5rem;top:25.5625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCxZKEGZovax7DrHadMTp1WiTBAk3gUW { width:16.5625rem;height:4.5rem;top:28.5rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U170Sac8zK3JTXRdsH91k2txkB17nS6P { width:1.875rem;height:1.875rem;top:32.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekMNX38iRoOSNGpsMNsnBDc5HA19nBye { width:15.625rem;height:1.5rem;top:35.5rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EFGNAPLOLnBBR6NmqieSsTGBXf6RUAsT { width:16.5625rem;height:4.5rem;top:38.4375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lstGv8pIxh7gmmJ2rmb14Sqw2pzLsL3f { width:16.5625rem;height:4.5rem;top:48.375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ym6S55r8oGfUzCcputvwd2ld2L75mXGx { width:15.625rem;height:3rem;top:45.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqHah5gTsey1o3cOE1vfcvw0p3wb3a8i { width:15.625rem;height:1.5rem;top:55.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNaK1psdUAmBOZGzBcRqHTTWPO3TabFD { width:1.875rem;height:1.875rem;top:42.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmGmMxicLus9FqXNxDn4m793zl2DLmTU { width:1.875rem;height:1.875rem;top:52.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLAIUXwBedO2pwaR0BSxVArnr8iE5nwE { width:16.5625rem;height:6rem;top:58.3125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCZgtXmAP41TA8D2C6urJlh3x3PTaPTs { width:1.875rem;height:1.875rem;top:62.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzXeDZaUlCogx2hCg0bxFhGsArz1pU6V { width:15.625rem;height:1.5rem;top:65.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmMlJ8lToNTxbx1v5P0vLR3ymuC0moPh { width:16.5625rem;height:4.5rem;top:68.25rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIIabHV2yzkDNLF7MQqcJTFNir7qghLk { width:6.25rem;height:0.3125rem;top:72.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTsAtNCBzVrPTEg4cFchrEJwaJRH2xgi { width:19rem;height:3.25rem;top:74.0625rem;left:0.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Fo8pXEJhQeX7a3CJk2f1ol5zdZDtyL4x { display:block; }
 }@media only screen and (max-width: 763px) { #kGcQqPXQkOtyu8fsAay50m16xmfShWtq { display:block; }#kGcQqPXQkOtyu8fsAay50m16xmfShWtq > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrnRADsvTKs5bDwAglTW5GtMIxM7WStm { width:15.4375rem;height:5.361325rem;top:2.125rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwq2CUMaJkOoJQLLI3ro2eGdkAVnXuD5 { width:1.875rem;height:1.875rem;top:9.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMseMNOIFD7LcFaviSbVOJ2vA55WK0PR { width:16.5625rem;height:5.9982625rem;top:15rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8nHguemnM3RJ7X8MIgufsfJfIy0P4GO { width:15.625rem;height:1.5rem;top:12.25rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw4mvPSxrGF2ONwq9T4vWQoTD3MAv7vI { width:1.875rem;height:1.875rem;top:24.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrvQMbZh0ZUcirrK41dbmAo4FU4Pq4Io { width:15.625rem;height:1.5rem;top:27.625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5k2sA6rMrxIe2KAZpqGl46Ce7VNBtwO { width:16.5625rem;height:4.4987rem;top:30.375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Q8oJ7K2R6Il7rXRDcezRaWb02GRATg { width:1.875rem;height:1.875rem;top:38.1875rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNQyfbzvBfsAFuMtP2RqgoMt0415THsT { width:15.625rem;height:1.5rem;top:41.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoxEzeBVECLHyxERuT5CqlmsWBhhFE8i { width:16.5625rem;height:4.4987rem;top:44.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJrGPFZxS3UxrWKGNzkBe0H5buAk1dXs { width:16.5625rem;height:4.4987rem;top:63.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTyDQgmQZEStRvM80Hqkhpv0ugfLuJo { width:15.625rem;height:2.99913125rem;top:58.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1RXkys39M0Dp37G0OtJfIusEZvygTR2 { width:15.625rem;height:1.5rem;top:73.875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2NA7uvCkZnDrCABmKmNOKtD3t3kCWJF { width:1.875rem;height:1.875rem;top:55.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROSiPbK1Cx8aoQBCGU71wINXT6nSvFa1 { width:1.875rem;height:1.875rem;top:70.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPZucXHBuMlyi2IDTR2EAJnXaFyZURId { width:16.5625rem;height:5.9982625rem;top:76.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQmxf41lcT4f35tQ742E3B1Qk6K6cJ1A { width:1.875rem;height:1.875rem;top:85.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebLJ9Bxw080MRBFM4Allm4pe7QTT206g { width:15.625rem;height:1.5rem;top:88.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JXQ608fdwPcKCLA0U63doWrHaNiXfW { width:16.5625rem;height:4.4987rem;top:91.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEnCM00fNzmk0VGqzkfQbLgl63eiVqVd { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysH4lgmMcILT9aoVUL0LUdgHNxTJck7 { width:13.9375rem;height:2.4375rem;top:50.3115234375rem;left:3.03125rem;z-index:15011;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aofHSI8uX7WexKvEeMV1DyE43Z2PJpRe { display:block; }
 }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:6.1875rem;top:3.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuXsB4pai3d59TfiwE8HgvAwTuyXuWU { width:20rem;height:6.9607843137256rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8qTfQlzCcvPkzyiJ2SgT6BPIyuL919E { width:20rem;height:14.9375rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcnAxdLU6BzWtetvdxtuuTwdlTIUuUKe { width:15.3125rem;height:1.59375rem;top:43.3125rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2takhcuoiWdlZVLzbgAJ3yfKcdI7nwQ { width:10.125rem;height:8.9375rem;top:30.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW { display:block; }#iIyaAlm9nfFHHBoDv5A5eATtgla7aSHW > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyVs8qJsB4TB5se3TXy1PBnf808HVVIb { width:20rem;height:6.186525rem;top:3.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCerN51IsyT9xqSa7uWHoKQsungz8T3k { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrieSPqKCUDTA05i6dn2WD7LT44sDtUn { width:19.4375rem;height:6.6875rem;top:12.90625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIIktM2WryILiLneQxhc49oRUsvGb9Ct { width:20rem;height:8.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhamTuawr8uJAc05Odagx4tgVJ1tTHNU { width:15.3125rem;height:1.59375rem;top:27.25rem;left:2.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1yazoSIGJZ8rIa3eZ3DFWPpwvCwcbuE { width:10.125rem;height:11.4375rem;top:17.34375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wgthEMkXvTcQF0PgHzsylmPhQtprTGig { width:19.125rem;height:12.75rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:12.8125rem;height:10.5625rem;top:27.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:9.1875rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { width:13.1875rem;height:1.5rem;top:46.5625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { width:15.625rem;height:1.875rem;top:46.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5VoT9VD1R61eamnM0ISSvzuStmOZXAc { width:2.8125rem;height:2.8125rem;top:30.4375rem;left:8.5625rem;display:none; }
#l5VoT9VD1R61eamnM0ISSvzuStmOZXAc > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #M4kEfBCw4vxVJyATFAKbTTTq7TrnWWnr { width:3.1875rem;height:3.1875rem;top:49.5625rem;left:8.375rem;display:block; }
#M4kEfBCw4vxVJyATFAKbTTTq7TrnWWnr > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #PRCmN8TrxJhdB7CUwsHPtRdwcGmrNPFN { width:4.75rem;height:12.9375rem;top:54rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU { display:block; }#ZbPwcsHxXJgeRTAggJ5uimp4P55moCdU > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfIrM1oV4tOVIX60k427MrbhWU1Bp7Ow { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHbzTQnZiH9KThTxAIhsb43eJ4CkEiF { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dC1O1BCBkoKviZOl6krXyz3G7OI0Li1z { width:19.125rem;height:12.75rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVEuuU1t3OR4oGb6TkZqSJJMT4TSDAtf { width:12.8125rem;height:10.5625rem;top:16.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMNX0ecp1fGOQ8n3lyGSItiDxxXJ9v17 { width:20rem;height:9.18676875rem;top:7.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6X5mPyz9sgCeABDmnywdomkQOlMlCXR { width:13.1875rem;height:1.5rem;top:31.625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0gzcREt8WGH4dv4eZxm9E1oXX46z6GI { width:15.625rem;height:1.875rem;top:31.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXclERdy6g5RdritDDJxlnhyZ397DuVd { width:2.8125rem;height:2.8125rem;top:30.4375rem;left:8.5625rem;display:none; }
#tXclERdy6g5RdritDDJxlnhyZ397DuVd > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #w90Myzsp3J2f6yPnC3f8X5penQd4SXlc { width:3.1875rem;height:3.1875rem;top:34.625rem;left:10rem;display:block; }
#w90Myzsp3J2f6yPnC3f8X5penQd4SXlc > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }@media only screen and (max-width: 763px) { #QdMQdAseBnoe0MZN90q2donseP2JubHB { width:2.8125rem;height:2.8125rem;top:37.6875rem;left:8rem;z-index:15032;display:none; }
#QdMQdAseBnoe0MZN90q2donseP2JubHB > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #TJ5wy8vHrubT8oRXeLHlQOayPrEPxlVQ { width:2.8125rem;height:2.8125rem;top:34.875rem;left:6.8125rem;z-index:15034;font-size:1.9375rem;display:block; }
#TJ5wy8vHrubT8oRXeLHlQOayPrEPxlVQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #CcGg81TW4BToeT3Ip6nX25iMCLitSwtb { display:block; }#CcGg81TW4BToeT3Ip6nX25iMCLitSwtb > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz { display:none; }#ZAdEdDyBmJ3C2OOUWfzttNF7mvCZCnbz > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kiaJsF0v8X3NsuEsfuB9DmgVrbmDdiTE { width:20rem;height:4.875rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZFqsa4nnRghHZbcT7m4gBuOK7IdGUUk { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr { display:none; }#IkISv05NVqa3wo2lPs4ZINXDZGL0zgtr > .row .container { width:20rem;height:80rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t8NxTu7t4AGtZZmWevRvco78E1cOufAp { width:20rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5hcbFHDkf7xzyEhIKyT6tH4sSWuUIMl { width:16.875rem;height:12rem;top:15.0625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9fQ2t1lguwJN0a3s9GraJpprcazIMlb { width:20rem;height:1.5rem;top:25.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SG05vfSsEbok3Czletr19174nvJ95VbC { width:3.125rem;height:3.125rem;top:2.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLtk6XOrI89lMfevqxXW2hAcn7TIIJsJ { width:20rem;height:19.9375rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQpIXftEATdXIWECqFMh49GI7zcTGwCm { width:3.125rem;height:3.125rem;top:72.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEcJV36ok3wRZmZFLwwi72uHxZJBeuM1 { width:20rem;height:16.875rem;top:61.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GV3M51HlgkxQZkCHtqlPWBkzqx9SAtGM { width:7.125rem;height:1.5rem;top:74.53125rem;left:12.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqqdWobSxzwMy338mvzctGNtTnV0CAXr { width:13.8125rem;height:13.8125rem;top:61.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCrQMbW4kprCLpgsgz8FBnqKu9hTVZXF { width:12.0625rem;height:12.0625rem;top:31.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAIh6JP7NgVLb3lwMrb1LQwdPhEV4ldd { display:flex;width:1.5625rem;height:1.5625rem;top:44.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #P9shy4xn07yUSQpL0mxhWaOLTnxtMlR7 { display:flex;width:1.5625rem;height:1.5625rem;top:47.375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #PikTVik7zsdNJzebXJD32PCporsVy0sm { display:flex;width:1.5625rem;height:1.5625rem;top:50.1875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #QJ6DDlUyhLC9wBzo6NbXChsURc6WxKZt { display:flex;width:1.5625rem;height:1.5625rem;top:53rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #x18Nx10iByhOh2MSMtgsa9M68Qs7FtZi { display:flex;width:1.5625rem;height:1.5625rem;top:55.8125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #WhFAcB9ax1yMp5E0Q1gTzBA3KMXQ3vqD { display:flex;width:1.5625rem;height:1.5625rem;top:76.03125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #cMSpIP8xgNmLfD3k8K3JTS4U8BBIEB9O { display:flex;width:1.5625rem;height:1.5625rem;top:76.03125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #Uub9WsosJlq0Ad6qkid24XVKT3rmQRVv { display:flex;width:1.5625rem;height:1.5625rem;top:76.03125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #JVZTAUmEGVxf9w8U71lRKEWAC4PtDCgR { display:flex;width:1.5625rem;height:1.5625rem;top:76.03125rem;left:18.4375rem; }
 }@media only screen and (max-width: 763px) { #MwcGwISpoRHgm0rDlOhq6Vns4UWoSxy6 { display:flex;width:1.5625rem;height:1.5625rem;top:76.03125rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF { display:block; }#H4s2AKE7xuRZN4iD8yIquAgP2UK5DbmF > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCEynBmtZufbsCNTuOFF3Q7E7tI3FHK2 { width:20rem;height:4.87413125rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuGCOESKeTaaxurVNPWmzHD3RrGDtQW6 { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH { display:block; }#TBAptU9hhRzohkLPQTG9NIMQ7cbpMauH > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QONHZXoHz2sXqT40Hg43sfxhSrfWlwGw { width:20rem;height:30rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh4AWmZ2aFa4gyUkTACJxIBKLX8OKNF3 { width:16.875rem;height:9.84375rem;top:14.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpdLkS61BhUnU2cQQln5gRp2HPrKebXo { width:8.8125rem;height:1.5rem;top:25.5625rem;left:5.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqcDhcnE3TGvfq7SGqvR4iSb5QExD21L { width:3.125rem;height:3.125rem;top:1.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkTAs0TTVHNPDQzD84Bl5pcLWJS6dhV { width:20rem;height:37.6875rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egcppdHFVWk1dKSSXnlg2oZ2s5cmkTC4 { width:3.125rem;height:3.125rem;top:34.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUyWhfIGEqvpos7sqKDSRdROhT3Us26F { width:18.25rem;height:15.46875rem;top:49.875rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7WNAhOBy8zMrSTBenaszos9MhD21bap { width:7.125rem;height:1.5rem;top:66.1875rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpU95USTuT400N6VOJuq4DzH9y3oTREO { width:13.8125rem;height:13.8125rem;top:34.6875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHvaAJerdtEPZSyNN5HaVdDFWQmtyMls { width:12.0625rem;height:12.0625rem;top:1.5rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqT0P0rtMEpsRIthrclkol3TJo7KwaJm { display:flex;width:1.5625rem;height:1.5625rem;top:27.0625rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #gyVvs5VM8WUmXyChQn29G4sQMkTVu6sN { display:flex;width:1.5625rem;height:1.5625rem;top:27.0625rem;left:7.65625rem; }
 }@media only screen and (max-width: 763px) { #S11fVFkFKu9kWn1sZ1OBV2SQtUZqhtSs { display:flex;width:1.5625rem;height:1.5625rem;top:27.0625rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #CaV9x7kGtGAHTpnEmrQN4KwKXTzAnzVW { display:flex;width:1.5625rem;height:1.5625rem;top:27.0625rem;left:10.78125rem; }
 }@media only screen and (max-width: 763px) { #RkyBsqh86XZUCA6R2zrmTDszT5sZK2bH { display:flex;width:1.5625rem;height:1.5625rem;top:27.0625rem;left:12.3125rem; }
 }@media only screen and (max-width: 763px) { #cscISwQigJGiPQOGic4SGvac3dxkU8DP { display:flex;width:1.5625rem;height:1.5625rem;top:68.0625rem;left:12.4375rem; }
 }@media only screen and (max-width: 763px) { #UCXBu8PTQECBqrKuSve52lQr7xWPTifn { display:flex;width:1.5625rem;height:1.5625rem;top:68.0625rem;left:10.78125rem; }
 }@media only screen and (max-width: 763px) { #FNFFPnJHp6vCXuQ41AKmuTCImQOJGz8H { display:flex;width:1.5625rem;height:1.5625rem;top:68.0625rem;left:9.21875rem; }
 }@media only screen and (max-width: 763px) { #R1Gmclx7Rpn6v6hGuAzbVCIOie8TIRJX { display:flex;width:1.5625rem;height:1.5625rem;top:68.0625rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #STgKOD3ln9n1FTSpMFpMm3fiZDS56A30 { display:flex;width:1.5625rem;height:1.5625rem;top:68.0625rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:9.74825rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 { display:none; }#OKl53F1Gm7xmE8K2xSC5BhbpQhkaa587 > .row .container { width:20rem;height:114.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ykn4Pr9WppxqxVqEhPHi26Xr5XhOXmJP { width:18.75rem;height:1.29980625rem;top:26.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RghfeT4LlbWyywqXaf82swb8KrTGM96i { width:18.75rem;height:4.798825rem;top:29.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaSBAsQTSGHoTVHNw7Z3bOtT1BugD48e { width:18.75rem;height:6.3984375rem;top:52.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ph24mnWgXQ2EA4ZfDlrvqNwfQugiUZJN { width:18.75rem;height:1.29980625rem;top:50.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEpamDMUzV328uIfLHSvx5GGdhuadSiu { width:18.75rem;height:6.3984375rem;top:76.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwpWddI1GlKLI9CwBX2A25gZT4hmmzNI { width:18.75rem;height:1.29980625rem;top:74.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1JfRG4cLBoJLAXTblFnBAf6EXTm9HLS { width:20rem;height:23.75rem;top:13.8125rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DVAfAq5R6kgoDqTRvtax5PaoWOxDvMTs { width:20rem;height:23.75rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khJ7HdRRXmDNGRouLKLzNMARSWzfysdA { width:20rem;height:23.75rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POb7BVeuyzQ10Nhx2mzNFT0P4PZlPWZ6 { width:19.875rem;height:8.3125rem;top:95.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET2VdTL0nTBKe1qrC5ppgpSRHJ191MKX { width:12.5625rem;height:6.3125rem;top:86.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFOVJCBzUz3v0wR11bOFdvcEVWscZOe { width:17.5rem;height:7.375rem;top:105.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG { display:block; }#Vs0Ek3gnzlvoaA1DayQGFFfiwJx70LoG > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GClFdHV99UlAmMiCOIASfbKyq6bJV2RL { width:18.75rem;height:1.29980625rem;top:12.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJHZRUuhT27fRDvyP197zJGEFK4kurQv { width:18.75rem;height:6.3975625rem;top:14.82470703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZ0xtcdRZuEKSz9uJDFa72MyDFtmVtK { width:18.75rem;height:6.3975625rem;top:39.82470703125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTod7sGHVLHHfm2IoW0aJGaBBq3PuOiy { width:18.75rem;height:1.29980625rem;top:37.3125rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnRXhTNznhnLLq4OXx7zJvkvcufAVKWs { width:18.75rem;height:6.3975625rem;top:63.44970703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kue5N9cMBpa1Vb3zw0PTuqZw4is1WC5c { width:18.75rem;height:1.29980625rem;top:61.22509765625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zglyJQeRgXlKHth3SdWggRzWvZ8k5F1X { width:20rem;height:23.75rem;top:1.25rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VnLTxuuLsDyteNZA58P653mRSq816bqG { width:20rem;height:23.75rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWITLHzhIuLspJ3t3pdW9GDBO4Gpkit { width:20rem;height:22.4375rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhWEMHlN58rJfnLDbeImn8XCvzCksKNW { width:19.875rem;height:8.3125rem;top:27.28125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt4dSZ3kky5xJxWSzwQfbTw2JabzBf6B { width:18.25rem;height:9.125rem;top:2.3125rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MrT42X6gizJIuxMTtAc8dOG0WCaBAAE4 { width:18.875rem;height:7.375rem;top:51.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAsinztUnDVPgc7h3Gi54b5L7TEUkarP { display:none; }#SAsinztUnDVPgc7h3Gi54b5L7TEUkarP > .row .container { width:20rem;height:10.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W0nGLgLLrQox7vGkRSzBtoAVQckeLNAF { width:20rem;height:7.3125rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lD2dtOevpCTbGXU9hZsL1MDVBZdlKUC8 { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU { display:none; }#sOB379UQ3vAB5fd8Oh9lJFfhKzuA7HWU > .row .container { width:20rem;height:67.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J7KQ3oTZUZTNyGX7n6FWyXeOgT33n2Cf { width:18.75rem;height:1.29980625rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jo1UeMmvvATR1GAOZ2Q7KWS65nLAFrr3 { width:18.75rem;height:4.798825rem;top:4.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAVCwSntZiKNn9GIZHiHBiJqZMFm7f98 { width:18.75rem;height:6.3984375rem;top:26.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNcapJEdcpxrpIOQ50DslZos9AMUSG9A { width:18.75rem;height:1.29980625rem;top:24.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g35LDXmrFxsQ4biF9P1uA2bWyxzJdAVR { width:18.75rem;height:6.3984375rem;top:48.0625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9hDcTMeEF2Kc0uBq8FvTAcv5GTb2uan { width:18.75rem;height:1.29980625rem;top:45.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7Bno5MHc4gLElXc6B7M1qryBERh6Qre { width:20rem;height:22.1875rem;top:0rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ssH8eZhacBEKAuccGaMSrfisr4gOX8Fa { width:20rem;height:21.375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbS4mtxdii82ONXPz7DrvzZglfZkXqba { width:20rem;height:22.125rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #np3sVWixt1V22MxW05pAo8uaqFKd0XR2 { width:19.3125rem;height:8rem;top:34.1875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZnVcD0zv7QaiRnDdBRO4Dh9Bs8sTdZs { width:18.875rem;height:8.375rem;top:11.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tva6L7Q3o7Qqb2MxK4Em8Ay4GKabFHbK { width:18.875rem;height:7.375rem;top:56.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:88.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIScRdnei6kk1pw2HuE9DQhzMeNMKUMr { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oPmIQ5T9A7ezs5FIx12kW941Q8aIEs2z { width:2.1875rem;height:2.1875rem;top:3.0419921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmX18BKMLImUUfkFmXT9hsQegUzBaUQr { width:6.0625rem;height:1.29980625rem;top:6.375rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXSw75pPuPAlnuLPGnL44ST5GrbFq8sF { width:10.75rem;height:2.111325rem;top:8.25rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFv00PciSOxrxZLAQBANLqpLavi9kTtm { width:10.75rem;height:2.111325rem;top:18.375rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmI2it8dPnAkBgmpREbRSfKrJahsWaTG { width:2.1875rem;height:2.1875rem;top:23.3544921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytTlSSBOttTb65tmTuw6sdHVTr6BUBT0 { width:2.1875rem;height:2.1875rem;top:13.5419921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSG5FrrlReklEQwBiRvqsdXoIRTNVpE8 { width:2.375rem;height:2.375rem;top:33.6044921875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOABoo3FvUkpiXA0H6imH4JP1XWySmwK { width:10.75rem;height:3.16699375rem;top:28.625rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAEFW5LlWuddhBFGaTVfnPrfwfn8UBR7 { width:10.75rem;height:3.16699375rem;top:38.5rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBeKKlb36OW8o7Rn8HuxI2QX41stPew5 { display:flex;width:19.125rem;height:19.125rem;top:53.41699375rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #ZakZ5psCMKPxwnRPcTWpOIT4nauyeUqT { width:20rem;height:0;top:42.91699375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu03glZVb1hXxXBI6DT7IoBroinZuhFZ { width:12.6875rem;height:0;top:49.60449375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEr2AG9lutX4Tp80ClIEHIRUX6EUOWT8 { width:15rem;height:0;top:45.79199375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7SWJTwAZO6VrwPaV8x5fyTUJmIRKOXQ { width:12.5rem;height:0;top:73.79199375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcClIKPT3RedTTW868eMpsB8vhrkGep { display:block; }#kTcClIKPT3RedTTW868eMpsB8vhrkGep > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPh4XmZTFhxC7LyGKMWIwilzCgnuJ9Sc { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqO9dMunk9q1tFTPJlDTR6p99h4ZIyLE { width:20rem;height:4.87413125rem;top:2.8125rem;left:0rem;font-size:1.625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFlpDsdHk7A7qgyPPTGCRmHFXWZ7g632 { width:2.1875rem;height:2.1875rem;top:13.32373046875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia5ma5WK6nO1MDAKqQM2XoNi6OID3KMZ { width:12.9375rem;height:2.59874375rem;top:16.13623046875rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd5UuGE2Oy2kn9uhBXREL7F8XmLlsbaL { width:18.8125rem;height:3.8981125rem;top:19.41015625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbeB2ClvFRorDlnWpUfmwSo4llB3Ju95 { width:18.875rem;height:2.59874375rem;top:32.84814453125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQsG1Ivlb7xS0KgqmPHuCveTFfTlRVEU { width:2.1875rem;height:2.1875rem;top:26.27099609375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVz28GIB1NAALPufvGnWLf9k35WmW7TO { width:2.1875rem;height:2.1875rem;top:37.58349609375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuVvQ90bPynUzAaFnh2pS71B6iEiLID { width:2.375rem;height:2.375rem;top:49.06884765625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8COkouoFkoZPh4u5n9b3RQ4oRStdkgz { width:18.4375rem;height:3.8981125rem;top:43.03515625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKhERmtgMNr73ISi5t4ppgnhc5nT8ttw { width:18.5625rem;height:5.19748125rem;top:55.69677734375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHc7QshoJt6VfDx1i0gSczIcTdiFl6C { display:flex;width:7.0625rem;height:7.0625rem;top:62.52099609375rem;left:6.46875rem; }
 }@media only screen and (max-width: 763px) { #w8NnPLvbpebcWgBVhE9G9TwPZSkqqCb0 { width:20rem;height:2.92535rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCKLWuAGXH5LbxTyPZkIbXUVTF5dS0pn { width:13.625rem;height:1.29980625rem;top:41.08349609375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM1XEvKHPv0Zz9c7rcg0nXLmfbGzeMH8 { width:15rem;height:2.59874375rem;top:29.5498046875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL67DdzeKySz9Q8ld9PhKM74Zh4kEstb { width:15.0625rem;height:2.59874375rem;top:52.39599609375rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG { display:none; }#szxMQ0WLDmhb8HRLh0cmkW7DccFIGiRG > .row .container { width:20rem;height:14.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MRykTw0uyDRHpeoxQmBZES5XArtzgETb { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FdDVf4qOoo41VsKdOVNlThQIGm4glNcT { width:20rem;height:5.8496125rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:82.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:1.875rem;top:10.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:16.875rem;height:3.75rem;top:31.5rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:3.75rem;top:53.125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:3.28125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZONC7To3axsACeTSHtyZpiATgvAECi { width:3.6875rem;height:3.6875rem;top:59.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEggCTQdewgwkdz2KPhGCbPubZnMCiE { width:3.6875rem;height:3.6875rem;top:70.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9e9Q02p2kFkNDafvNXutwPLKqBJHpne { width:5.9375rem;height:5.9375rem;top:58.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Ol9xSeN7B5k0fdvnt23mPkJo4VZwGB { width:5.9375rem;height:5.9375rem;top:69.8125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfKuFvT3pwzliZiyyrNevHhCFDhFQuNV { width:19rem;height:3.25rem;top:65.3125rem;left:0.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ZFMNRxoMeRDkJQSU07zRu5CR7P74Cean { display:block; }
 }@media only screen and (max-width: 763px) { #OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 { display:none; }#OVgzGk4speNIKW6XRs0ETV1lLA09UPT7 > .row .container { width:20rem;height:294.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zvb1lTe8eCytEyQGApkfsvxBDeKJfax7 { width:20rem;height:4.38720625rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUU72TTheZ5RNBBwfvJ45nnzL5EozL3R { width:14.3125rem;height:15.125rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il2NzP0tkEFWR4wyvB8amyXuvxsbNGsc { width:12.5rem;height:5.8496125rem;top:19.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiTdIJTRnohT1UH7ZPZ9QlHhR1IkRV1w { width:12.5rem;height:3.57421875rem;top:17.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:7.3125rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sWHwN2cmNQgiEDga2P9i4I3V91Up2nJ0 { width:16.125rem;height:1.7871125rem;top:192.71384375rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #egJUlhxvsrnDGwRIHvlvFyzwgSSOfUTq { width:14.6875rem;height:7.312rem;top:222.75095625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmlPKXPhDT0zICrCwWFmPZuTwG9KLTK { width:9.375rem;height:9.375rem;top:133rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHFQWUBOVxMk52C6vdRTIWBNS7uKhLer { width:9.375rem;height:9.375rem;top:212.12595625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzK22BTaPJIfIs7aBl1iJ8VTHnqlZ86K { width:19rem;height:3.25rem;top:128.5rem;left:0.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #laJW8aFFmxpFwg4SMX3RnynXadSslHqs { display:block; }
 }@media only screen and (max-width: 763px) { #fQn92VP3nHtuyoKGKMUXi6KWqsFxUQmo { width:17.5625rem;height:15.8125rem;top:240.93698828125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2tN9Cm29chkqZ33aLyvP01rltMwSt6w { width:8.375rem;height:8.375rem;top:231.31198828125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6499mFOLlyywvPOisqy2dUTVn0QhefJ { width:8.375rem;height:8.375rem;top:257.99948828125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkrf7MtIfBLEDG87ahCuaIM91QahHhly { display:block; }#Tkrf7MtIfBLEDG87ahCuaIM91QahHhly > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKq9DXpJESJRGNvNbXwXvkktgLLzv0xL { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTx1CrKtDydDmAfytzBwAv64cVZNveNW { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ndqcduXERkcvgdozLVckwrogScKEcVtf { width:20rem;height:5.85069375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ { display:block; }#VPFdt9eE4v7k2J8L6MRshqkNGQBBZTMJ > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp3HZ9cls40OfqRuibMlmJUkywTLClkM { width:4.875rem;height:4.875rem;top:1.96875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxzru6sGGJmnzJApL8GcSL1T7feqLvDk { width:18.75rem;height:1.875rem;top:8rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbP47HAL1ko2DLKSaUNNiG3W0FFnoFEM { width:17.125rem;height:3.75rem;top:18.875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3eSlnq7Gskyaf82yEoHipTHsDPuUNFn { width:16.875rem;height:3.75rem;top:31.25rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCP1bsMO7lTdEnmRMnZTTelKaRJniTEK { width:2.9375rem;height:2.9375rem;top:2.9375rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE0M3zGwQoTgfcIG0gqG7i3nmzcU6gn7 { width:19rem;height:3.25rem;top:36.875rem;left:0.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #T14NqzsOfJRFZ7D80X5tTD8IoHpFwvAT { display:block; }
 }@media only screen and (max-width: 763px) { #sOk6XT0sTNbbM9nUPZ678eBFVJJucmDx { width:4.875rem;height:4.875rem;top:12.6875rem;left:7.5625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #chBSVMSLRG1G8dMg5sZIfIy9lyZwQLRN { width:2.9375rem;height:2.9375rem;top:13.625rem;left:8.5625rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #O1dLGrr4F6QSfRq2hOTiknTieJ8wH8NP { width:4.875rem;height:4.875rem;top:24.9375rem;left:7.5625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #kn6SMKuNXnABeE8wcSzpsExOQof1sXLd { width:2.9375rem;height:2.9375rem;top:25.875rem;left:8.5625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 { display:none; }#OlpDHZzJ5RJJQx6mWCKm1BaJBJkxiNB3 > .row .container { width:20rem;height:49.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IN50HD5916LXI1QfckDN1InuIFQ30DUC { width:18.75rem;height:0.0625rem;top:26.311525rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giRy7vs3kFibeahtINVanBpZhMdLTva2 { width:7.3125rem;height:2.79980625rem;top:22.26171875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdWxAuSpzVw3AGtK1tiIRwXSKFkBFeQG { width:11.375rem;height:1.3999rem;top:19.61230625rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgPHgWXwBCeLzAEcxZbEsVFMh4Cr8vBp { width:20rem;height:1.04980625rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hX7Wlqur6SUxxUtgIE2mEfkemKPs239x { width:1.5625rem;height:1.5625rem;top:13.98730625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCEpVHKoQQPWHleFynDsCsRhSfiL7O3s { width:1.5625rem;height:1.5625rem;top:16.79980625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STksmvaFmBGnx7TJ2crZipaOP9Std6yW { width:19rem;height:9.1875rem;top:3.54980625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATF1FUXuSlCtMN89WE4oFnwhbrKGnpG { width:9.375rem;height:2.3125rem;top:31.1865234375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVcCIsFcgVvsJK4pkTsNypfnV8RW6WkQ { display:block; }
 }@media only screen and (max-width: 763px) { #k0khkP90eP2NsqSzinB6wv7WBhUenvZp { width:2.25rem;height:2.25rem;top:11.5625rem;left:8.875rem;display:none; }
#k0khkP90eP2NsqSzinB6wv7WBhUenvZp > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #iKFnPfJMnEuXzyh0Mu6Vmib2fnKGxmgo { width:1.875rem;height:1.875rem;top:11.6875rem;left:9.0625rem;display:none; }
#iKFnPfJMnEuXzyh0Mu6Vmib2fnKGxmgo > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sqOSuqaIWCKMArJMfvLTHvS6fLcO1uxJ { width:1.8125rem;height:1.8125rem;top:11.75rem;left:9.0625rem;display:none; }
#sqOSuqaIWCKMArJMfvLTHvS6fLcO1uxJ > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #ifkMqQZTqUwGlH9l1m94ub2QCMOdHWJg { width:2.0625rem;height:2.0625rem;top:34.7490234375rem;left:8.9375rem;display:block; }
#ifkMqQZTqUwGlH9l1m94ub2QCMOdHWJg > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #UtOMq0ifK8Z61svQ68mVqgiXHxQOaxkE { width:1.8125rem;height:1.8125rem;top:38.0615234375rem;left:9.0625rem;display:block; }
#UtOMq0ifK8Z61svQ68mVqgiXHxQOaxkE > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #Pztzuw1WeJrHavupBB6wGwnasrcAJvR3 { width:1.8125rem;height:1.8125rem;top:11.75rem;left:9.0625rem;display:none; }
#Pztzuw1WeJrHavupBB6wGwnasrcAJvR3 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #rvc2iK1a03u0sLPS5Icuv1nZ1CQOqNTs { width:9.375rem;height:2.25rem;top:41.1240234375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRCU6Pt86y4MkszdaCwiEZfddRkX26kR { display:block; }
 }