.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.95);background-image:none;position:relative;display:block; }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row .container { background-color: transparent; background-image: none; }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row .container > .video-iframe-container { display: none; }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row > .video-iframe-container { display: none; }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .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); }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row .container { border-width: 0; border-radius: 0; }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#Pd0T28pMVZimRIbcTEzTz0q5zk3N8kwt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:16.5rem;top:0.6875rem;left:29.25rem;overflow:hidden;display:block; }
#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/954e58cb-6e6c-4a94-8594-05dd18dba4df/pexelspaveldanilyuk6339729.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB.adaptive-delivery-prevent-bg, #ioBcG9EGG8sPfUWODGkDXJTwosm9USgB.lazyload, #ioBcG9EGG8sPfUWODGkDXJTwosm9USgB.lazyloading { background-image: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container { background-color: transparent; background-image: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container > .video-iframe-container { display: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row > .video-iframe-container { display: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .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); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container { border-width: 0; border-radius: 0; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container { font-size:0.875rem;font-family:arial;height:50.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#eGvDwDhuIFxqQpXp7TdyssTFF2gSEb6Z { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:31.6875rem;left:5.0625rem;display:block; }
#bTcG9IWhUdNxhHMzE8RVfOQ6qhMm6XwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HJRPC58BSMQW2aheffQLfTsKfKdtsCTl { color:#ffffff;display:block;width:69.1875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:2.90625rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#HixQ2DrnrZPpUMTUMu9oTtSng57u1OxC { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:8.28125rem;left:5.0625rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xpwSraCaugSL7BR1Vx6ux2LsWdiThAKr { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:14.3125rem;left:6.25rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SuiS5Tr62X5RrfrBrx0FTizGPHGZW1k6 { color:#ffffff;display:block;width:43rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:19.3125rem;left:6.25rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WeMH4tWTcqanAu9Dc1hci92l7iRqiaTe { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:0.1875rem;top:14.3125rem;left:5.0625rem;display:block; }
#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#32cd32;background-image:none;position:relative;display:block; }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row .container { background-color: transparent; background-image: none; }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row .container > .video-iframe-container { display: none; }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row > .video-iframe-container { display: none; }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .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); }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row .container { border-width: 0; border-radius: 0; }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f8aadd2-89e9-44e7-8a5f-75b1e9d74279/kidfloorjumpingrope.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh.adaptive-delivery-prevent-bg, #ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh.lazyload, #ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh.lazyloading { background-image: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container { background-color: transparent; background-image: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.25); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container > .video-iframe-container { display: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.25); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row > .video-iframe-container { display: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .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); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container { border-width: 0; border-radius: 0; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container { width:75rem;height:67.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Zn1yr8xzWzSCRoDKD6UMAv0oGL4ZSQuv { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:46.1875rem;left:6.6875rem;height:7.8rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mf2nIII7SLSuI76syEJcsFQezUQK2CEM { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:35.25rem;left:6.6875rem;height:2.1125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GeTWz1qbVCXyyDiseXlr5Jmqq7L3yw3U { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:99999;text-align:center;text-align-last:center;top:58.874998092651rem;left:8.125rem;display:block; }
#cWMhAI0xTT4SNtptP7WaoT6pxfU4kZPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UMN7RpgTInawyq2ZuuLOFZzfBONJxQro { position:absolute;display:block;z-index:100002;background-color:#2d2929;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;height:21.875rem;width:0.1875rem;top:35.25rem;left:5.375rem;display:block; }
#nKkCT1kLRlkzvkevZuw7xyyfMXtA6Usv { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:38.75rem;left:6.6875rem;height:2.1125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nulcng0cDAKWTXalQomDPyEfrh58soT3 { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:42.5rem;left:6.6875rem;height:2.1125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvElBPuEASqq9ql7raEsvW6zpPnnXFA0 { color:#000000;display:block;width:24.75rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:54rem;left:6.6875rem;height:2.1125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#32cd32;background-image:none;color:#ffffff;padding-top:0.736875rem;padding-right:0.66rem;padding-bottom:0.736875rem;padding-left:0.66rem;display:block;align-items:center;width:3.958125rem;min-width:3.958125rem;height:3.961875rem;position:relative;font-family:"open sans";font-size:2.94875rem;font-weight:700;line-height:63.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.460625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.276875rem;height:1.565625rem;position:relative;font-family:"open sans";font-size:1.105625rem;font-weight:400;line-height:25.05px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:24.75rem;height:7.4375rem;padding-top:0.921875rem;padding-right:0.941875rem;padding-bottom:0.921875rem;padding-left:0.941875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.1875rem;left:5.5625rem;z-index:100008; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #DA5Zl9xq5fQJ18HUy54UlhpfQd4u3Pai { display:flex;position:relative;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #S5A2y7gZ2s3BfRPUfTbbrPDaT0iuN8TZ { width:auto; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #VIOP3q3lKBIyxluGRIxZVrnx9SSaxkCF {  }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #RZAyNynE2AE8qPFPMZFXRHHb3R3tqZss { display:flex;position:relative;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #vP2XU8iTS1qpQroFQTkuNasF2nXS01iq {  }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #H4kZ1DXhmNs3qZ3pCB5M4eO4aqvPDSZl {  }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #S3fS4vXJ0w48MWVy53W7ke5tuloGU9bk { display:flex;position:relative;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #yKtrKVLR77plKzKGOW1rZhMErEaTK91h {  }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #a5PuiITqf7RRNKmnouykT4DPam3MmMaI {  }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #A7DcwFHQzkWLvqHGspL3FUTQMIeVuy2h { display:flex;position:relative;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #C76kLHvsPsLTgxdK8WaT9boXrAgaGsaM {  }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #WSHtqTDTDGFxLQltiSzmpb6wVfGFBf9I {  }
#W6OOElB6KcZc656RWdtdplIBRTT1b24G { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.75rem;left:5.375rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n1XwdZgwdoUNpv3r4EJCKP3deMkcINZA { color:#000000;display:block;width:52.3125rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:24.5rem;left:5.375rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd { background-color:#494858;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container { background-color: transparent; background-image: none; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container > .video-iframe-container { display: none; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row > .video-iframe-container { display: none; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .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); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container { border-width: 0; border-radius: 0; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container { width:75rem;height:0.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#494858;background-image:url("https://images.assets-landingi.com/uc/3f9f6ce9-22fe-467c-b1a4-70bc2340dad7/happyparentwatchinglittlekidslyingfloorlivingroomusingdigitalgadgetstogether.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1.adaptive-delivery-prevent-bg, #DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1.lazyload, #DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1.lazyloading { background-image: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container { background-color: transparent; background-image: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container > .video-iframe-container { display: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row > .video-iframe-container { display: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .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); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container { border-width: 0; border-radius: 0; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#bUGdtdzBcM1zWB9z0sx33S3963SUZ56D { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:8.875rem;left:44.125rem;height:3.0875rem;font-style:normal;display:block; }
#AErVyaQWVX1B64CGyPe8xxfTlm7TCA2c { color:#000000;display:block;width:27rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.6875rem;left:42.750001907349rem;height:5.6875rem;font-style:normal;display:block; }
#x7835UnzzM8ifL88ryCcrp7A96AgiTVF { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:12.75rem;left:44.125rem;height:3.0875rem;font-style:normal;display:block; }
#liNGrkHKIJnxkTEk2tBApcAnur29aZZW { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:16.5625rem;left:44.125rem;height:3.0875rem;font-style:normal;display:block; }
#rNFyAHayocDEoJPKQd7ieEEPa97ENCtQ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:20.6875rem;left:44.125rem;height:1.54375rem;font-style:normal;display:block; }
#hdxxZDBiu9sIHeeuD3VlAsQ0eiac0itK { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:44.125rem;height:1.54375rem;font-style:normal;display:block; }
#fvcn4Q2G5RzKmmgMaLrlq769yIClbOcO { color:#000000;display:block;width:30.875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:26rem;left:44.125rem;height:4.63125rem;font-style:normal;display:block; }
#pVGNTfuD7HgwZgAycqE2vlHTF5zTD7Q6 { 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:100010;top:9.625rem;left:41.875rem; }
#PT110XvyNhsT2DZQeOVcmSn9GdKDCTp0 { 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:100011;top:13.5rem;left:41.875rem; }
#q4rFuZ8nbOqmcsUWEqN0CRyLzULAfNNE { 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:100012;top:17.5rem;left:41.875rem; }
#GHuUka78hQQGOzzZ6CGW8xHzqAtSJOLM { 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:100013;top:20.6875rem;left:41.875rem; }
#nyCaJFL7Uwp2NWfbsNvMUSZyQZfNR4b6 { 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:100014;top:23.3125rem;left:41.875rem; }
#UILMI6Ih2KhOyfDUTzs3kvz73CGnvStL { 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:100015;top:26rem;left:41.875rem; }
#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn { background-color:#494858;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container { background-color: transparent; background-image: none; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container > .video-iframe-container { display: none; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row > .video-iframe-container { display: none; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .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); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container { border-width: 0; border-radius: 0; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container { width:75rem;height:16.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#cGeFlXE6ilgJWlf20WTR9xzXhHi98L5z { color:#000000;display:block;width:54.625rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:10.0234375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaH7u8xH5oWKETrGL8FJmQdIibCTpUnW { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:10.273439407349rem;left:26.399217605591rem;display:block; }
#fVbzFlA58RuisQ79GPSTSyH1J4OGiFFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28d35d3c-e477-46b7-8cd8-2b85f9f34e78/image00142.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B.adaptive-delivery-prevent-bg, #aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B.lazyload, #aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B.lazyloading { background-image: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container { background-color: transparent; background-image: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container > .video-iframe-container { display: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row > .video-iframe-container { display: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .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); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container { border-width: 0; border-radius: 0; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#494858;background-image:none;position:relative;display:block; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row .container { background-color: transparent; background-image: none; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row .container > .video-iframe-container { display: none; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row > .video-iframe-container { display: none; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .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); }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row .container { border-width: 0; border-radius: 0; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#gb7yA8RRTSpXRCI6H3uTteT79Wmb1Ibo { color:#ffffff;display:block;width:61.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:11.1875rem;left:6.75rem;height:7.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iNmprobZk0ea1UdZ09U3T92RM1T8JX9P { color:#ffffff;display:block;width:69.1875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.9375rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#aBbJN89ipTXAggaZlmDsAk6oulJtaQNp { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:21.886719226837rem;left:26.562501907349rem;display:block; }
#SJTIISRHweQB35puzgzuV9xaZMnpvc2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD { position:relative;display:block; }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD { background-color: transparent; background-image: none; }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .row .container > .video-iframe-container { display: none; }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .row > .video-iframe-container { display: none; }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .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); }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD { border-width: 0; border-radius: 0; }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#uiprR531rLBC5EsTQHiEfXkIeR1pahgh { color:#000000;display:block;width:69.1875rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:3.6406278610229rem;left:2.90625rem;height:4.46875rem;text-align:center;text-align-last:center;display:block; }
#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54866bb9-7eb2-4480-9428-7ee1a3905991/pexelspaveldanilyuk6339729.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB.adaptive-delivery-prevent-bg, #TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB.lazyload, #TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB.lazyloading { background-image: none; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row .container { background-color: transparent; background-image: none; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row .container > .video-iframe-container { display: none; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.5); }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row > .video-iframe-container { display: none; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .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); }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row .container { border-width: 0; border-radius: 0; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#tMuUA1MLdclvM2qGwO1lLqTzwTU93Pwh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:25rem;top:0rem;left:50.000001907349rem;overflow:hidden;display:block; }
#rdd7lTwrtwCWATUpTS3oXVo27b9EzXMT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.9375rem;width:25rem;top:2.5rem;left:25.000001907349rem;overflow:hidden;display:block; }
#PEMi35mNNv4tsFESHg5fs0sEfCSRvKO5 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6875rem;width:25.0625rem;top:7.62939453125E-6rem;left:0rem;overflow:hidden;display:block; }
#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row .container { background-color: transparent; background-image: none; }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row .container > .video-iframe-container { display: none; }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row > .video-iframe-container { display: none; }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .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); }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row .container { border-width: 0; border-radius: 0; }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row .container { font-size:0.875rem;font-family:arial;height:64.3125rem;width:75rem;position:relative;display:block; }#czPZAuJ8rbvIhpbmxs72QqVyExeFdefO { color:#3c3833;display:block;width:72.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:3.5625076293945rem;left:1.28125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ncxsxt9Qq96UMXt0H9ZcMgAqs4DoLbJR { position:absolute;display:block;z-index:100000;background-color:#494858;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;height:18.75rem;width:18.9375rem;top:13.375rem;left:7.5rem;display:block; }
#wHFHXIcxkC2Ey85EyrrH8XTltXiL9PTh { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:25.5625rem;left:8.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eH2VvAit2kSgHcxnp127Sg6rKyTA084J { position:absolute;display:block;z-index:100004;background-color:#494858;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;height:18.75rem;width:18.9375rem;top:13.375rem;left:28.0625rem;display:block; }
#C1OUtTHmamdnETn4qmdGxDbaFNUI2CV9 { position:absolute;display:block;z-index:100008;background-color:#494858;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;height:18.75rem;width:18.9375rem;top:13.375rem;left:48.5625rem;display:block; }
#TBwGee9m7q5pxsDBvigw09wD4XTroAk1 { position:absolute;display:block;z-index:99998;background-color:#494858;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;height:18.75rem;width:18.9375rem;top:33.625rem;left:38.3125rem;display:block; }
#HOBgEIvIs8r9U8kWsPLVXzLaflIy1NXL { position:absolute;display:block;z-index:99999;background-color:#494858;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;height:18.75rem;width:18.9375rem;top:33.625rem;left:17.75rem;display:block; }
#utg9GPmGwWqeH33ptdWO2TW1xpRxe7lC { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;top:17.9375rem;left:13.875rem; }
#i14qgBZUN1H2qbJnx7HQawccf9aVX9Fu { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:25.5625rem;left:29.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gO1bUBLKkmN5xsbDuHnzSw1ECa60Je98 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;top:17.9375rem;left:34.375rem; }
#zdokQGSbCyqNvn3PlLOJfXe77e5E4EhU { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100034;top:17.9375rem;left:54.875rem; }
#e2ksCWSuyx4mo4PVJDhwOsQpqgh9pGKx { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:25.5625rem;left:49.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J5R8TurnWMmv2Mt3XDyb1FoIVveMAtuX { box-sizing:content-box;color:#5d92ff;font-size:6.5625rem;font-weight:400;line-height:1;height:9.375rem;width:9.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;top:36.500000953674rem;left:22.531251907349rem; }
#bwb3l3ONDpTwrv5SzH2X4hLqKocFVJli { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:45.8125rem;left:18.8125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNHy3xBlLIbmxIABCfHEniMIoVpTVfsO { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100034;top:38.1875rem;left:44.6875rem; }
#eAiTKKdTXgKrgdiI73N7l4DWyN3v8WbT { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:45.8125rem;left:39.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKTZcvhQ0woc1HSe2N51hxlhMGIeZ0Zp { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:57.112501144409rem;left:26.562501907349rem;display:block; }
#fVHksvTW3y9PXsoQKpnJVdHlbfqPlJgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6de597d-38bd-4de4-8557-7ca4213586fe/IMG_9178.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5.adaptive-delivery-prevent-bg, #ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5.lazyload, #ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5.lazyloading { background-image: none; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row .container { background-color: transparent; background-image: none; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row .container > .video-iframe-container { display: none; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row > .video-iframe-container { display: none; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .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); }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row .container { border-width: 0; border-radius: 0; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row .container { background-color: transparent; background-image: none; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row .container > .video-iframe-container { display: none; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row > .video-iframe-container { display: none; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .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); }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row .container { border-width: 0; border-radius: 0; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#rWbAH4xdsPFfxDlhiarEaPBDeBF9Vd4m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:33.1875rem;width:22.0625rem;top:4.0312499403954rem;left:4rem;overflow:hidden;display:block; }
#DTSk98hMug4fOcVtNC3Txod29cFvq7Rx { color:#000000;display:block;width:32rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:4.03125rem;left:30.000001907349rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DI0PbFFu5N6lo1cwgu4cQyHc9HbpTeBe { position:absolute;display:block;z-index:100009;background-color:#32cd32;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;height:0.125rem;width:37.5rem;top:8.5rem;left:30rem;display:block; }
#zTHouuuZUFV2KtCpUcfG6r8MbmtvpRKi { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#InEOSChyFDw8SA7cgK7Rq5p7qEFb29Ou { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:17.25rem;left:30rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bPawrFG2drsRIF2vqtXohMGngv9KRQhg { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:19.375rem;left:30rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8Z7byyIFzQvfp4HNDoz8dkAPqX7KbBo { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:23rem;left:30rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#etT5IcixD1AUs0hLrTQufFSXTyquJO2h { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:25.8125rem;left:30rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#32cd32;background-image:none;color:#ffffff;padding-top:0.6175rem;padding-right:0.55625rem;padding-bottom:0.6175rem;padding-left:0.55625rem;display:block;align-items:center;width:3.335625rem;min-width:3.335625rem;height:3.319375rem;position:relative;font-family:"open sans";font-size:2.470625rem;font-weight:700;line-height:53.11px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.385625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.446875rem;height:1.311875rem;position:relative;font-family:"open sans";font-size:0.92625rem;font-weight:400;line-height:20.99px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:20.875rem;height:6.25rem;padding-top:0.7725rem;padding-right:0.79375rem;padding-bottom:0.7725rem;padding-left:0.79375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.48593711853rem;left:34.768751144409rem;z-index:100009; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #BzaKlgDIpEiPg48Cpp8G5pE71MTs7ZbB { display:flex;position:relative;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #L6ERL9Qz51X63dFGKVoOHGSFWD6eDfws { width:auto; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ZoOADPHJhF2AET7NmHP0ybUyyaaopCqM {  }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #LTO81T5tmCZKVuHHTf68PLJMuM1pVoIG { display:flex;position:relative;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #qt4EqwJF5wuK1AHeMW6ZpGqH5TGHpnMz {  }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #L7I0bIkfzKoMwcpMavZ9v84Sk34IBNmr {  }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #lgPHfmZxCgWilh02lcAMSdgfi1OtkUCF { display:flex;position:relative;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ORpDfO1AtqeGtJAbzlkW2AKtvS1k5uEy {  }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #SoXfrD5E2mU0EcSzqZ9QDTQSd6IPdpxN {  }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ALP2C8pz9aylZCOBzXowoSTHEQiN6Iw4 { display:flex;position:relative;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #acaP9JuIQ1Dpd50rvKX15MMXndT4IfDK {  }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #X1MtmMlT6L9RTzdUIqHXTA3TDElmZH5Q {  }
#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 { background-color:#e2e2e2;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row .container { background-color: transparent; background-image: none; }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row .container > .video-iframe-container { display: none; }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row > .video-iframe-container { display: none; }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .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); }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row .container { border-width: 0; border-radius: 0; }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row .container { font-size:0.875rem;font-family:"open sans";height:12.125rem;width:75rem;overflow:visible;position:relative;display:block; }#udRtcCbiVT9rPp6NepblTTbJMhdK53Xi { color:#3a3f55;display:block;width:47.125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.9515628814698rem;left:6.5625rem;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; }
#DE1k1O14VzeNKT0EnMrTsfbU3KOwHBoL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:14.5625rem;top:2.0304679870606rem;left:3.5625rem;overflow:hidden;display:block; }
#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;background-image:none;position:relative;display:block; }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row .container { background-color: transparent; background-image: none; }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row .container > .video-iframe-container { display: none; }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row > .video-iframe-container { display: none; }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .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); }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row .container { border-width: 0; border-radius: 0; }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#XPTMK3T7EnQyNfk6zeKcDSATlf51B9Lf { color:rgba(58,63,85,0.7);display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:21.875rem;left:3.875rem;height:7.3125rem;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; }
#MqGWR5rxr4DrUhXUUhsmiPKnkws4O5MG { color:#3a3f55;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:19.125rem;left:6.875rem;height:2.03125rem;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; }
#urneNTWSiOQFtSTr3G7fODWK0TecHGh2 { color:rgba(58,63,85,0.7);display:block;width:29.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:6.375rem;left:3.875rem;height:8.775rem;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; }
#tWEbgV6znCEwqfEWnbr6epIkLV24PRi7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100019;top:19.1875rem;left:3.875rem; }
#IXW3euZxiHKyubCVJaD4LpAL7R8Vt4e3 { color:#3a3f55;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:3.625rem;left:6.875rem;height:2.03125rem;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; }
#hlyhEylka2bpuhawrTJhg34wMS4O5B9W { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100016;top:3.6875rem;left:3.875rem; }
#DULC2EraSF0GazBhcbufc9TiloygDSPX { color:rgba(58,63,85,0.7);display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:36.6875rem;left:3.875rem;height:11.7rem;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; }
#WCVtewimArWOBA6UDal34DXE4T0E8QWa { color:#3a3f55;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:33.9375rem;left:6.875rem;height:2.03125rem;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; }
#Nz0BTPfdRTLKPxqKoLHHM5EagzqBaEg1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100022;top:34rem;left:3.875rem; }
#nFEwVH9gZ04DhAgo60kfiE3f8BrPrhZ4 { color:rgba(58,63,85,0.7);display:block;width:29.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:21.4375rem;left:41.375rem;height:4.3875rem;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; }
#t1pnalXUSmXX6EpTccxvZXMBbV6O14QL { color:#3a3f55;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:18.6875rem;left:44.375rem;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; }
#lSPT2UEsZFFRNt4GWpK35Zhwg7T4Mhuf { color:rgba(58,63,85,0.7);display:block;width:29.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:5.9375rem;left:41.375rem;height:8.775rem;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; }
#K9FqUTOTRVX0g3FyTH8c6t9IEtzLypMX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100028;top:18.75rem;left:41.375rem; }
#k2QxJlOgblmIiXVvfhcLZ1tgJPAoGdUu { color:#3a3f55;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:3.1875rem;left:44.375rem;height:2.03125rem;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; }
#RUTGRATeFPoxT2eP9zglT9WwqMTPzF2X { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100025;top:3.25rem;left:41.375rem; }
#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG { background-color:#e2e2e2;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row .container { background-color: transparent; background-image: none; }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row .container > .video-iframe-container { display: none; }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row > .video-iframe-container { display: none; }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .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); }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row .container { border-width: 0; border-radius: 0; }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row .container { font-size:0.875rem;font-family:"open sans";height:11.5rem;width:75rem;overflow:visible;position:relative;display:block; }#UWwH5CWMax0oa8T5dLXat07CW473IIMR { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:2.5312566757202rem;left:26.562501907349rem;display:block; }
#X2EGDI285Cp0LJZlLpyGNck1fV9qVUvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a2cwwylCLT1lHiIPnHW32VhytWko1cUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row .container { background-color: transparent; background-image: none; }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row .container > .video-iframe-container { display: none; }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row > .video-iframe-container { display: none; }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .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); }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row .container { border-width: 0; border-radius: 0; }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row .container { font-size:0.875rem;font-family:arial;height:184.625rem;width:75rem;position:relative;display:block; }#hBkkeIkITlbGWxIWAaW5PrnFZe3v0Fzk { color:#101010;display:block;width:60.1875rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:300;z-index:100002;line-height:1.1;letter-spacing:0;top:3.1875rem;left:6.6875rem;height:3.78125rem;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; }
#IhIb9Sy6ZIcvzUQiWQhR9gdzBS6hNT3L { color:rgba(16,16,16,0.12);display:block;width:9.125rem;position:absolute;font-family:lato;font-size:4.6875rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:1.875rem;left:4.1875rem;height:5.15625rem;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; }
#XVAi6TQQfpTA9dh4viRmJkQPuOxb8Nvv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100004;top:10.236707687378rem;left:4.1875rem; }
#MMTpL2sevBWv6x1gsNakpCW2aDyqbtIM { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:10.348438739777rem;left:6.6875rem;height:1.65rem;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; }
#pDndVETeMUgL1la47NdiC2oEFNs9pHL0 { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:12.723438739777rem;left:6.75rem;height:5.0625rem;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; }
#FL7VgdTRI12r3TNpE4izsZvia73lTiII { color:#101010;display:block;width:38.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:23.375rem;left:6.75rem;height:1.4625rem;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; }
#TAhOy5Ns29cqKgkWS0fr9VAq66R8Ivip { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100007;top:20.9375rem;left:4.1875rem; }
#MpNrrZDsXb6pifvZTEpgl5AHI477yoaX { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.1;letter-spacing:0;top:21rem;left:6.6875rem;height:1.65rem;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; }
#hMCHT05lavkPqWHGFcLeOb6SuOoHkkiq { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:30rem;left:6.0625rem;height:8.4375rem;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; }
#Ls9PlfczRZoTCMB8aFE1Hu37ib8GNncT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100010;top:28.125rem;left:4.1875rem; }
#p5TTyuwVp5N95VrZLpu6t3oMonVeZw4h { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.1;letter-spacing:0;top:28.1875rem;left:6.6875rem;height:1.65rem;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; }
#Rps6dZE73ZzBsSyWxhZTZqVNvhRBldqi { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:43.625rem;left:6.75rem;height:5.85rem;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; }
#Ti6gyVtBnp3QMvlVpA6i89QR2C0GTZHS { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100012;line-height:1.1;letter-spacing:0;top:41.25rem;left:6.6875rem;height:1.65rem;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; }
#qf5LWbXEyyNNT8tK7ePn1JzHnUqMH4BR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100013;top:41.1875rem;left:4.1875rem; }
#HRxOMxUo3VQv8mGMCZAxotWZWTDpl1Rx { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:54.875rem;left:6.75rem;height:6.75rem;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; }
#wtm4d2EpUr5mTRK4IQN7V0TA6AWOdFTJ { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100015;line-height:1.1;letter-spacing:0;top:52.5rem;left:6.6875rem;height:1.65rem;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; }
#nBQh0PClrwzbCUpyhdQKKaspemSDoMT9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100016;top:52.4375rem;left:4.1875rem; }
#gU6yTNBdUNASQBiD1grhqtiefg2HxLhC { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:67.125rem;left:6.75rem;height:28.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; }
#tiv2ImpqXipHEZf1PEPRv9fHkdzBi7ZX { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100018;line-height:1.1;letter-spacing:0;top:64.75rem;left:6.6875rem;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; }
#XhrRrdQq5cSGvARsmMBuDUsikuwptNLC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100019;top:64.6875rem;left:4.1875rem; }
#FXFKPnwVRX8g0SLNEksa9TlDUhswtwaR { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:100.875rem;left:6.75rem;height:10.125rem;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; }
#SB7s8N6PqiWxZLAyLS8NoFlxVzeMicXo { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100021;line-height:1.1;letter-spacing:0;top:98.5rem;left:6.6875rem;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; }
#ITSciXvvnx1L6xOzd4MwgHV9wxP7OBKn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100022;top:98.4375rem;left:4.1875rem; }
#tBXAklmT2q7aJAhqwtAosralLvGLAoIe { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.5;letter-spacing:0;top:117.25rem;left:6.75rem;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; }
#ptBd60XmR5GlCqDPLlJ53HcZbgaq5iOG { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100024;line-height:1.1;letter-spacing:0;top:114.875rem;left:6.6875rem;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; }
#babGHetaJJcLoTpp4zeq8ldOT0T11fFX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100025;top:114.8125rem;left:4.1875rem; }
#gyzKe0UMvShcFlL9Bwm0rnP586pUXONW { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100028;line-height:1.5;letter-spacing:0;top:140.37501239777rem;left:6.6875rem;height:6.75rem;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; }
#UNk7QkuyHWucEAmfmntDW1564l15S3uy { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100027;line-height:1.1;letter-spacing:0;top:137.9375rem;left:6.6875rem;height:1.65rem;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; }
#HxghnzeMVIkpHZpRec9alVUPMDFREsS0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100028;top:137.875rem;left:4.1875rem; }
#fB03BHSHZLT9yRK3EivaCHVqMHv77Uaz { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100031;line-height:1.5;letter-spacing:0;top:152.125rem;left:6.6875rem;height:5.0625rem;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; }
#r2n07NknUU4xhXesuQ2XvneGnfxDWonD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100031;top:149.625rem;left:4.1875rem; }
#pKbHuqrpwEJxZDBI3Qd07a0pGq2Bm0h9 { color:#101010;display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100030;line-height:1.1;letter-spacing:0;top:149.6875rem;left:6.6875rem;height:1.65rem;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; }
#kkJPqN5VoSberuUDLUZscWzRPCywmaKH { color:#101010;display:block;width:66.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100034;line-height:1.5;letter-spacing:0;top:162.3125rem;left:6.6875rem;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; }
#u9AkeVQnDe9rytBoFtyGMX7Xt0vSdT4D { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:100034;top:159.8125rem;left:4.1875rem; }
#Wwgwe9vDmT1zWg0KZON2pOkPCrTdMdzM { color:#101010;display:block;width:41.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100033;line-height:1.1;letter-spacing:0;top:159.875rem;left:6.6875rem;height:1.65rem;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; }
#KRdOtbdoxDEosVAtTC73PD914221ZAQ8 { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:174.82499694824rem;left:29.031251907349rem;display:block; }
#QLF9hbFiVfdBVtsNETPqwFncCyfHPV5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#32cd32;background-image:none;position:relative;display:block; }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row .container { background-color: transparent; background-image: none; }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row .container > .video-iframe-container { display: none; }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row > .video-iframe-container { display: none; }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .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); }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row .container { border-width: 0; border-radius: 0; }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cdfddb;background-image:none;position:relative;display:block; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row .container { background-color: transparent; background-image: none; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row .container > .video-iframe-container { display: none; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row > .video-iframe-container { display: none; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .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); }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row .container { border-width: 0; border-radius: 0; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row .container { font-size:0.875rem;font-family:arial;height:60.9375rem;width:75rem;position:relative;display:block; }#BIgBAHgJVrI6R7uNHmxtSs7h7rz8cTJk { color:#000000;display:block;width:32.875rem;position:absolute;font-family:raleway;font-size:3.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:7.4375rem;left:34.625rem;height:7.2504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MT1RTUpphmp81xBTQ97OAF4yCcePeWS8 { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:15.375rem;left:37.5625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKxSAaJ4473ATrXuNVw71ZdX24VOBkzK { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:5.9375rem;left:10.1875rem;overflow:hidden;display:block; }
#GloT8zesi1aoehaLTTw2qSkTqogz3ylq { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:17.55rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ArCaNeWy8rbFQMm0F9z5OkGC8oOoWJVy { background-color:#32cd32;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:50.999217987061rem;left:26.562501907349rem;display:block; }
#PaW7SqsQaTRdWqmHvhn6gZ4UkfxCdMxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D { background-color:#494858;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container { background-color: transparent; background-image: none; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container > .video-iframe-container { display: none; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row > .video-iframe-container { display: none; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .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); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container { border-width: 0; border-radius: 0; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RcD3hqzt6Ixhl3cqpsMK49J9xMzvnBSm { color:#000000;display:block;width:54.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.2499732971191rem;left:10.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP { display:block; }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pd0T28pMVZimRIbcTEzTz0q5zk3N8kwt { top:0.6875rem;left:15.625rem;width:16.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioBcG9EGG8sPfUWODGkDXJTwosm9USgB { display:block; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGvDwDhuIFxqQpXp7TdyssTFF2gSEb6Z { width:21.875rem;height:4.0625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcG9IWhUdNxhHMzE8RVfOQ6qhMm6XwS { display:block; }
 }@media only screen and (max-width: 763px) { #HJRPC58BSMQW2aheffQLfTsKfKdtsCTl { top:3.8125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HixQ2DrnrZPpUMTUMu9oTtSng57u1OxC { top:8.25rem;left:0rem;width:47.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpwSraCaugSL7BR1Vx6ux2LsWdiThAKr { top:14.3125rem;left:0rem;width:33.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuiS5Tr62X5RrfrBrx0FTizGPHGZW1k6 { top:19.3125rem;left:0rem;width:43rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMH4tWTcqanAu9Dc1hci92l7iRqiaTe { width:0.1875rem;height:11.25rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m { display:block; }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh { display:block; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zn1yr8xzWzSCRoDKD6UMAv0oGL4ZSQuv { width:24.75rem;height:7.75rem;top:46.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf2nIII7SLSuI76syEJcsFQezUQK2CEM { width:24.75rem;height:2.0625rem;top:35.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTWz1qbVCXyyDiseXlr5Jmqq7L3yw3U { width:21.875rem;height:4.0625rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWMhAI0xTT4SNtptP7WaoT6pxfU4kZPf { display:block; }
 }@media only screen and (max-width: 763px) { #UMN7RpgTInawyq2ZuuLOFZzfBONJxQro { width:0.1875rem;height:21.875rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKkCT1kLRlkzvkevZuw7xyyfMXtA6Usv { width:24.75rem;height:2.0625rem;top:38.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nulcng0cDAKWTXalQomDPyEfrh58soT3 { width:24.75rem;height:2.0625rem;top:42.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvElBPuEASqq9ql7raEsvW6zpPnnXFA0 { width:24.75rem;height:2.0625rem;top:54rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc { display:flex;width:18rem;height:5.0625rem;top:3.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #DA5Zl9xq5fQJ18HUy54UlhpfQd4u3Pai { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #S5A2y7gZ2s3BfRPUfTbbrPDaT0iuN8TZ {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #VIOP3q3lKBIyxluGRIxZVrnx9SSaxkCF {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #RZAyNynE2AE8qPFPMZFXRHHb3R3tqZss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #vP2XU8iTS1qpQroFQTkuNasF2nXS01iq {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #H4kZ1DXhmNs3qZ3pCB5M4eO4aqvPDSZl {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #S3fS4vXJ0w48MWVy53W7ke5tuloGU9bk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #yKtrKVLR77plKzKGOW1rZhMErEaTK91h {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #a5PuiITqf7RRNKmnouykT4DPam3MmMaI {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #A7DcwFHQzkWLvqHGspL3FUTQMIeVuy2h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #C76kLHvsPsLTgxdK8WaT9boXrAgaGsaM {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #WSHtqTDTDGFxLQltiSzmpb6wVfGFBf9I {  }
 }@media only screen and (max-width: 763px) { #W6OOElB6KcZc656RWdtdplIBRTT1b24G { width:47.75rem;height:7.3125rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XwdZgwdoUNpv3r4EJCKP3deMkcINZA { width:47.75rem;height:7.3125rem;top:24.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0e8RftuN3QWuqg65TXlEUt3on5PPwJd { display:block; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 { display:block; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUGdtdzBcM1zWB9z0sx33S3963SUZ56D { top:8.875rem;left:21.8125rem;width:25.9375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AErVyaQWVX1B64CGyPe8xxfTlm7TCA2c { top:1.6875rem;left:20.75rem;width:27rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7835UnzzM8ifL88ryCcrp7A96AgiTVF { top:12.75rem;left:21.8125rem;width:25.9375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liNGrkHKIJnxkTEk2tBApcAnur29aZZW { top:16.5625rem;left:21.8125rem;width:25.9375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNFyAHayocDEoJPKQd7ieEEPa97ENCtQ { top:20.6875rem;left:21.8125rem;width:25.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdxxZDBiu9sIHeeuD3VlAsQ0eiac0itK { top:23.3125rem;left:21.8125rem;width:25.9375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvcn4Q2G5RzKmmgMaLrlq769yIClbOcO { top:26rem;left:16.875rem;width:30.875rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGNTfuD7HgwZgAycqE2vlHTF5zTD7Q6 { top:9.625rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT110XvyNhsT2DZQeOVcmSn9GdKDCTp0 { top:13.5rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4rFuZ8nbOqmcsUWEqN0CRyLzULAfNNE { top:17.5rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHuUka78hQQGOzzZ6CGW8xHzqAtSJOLM { top:20.6875rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyCaJFL7Uwp2NWfbsNvMUSZyQZfNR4b6 { top:23.3125rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UILMI6Ih2KhOyfDUTzs3kvz73CGnvStL { top:26rem;left:23.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn { display:block; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGeFlXE6ilgJWlf20WTR9xzXhHi98L5z { top:2.1875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaH7u8xH5oWKETrGL8FJmQdIibCTpUnW { width:21.875rem;height:4.0625rem;top:10.25rem;left:12.774217605591rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVbzFlA58RuisQ79GPSTSyH1J4OGiFFT { display:block; }
 }@media only screen and (max-width: 763px) { #aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B { display:block; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw { display:block; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gb7yA8RRTSpXRCI6H3uTteT79Wmb1Ibo { top:11.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNmprobZk0ea1UdZ09U3T92RM1T8JX9P { top:3.6875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBbJN89ipTXAggaZlmDsAk6oulJtaQNp { width:21.875rem;height:4.0625rem;top:21.875rem;left:12.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTIISRHweQB35puzgzuV9xaZMnpvc2Z { display:block; }
 }@media only screen and (max-width: 763px) { #bRvo9HChRt2JTIE2NhkWJLenSVem4AUD { display:block; }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiprR531rLBC5EsTQHiEfXkIeR1pahgh { top:3.625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB { display:block; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMuUA1MLdclvM2qGwO1lLqTzwTU93Pwh { width:25rem;height:18.6875rem;top:0rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdd7lTwrtwCWATUpTS3oXVo27b9EzXMT { width:25rem;height:13.9375rem;top:2.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEMi35mNNv4tsFESHg5fs0sEfCSRvKO5 { width:25.0625rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUHqfniTX42wka4oPZd1oi1Miqc1ULDM { display:block; }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czPZAuJ8rbvIhpbmxs72QqVyExeFdefO { width:47.75rem;height:5.6875rem;top:3.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncxsxt9Qq96UMXt0H9ZcMgAqs4DoLbJR { width:18.9375rem;height:18.75rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHFHXIcxkC2Ey85EyrrH8XTltXiL9PTh { width:16.875rem;height:2rem;top:25.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH2VvAit2kSgHcxnp127Sg6rKyTA084J { width:18.9375rem;height:18.75rem;top:13.375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1OUtTHmamdnETn4qmdGxDbaFNUI2CV9 { width:18.9375rem;height:18.75rem;top:13.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwGee9m7q5pxsDBvigw09wD4XTroAk1 { width:18.9375rem;height:18.75rem;top:33.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOBgEIvIs8r9U8kWsPLVXzLaflIy1NXL { width:18.9375rem;height:18.75rem;top:33.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utg9GPmGwWqeH33ptdWO2TW1xpRxe7lC { top:17.9375rem;left:0.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i14qgBZUN1H2qbJnx7HQawccf9aVX9Fu { width:16.875rem;height:2rem;top:25.5625rem;left:15.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO1bUBLKkmN5xsbDuHnzSw1ECa60Je98 { top:17.9375rem;left:20.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdokQGSbCyqNvn3PlLOJfXe77e5E4EhU { top:17.9375rem;left:41.25rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ksCWSuyx4mo4PVJDhwOsQpqgh9pGKx { width:16.875rem;height:4.0625rem;top:25.5625rem;left:30.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5R8TurnWMmv2Mt3XDyb1FoIVveMAtuX { top:36.5rem;left:8.9062519073488rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwb3l3ONDpTwrv5SzH2X4hLqKocFVJli { width:16.875rem;height:2rem;top:45.8125rem;left:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHy3xBlLIbmxIABCfHEniMIoVpTVfsO { top:38.1875rem;left:31.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAiTKKdTXgKrgdiI73N7l4DWyN3v8WbT { width:16.875rem;height:2rem;top:45.8125rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTZcvhQ0woc1HSe2N51hxlhMGIeZ0Zp { width:21.875rem;height:4.0625rem;top:57.0625rem;left:12.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHksvTW3y9PXsoQKpnJVdHlbfqPlJgT { display:block; }
 }@media only screen and (max-width: 763px) { #ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 { display:block; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg { display:block; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWbAH4xdsPFfxDlhiarEaPBDeBF9Vd4m { width:22.0625rem;height:33.1875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSk98hMug4fOcVtNC3Txod29cFvq7Rx { width:32rem;height:3.625rem;top:4rem;left:15.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI0PbFFu5N6lo1cwgu4cQyHc9HbpTeBe { top:8.5rem;left:10.25rem;width:37.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHouuuZUFV2KtCpUcfG6r8MbmtvpRKi { width:33.375rem;height:4.875rem;top:10.4375rem;left:14.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InEOSChyFDw8SA7cgK7Rq5p7qEFb29Ou { width:33.375rem;height:;top:17.25rem;left:14.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPawrFG2drsRIF2vqtXohMGngv9KRQhg { width:33.375rem;height:1.9375rem;top:19.375rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Z7byyIFzQvfp4HNDoz8dkAPqX7KbBo { width:33.375rem;height:2.8125rem;top:23rem;left:14.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etT5IcixD1AUs0hLrTQufFSXTyquJO2h { width:33.375rem;height:1.9375rem;top:25.8125rem;left:14.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K { display:flex;width:18rem;height:5.0625rem;top:3.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #BzaKlgDIpEiPg48Cpp8G5pE71MTs7ZbB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #L6ERL9Qz51X63dFGKVoOHGSFWD6eDfws {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ZoOADPHJhF2AET7NmHP0ybUyyaaopCqM {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #LTO81T5tmCZKVuHHTf68PLJMuM1pVoIG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #qt4EqwJF5wuK1AHeMW6ZpGqH5TGHpnMz {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #L7I0bIkfzKoMwcpMavZ9v84Sk34IBNmr {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #lgPHfmZxCgWilh02lcAMSdgfi1OtkUCF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ORpDfO1AtqeGtJAbzlkW2AKtvS1k5uEy {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #SoXfrD5E2mU0EcSzqZ9QDTQSd6IPdpxN {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ALP2C8pz9aylZCOBzXowoSTHEQiN6Iw4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #acaP9JuIQ1Dpd50rvKX15MMXndT4IfDK {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #X1MtmMlT6L9RTzdUIqHXTA3TDElmZH5Q {  }
 }@media only screen and (max-width: 763px) { #Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 { display:block; }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udRtcCbiVT9rPp6NepblTTbJMhdK53Xi { width:47.125rem;height:;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE1k1O14VzeNKT0EnMrTsfbU3KOwHBoL { width:14.5625rem;height:7.5rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK { display:block; }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPTMK3T7EnQyNfk6zeKcDSATlf51B9Lf { width:29.8125rem;height:7.3125rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqGWR5rxr4DrUhXUUhsmiPKnkws4O5MG { width:21.375rem;height:2rem;top:19.125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urneNTWSiOQFtSTr3G7fODWK0TecHGh2 { width:29.4375rem;height:8.75rem;top:6.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEbgV6znCEwqfEWnbr6epIkLV24PRi7 { top:19.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXW3euZxiHKyubCVJaD4LpAL7R8Vt4e3 { width:21.375rem;height:2rem;top:3.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyhEylka2bpuhawrTJhg34wMS4O5B9W { top:3.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULC2EraSF0GazBhcbufc9TiloygDSPX { width:29.8125rem;height:11.6875rem;top:36.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCVtewimArWOBA6UDal34DXE4T0E8QWa { width:21.375rem;height:2rem;top:33.9375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0BTPfdRTLKPxqKoLHHM5EagzqBaEg1 { top:34rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFEwVH9gZ04DhAgo60kfiE3f8BrPrhZ4 { width:29.8125rem;height:4.375rem;top:21.4375rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pnalXUSmXX6EpTccxvZXMBbV6O14QL { width:21.375rem;height:;top:18.6875rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPT2UEsZFFRNt4GWpK35Zhwg7T4Mhuf { width:29.4375rem;height:8.75rem;top:5.9375rem;left:18.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9FqUTOTRVX0g3FyTH8c6t9IEtzLypMX { top:18.75rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QxJlOgblmIiXVvfhcLZ1tgJPAoGdUu { width:26rem;height:2.0625rem;top:3.1875rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUTGRATeFPoxT2eP9zglT9WwqMTPzF2X { top:3.25rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTL3OWRv44xD5KMiVVSxAmClE5rirKwG { display:block; }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWwH5CWMax0oa8T5dLXat07CW473IIMR { width:21.875rem;height:4.0625rem;top:2.5rem;left:12.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2EGDI285Cp0LJZlLpyGNck1fV9qVUvm { display:block; }
 }@media only screen and (max-width: 763px) { #a2cwwylCLT1lHiIPnHW32VhytWko1cUc { display:block; }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBkkeIkITlbGWxIWAaW5PrnFZe3v0Fzk { width:47.75rem;height:3.75rem;top:3.1875rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIb9Sy6ZIcvzUQiWQhR9gdzBS6hNT3L { width:9.125rem;height:5.125rem;top:1.875rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVAi6TQQfpTA9dh4viRmJkQPuOxb8Nvv { top:10.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTpL2sevBWv6x1gsNakpCW2aDyqbtIM { width:24.4375rem;height:1.625rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDndVETeMUgL1la47NdiC2oEFNs9pHL0 { width:24.4375rem;height:5.0625rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL7VgdTRI12r3TNpE4izsZvia73lTiII { width:38.875rem;height:1.4375rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhOy5Ns29cqKgkWS0fr9VAq66R8Ivip { top:20.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpNrrZDsXb6pifvZTEpgl5AHI477yoaX { width:24.4375rem;height:1.625rem;top:21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMCHT05lavkPqWHGFcLeOb6SuOoHkkiq { width:47.75rem;height:8.4375rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9PlfczRZoTCMB8aFE1Hu37ib8GNncT { top:28.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TTyuwVp5N95VrZLpu6t3oMonVeZw4h { width:35.4375rem;height:1.625rem;top:28.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rps6dZE73ZzBsSyWxhZTZqVNvhRBldqi { width:47.75rem;height:5.8125rem;top:43.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6gyVtBnp3QMvlVpA6i89QR2C0GTZHS { width:35.4375rem;height:1.625rem;top:41.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5LWbXEyyNNT8tK7ePn1JzHnUqMH4BR { top:41.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxOMxUo3VQv8mGMCZAxotWZWTDpl1Rx { width:47.75rem;height:6.75rem;top:54.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtm4d2EpUr5mTRK4IQN7V0TA6AWOdFTJ { width:35.4375rem;height:;top:52.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQh0PClrwzbCUpyhdQKKaspemSDoMT9 { top:52.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU6yTNBdUNASQBiD1grhqtiefg2HxLhC { width:47.75rem;height:;top:67.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiv2ImpqXipHEZf1PEPRv9fHkdzBi7ZX { width:35.4375rem;height:;top:64.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhrRrdQq5cSGvARsmMBuDUsikuwptNLC { top:64.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXFKPnwVRX8g0SLNEksa9TlDUhswtwaR { width:47.75rem;height:;top:100.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB7s8N6PqiWxZLAyLS8NoFlxVzeMicXo { width:35.4375rem;height:;top:98.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITSciXvvnx1L6xOzd4MwgHV9wxP7OBKn { top:98.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBXAklmT2q7aJAhqwtAosralLvGLAoIe { width:47.75rem;height:;top:117.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptBd60XmR5GlCqDPLlJ53HcZbgaq5iOG { width:35.4375rem;height:;top:114.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #babGHetaJJcLoTpp4zeq8ldOT0T11fFX { top:114.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyzKe0UMvShcFlL9Bwm0rnP586pUXONW { width:47.75rem;height:6.75rem;top:140.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNk7QkuyHWucEAmfmntDW1564l15S3uy { width:35.4375rem;height:;top:137.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxghnzeMVIkpHZpRec9alVUPMDFREsS0 { top:137.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB03BHSHZLT9yRK3EivaCHVqMHv77Uaz { width:47.75rem;height:;top:152.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2n07NknUU4xhXesuQ2XvneGnfxDWonD { top:149.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKbHuqrpwEJxZDBI3Qd07a0pGq2Bm0h9 { width:35.4375rem;height:;top:149.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkJPqN5VoSberuUDLUZscWzRPCywmaKH { width:47.75rem;height:;top:162.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9AkeVQnDe9rytBoFtyGMX7Xt0vSdT4D { top:159.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwgwe9vDmT1zWg0KZON2pOkPCrTdMdzM { width:41.1875rem;height:1.625rem;top:159.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdOtbdoxDEosVAtTC73PD914221ZAQ8 { width:21.875rem;height:4.0625rem;top:174.8125rem;left:15.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLF9hbFiVfdBVtsNETPqwFncCyfHPV5g { display:block; }
 }@media only screen and (max-width: 763px) { #Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD { display:block; }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF { display:block; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIgBAHgJVrI6R7uNHmxtSs7h7rz8cTJk { top:7.375rem;left:14.875rem;width:32.875rem;height:7.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1RTUpphmp81xBTQ97OAF4yCcePeWS8 { top:15.3125rem;left:17.8125rem;width:29.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKxSAaJ4473ATrXuNVw71ZdX24VOBkzK { top:5.9375rem;left:0rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GloT8zesi1aoehaLTTw2qSkTqogz3ylq { top:25.3125rem;left:0rem;width:47.75rem;height:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArCaNeWy8rbFQMm0F9z5OkGC8oOoWJVy { width:21.875rem;height:4.0625rem;top:50.9375rem;left:12.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW7SqsQaTRdWqmHvhn6gZ4UkfxCdMxs { display:block; }
 }@media only screen and (max-width: 763px) { #qi0idugqOEUZcMTEcW4w3GnorMAXqU1D { display:block; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcD3hqzt6Ixhl3cqpsMK49J9xMzvnBSm { top:2.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP { display:block; }#H4xyPzn8JnLSG9OmTOEaGepOLHLFXVeP > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pd0T28pMVZimRIbcTEzTz0q5zk3N8kwt { width:16.5rem;height:3.375rem;top:1.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioBcG9EGG8sPfUWODGkDXJTwosm9USgB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/954e58cb-6e6c-4a94-8594-05dd18dba4df/pexelspaveldanilyuk6339729.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB.adaptive-delivery-prevent-bg, #ioBcG9EGG8sPfUWODGkDXJTwosm9USgB.lazyload, #ioBcG9EGG8sPfUWODGkDXJTwosm9USgB.lazyloading { background-image: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container { background-color: transparent; background-image: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container > .video-iframe-container { display: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row > .video-iframe-container { display: none; }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .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); }#ioBcG9EGG8sPfUWODGkDXJTwosm9USgB > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGvDwDhuIFxqQpXp7TdyssTFF2gSEb6Z { width:14.375rem;height:3.75rem;top:37.36171913147rem;left:2.8125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcG9IWhUdNxhHMzE8RVfOQ6qhMm6XwS { display:block; }
 }@media only screen and (max-width: 763px) { #HJRPC58BSMQW2aheffQLfTsKfKdtsCTl { width:20rem;height:7.8rem;top:2.1250004172325rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HixQ2DrnrZPpUMTUMu9oTtSng57u1OxC { width:20rem;height:3.575rem;top:11.112501144409rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpwSraCaugSL7BR1Vx6ux2LsWdiThAKr { width:15.625rem;height:4.875rem;top:17.875rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuiS5Tr62X5RrfrBrx0FTizGPHGZW1k6 { width:16.1875rem;height:9.75rem;top:24rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeMH4tWTcqanAu9Dc1hci92l7iRqiaTe { width:0.1875rem;height:17.5rem;top:17.04921913147rem;left:1.8742188215256rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m { display:block; }#O8fA2b30u0eoKZ9E4BtfAFGOaAFIiX8m > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f8aadd2-89e9-44e7-8a5f-75b1e9d74279/kidfloorjumpingrope.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh.adaptive-delivery-prevent-bg, #ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh.lazyload, #ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh.lazyloading { background-image: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container { background-color: transparent; background-image: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container > .video-iframe-container { display: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row > .video-iframe-container { display: none; }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .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); }#ZB8DHiwzTrINUTnW9SAzl8uTAQFRgWSh > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zn1yr8xzWzSCRoDKD6UMAv0oGL4ZSQuv { width:18.75rem;height:5.85rem;top:35.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf2nIII7SLSuI76syEJcsFQezUQK2CEM { width:18.75rem;height:1.95rem;top:25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTWz1qbVCXyyDiseXlr5Jmqq7L3yw3U { width:19rem;height:4.0625rem;top:46.062501907349rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWMhAI0xTT4SNtptP7WaoT6pxfU4kZPf { display:block; }
 }@media only screen and (max-width: 763px) { #UMN7RpgTInawyq2ZuuLOFZzfBONJxQro { width:0.1875rem;height:18.75rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKkCT1kLRlkzvkevZuw7xyyfMXtA6Usv { width:16.125rem;height:1.95rem;top:27.962502479553rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nulcng0cDAKWTXalQomDPyEfrh58soT3 { width:11.5625rem;height:1.95rem;top:30.987500190735rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvElBPuEASqq9ql7raEsvW6zpPnnXFA0 { width:10.5625rem;height:1.95rem;top:41.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#g9wm63IvhyPP3pK0M6zr0tDma33lCSuc { display:flex;width:18rem;height:5.0625rem;top:9.186718940735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #DA5Zl9xq5fQJ18HUy54UlhpfQd4u3Pai { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #S5A2y7gZ2s3BfRPUfTbbrPDaT0iuN8TZ {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #VIOP3q3lKBIyxluGRIxZVrnx9SSaxkCF {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #RZAyNynE2AE8qPFPMZFXRHHb3R3tqZss { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #vP2XU8iTS1qpQroFQTkuNasF2nXS01iq {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #H4kZ1DXhmNs3qZ3pCB5M4eO4aqvPDSZl {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #S3fS4vXJ0w48MWVy53W7ke5tuloGU9bk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #yKtrKVLR77plKzKGOW1rZhMErEaTK91h {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #a5PuiITqf7RRNKmnouykT4DPam3MmMaI {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #A7DcwFHQzkWLvqHGspL3FUTQMIeVuy2h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #C76kLHvsPsLTgxdK8WaT9boXrAgaGsaM {  }
 }@media only screen and (max-width: 763px) { #g9wm63IvhyPP3pK0M6zr0tDma33lCSuc #WSHtqTDTDGFxLQltiSzmpb6wVfGFBf9I {  }
 }@media only screen and (max-width: 763px) { #W6OOElB6KcZc656RWdtdplIBRTT1b24G { width:20rem;height:7.3125rem;top:1.1492202281952rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XwdZgwdoUNpv3r4EJCKP3deMkcINZA { width:20rem;height:6.3375rem;top:17.092968940735rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0e8RftuN3QWuqg65TXlEUt3on5PPwJd { background-color:#494858;background-image:none;display:block; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container { background-color: transparent; background-image: none; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container > .video-iframe-container { display: none; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row > .video-iframe-container { display: none; }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .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); }#I0e8RftuN3QWuqg65TXlEUt3on5PPwJd > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f9f6ce9-22fe-467c-b1a4-70bc2340dad7/happyparentwatchinglittlekidslyingfloorlivingroomusingdigitalgadgetstogether.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1.adaptive-delivery-prevent-bg, #DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1.lazyload, #DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1.lazyloading { background-image: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container { background-color: transparent; background-image: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container > .video-iframe-container { display: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row > .video-iframe-container { display: none; }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .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); }#DgCRlOnWT87TmNF0LTT0PiHmnTBFxKd1 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUGdtdzBcM1zWB9z0sx33S3963SUZ56D { width:16.0625rem;height:2.925rem;top:5.75rem;left:1.9687501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AErVyaQWVX1B64CGyPe8xxfTlm7TCA2c { width:20rem;height:4.225rem;top:0.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #x7835UnzzM8ifL88ryCcrp7A96AgiTVF { width:16.375rem;height:2.925rem;top:10.062500476837rem;left:1.8125001192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #liNGrkHKIJnxkTEk2tBApcAnur29aZZW { width:15.625rem;height:4.3875rem;top:14.0625rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rNFyAHayocDEoJPKQd7ieEEPa97ENCtQ { width:14.5625rem;height:2.925rem;top:19.52499961853rem;left:1.9687501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hdxxZDBiu9sIHeeuD3VlAsQ0eiac0itK { width:17.0625rem;height:2.925rem;top:23.94375038147rem;left:1.9687501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fvcn4Q2G5RzKmmgMaLrlq769yIClbOcO { width:17.6875rem;height:5.85rem;top:28.675000190735rem;left:1.9687501192093rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pVGNTfuD7HgwZgAycqE2vlHTF5zTD7Q6 { width:1.5625rem;height:1.5625rem;top:6.4312534332275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT110XvyNhsT2DZQeOVcmSn9GdKDCTp0 { width:1.5625rem;height:1.5625rem;top:10.743750572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4rFuZ8nbOqmcsUWEqN0CRyLzULAfNNE { width:1.5625rem;height:1.5625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHuUka78hQQGOzzZ6CGW8xHzqAtSJOLM { width:1.5625rem;height:1.5625rem;top:19.525000572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyCaJFL7Uwp2NWfbsNvMUSZyQZfNR4b6 { width:1.5625rem;height:1.5625rem;top:23.94375038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UILMI6Ih2KhOyfDUTzs3kvz73CGnvStL { width:1.5625rem;height:1.5625rem;top:28.675000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn { background-color:#494858;background-image:none;display:block; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container { background-color: transparent; background-image: none; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container > .video-iframe-container { display: none; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row > .video-iframe-container { display: none; }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .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); }#W9EfiTVGrN5aiJKWTf6bWA9Mf03cipAn > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGeFlXE6ilgJWlf20WTR9xzXhHi98L5z { width:20rem;height:7.15rem;top:2.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #aaH7u8xH5oWKETrGL8FJmQdIibCTpUnW { width:19rem;height:4.0625rem;top:12.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVbzFlA58RuisQ79GPSTSyH1J4OGiFFT { display:block; }
 }@media only screen and (max-width: 763px) { #aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28d35d3c-e477-46b7-8cd8-2b85f9f34e78/image00142.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B.adaptive-delivery-prevent-bg, #aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B.lazyload, #aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B.lazyloading { background-image: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container { background-color: transparent; background-image: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container > .video-iframe-container { display: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row > .video-iframe-container { display: none; }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .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); }#aDxgTDhMqR5MlnxkLpcqL2gNTVXyrC6B > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw { display:block; }#AQ6VmyW84IUcm4sO5B7CW4396rVmWMdw > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gb7yA8RRTSpXRCI6H3uTteT79Wmb1Ibo { width:20rem;height:15.1875rem;top:7.7rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iNmprobZk0ea1UdZ09U3T92RM1T8JX9P { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBbJN89ipTXAggaZlmDsAk6oulJtaQNp { width:19rem;height:4.0625rem;top:25.2rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTIISRHweQB35puzgzuV9xaZMnpvc2Z { display:block; }
 }@media only screen and (max-width: 763px) { #bRvo9HChRt2JTIE2NhkWJLenSVem4AUD { display:block; }#bRvo9HChRt2JTIE2NhkWJLenSVem4AUD > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiprR531rLBC5EsTQHiEfXkIeR1pahgh { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB { display:block; }#TaduNVKeTtgiq7FXHBy8nAF0spsQg2pB > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMuUA1MLdclvM2qGwO1lLqTzwTU93Pwh { width:19.6875rem;height:14.75rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdd7lTwrtwCWATUpTS3oXVo27b9EzXMT { width:19.6875rem;height:11.0625rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEMi35mNNv4tsFESHg5fs0sEfCSRvKO5 { width:19.6875rem;height:14.75rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUHqfniTX42wka4oPZd1oi1Miqc1ULDM { display:block; }#QUHqfniTX42wka4oPZd1oi1Miqc1ULDM > .row .container { width:20rem;height:126.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czPZAuJ8rbvIhpbmxs72QqVyExeFdefO { width:20rem;height:8.45rem;top:1.2171764373779rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncxsxt9Qq96UMXt0H9ZcMgAqs4DoLbJR { width:18.9375rem;height:18.75rem;top:11.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHFHXIcxkC2Ey85EyrrH8XTltXiL9PTh { width:16.25rem;height:2.03125rem;top:23.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH2VvAit2kSgHcxnp127Sg6rKyTA084J { width:18.9375rem;height:18.75rem;top:32.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1OUtTHmamdnETn4qmdGxDbaFNUI2CV9 { width:18.9375rem;height:18.75rem;top:53rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBwGee9m7q5pxsDBvigw09wD4XTroAk1 { width:18.9375rem;height:18.75rem;top:94.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOBgEIvIs8r9U8kWsPLVXzLaflIy1NXL { width:18.9375rem;height:18.75rem;top:73.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utg9GPmGwWqeH33ptdWO2TW1xpRxe7lC { width:6.25rem;height:6.25rem;top:16rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i14qgBZUN1H2qbJnx7HQawccf9aVX9Fu { width:16.875rem;height:2.03125rem;top:44rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO1bUBLKkmN5xsbDuHnzSw1ECa60Je98 { width:6.25rem;height:6.25rem;top:36.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdokQGSbCyqNvn3PlLOJfXe77e5E4EhU { width:6.25rem;height:6.25rem;top:56.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2ksCWSuyx4mo4PVJDhwOsQpqgh9pGKx { width:16.875rem;height:4.0625rem;top:63.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5R8TurnWMmv2Mt3XDyb1FoIVveMAtuX { width:12.5rem;height:12.5rem;top:75.6875rem;left:3.6875rem;font-size:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwb3l3ONDpTwrv5SzH2X4hLqKocFVJli { width:16.875rem;height:2.03125rem;top:86.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNHy3xBlLIbmxIABCfHEniMIoVpTVfsO { width:7.5rem;height:7.5rem;top:99.1875rem;left:6.25rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAiTKKdTXgKrgdiI73N7l4DWyN3v8WbT { width:16.875rem;height:2.03125rem;top:107.4375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTZcvhQ0woc1HSe2N51hxlhMGIeZ0Zp { width:19rem;height:4.0625rem;top:118.03750610351rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVHksvTW3y9PXsoQKpnJVdHlbfqPlJgT { display:block; }
 }@media only screen and (max-width: 763px) { #ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 { display:block; }#ekq3WPtJMf1zWqM2AcDkvD0dBlDqeDn5 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg { display:block; }#qtWf7wSHCmvfOImJ3NUhmkIk2DMGTUHg > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWbAH4xdsPFfxDlhiarEaPBDeBF9Vd4m { width:20rem;height:30.125rem;top:6.0617132186889rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSk98hMug4fOcVtNC3Txod29cFvq7Rx { width:20rem;height:2.4375rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI0PbFFu5N6lo1cwgu4cQyHc9HbpTeBe { width:12.5rem;height:0.125rem;top:4.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTHouuuZUFV2KtCpUcfG6r8MbmtvpRKi { width:20rem;height:4.225rem;top:38.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InEOSChyFDw8SA7cgK7Rq5p7qEFb29Ou { width:16.8125rem;height:3.9rem;top:44.500001907349rem;left:1.5937501192093rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPawrFG2drsRIF2vqtXohMGngv9KRQhg { width:20rem;height:1.625rem;top:48.400001525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Z7byyIFzQvfp4HNDoz8dkAPqX7KbBo { width:20rem;height:2.6rem;top:52.425001144409rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #etT5IcixD1AUs0hLrTQufFSXTyquJO2h { width:20rem;height:1.625rem;top:55.025001525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K { display:flex;width:18rem;height:5.0625rem;top:59.100001335144rem;left:0.20625001192093rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #BzaKlgDIpEiPg48Cpp8G5pE71MTs7ZbB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #L6ERL9Qz51X63dFGKVoOHGSFWD6eDfws {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ZoOADPHJhF2AET7NmHP0ybUyyaaopCqM {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #LTO81T5tmCZKVuHHTf68PLJMuM1pVoIG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #qt4EqwJF5wuK1AHeMW6ZpGqH5TGHpnMz {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #L7I0bIkfzKoMwcpMavZ9v84Sk34IBNmr {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #lgPHfmZxCgWilh02lcAMSdgfi1OtkUCF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ORpDfO1AtqeGtJAbzlkW2AKtvS1k5uEy {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #SoXfrD5E2mU0EcSzqZ9QDTQSd6IPdpxN {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #ALP2C8pz9aylZCOBzXowoSTHEQiN6Iw4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #acaP9JuIQ1Dpd50rvKX15MMXndT4IfDK {  }
 }@media only screen and (max-width: 763px) { #EhhNkwJFCQxRDaAXkoKiWapVcOlJTo7K #X1MtmMlT6L9RTzdUIqHXTA3TDElmZH5Q {  }
 }@media only screen and (max-width: 763px) { #Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 { display:block; }#Z3ryx10WNc9cdHstKHL9GKR8mQOZ1q47 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #udRtcCbiVT9rPp6NepblTTbJMhdK53Xi { width:16.875rem;height:4.225rem;top:2.3125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE1k1O14VzeNKT0EnMrTsfbU3KOwHBoL { width:10.4375rem;height:5.4375rem;top:1.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK { display:block; }#PhKuu8TnEJoD5HkCUw1Zz2tLevTvRCHK > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPTMK3T7EnQyNfk6zeKcDSATlf51B9Lf { width:20rem;height:8.775rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqGWR5rxr4DrUhXUUhsmiPKnkws4O5MG { width:17.625rem;height:1.7875rem;top:21.125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urneNTWSiOQFtSTr3G7fODWK0TecHGh2 { width:20rem;height:11.7rem;top:6.1000003814697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEbgV6znCEwqfEWnbr6epIkLV24PRi7 { width:1.875rem;height:1.875rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXW3euZxiHKyubCVJaD4LpAL7R8Vt4e3 { width:17.4375rem;height:1.7875rem;top:2.60546875rem;left:2.5625001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlyhEylka2bpuhawrTJhg34wMS4O5B9W { width:1.875rem;height:1.875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DULC2EraSF0GazBhcbufc9TiloygDSPX { width:20rem;height:17.55rem;top:40.400001525879rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCVtewimArWOBA6UDal34DXE4T0E8QWa { width:16.0625rem;height:1.7875rem;top:36.781251907349rem;left:3.1562501192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0BTPfdRTLKPxqKoLHHM5EagzqBaEg1 { width:1.875rem;height:1.875rem;top:36.737518668175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFEwVH9gZ04DhAgo60kfiE3f8BrPrhZ4 { width:20rem;height:4.3875rem;top:83.450002670288rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pnalXUSmXX6EpTccxvZXMBbV6O14QL { width:13.625rem;height:1.7875rem;top:79.706251144406rem;left:2.3750001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSPT2UEsZFFRNt4GWpK35Zhwg7T4Mhuf { width:20rem;height:10.2375rem;top:65.862499237062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9FqUTOTRVX0g3FyTH8c6t9IEtzLypMX { width:1.875rem;height:1.875rem;top:79.662536621094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2QxJlOgblmIiXVvfhcLZ1tgJPAoGdUu { width:17.0625rem;height:3.575rem;top:60.63671875rem;left:2.9375001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUTGRATeFPoxT2eP9zglT9WwqMTPzF2X { width:1.875rem;height:1.875rem;top:60.637475967407rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTL3OWRv44xD5KMiVVSxAmClE5rirKwG { display:block; }#zTL3OWRv44xD5KMiVVSxAmClE5rirKwG > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWwH5CWMax0oa8T5dLXat07CW473IIMR { width:19rem;height:4.0625rem;top:1.25rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2EGDI285Cp0LJZlLpyGNck1fV9qVUvm { display:block; }
 }@media only screen and (max-width: 763px) { #a2cwwylCLT1lHiIPnHW32VhytWko1cUc { display:block; }#a2cwwylCLT1lHiIPnHW32VhytWko1cUc > .row .container { width:20rem;height:309.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBkkeIkITlbGWxIWAaW5PrnFZe3v0Fzk { width:18.75rem;height:4.4rem;top:0.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhIb9Sy6ZIcvzUQiWQhR9gdzBS6hNT3L { width:20rem;height:2.2rem;top:0.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVAi6TQQfpTA9dh4viRmJkQPuOxb8Nvv { width:1.5625rem;height:1.5625rem;top:6.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTpL2sevBWv6x1gsNakpCW2aDyqbtIM { width:16.0625rem;height:1.2375rem;top:6.9749996662138rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDndVETeMUgL1la47NdiC2oEFNs9pHL0 { width:11.75rem;height:4.5rem;top:9.0117189884187rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL7VgdTRI12r3TNpE4izsZvia73lTiII { width:16.25rem;height:3rem;top:17.575001001358rem;left:1.8750001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TAhOy5Ns29cqKgkWS0fr9VAq66R8Ivip { width:1.5625rem;height:1.5625rem;top:15.462500572204rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpNrrZDsXb6pifvZTEpgl5AHI477yoaX { width:15.0625rem;height:1.2375rem;top:15.625000238419rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMCHT05lavkPqWHGFcLeOb6SuOoHkkiq { width:18.75rem;height:24rem;top:27.1875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9PlfczRZoTCMB8aFE1Hu37ib8GNncT { width:1.5625rem;height:1.5625rem;top:22.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TTyuwVp5N95VrZLpu6t3oMonVeZw4h { width:15.875rem;height:3.375rem;top:22.6875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rps6dZE73ZzBsSyWxhZTZqVNvhRBldqi { width:18.5625rem;height:19.5rem;top:58.125036239624rem;left:1.4375001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6gyVtBnp3QMvlVpA6i89QR2C0GTZHS { width:17.9375rem;height:2.475rem;top:54.1875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf5LWbXEyyNNT8tK7ePn1JzHnUqMH4BR { width:1.5625rem;height:1.5625rem;top:54.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRxOMxUo3VQv8mGMCZAxotWZWTDpl1Rx { width:18.5625rem;height:18rem;top:84.93750190735rem;left:1.4375001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtm4d2EpUr5mTRK4IQN7V0TA6AWOdFTJ { width:18.125rem;height:2.475rem;top:80.75rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQh0PClrwzbCUpyhdQKKaspemSDoMT9 { width:1.5625rem;height:1.5625rem;top:80.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU6yTNBdUNASQBiD1grhqtiefg2HxLhC { width:18.375rem;height:52.5rem;top:108.86172199249rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiv2ImpqXipHEZf1PEPRv9fHkdzBi7ZX { width:16.5625rem;height:1.2375rem;top:105.78751659393rem;left:1.7187501192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhrRrdQq5cSGvARsmMBuDUsikuwptNLC { width:1.5625rem;height:1.5625rem;top:105.62500190735rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXFKPnwVRX8g0SLNEksa9TlDUhswtwaR { width:18.625rem;height:28.5rem;top:167.59999656677rem;left:1.3750001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB7s8N6PqiWxZLAyLS8NoFlxVzeMicXo { width:18.375rem;height:2.475rem;top:163.23750972747rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITSciXvvnx1L6xOzd4MwgHV9wxP7OBKn { width:1.5625rem;height:1.5625rem;top:163.23752784729rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBXAklmT2q7aJAhqwtAosralLvGLAoIe { width:18.5625rem;height:28.5rem;top:203.93750286102rem;left:1.4375001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptBd60XmR5GlCqDPLlJ53HcZbgaq5iOG { width:18.0625rem;height:2.475rem;top:199.25rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #babGHetaJJcLoTpp4zeq8ldOT0T11fFX { width:1.5625rem;height:1.5625rem;top:199.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyzKe0UMvShcFlL9Bwm0rnP586pUXONW { width:18.375rem;height:18rem;top:237.88671588898rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNk7QkuyHWucEAmfmntDW1564l15S3uy { width:16.25rem;height:2.475rem;top:233.71249771118rem;left:1.8750001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxghnzeMVIkpHZpRec9alVUPMDFREsS0 { width:1.5625rem;height:1.5625rem;top:233.71250343323rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB03BHSHZLT9yRK3EivaCHVqMHv77Uaz { width:18.75rem;height:12rem;top:262.12422513962rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2n07NknUU4xhXesuQ2XvneGnfxDWonD { width:1.5625rem;height:1.5625rem;top:258.57417583466rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKbHuqrpwEJxZDBI3Qd07a0pGq2Bm0h9 { width:17.75rem;height:2.475rem;top:258.57342529297rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkJPqN5VoSberuUDLUZscWzRPCywmaKH { width:18.5rem;height:16.5rem;top:280.86252450943rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9AkeVQnDe9rytBoFtyGMX7Xt0vSdT4D { width:1.5625rem;height:1.5625rem;top:276.18755531311rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwgwe9vDmT1zWg0KZON2pOkPCrTdMdzM { width:16.75rem;height:2.475rem;top:276.18753051757rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdOtbdoxDEosVAtTC73PD914221ZAQ8 { width:19rem;height:4.0625rem;top:301.29924964905rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLF9hbFiVfdBVtsNETPqwFncCyfHPV5g { display:block; }
 }@media only screen and (max-width: 763px) { #Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD { display:block; }#Dk0cwr9AqHwI4AgefZ8MzPkzpZMQAHpD > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF { display:block; }#nTCMB70VJxZdhxA7qGnassFJ9VmQtFwF > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIgBAHgJVrI6R7uNHmxtSs7h7rz8cTJk { width:20rem;height:4rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT1RTUpphmp81xBTQ97OAF4yCcePeWS8 { width:20rem;height:4rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKxSAaJ4473ATrXuNVw71ZdX24VOBkzK { width:17.1875rem;height:17.1875rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GloT8zesi1aoehaLTTw2qSkTqogz3ylq { width:20rem;height:37.29375rem;top:30.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArCaNeWy8rbFQMm0F9z5OkGC8oOoWJVy { width:19rem;height:4.0625rem;top:69.5500125885rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW7SqsQaTRdWqmHvhn6gZ4UkfxCdMxs { display:block; }
 }@media only screen and (max-width: 763px) { #qi0idugqOEUZcMTEcW4w3GnorMAXqU1D { background-color:#494858;background-image:none;display:block; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container { background-color: transparent; background-image: none; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container > .video-iframe-container { display: none; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row > .video-iframe-container { display: none; }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .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); }#qi0idugqOEUZcMTEcW4w3GnorMAXqU1D > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RcD3hqzt6Ixhl3cqpsMK49J9xMzvnBSm { width:20rem;height:1.3rem;top:2.0000324249267rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;z-index:100004;display:block; }
 }