.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7f866ae3' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(134,106,227,0.5));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; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:block; }#quw0Cyf7kaQLTpQMObwUM5O703bzoE9l { color:#26265b;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.7871125rem;font-style:normal;display:block; }
#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#26265b;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:3.82470625rem;font-style:normal;display:block; }
#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#4e4e80;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:16.25rem;left:0rem;height:5.0625rem;display:block; }
#Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -moz-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -ms-linear-gradient(180deg, #ffe6e8, #ff9db6);background-image: -o-linear-gradient(180deg, #ffe6e8, #ff9db6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#ff9db6' );";background-image: linear-gradient(180deg, #ffe6e8, #ff9db6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:1.875rem;width:2rem;top:6.8935546875rem;left:21.875rem;display:block; }
#CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:43.8125rem;width:29.1875rem;top:2.25rem;left:28rem;overflow:hidden;display:block; }
#XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -moz-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -ms-linear-gradient(180deg, #d8ccff, #aea0df);background-image: -o-linear-gradient(180deg, #d8ccff, #aea0df);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#aea0df' );";background-image: linear-gradient(180deg, #d8ccff, #aea0df);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:11.875rem;width:20.9375rem;top:34.1875rem;left:39.0625rem;display:block; }
#u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.64), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:33.4375rem;width:32.125rem;top:8.75rem;left:13.9375rem;display:block; }
#U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -moz-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -ms-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-image: -o-linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d0bcff', endColorstr='#ececff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d0bcff', endColorstr='#ececff' );";background-image: linear-gradient(180deg, rgba(208,188,255,0.41), #ececff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.625rem;width:7.875rem;top:6.8935546875rem;left:12.25rem;display:block; }
#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { color:#4e4e80;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:22.65625rem;left:0rem;height:4.8125rem;font-style:normal;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
#nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -moz-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -ms-linear-gradient(198deg, #ff8823, #ffcb66);background-image: -o-linear-gradient(198deg, #ff8823, #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8823', endColorstr='#ffcb66' );";background-image: linear-gradient(198deg, #ff8823, #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:9.5rem;width:9rem;top:0rem;left:51rem;display:block; }
#viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:11.5rem;width:14.75rem;top:26.39892578125rem;left:45.25rem;display:block; }
#hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { color:#26265b;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:29.6865234375rem;left:46.9375rem;height:4.79980625rem;font-style:normal;display:block; }
#RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -moz-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -ms-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-image: -o-linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#43d2dc' );";background-image: linear-gradient(180deg, rgba(95,255,255,0.1), #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:19.1875rem;width:30.6875rem;top:9.375rem;left:25rem;display:block; }
#XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:7.625rem;width:7.25rem;top:10.32470703125rem;left:20.375rem;display:block; }
#imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { position:absolute;display:block;z-index:14989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-image: -moz-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-image: -ms-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-image: -o-linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1e4', endColorstr='#68d0bcff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe1e4', endColorstr='#68d0bcff' );";background-image: linear-gradient(90deg, #ffe1e4, rgba(208,188,255,0.41));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.9375rem;width:19.5625rem;top:39.4375rem;left:8.5rem;display:block; }
#BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:11.82470703125rem;left:21.875rem; }
#z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:2.4375rem;left:53rem; }
#NBXrCxoTQTMNPIoTzqwvxT1SFOQnTDkS { color:#26265b;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:34.375rem;left:1.25rem;height:7.6494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#naSwCaSRWsCV3f9rSyl2kcOfE3vH2BCI { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:42.875rem;left:0rem;height:3.8994125rem;display:block; }
#pAdspAAHuueJrW1zOQTGwTD9Bo3bk9ns { background-color:#a6c307;background-image:url("https://images.assets-landingi.com/landend/payment/payu-logo-white_2.svg");background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.6865234375rem;left:1.4375rem;display:block; }#pAdspAAHuueJrW1zOQTGwTD9Bo3bk9ns.adaptive-delivery-prevent-bg, #pAdspAAHuueJrW1zOQTGwTD9Bo3bk9ns.lazyload, #pAdspAAHuueJrW1zOQTGwTD9Bo3bk9ns.lazyloading { background-image: none; }
#CSfIUgvgORpOAJJGpHn5t3eR9TceQSRU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#suqMpcuAnCfUl4HkJVpUh6IU4UpRMkMC { position:absolute;display:block;z-index:15028;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:4.625rem;width:9.3125rem;top:32.4990234375rem;left:17.625rem;overflow:hidden;display:block; }
#PZ7CqyrEBs8lho5AzTzHgnZyrcyb4foo { position:absolute;display:block;z-index:15029;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.625rem;width:15.4375rem;top:22.65625rem;left:12.625rem;overflow:hidden;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:14998;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:1.1875rem;left:0rem;display:block; }
#oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, rgba(67,210,220,0.5), #fff9ea);background-image: -moz-linear-gradient(201deg, rgba(67,210,220,0.5), #fff9ea);background-image: -ms-linear-gradient(201deg, rgba(67,210,220,0.5), #fff9ea);background-image: -o-linear-gradient(201deg, rgba(67,210,220,0.5), #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f43d2dc', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f43d2dc', endColorstr='#fff9ea' );";background-image: linear-gradient(201deg, rgba(67,210,220,0.5), #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.75rem;width:38.125rem;top:10.5rem;left:20.0625rem;display:block; }
#EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { color:#4e4e80;display:block;width:56.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:3.125rem;left:1.9375rem;height:11.8125rem;display:block; }
#yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { color:#4e4e80;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:19.0625rem;left:39.3125rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#42866ae3' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.875rem;width:15.625rem;top:18.9375rem;left:37.8125rem;display:block; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:18.4375rem;left:55.4375rem; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#Lfd9F0myth4uAwAa7O7QEB202nim6htg { color:#4e4e80;display:block;width:56.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:20.875rem;left:1.90625rem;height:3.375rem;display:block; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .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; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26265b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { background-color:;background-image:none;color:#26265b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:7.4375rem;left:19.8125rem;z-index:15017; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 { width:auto; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
#syVmMWJQFFZM6D728THqkbaQlVb8GAKg { color:#26265b;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -moz-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -ms-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -o-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );";background-image: linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:15.5rem;width:16.3125rem;top:15.125rem;left:0rem;display:block; }
#gqHtfnp05mGSifDcqupEGiBMwtZsORbp { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -moz-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -ms-linear-gradient(197deg, #ffe6e8, #43d2dc);background-image: -o-linear-gradient(197deg, #ffe6e8, #43d2dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#43d2dc' );";background-image: linear-gradient(197deg, #ffe6e8, #43d2dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.5625rem;width:3.8125rem;top:14.46875rem;left:11.3388671875rem;display:block; }
#DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:38.5rem;top:0rem;left:9.625rem;display:block; }
#JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:12.5rem;width:18.5rem;top:12.0625rem;left:41.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quw0Cyf7kaQLTpQMObwUM5O703bzoE9l { top:3.75rem;left:0rem;width:25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { top:7.8125rem;left:0rem;width:25rem;height:7.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:16.25rem;left:0rem;width:24.25rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:2rem;height:1.875rem;top:6.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:29.1875rem;height:43.8125rem;top:2.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { top:34.1875rem;left:26.8125rem;width:20.9375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:32.125rem;height:33.4375rem;top:8.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:7.875rem;height:7.625rem;top:6.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { top:22.625rem;left:0rem;width:20.0625rem;height:4.8125rem;font-size:1rem;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:9rem;height:9.5rem;top:0rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { width:14.75rem;height:11.5rem;top:26.375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { top:29.625rem;left:36.375rem;width:11.375rem;height:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { top:9.375rem;left:17.0625rem;width:30.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:7.25rem;height:7.625rem;top:10.3125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:19.5625rem;height:2.9375rem;top:39.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:5rem;height:5rem;top:11.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { width:4.375rem;height:4.375rem;top:2.4375rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBXrCxoTQTMNPIoTzqwvxT1SFOQnTDkS { top:34.375rem;left:0rem;width:25rem;height:7.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naSwCaSRWsCV3f9rSyl2kcOfE3vH2BCI { top:42.875rem;left:0rem;width:21.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAdspAAHuueJrW1zOQTGwTD9Bo3bk9ns { width:18.75rem;height:2.8125rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfIUgvgORpOAJJGpHn5t3eR9TceQSRU { display:block; }
 }@media only screen and (max-width: 763px) { #suqMpcuAnCfUl4HkJVpUh6IU4UpRMkMC { top:32.4375rem;left:11.5rem;width:9.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ7CqyrEBs8lho5AzTzHgnZyrcyb4foo { top:22.625rem;left:6.5rem;width:15.4375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { top:1.1875rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { top:10.5rem;left:9.625rem;width:38.125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { top:3.125rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { top:19.0625rem;left:33.1875rem;width:13.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { top:18.9375rem;left:31.6875rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH { width:2.8125rem;height:2.8125rem;top:18.4375rem;left:44.9375rem;display:block; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #Lfd9F0myth4uAwAa7O7QEB202nim6htg { top:20.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .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; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .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; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { top:3.625rem;left:6.9375rem;width:31.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.8125rem;height:3.5625rem;top:14.4375rem;left:5.2138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { top:0rem;left:3.5rem;width:38.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { top:12.0625rem;left:29.25rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quw0Cyf7kaQLTpQMObwUM5O703bzoE9l { width:19.375rem;height:1.7871125rem;top:1.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { width:20rem;height:3.09375rem;top:5.0625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:3.9375rem;top:9.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wi8agFcH1WTiSThPIh7LTnAKDEEPrGaq { width:2rem;height:1.875rem;top:3.474609375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { width:18.1875rem;height:27.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppibCHJMgrutb5bEbGHxwGsaip3ZBdM { width:20rem;height:11.875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ykb9vJRu1dsyseh7xAoa6ZTfB8IOqt { width:14.5625rem;height:15.0625rem;top:18rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U4xkxHFTdX6P6KHTGqnFTUb6iSRm0AD9 { width:4.6875rem;height:4.5rem;top:3.474609375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H { width:16.125rem;height:4.25rem;top:14.3125rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#C6iJIyCL7yqEKVrF4BUbZq9MVU3NsW7H li:before{  }
 }@media only screen and (max-width: 763px) { #nfv2TwoykSHTTTGqInd2SLivCfAgetNQ { width:6.6875rem;height:7.0625rem;top:29.25rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viMMfkxv3KqWcsdH5F2uPJxesNVTEGaa { width:12.1875rem;height:7.5rem;top:39.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgorZRXArQ6i1AxEWRcVVQPdi0pCAOT8 { width:10rem;height:4.2246125rem;top:40.9375rem;left:9.5rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RCWKRw9GNMg8xkyCrWFQoyoahsavO12A { width:9rem;height:11.625rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSEwvbkmBTKJz2uCLxaFbk4oeVTV7WvG { width:5rem;height:5.25rem;top:19.25rem;left:0.9375rem;z-index:15025;border-top-left-radius:56.25rem;border-top-right-radius:3rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #imEkesW9flbgC7XrKXFsRpJWf5l7TSv2 { width:12.25rem;height:2.25rem;top:19.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvvLMlVwZJBnJFllQLTSQVI41SNTb1GT { width:3.75rem;height:3.75rem;top:20.1875rem;left:1.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9RSJ8PpQyAGiGmXauAIvMFrTuS1vQtw { width:3.75rem;height:3.75rem;top:30.8125rem;left:14.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBXrCxoTQTMNPIoTzqwvxT1SFOQnTDkS { width:20rem;height:6rem;top:56rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #naSwCaSRWsCV3f9rSyl2kcOfE3vH2BCI { width:20rem;height:3.8994125rem;top:62.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAdspAAHuueJrW1zOQTGwTD9Bo3bk9ns { width:18.75rem;height:2.8125rem;top:51.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfIUgvgORpOAJJGpHn5t3eR9TceQSRU { display:block; }
 }@media only screen and (max-width: 763px) { #suqMpcuAnCfUl4HkJVpUh6IU4UpRMkMC { width:9.3125rem;height:4.625rem;top:53.39892578125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ7CqyrEBs8lho5AzTzHgnZyrcyb4foo { width:10.5625rem;height:5.1875rem;top:46.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOs1JfsbtV5nbntewwWVEoTDwyfzCluc { width:12.8125rem;height:10.5625rem;top:11.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EggZq9BoxTyhZ6SSxD4SJFx66V5e2wDX { width:20rem;height:14.4375rem;top:3.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoM2XTBvwTaskGI1zQ4qZ9V1tmVkUNIm { width:13.1875rem;height:1.5rem;top:24.0625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVyaG82LprONzGMVKW8UKgbQzmf9c5Fx { width:15.625rem;height:1.875rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH { width:2.5rem;height:2.5rem;top:23.5625rem;left:16.6875rem;display:block; }
#SyLMKoi1bO5BC1MhlyuADrfmLMSl73lH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Lfd9F0myth4uAwAa7O7QEB202nim6htg { width:20rem;height:2.625rem;top:27.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .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; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .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; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:6.8125rem;left:0.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { width:20rem;height:3.75rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:3.75rem;left:1.84375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #gqHtfnp05mGSifDcqupEGiBMwtZsORbp { width:3.1875rem;height:2.9375rem;top:20.03125rem;left:1.84375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { width:20rem;height:9.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { width:11.0625rem;height:12.5rem;top:13.125rem;left:8.9375rem;display:block; }
 }