.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f7fbf6;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { position:relative;z-index:auto;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { border-width: 0; border-radius: 0; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { z-index:15003;top:2.3125rem;left:47.353515625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NKhpkmIWBR83zRqBxLlF4GPsBqpyrRbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LtdmVwFFVBxZcsupR7RSCMJsniU0ABRX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:25.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .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; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(216deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(216deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(216deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(216deg, #1b67e8, #6209c3);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:#ffffff;padding-top:0.319375rem;padding-right:0.28875rem;padding-bottom:0.319375rem;padding-left:0.28875rem;display:block;align-items:center;width:1.7325rem;min-width:1.7325rem;height:1.715625rem;position:relative;font-family:arial;font-size:1.2775rem;font-weight:400;line-height:27.45px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .widget-text.counter-label { background-color:;background-image:none;color:#6209c3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.309375rem;height:0.678125rem;position:relative;font-family:"open sans";font-size:0.47875rem;font-weight:700;line-height:10.85px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.25rem;height:3.2325rem;padding-top:0.04rem;padding-right:0.04125rem;padding-bottom:0.04rem;padding-left:0.04125rem;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:2.625rem;left:33.2255859375rem;z-index:15007; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #r9lvEFrE4Zmdrd8nXq6ySzVvhVhQv2tk { display:flex;position:relative;top:0rem;left:0rem; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #ZG3p12GVRoT2JPU8U2qe27Obnouikd3W { width:auto; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #E6gR9hOm81i3PuwUOn1ktxPa3uxHTog3 {  }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #soPXF5MkefxkIWT9kA8Tv7cTg18l0zMb { display:flex;position:relative;top:0rem;left:0rem; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #K7oeCdWCeot5aid63TTuKwFCfiVlpL0F {  }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #K6y35lEMzUTRl2QBiuErohntK5mTr3Xf {  }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #qlt1ceRBAzTyMGiU75vgZGiD1c7vcByB { display:flex;position:relative;top:0rem;left:0rem; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #Ck8cJBAVzuXETfFX0RIRNSJmFO0dRpA9 {  }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #a6uDJRMpEu7VwtO0t5y2JaEAMmvTsfKw {  }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #wGALnyqE3BsIcEn2qGBJ6g0QRHd61e6E { display:flex;position:relative;top:0rem;left:0rem; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #zs7V7Bzeu0iHpPBVRf0vLE2cT2CPT3mP {  }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #bS13yPMvfzffbsmxbK7THAO1VecmshPV {  }
#J637uGMXllnvMsibMtJPfWBs9ox9Efor { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#232323;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:2.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:35.3935546875rem;display:block; }
#AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { border-width: 0; border-radius: 0; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row .container { background-color: transparent; background-image: none; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row .container > .video-iframe-container { display: none; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row > .video-iframe-container { display: none; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .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); }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row .container { border-width: 0; border-radius: 0; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#SI8ITHBI17bZpV1XUhPBKVUrU680zb1w { color:#680979;display:block;width:58.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1rem;height:2.2747375rem;display:block; }
#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { background-color: transparent; background-image: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { display: none; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .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); }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { border-width: 0; border-radius: 0; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { color:#000000;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:22.84375rem;left:0rem;height:3.25rem;display:block; }
#CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.3125rem;width:20.375rem;top:7.65625rem;left:39.5625rem;overflow:hidden;display:block; }
#VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { color:#282828;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.65625rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#JhHUX2h3TQzNTDw0M0PtnaM4Baw9TSHL { color:#000000;display:block;width:53.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;display:block; }
#rCQ54ugSlv8Pay9UP5H5cNqtucc3Adad { color:#282828;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.78125rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,224,228,0.05);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row .container { background-color: transparent; background-image: none; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row .container > .video-iframe-container { display: none; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row > .video-iframe-container { display: none; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .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); }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row .container { border-width: 0; border-radius: 0; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#J2hq0SNGC4g1SXT62BdLknhyhVhmQTvT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.6875rem;width:29.125rem;top:8.2431640625rem;left:0.4765625rem;overflow:hidden;display:block; }
#EH7TIbWvTwxOETv7RBblzpVwTxVUOxmr { z-index:15003;top:26.40625rem;left:32.375rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sQyICId1rNTc5DmwNiZRdJogslUG84qh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTWu6NTcvrb2gH2THbq0BnTWMxiainko { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15009;line-height:2.2;letter-spacing:0;top:7.6494140625rem;left:32.375rem;height:16.5rem;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; }
#JMbpiS6A5wU5bKdIGuDXlMTBFeIQ0Ppv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2rem;top:19.1181640625rem;left:30.0625rem;overflow:hidden;display:block; }
#U1cwefpRI5UJW9JVtPXEStf6yBubM7MX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.0244140625rem;left:30.09375rem; }
#n3dv9AyPBwZTHKwMrTfXe6nsAu107DZ7 { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:8.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .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; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(216deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(216deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(216deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(216deg, #1b67e8, #6209c3);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(98,9,195,0.2) ;color:#ffffff;padding-top:0.47rem;padding-right:0.418125rem;padding-bottom:0.47rem;padding-left:0.418125rem;display:block;align-items:center;width:2.510625rem;min-width:2.510625rem;height:2.525625rem;position:relative;font-family:arial;font-size:1.879375rem;font-weight:400;line-height:40.41px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .widget-text.counter-label { background-color:;background-image:none;color:#6209c3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.346875rem;height:0.99875rem;position:relative;font-family:"open sans";font-size:0.705rem;font-weight:700;line-height:15.98px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.375rem;height:4.758125rem;padding-top:0.05875rem;padding-right:0.06rem;padding-bottom:0.05875rem;padding-left:0.06rem;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:26.40625rem;left:12.2939453125rem;z-index:15019; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #BwNxWRRaRbELxrga8KRFMIPhKCfRTnJO { display:flex;position:relative;top:0rem;left:0rem; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #RlqiNEkkrQ9eqPrMEZmPVnn4HLQVS9kV { width:auto; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #XU6xeQGkuQiJIboyJvDbab2bMLoysDTt {  }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #v05A22d1yzRGFs0u8V8UOh64XX2s3ian { display:flex;position:relative;top:0rem;left:0rem; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #GTCs1DcQO1aeTuxTP2c8aHdESVKUHUJb {  }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #a9nIW58LdcuEC2orADm6fQTbwWPe8Nzo {  }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #zEkIHinOlREddpwoz0xptSmhDrcxOtIa { display:flex;position:relative;top:0rem;left:0rem; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #Fhl6CZBmfdo04EPUlySAQJAro5VtBnd3 {  }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #rHloeglcJS3AgODxoUKgxFgTiUH5pUQq {  }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #NUSATXdOB1qGOqJMR7609IySoV36lPHb { display:flex;position:relative;top:0rem;left:0rem; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #ryVTEom0C6XkHAWprcgzPur778qRxEhT {  }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #LtgUTwgo2eDhTycqLDeQJqIqE5unJgmd {  }
#QVU8FHCtNtZN416aTKLS35ASUVJBviwd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.6181640625rem;left:30.21875rem; }
#BT6qCeRtgbQlUFp12oqWbs84ktK8nVFq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15021;opacity:1;top:13.2119140625rem;left:30.125rem; }
#s8KB5MuT5LtRwsCkXWx34xAxacJdziAm { color:rgba(204,33,8,0.9);display:block;width:58.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:32.25rem;left:0.5625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vqquGbI7keoi8c8a4d78TGXWFC0kNw1s { z-index:15003;top:40.6875rem;left:23.75rem;background-color:#6209c3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Rpwc1IDvrMeiTobWNcRa918KntX8ouDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row .container { background-color: transparent; background-image: none; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row .container > .video-iframe-container { display: none; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row > .video-iframe-container { display: none; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .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); }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row .container { border-width: 0; border-radius: 0; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#FKMyS4ukOxgT3DKE2cb3eslWOkwQGq19 { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.25rem;display:block; }
#RNJd77yJLQCazrfivTtFT69wxZr0GZr1 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#VC9gJ88WT08ul7Lpx8vKN7ZTmv8i0m69 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:31.6875rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#WwwqFQIhpEB6KCT4DengRmU1Ni35bMlN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.0625rem;left:8.84375rem; }
#uQqysW2uOea1ZBJQwUoPWLDIDFLAJbKH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.28125rem;left:11.84375rem;height:1.625rem;font-style:normal;display:block; }
#tE4fA6SqiV4nwElv8XuatZoOzkKQoaf0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:11.84375rem;height:1.625rem;font-style:normal;display:block; }
#ebCJx6VrG6DSOGLaMTM4HM0aeIhlGW3k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:26.375rem;left:11.84375rem;height:1.625rem;font-style:normal;display:block; }
#iNZZrHCxATriisO7gesfOfa9ktBy9GTO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:16.28125rem;left:35rem;height:1.625rem;font-style:normal;display:block; }
#Fm2PW7JyeKaqPezDo2qq0PbnKcZFQbTK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.375rem;left:35rem;height:1.625rem;font-style:normal;display:block; }
#WEvrtMWT9BKgqErRpzymnHa9eVNAyQCc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:21.4375rem;left:35rem;height:1.625rem;font-style:normal;display:block; }
#CDaX70rT0huVNlfMKyGNxfbZ731kwTof { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.0625rem;left:8.84375rem; }
#HaGXabc6w6X5GILHUZJGG6nN1ffR4Jto { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:26rem;left:8.90625rem; }
#vecc1h9XOhfT1HN7dFNO7wTFyKCgQwM1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.90625rem;left:32.28125rem; }
#VhATKocbqNc1L4qApBJ8ivGAKouBDK7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.21875rem;left:32.28125rem; }
#KQVloxuTzJZp8dHBzNht7gxQ7RdxC1ZN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.15625rem;left:32.28125rem; }
#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(236,224,228,0.63), #d3d8ed);background-image: -moz-linear-gradient(180deg, rgba(236,224,228,0.63), #d3d8ed);background-image: -ms-linear-gradient(180deg, rgba(236,224,228,0.63), #d3d8ed);background-image: -o-linear-gradient(180deg, rgba(236,224,228,0.63), #d3d8ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0ece0e4', endColorstr='#d3d8ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0ece0e4', endColorstr='#d3d8ed' );";background-image: linear-gradient(180deg, rgba(236,224,228,0.63), #d3d8ed);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { background-color: transparent; background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .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); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { border-width: 0; border-radius: 0; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#O93mXzWyGt63IIzoewxUTnnDWATfqOnq { color:#000000;display:block;width:40.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;display:block; }
#Ws1Mo7BUnn44vZIrsWGsBplerRrxRi2C { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a0388b9-c4a0-4988-aedc-cdfdbe950cff/030AQH_061923.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:7.25rem;left:0.90625rem;display:block; }#Ws1Mo7BUnn44vZIrsWGsBplerRrxRi2C.adaptive-delivery-prevent-bg, #Ws1Mo7BUnn44vZIrsWGsBplerRrxRi2C.lazyload, #Ws1Mo7BUnn44vZIrsWGsBplerRrxRi2C.lazyloading { background-image: none; }
#iyOwCD6satk4EgOX7h82sSiyl7gpwKzP { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41186038-4403-490b-9681-6f855db7b452/ASQHomecareNursePowerActionShotsClientNurse26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:7.375rem;left:30.59375rem;display:block; }#iyOwCD6satk4EgOX7h82sSiyl7gpwKzP.adaptive-delivery-prevent-bg, #iyOwCD6satk4EgOX7h82sSiyl7gpwKzP.lazyload, #iyOwCD6satk4EgOX7h82sSiyl7gpwKzP.lazyloading { background-image: none; }
#VmRd5NZqrm57Cie8CIH9Jge327ce2qhb { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7595f2e6-de5a-4586-a225-7379387371d5/ASQ4of25.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:7.375rem;left:45.4375rem;display:block; }#VmRd5NZqrm57Cie8CIH9Jge327ce2qhb.adaptive-delivery-prevent-bg, #VmRd5NZqrm57Cie8CIH9Jge327ce2qhb.lazyload, #VmRd5NZqrm57Cie8CIH9Jge327ce2qhb.lazyloading { background-image: none; }
#mXhfwEyReoePyJu3hszLvsqiJNrUDyZ7 { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/493b69f9-2feb-4c79-8fe4-38ccddd03fde/126AQH_061923.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5625rem;width:13.5625rem;top:7.3125rem;left:15.78125rem;display:block; }#mXhfwEyReoePyJu3hszLvsqiJNrUDyZ7.adaptive-delivery-prevent-bg, #mXhfwEyReoePyJu3hszLvsqiJNrUDyZ7.lazyload, #mXhfwEyReoePyJu3hszLvsqiJNrUDyZ7.lazyloading { background-image: none; }
#HZh6FzJB3fo2X0SAvxqMW0xlffX3X6Zv { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BchcE8e5ES2yZ2xqTfDQgDvbipL2XaQZ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.8125rem;left:44.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ee635TaaaxkRvcC5QXl15bxAQP2I1nsZ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:20.8125rem;left:29.5625rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#aAiDCXuHgWH0P1L4edDNmd7ZLsyXZFtJ { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:20.8125rem;left:14.46875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,17,179,0.31);background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { border-width: 0; border-radius: 0; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:60rem;position:relative;display:block; }#iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.25rem;display:block; }
#hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { position:absolute;display:block;z-index:15003;border-top:0.6875rem solid #e5ebed;border-left:0.6875rem solid #e5ebed;border-right:0.6875rem solid #e5ebed;border-bottom:0.6875rem solid #e5ebed;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.875rem;width:16.875rem;top:41.73046875rem;left:2.03125rem;overflow:hidden;display:block; }
#xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { color:#ffb100;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:41.10546875rem;left:22.53125rem;height:2.2744125rem;font-style:normal;display:block; }
#bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:45.08203125rem;left:22.53125rem;height:13.59375rem;font-style:normal;display:block; }
#INKJTMVaATWoC1hqL5hm1TB33foTJKIG { color:#ffb100;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.0625rem;left:1.71875rem;height:2.2744125rem;font-style:normal;display:block; }
#I2H6pvHNXJvFzddh0ByTxnXZSSITAGPT { position:absolute;display:block;z-index:15007;border-top:0.6875rem solid #e5ebed;border-left:0.6875rem solid #e5ebed;border-right:0.6875rem solid #e5ebed;border-bottom:0.6875rem solid #e5ebed;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.4375rem;width:15.25rem;top:7.0625rem;left:41.65625rem;overflow:hidden;display:block; }
#DTt190Mi0SJoqoxzUlC05yzO446TGeFc { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:10.734375rem;left:1.71875rem;height:25.48828125rem;font-style:normal;display:block; }
#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { background-color: transparent; background-image: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container > .video-iframe-container { display: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container { display: none; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .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); }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { border-width: 0; border-radius: 0; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#cVsBZzLEe98QGEyVvflzBKV8aswZuaOt { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4091796875rem;left:5.3125rem;height:3.25rem;display:block; }
#QUbUWen5x2BISP1qdNcc8BEblU13WVe2 { z-index:15003;top:30.875rem;left:22rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -moz-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -ms-linear-gradient(45deg, #1b67e8, #6209c3);background-image: -o-linear-gradient(45deg, #1b67e8, #6209c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#6209c3' );";background-image: linear-gradient(45deg, #1b67e8, #6209c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dtVwJ77JwO5I5QVz639wNgFefPQ2oTRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o7gWX8SIAnk0QkCOx4ZX1uXkDPO6QTbT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.7216796875rem;left:10rem;display:block; }
#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row .container { background-color: transparent; background-image: none; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row .container > .video-iframe-container { display: none; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row > .video-iframe-container { display: none; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .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); }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row .container { border-width: 0; border-radius: 0; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#BTnxfe7xq57W1oNtAFrzVUwpSaqSuh1Z { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:51.625rem;height:2.44986875rem;font-style:normal;display:block; }
#vvlxyNnAhKIomiNu1DBAI0TAnvi4FXaO { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.09375rem;left:40.90625rem;height:1.2249375rem;font-style:normal;display:block; }
#tFw3lnqEGPEVfUntILg1W9rrNZVOA8Xn { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.09375rem;left:26.125rem;height:1.2249375rem;font-style:normal;display:block; }
#DV827Pm3Tl2upDN45hTlPckTC6iggPbn { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.125rem;left:24.375rem;height:1.04980625rem;font-style:normal;display:block; }
#To4mHXr2XNMftufZNM5UCeD3OpvIZtul { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:24.4375rem; }
#fJqdwAMAHTs17FUzAVh1twzHKUgTsUdA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6.09375rem;left:39.34375rem; }
#L3ebAcGUymJovrRLSS3m99um65WaDF63 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.849609375rem;left:49.5625rem; }
#TFRcZ27tb0x3sXE2xDtTJZFMT4yu7oeR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:22.0625rem;top:1.54296875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { display:none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { top:2.3125rem;left:36.625rem;width:11.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKhpkmIWBR83zRqBxLlF4GPsBqpyrRbU { display:block; }
 }@media only screen and (max-width: 763px) { #LtdmVwFFVBxZcsupR7RSCMJsniU0ABRX { top:0rem;left:0rem;width:25.0625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .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; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .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; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc { width:18rem;height:5.0625rem;display:flex;top:4.25rem;left:21.34375rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #r9lvEFrE4Zmdrd8nXq6ySzVvhVhQv2tk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #ZG3p12GVRoT2JPU8U2qe27Obnouikd3W {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #E6gR9hOm81i3PuwUOn1ktxPa3uxHTog3 {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #soPXF5MkefxkIWT9kA8Tv7cTg18l0zMb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #K7oeCdWCeot5aid63TTuKwFCfiVlpL0F {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #K6y35lEMzUTRl2QBiuErohntK5mTr3Xf {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #qlt1ceRBAzTyMGiU75vgZGiD1c7vcByB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #Ck8cJBAVzuXETfFX0RIRNSJmFO0dRpA9 {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #a6uDJRMpEu7VwtO0t5y2JaEAMmvTsfKw {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #wGALnyqE3BsIcEn2qGBJ6g0QRHd61e6E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #zs7V7Bzeu0iHpPBVRf0vLE2cT2CPT3mP {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #bS13yPMvfzffbsmxbK7THAO1VecmshPV {  }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:22.4375rem;height:2.625rem;top:0rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q41O7IISObLbToVhamtUKZ8KFPsLhF7Q { display:block; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SI8ITHBI17bZpV1XUhPBKVUrU680zb1w { top:0.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { top:22.8125rem;left:0rem;width:30.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { top:7.625rem;left:27.375rem;width:20.375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { top:7.625rem;left:0rem;width:38.5625rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhHUX2h3TQzNTDw0M0PtnaM4Baw9TSHL { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCQ54ugSlv8Pay9UP5H5cNqtucc3Adad { top:28.75rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm { display:block; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2hq0SNGC4g1SXT62BdLknhyhVhmQTvT { top:8.1875rem;left:0rem;width:29.125rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH7TIbWvTwxOETv7RBblzpVwTxVUOxmr { top:26.375rem;left:26.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQyICId1rNTc5DmwNiZRdJogslUG84qh { display:block; }
 }@media only screen and (max-width: 763px) { #nTWu6NTcvrb2gH2THbq0BnTWMxiainko { top:7.625rem;left:20.125rem;width:27.625rem;height:16.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMbpiS6A5wU5bKdIGuDXlMTBFeIQ0Ppv { top:19.0625rem;left:23.9375rem;width:2rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1cwefpRI5UJW9JVtPXEStf6yBubM7MX { top:8rem;left:23.96875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3dv9AyPBwZTHKwMrTfXe6nsAu107DZ7 { top:1.4375rem;left:0.3125rem;width:47.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .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; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .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; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS { width:18rem;height:5.0625rem;display:flex;top:86.875rem;left:15.1875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #BwNxWRRaRbELxrga8KRFMIPhKCfRTnJO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #RlqiNEkkrQ9eqPrMEZmPVnn4HLQVS9kV {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #XU6xeQGkuQiJIboyJvDbab2bMLoysDTt {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #v05A22d1yzRGFs0u8V8UOh64XX2s3ian { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #GTCs1DcQO1aeTuxTP2c8aHdESVKUHUJb {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #a9nIW58LdcuEC2orADm6fQTbwWPe8Nzo {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #zEkIHinOlREddpwoz0xptSmhDrcxOtIa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #Fhl6CZBmfdo04EPUlySAQJAro5VtBnd3 {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #rHloeglcJS3AgODxoUKgxFgTiUH5pUQq {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #NUSATXdOB1qGOqJMR7609IySoV36lPHb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #ryVTEom0C6XkHAWprcgzPur778qRxEhT {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #LtgUTwgo2eDhTycqLDeQJqIqE5unJgmd {  }
 }@media only screen and (max-width: 763px) { #QVU8FHCtNtZN416aTKLS35ASUVJBviwd { top:10.5625rem;left:24.09375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6qCeRtgbQlUFp12oqWbs84ktK8nVFq { top:13.1875rem;left:24rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8KB5MuT5LtRwsCkXWx34xAxacJdziAm { top:32.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqquGbI7keoi8c8a4d78TGXWFC0kNw1s { top:40.6875rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpwc1IDvrMeiTobWNcRa918KntX8ouDD { display:block; }
 }@media only screen and (max-width: 763px) { #Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 { display:block; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKMyS4ukOxgT3DKE2cb3eslWOkwQGq19 { top:2.625rem;left:0rem;width:47.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNJd77yJLQCazrfivTtFT69wxZr0GZr1 { top:7.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC9gJ88WT08ul7Lpx8vKN7ZTmv8i0m69 { top:31.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwwqFQIhpEB6KCT4DengRmU1Ni35bMlN { top:16.0625rem;left:2.71875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQqysW2uOea1ZBJQwUoPWLDIDFLAJbKH { top:16.25rem;left:5.71875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4fA6SqiV4nwElv8XuatZoOzkKQoaf0 { top:21.4375rem;left:5.71875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCJx6VrG6DSOGLaMTM4HM0aeIhlGW3k { top:26.375rem;left:5.71875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZZrHCxATriisO7gesfOfa9ktBy9GTO { top:16.25rem;left:28.875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2PW7JyeKaqPezDo2qq0PbnKcZFQbTK { top:26.375rem;left:28.875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEvrtMWT9BKgqErRpzymnHa9eVNAyQCc { top:21.4375rem;left:28.875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDaX70rT0huVNlfMKyGNxfbZ731kwTof { top:21.0625rem;left:2.71875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaGXabc6w6X5GILHUZJGG6nN1ffR4Jto { top:26rem;left:2.78125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecc1h9XOhfT1HN7dFNO7wTFyKCgQwM1 { top:15.875rem;left:26.15625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhATKocbqNc1L4qApBJ8ivGAKouBDK7D { top:21.1875rem;left:26.15625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQVloxuTzJZp8dHBzNht7gxQ7RdxC1ZN { top:26.125rem;left:26.15625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { display:block; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O93mXzWyGt63IIzoewxUTnnDWATfqOnq { top:2.0625rem;left:0rem;width:40.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1Mo7BUnn44vZIrsWGsBplerRrxRi2C { top:7.25rem;left:0rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyOwCD6satk4EgOX7h82sSiyl7gpwKzP { top:7.375rem;left:24.46875rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmRd5NZqrm57Cie8CIH9Jge327ce2qhb { top:7.375rem;left:34.1875rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhfwEyReoePyJu3hszLvsqiJNrUDyZ7 { top:7.3125rem;left:9.65625rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZh6FzJB3fo2X0SAvxqMW0xlffX3X6Zv { top:20.8125rem;left:0rem;width:15.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BchcE8e5ES2yZ2xqTfDQgDvbipL2XaQZ { top:20.8125rem;left:32rem;width:15.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee635TaaaxkRvcC5QXl15bxAQP2I1nsZ { top:20.8125rem;left:23.4375rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAiDCXuHgWH0P1L4edDNmd7ZLsyXZFtJ { top:20.8125rem;left:8.34375rem;width:15.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { top:2.0625rem;left:0rem;width:30.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { top:41.6875rem;left:0rem;width:16.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { top:41.0625rem;left:16.40625rem;width:18.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { top:45.0625rem;left:11.3125rem;width:36.4375rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INKJTMVaATWoC1hqL5hm1TB33foTJKIG { top:7.0625rem;left:0rem;width:18.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2H6pvHNXJvFzddh0ByTxnXZSSITAGPT { top:7.0625rem;left:31.125rem;width:15.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTt190Mi0SJoqoxzUlC05yzO446TGeFc { top:10.6875rem;left:0rem;width:36.6875rem;height:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { display:block; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVsBZzLEe98QGEyVvflzBKV8aswZuaOt { top:1.375rem;left:0rem;width:47.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUbUWen5x2BISP1qdNcc8BEblU13WVe2 { top:30.875rem;left:15.875rem;width:16rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVwJ77JwO5I5QVz639wNgFefPQ2oTRP { display:block; }
 }@media only screen and (max-width: 763px) { #o7gWX8SIAnk0QkCOx4ZX1uXkDPO6QTbT { top:5.6875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n { display:block; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTnxfe7xq57W1oNtAFrzVUwpSaqSuh1Z { top:6rem;left:39.5rem;width:8.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvlxyNnAhKIomiNu1DBAI0TAnvi4FXaO { top:6.0625rem;left:34.78125rem;width:7.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFw3lnqEGPEVfUntILg1W9rrNZVOA8Xn { top:6.0625rem;left:20rem;width:11.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV827Pm3Tl2upDN45hTlPckTC6iggPbn { top:4.125rem;left:18.25rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To4mHXr2XNMftufZNM5UCeD3OpvIZtul { top:5.9375rem;left:18.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJqdwAMAHTs17FUzAVh1twzHKUgTsUdA { top:6.0625rem;left:33.21875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3ebAcGUymJovrRLSS3m99um65WaDF63 { top:5.8125rem;left:43.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRcZ27tb0x3sXE2xDtTJZFMT4yu7oeR { top:1.5rem;left:0rem;width:22.0625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { position:relative;z-index:auto;display:block; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx { background-color: transparent; background-image: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row > .video-iframe-container { display: none; }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .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); }#Pq8SMZFuy25rauxVIPIosOGvldBtZlKx > .row .container { width:20rem;height:23.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX0G1CFd9iJg455Ul67x8p24QRX9zIHI { top:18.83rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKhpkmIWBR83zRqBxLlF4GPsBqpyrRbU { display:block; }
 }@media only screen and (max-width: 763px) { #LtdmVwFFVBxZcsupR7RSCMJsniU0ABRX { width:19.75rem;height:6.25rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .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; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc .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; }
#r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc { width:18rem;height:5.0625rem;display:flex;top:12.4375rem;left:1rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #r9lvEFrE4Zmdrd8nXq6ySzVvhVhQv2tk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #ZG3p12GVRoT2JPU8U2qe27Obnouikd3W {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #E6gR9hOm81i3PuwUOn1ktxPa3uxHTog3 {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #soPXF5MkefxkIWT9kA8Tv7cTg18l0zMb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #K7oeCdWCeot5aid63TTuKwFCfiVlpL0F {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #K6y35lEMzUTRl2QBiuErohntK5mTr3Xf {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #qlt1ceRBAzTyMGiU75vgZGiD1c7vcByB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #Ck8cJBAVzuXETfFX0RIRNSJmFO0dRpA9 {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #a6uDJRMpEu7VwtO0t5y2JaEAMmvTsfKw {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #wGALnyqE3BsIcEn2qGBJ6g0QRHd61e6E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #zs7V7Bzeu0iHpPBVRf0vLE2cT2CPT3mP {  }
 }@media only screen and (max-width: 763px) { #r3TdhCgWxMhgXsPiMPvgFRvHsX3NSUKc #bS13yPMvfzffbsmxbK7THAO1VecmshPV {  }
 }@media only screen and (max-width: 763px) { #J637uGMXllnvMsibMtJPfWBs9ox9Efor { width:17.875rem;height:2.4375rem;top:8.75rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKSaoMbuG74HsNzK46T3kRNIdPJw1pz { display:block; }
 }@media only screen and (max-width: 763px) { #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX { background-color: transparent; background-image: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row > .video-iframe-container { display: none; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .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); }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container { width:20rem;height:6.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8360acef-2ff3-4ced-bb87-5587ebeeb1b4/iStock1352553863.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container.adaptive-delivery-prevent-bg, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container.lazyload, #ZCdxGiT5dvTULhpJFaKPLruPvu7kpRAX > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #q41O7IISObLbToVhamtUKZ8KFPsLhF7Q { display:block; }#q41O7IISObLbToVhamtUKZ8KFPsLhF7Q > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SI8ITHBI17bZpV1XUhPBKVUrU680zb1w { width:20rem;height:9.097625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh { display:block; }#MDSkiWh5bsCBRQSqHB2lyu6GS0wUUkeh > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ft7Rs3mEU0ND28k7iM9HNN47nSnLO6uA { width:20rem;height:2.5996125rem;top:25.9609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CoXJP3JeGhJx5ynA7p63xTrXzGHSS2Df { width:20rem;height:18.957055214724rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEvgCriwh4l0dC2c3t2llVsgLhJOh86A { width:20rem;height:11.8125rem;top:12.8984375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JhHUX2h3TQzNTDw0M0PtnaM4Baw9TSHL { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCQ54ugSlv8Pay9UP5H5cNqtucc3Adad { width:20rem;height:16.875rem;top:29.81055rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm { display:block; }#UGfhcaKVnEw7TvvvibKEAHMSZD7pcDsm > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2hq0SNGC4g1SXT62BdLknhyhVhmQTvT { width:20rem;height:11.25rem;top:7.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH7TIbWvTwxOETv7RBblzpVwTxVUOxmr { top:40.146484375rem;left:4.4463466183575rem;width:10.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQyICId1rNTc5DmwNiZRdJogslUG84qh { display:block; }
 }@media only screen and (max-width: 763px) { #nTWu6NTcvrb2gH2THbq0BnTWMxiainko { width:20rem;height:11.5488375rem;top:24.69921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMbpiS6A5wU5bKdIGuDXlMTBFeIQ0Ppv { width:2.375rem;height:1.6875rem;top:22.38671875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1cwefpRI5UJW9JVtPXEStf6yBubM7MX { display:flex;width:1.9375rem;height:1.9375rem;top:22.26171875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #n3dv9AyPBwZTHKwMrTfXe6nsAu107DZ7 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .widget-text.counter-number { padding-top:0.36rem;padding-right:0.32875rem;padding-bottom:0.36rem;padding-left:0.32875rem;width:1.97125rem;min-width:1.97125rem;height:1.933125rem;font-size:1.439375rem;line-height:30.93px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.6275rem;height:0.76375rem;font-size:0.54rem;line-height:12.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS { width:14.5rem;height:3.641875rem;display:flex;top:35.4658203125rem;left:3.2723632082892rem;z-index:15019;padding-top:0.0425rem;padding-right:0.045rem;padding-bottom:0.0425rem;padding-left:0.045rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #BwNxWRRaRbELxrga8KRFMIPhKCfRTnJO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #RlqiNEkkrQ9eqPrMEZmPVnn4HLQVS9kV {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #XU6xeQGkuQiJIboyJvDbab2bMLoysDTt {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #v05A22d1yzRGFs0u8V8UOh64XX2s3ian { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #GTCs1DcQO1aeTuxTP2c8aHdESVKUHUJb {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #a9nIW58LdcuEC2orADm6fQTbwWPe8Nzo {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #zEkIHinOlREddpwoz0xptSmhDrcxOtIa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #Fhl6CZBmfdo04EPUlySAQJAro5VtBnd3 {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #rHloeglcJS3AgODxoUKgxFgTiUH5pUQq {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #NUSATXdOB1qGOqJMR7609IySoV36lPHb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #ryVTEom0C6XkHAWprcgzPur778qRxEhT {  }
 }@media only screen and (max-width: 763px) { #T9WIeZH6OTwXy1Ru1RN6mEuI02hdd5JS #LtgUTwgo2eDhTycqLDeQJqIqE5unJgmd {  }
 }@media only screen and (max-width: 763px) { #QVU8FHCtNtZN416aTKLS35ASUVJBviwd { display:flex;width:1.8125rem;height:1.8125rem;top:22.32421875rem;left:11.28125rem; }
 }@media only screen and (max-width: 763px) { #BT6qCeRtgbQlUFp12oqWbs84ktK8nVFq { display:flex;width:1.9375rem;height:1.9375rem;top:22.26171875rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #s8KB5MuT5LtRwsCkXWx34xAxacJdziAm { width:20rem;height:5.68359375rem;top:46.380859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqquGbI7keoi8c8a4d78TGXWFC0kNw1s { top:53.458984375rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpwc1IDvrMeiTobWNcRa918KntX8ouDD { display:block; }
 }@media only screen and (max-width: 763px) { #Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 { display:block; }#Wsei4HA9XdR2M7tMJsbnMETKRymH6pg3 > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKMyS4ukOxgT3DKE2cb3eslWOkwQGq19 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNJd77yJLQCazrfivTtFT69wxZr0GZr1 { width:20rem;height:16.25rem;top:7.69921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VC9gJ88WT08ul7Lpx8vKN7ZTmv8i0m69 { width:20rem;height:13rem;top:62.01171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwwqFQIhpEB6KCT4DengRmU1Ni35bMlN { display:flex;width:2.0625rem;height:2.0625rem;top:24.51171875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #uQqysW2uOea1ZBJQwUoPWLDIDFLAJbKH { width:12.5rem;height:1.625rem;top:27.82421875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tE4fA6SqiV4nwElv8XuatZoOzkKQoaf0 { width:12.5rem;height:1.625rem;top:40.19921875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebCJx6VrG6DSOGLaMTM4HM0aeIhlGW3k { width:12.5rem;height:1.625rem;top:52.57421875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNZZrHCxATriisO7gesfOfa9ktBy9GTO { width:12.5rem;height:1.625rem;top:34.01171875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2PW7JyeKaqPezDo2qq0PbnKcZFQbTK { width:12.5rem;height:1.625rem;top:58.76171875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WEvrtMWT9BKgqErRpzymnHa9eVNAyQCc { width:12.5rem;height:1.625rem;top:46.38671875rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDaX70rT0huVNlfMKyGNxfbZ731kwTof { display:flex;width:2.0625rem;height:2.0625rem;top:36.88671875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #HaGXabc6w6X5GILHUZJGG6nN1ffR4Jto { display:flex;width:2.0625rem;height:2.0625rem;top:49.26171875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #vecc1h9XOhfT1HN7dFNO7wTFyKCgQwM1 { display:flex;width:2.0625rem;height:2.0625rem;top:30.69921875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #VhATKocbqNc1L4qApBJ8ivGAKouBDK7D { display:flex;width:2.0625rem;height:2.0625rem;top:43.07421875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #KQVloxuTzJZp8dHBzNht7gxQ7RdxC1ZN { display:flex;width:2.0625rem;height:2.0625rem;top:55.44921875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nKzSr6hd/bg3_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.adaptive-delivery-prevent-bg, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyload, #cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA.lazyloading { background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { background-color: transparent; background-image: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row > .video-iframe-container { display: none; }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .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); }#cOXgl3WoZASTD1Qvr3VGWNLByKV85bTA > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O93mXzWyGt63IIzoewxUTnnDWATfqOnq { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ws1Mo7BUnn44vZIrsWGsBplerRrxRi2C { width:13.5625rem;height:13.5625rem;top:11.19921875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyOwCD6satk4EgOX7h82sSiyl7gpwKzP { width:13.5625rem;height:13.5625rem;top:48.63671875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmRd5NZqrm57Cie8CIH9Jge327ce2qhb { width:13.5625rem;height:13.5625rem;top:67.44921875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhfwEyReoePyJu3hszLvsqiJNrUDyZ7 { width:13.5625rem;height:13.5625rem;top:29.88671875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZh6FzJB3fo2X0SAvxqMW0xlffX3X6Zv { width:15.75rem;height:1.625rem;top:8.69921875rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BchcE8e5ES2yZ2xqTfDQgDvbipL2XaQZ { width:15.75rem;height:1.625rem;top:64.26171875rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ee635TaaaxkRvcC5QXl15bxAQP2I1nsZ { width:15.625rem;height:1.625rem;top:45.44921875rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAiDCXuHgWH0P1L4edDNmd7ZLsyXZFtJ { width:15.8125rem;height:1.625rem;top:26.82421875rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 { background-color:#456aa8;background-image:url("https://images.assets-landingi.com/CLQBAHV0/bg4_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.adaptive-delivery-prevent-bg, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyload, #MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77.lazyloading { background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { background-color: transparent; background-image: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row > .video-iframe-container { display: none; }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .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); }#MDJQD5VRoW6dIGZOP1pgBpC6DRF92W77 > .row .container { width:20rem;height:111.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQmz0ZP00NQ0lpa4a78eDNEqNG0TlXwo { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hl59h58oQzMQqt7eO5Pk0K2TuUoOxqVw { width:9.4375rem;height:8.4375rem;top:71.36328125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbG8CENTvgoM0wz3Io94JkNFmTzF5ggc { width:18.875rem;height:2.2744125rem;top:82.23828125rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bAoMoK1VxlBPH4U7MDDEHuQTmVstiTbr { width:20rem;height:23.7890625rem;top:85.13671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INKJTMVaATWoC1hqL5hm1TB33foTJKIG { width:18.875rem;height:2.2744125rem;top:17.47265625rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2H6pvHNXJvFzddh0ByTxnXZSSITAGPT { width:7rem;height:7.625rem;top:7.84765625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTt190Mi0SJoqoxzUlC05yzO446TGeFc { width:20rem;height:47.578125rem;top:20.28515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ { display:block; }#i5R0GJMvEQTC4w8ZkyviH7PgMtZ1ifsQ > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVsBZzLEe98QGEyVvflzBKV8aswZuaOt { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUbUWen5x2BISP1qdNcc8BEblU13WVe2 { top:22.797875rem;left:2rem;width:16rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVwJ77JwO5I5QVz639wNgFefPQ2oTRP { display:block; }
 }@media only screen and (max-width: 763px) { #o7gWX8SIAnk0QkCOx4ZX1uXkDPO6QTbT { height:11.25rem;width:20rem;top:10.297875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n { position:relative;z-index:auto;display:block; }#SDMx7DurhtPN9L0NiI8e3RK9CBWgI66n > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTnxfe7xq57W1oNtAFrzVUwpSaqSuh1Z { width:13.4375rem;height:1.3994125rem;top:25.28418125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvlxyNnAhKIomiNu1DBAI0TAnvi4FXaO { width:9.8125rem;height:1.3994125rem;top:19.19824375rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFw3lnqEGPEVfUntILg1W9rrNZVOA8Xn { width:11.375rem;height:1.3994125rem;top:13.73730625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DV827Pm3Tl2upDN45hTlPckTC6iggPbn { width:20rem;height:1.04980625rem;top:8.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #To4mHXr2XNMftufZNM5UCeD3OpvIZtul { width:1.5625rem;height:1.5625rem;top:10.92480625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJqdwAMAHTs17FUzAVh1twzHKUgTsUdA { width:1.5625rem;height:1.5625rem;top:16.38574375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3ebAcGUymJovrRLSS3m99um65WaDF63 { width:2.1875rem;height:2.1875rem;top:21.84668125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRcZ27tb0x3sXE2xDtTJZFMT4yu7oeR { width:19.5625rem;height:6.125rem;top:1.25rem;left:0.1875rem;display:block; }
 }