.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:#140e38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010306;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { background-color: transparent; background-image: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { display: none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .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); }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { border-width: 0; border-radius: 0; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { background-color:transparent;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: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins2;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.49869775rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:33.184894561767rem;display:block; }
#WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { background-color:transparent;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: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins2;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.49869775rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:41.497394561767rem;display:block; }
#y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(115deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(115deg, #8200ff, #f2416b);background-image: -o-linear-gradient(115deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(115deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins2;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5620403125rem;width:7.4368105rem;top:1.0305606126785rem;left:0rem;overflow:hidden;display:block; }
#MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { background-color:transparent;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: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins2;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.49869775rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:25.873699188233rem;display:block; }
#QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoDPnr1zaAM9kmT6JDEeKpbTgRHWa1uU { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(19deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(19deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(19deg, #8200ff, #f2416b);background-image: -o-linear-gradient(19deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(19deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.2493106875rem;width:8.2490806875rem;top:2rem;left:19.5rem;display:none; }
#ygU7Bqpa6phXVQxImyWModNt0wdRaZod { color:#ffffff;display:block;width:19.4348965rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.09375rem;left:9.25rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010306;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:none; }#Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC > .row .container { border-width: 0; border-radius: 0; }#Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:none; }#ONF9Zpt6gpmeZA24Jed48hrOJ3BnSdXW { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(115deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(115deg, #8200ff, #f2416b);background-image: -o-linear-gradient(115deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(115deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3052082061768rem;left:51.313545227051rem;display:block; }
#bfCIrTiSJrZ1qzT2cnppGzqP3MS3iJME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IAkOhfrKvtvrRXWb7XKMVETbsycaUqTb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5620403125rem;width:7.4368105rem;top:1.0305606126785rem;left:0rem;overflow:hidden;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/cGot2jFpKIM/unsplash/yashowardhan-singh-cGot2jFpKIM-photo-1691643158804-d3f02eb456a3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:66.8125rem;width:60rem;position:relative;display:block; }#Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { color:#d8ecff;display:block;width:58.3743095625rem;position:absolute;font-family:poppins2;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:10rem;left:0rem;height:4.8333335rem;font-style:normal;display:block; }
#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:42.5rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.125rem;left:1.6875rem;height:3.75rem;font-style:normal;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(31deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(31deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(31deg, #8200ff, #f2416b);background-image: -o-linear-gradient(31deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(31deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:3.625rem;width:0.25rem;top:22.15625rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(115deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(115deg, #8200ff, #f2416b);background-image: -o-linear-gradient(115deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(115deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins2;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.811198rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:47.368492126465rem;left:0rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .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; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8200ff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5875rem;padding-right:0.51375rem;padding-bottom:0.5875rem;padding-left:0.51375rem;display:block;align-items:center;width:3.080625rem;min-width:3.080625rem;height:3.15875rem;position:relative;font-family:poppins2;font-size:2.350625rem;font-weight:400;line-height:50.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3675rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.1075rem;height:1.24875rem;position:relative;font-family:poppins2;font-size:0.88125rem;font-weight:300;line-height:19.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; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE { 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:20.4375rem;height:5.94921875rem;padding-top:0.07375rem;padding-right:0.073125rem;padding-bottom:0.07375rem;padding-left:0.073125rem;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:56.125rem;left:0rem;z-index:15029; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #k289cFakEAhBa1TLD93PsqMGrlxxLBQO { display:flex;position:relative;top:0rem;left:0rem; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #B0OqQCFt9i5Tz3mxCh45AUc5mtDP3Wz8 { width:auto; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #PycMtqd6b0UJCKdE81Wd6FNDFadxcTRa {  }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #rhM9hU1t6uackDePJR9RidxXiiLusQVL { display:flex;position:relative;top:0rem;left:0rem; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #hT8UliQ468Vd9GU9rh5tBZb5eQE9c5Is {  }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #J51WZ7h9dSZvIxin8qwBsACCGshqq7W5 {  }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #LssZpUk8vcQK77GTmS5L8tTDdR1DSuxO { display:flex;position:relative;top:0rem;left:0rem; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #A6qrLt86v3dhPzDQlyir1fc29TtlKFR7 {  }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #hv8gOamEW0Sk4w69yPDpBDKmatuiAlWF {  }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #wudJlTB8gH5FNXJURIxNnwU3cLh14x2N { display:flex;position:relative;top:0rem;left:0rem; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #Fewh0LtGHIUfyi2p6rRbhWfZOHaT6u6P {  }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #LrcP1cgZyqmrITKCH7yafenouXNnP7s5 {  }
#THOZvmr1IscCu7WnOXgINOMwcefQW7A2 { color:#d8ecff;display:block;width:58.3743095625rem;position:absolute;font-family:poppins2;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:9.666667rem;font-style:normal;display:none; }
#iQPXx4ke1NNGr9QfxvCcp8cnF1uwCvGI { color:#d8ecff;display:block;width:58.3743095625rem;position:absolute;font-family:poppins2;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:9.666667rem;font-style:normal;display:none; }
#fgdy49l0IQG5Ed2yeaq9owlXmQBJtJgW { color:#d8ecff;display:block;width:58.3743095625rem;position:absolute;font-family:poppins2;font-size:3.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:9.666667rem;font-style:normal;display:none; }
#gICgZ0Fz5TnRwvZ4bTvZpuTy9XUbt7lb { color:#e8f7ff;display:block;width:37.0625rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.625rem;left:1.6875rem;height:4.249999875rem;font-style:normal;display:none; }
#vKvN3bkxVBUSIlCzrsAJ8Jppcl8Xk0kL { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(19deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(19deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(19deg, #8200ff, #f2416b);background-image: -o-linear-gradient(19deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(19deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.2493106875rem;width:8.2490806875rem;top:8.3125rem;left:0rem;display:none; }
#HeGKvpG01ImNdoV683ZhyldiVqLBgzxW { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4375rem;left:3.5rem;height:1.583333375rem;font-style:normal;display:block; }
#fh40dznTrUT27MT9uASMlTp21PBwn7h1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.875rem;left:0rem; }
#cVLmcH8ZMV4xLQMUfEWgVgI45O3f6RH9 { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:30.5rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#cVLmcH8ZMV4xLQMUfEWgVgI45O3f6RH9 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#cVLmcH8ZMV4xLQMUfEWgVgI45O3f6RH9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e43b43ee45f511c4ca70eb76efbf6096cfac232.svg); }
#SsXEeNBKeE7lLA3sTKbV7yPbDIQXCUZK { color:#e8f7ff;display:block;width:38.9375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#ygJ96XhbIpXBRo3mdyPraVfrtIPfpNnM { color:#e8f7ff;display:block;width:17.9375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:54.25rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#ogZtSS5lswFyMcTWfxQ9o0g88pHewfVy { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.9375rem;width:24.125rem;top:54.325522184372rem;left:34.5625rem;overflow:hidden;display:block; }
#dL9nqdq3HQXWlUUGx2ZETnHFzEJZpJS1 { color:#f2416b;display:block;width:58.3736991875rem;position:absolute;font-family:poppins2;font-size:2.4375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.520833969116rem;left:0rem;height:3.16666675rem;font-style:normal;display:block; }
#ScimTvtxb0PP4Capct479wTHU6uC5lts { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:44.5rem;left:37.8125rem;overflow:hidden;display:block; }
#c3VhwfooJohgq5EJz83y4DkzLhnVbnem { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(90deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(90deg, #8200ff, #f2416b);background-image: -o-linear-gradient(90deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(90deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:10rem;width:10rem;top:44.25rem;left:37.5rem;display:block; }
#HAlBfXiPWrAoZl4a8XvSTlsytNSRa57a { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:44.5rem;left:46.125rem;overflow:hidden;display:block; }
#XrgzpZBbpQrKWiLUBHM7cp8vxBP1T8cH { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(90deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(90deg, #8200ff, #f2416b);background-image: -o-linear-gradient(90deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(90deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:10rem;width:10rem;top:44.25rem;left:45.8125rem;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#8200ff;display:block;width:19.4375rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0.3125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#ffffff;display:block;width:19.43619725rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:0.3125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.72917175293rem;left:21.875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#8200ff;display:block;width:19.43619725rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:20.3125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:#ffffff;display:block;width:19.4370403125rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.6875rem;left:40.3125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:#8200ff;display:block;width:19.43619725rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:40.3125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvTnDzwQyIzQTx5899H9EDhBfdxADule { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:3.9375rem;left:7.5625rem; }
#pMpC4P4RtnHz1ykilU9FCiEMQIFLD8Z8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.9375rem;left:27.5625rem; }
#DNfTbefA7avChclTIb90kQ6PTr1E8RAo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.9375rem;left:47.5625rem; }
#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row .container { background-color: transparent; background-image: none; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row .container > .video-iframe-container { display: none; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row > .video-iframe-container { display: none; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .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); }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row .container { border-width: 0; border-radius: 0; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#oHQISC5tbyLZCol8nzWSSCG7f8rixwOl { color:#e8f7ff;display:block;width:32.6875rem;position:absolute;font-family:poppins2;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.33333325rem;font-style:normal;display:block; }
#zhfLSePpGMbTkuB7bGNXQG6vwKTuhp1P { color:#e8f7ff;display:block;width:60rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:3.75rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yE953qRqE3Gr87ctXCOXSU3hy5TuwdtF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;height:10.4375rem;width:10.4375rem;top:18.8125rem;left:0rem;overflow:hidden;display:block; }
#Kfi1o8wtBddpkQMTCKRNwg97wEHAP2KD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.97) ;height:10.4375rem;width:6.875rem;top:18.8125rem;left:28.0625rem;overflow:hidden;display:block; }
#bn5gN19Ii5Zlm3abdcuyVMrgaTv1xXbu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(19deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(19deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(19deg, #8200ff, #f2416b);background-image: -o-linear-gradient(19deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(19deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.2493106875rem;width:8.2490806875rem;top:8.3125rem;left:0rem;display:block; }
#XDTKPClcW9WX8ScZK4wea1FN1ZHplzWx { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.4375rem;width:13.125rem;top:18.8125rem;left:37.0625rem;overflow:hidden;display:block; }
#OZWnwFHSQG2nFxOmNhGyT1Nc9IcJWDZd { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.4375rem;width:13.8125rem;top:18.8125rem;left:12.375rem;overflow:hidden;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#171717;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; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { border-width: 0; border-radius: 0; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { font-size:0.875rem;font-family:arial;height:79.5rem;width:60rem;position:relative;display:block; }#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:#e8f7ff;display:block;width:26rem;position:absolute;font-family:poppins2;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.33333325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(19deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(19deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(19deg, #8200ff, #f2416b);background-image: -o-linear-gradient(19deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(19deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.25rem;width:8.2490806875rem;top:7.22265625rem;left:0rem;display:block; }
#z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:27.9375rem;width:27.25rem;top:14.748695373535rem;left:0rem;display:block; }
#W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:10.109146118164rem;left:1.8416805267334rem;overflow:hidden;display:block; }
#OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(90deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(90deg, #8200ff, #f2416b);background-image: -o-linear-gradient(90deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(90deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:10rem;width:10rem;top:9.8125rem;left:1.5625rem;display:block; }
#rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6875rem;left:1.9375rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { color:#e8f7ff;display:block;width:23.4375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:25.70703125rem;left:1.90625rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JmF4D8IIBKn1JRqzZA1insoelgEtCElX { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:32.0625rem;width:27.25rem;top:30.625rem;left:32.75rem;display:block; }
#lA7c9S04UHoGRoMFiUk9PLaIBeooDxPn { color:#e8f7ff;display:block;width:23.4375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:41.875rem;left:34.6875rem;height:15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aA6zckJDcx8OQ8O6U0vcdRyciFTfTZ9e { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5625rem;left:34.6875rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDNZqGInDfTCAfVF3sJ7BxGqzqaLLGy7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:26rem;left:34.625rem;overflow:hidden;display:block; }
#mBJQ5yK2oy5V6owCqT52TM6nRS4Eb7fp { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(90deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(90deg, #8200ff, #f2416b);background-image: -o-linear-gradient(90deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(90deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:10rem;width:10rem;top:25.6875rem;left:34.3125rem;display:block; }
#AXp1OwTBBgnRHy3ZhaunTi5lXvtIHqkK { position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.0625rem;width:27.25rem;top:50.6875rem;left:0rem;display:block; }
#bOUDQkoI4o840pzzGEd9AE1MzoL5Nxkq { color:#e8f7ff;display:block;width:23.4375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:60.875rem;left:1.9375rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zWpeihyqzxFlCJNGsClt5RaPtmVxH8ka { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:poppins2;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:56.75rem;left:1.9375rem;height:1.583333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JfX7moKqB44rVb3E2pkX5LFG1DLzDnfM { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:46.1875rem;left:1.8125rem;overflow:hidden;display:block; }
#TXD8mZGgLSGoPOFIBAXg2ipMTIdhi008 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(90deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(90deg, #8200ff, #f2416b);background-image: -o-linear-gradient(90deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(90deg, #8200ff, #f2416b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:10rem;width:10rem;top:45.875rem;left:1.5625rem;display:block; }
#tRFteEfV7vnKAduao99DZ7dHBgL81E0U { color:#f2416b;display:block;width:19.4375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:58.875rem;left:1.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VoxSM92BMTg1uJenyQaHZoHNSehJAzKd { color:#f2416b;display:block;width:23.75rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.770843505859rem;left:1.83984375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D8QrLmNcHsEeW9lts4lt6r5mAQLHSgPx { color:#f2416b;display:block;width:19.4375rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:38.5625rem;left:34.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcADisiaaQpI7agppf8oDQ27BmfJh6UP { color:#f2416b;display:block;width:23.75rem;position:absolute;font-family:poppins2;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.770843505859rem;left:1.83984375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8200ff, #f2416b);background-image: -moz-linear-gradient(90deg, #8200ff, #f2416b);background-image: -ms-linear-gradient(90deg, #8200ff, #f2416b);background-image: -o-linear-gradient(90deg, #8200ff, #f2416b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#f2416b' );";background-image: linear-gradient(90deg, #8200ff, #f2416b);background-size:initial !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; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row .container { background-color: transparent; background-image: none; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row .container > .video-iframe-container { display: none; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row > .video-iframe-container { display: none; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .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); }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row .container { border-width: 0; border-radius: 0; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:60rem;position:relative;display:block; }#utf1pM7TTSXQicSCkoxdL8DdXxDalskn { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:poppins2;font-size:2.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.33333325rem;font-style:normal;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;display:block; }
#S9stshacMyByReskC7fihabL8JS5LTt6 { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:55.5625rem;left:0rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-form-header {  }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-regular-label { height:auto;display:block;font-family:poppins2;font-size:1rem;font-weight:400;color:#f8f8f8;width:43.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f8f8f8;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.75rem;box-sizing:border-box;height:2.9375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:poppins2;line-height:1.6; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f8f8f8;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:poppins2;line-height:1.6; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#002769;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:43.75rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m [class*="-text"]:-moz-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m [class*="-text"]::-moz-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m [class*="-text"]:-ms-input-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m [class*="-text"]::-webkit-input-placeholder { color:#f8f8f8;font-family:poppins2;font-size:0.875rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins2;line-height:1.6;font-size:0.6875rem;font-weight:400;color:#f8f8f8;vertical-align:top;width:42.3125rem;overflow:hidden;font-style:normal; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-container:first-of-type{padding-top:0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-container:last-of-type{padding-bottom:0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.6875rem;left:6.875rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.75rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m {display:block;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.6875rem;left:6.875rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #RQEAxSTKWWei7HPgmwzpH7wae6CQaH5B { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #TZ3ck9r73pH3hAOuTIKKI0QAvVzv8kpw { position:relative;display:block; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #gVOTiSsSrBEBVgMwkd5QGum1k5gdTAG0 { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #KxZXmgzoSQobLukTRLmclROXUebym8yl { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #BeBKK6nhfyK93IWoRpKWDwhU3mamqfnJ { position:relative;display:block; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #oHIp0T7Lxeu1KOiBRGoXbSl9AiDya5GZ { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #uKrBhXNcotFvG7FJmB3kGzVEnWRcDKMe { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #CqvwOsFGExCgZWcOZ641QIoXGVDGbI7o { position:relative;display:block; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #xpRAke78A8B4EnZDSOvAXISzaCobObUv { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #ZbBWhmpMOmT443vGH84xOSNkce1kRzdH { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #JNaD2hKv5Jrt15kpF4xE5F2ZgVIcSie6 { position:relative;display:block; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #rCHdIrBD9RVSBGq2bNhggAK7Phq8cy20 { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #MdHw8rb0d3mhJI2ESd2VsIqIk4nG6vS7 { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #EPwMH46uLsM3LVOvenW5Kp3vfMbFXSzc { position:relative;z-index:2; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #Vng3FEeAtS5NGGmxuyd7shWFzVAP8FLk { position:relative; }
#J1vTuCuqFmDT3KupdZXUGlRWlJd6HpUR { position:relative;display:block;z-index:100000;display:block; }
#skVExeRDVNB4r4Ccl81EKFrgLfHr6LVl { position:relative;display:block;z-index:100000;display:block; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #qEQNZEfvS4F67zxrBRvQfuPKQNrGpUn8 { position:relative; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #dOqT8coJ1BbTF47fhZ3VTP0ehk1my5Hm { position:relative; }
#ZOlWdfMLqrgFmVmw8dQxn5qoruLe2nbN { color:#f8f8f8;display:block;width:60rem;position:absolute;font-family:poppins2;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:1.416666625rem;font-style:normal;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;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { display:block; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:6.4375rem;height:2.1875rem;top:1.25rem;left:27.059894561767rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:6.4375rem;height:2.1875rem;top:1.25rem;left:35.372394561767rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:1rem;left:0rem;width:7.375rem;height:2.5407461040842rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:6.4375rem;height:2.1875rem;top:1.25rem;left:19.748699188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #XoDPnr1zaAM9kmT6JDEeKpbTgRHWa1uU { top:2.625rem;left:14rem;width:8.1875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygU7Bqpa6phXVQxImyWModNt0wdRaZod { top:1.0625rem;left:3.125rem;width:19.375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC { display:block; }#Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONF9Zpt6gpmeZA24Jed48hrOJ3BnSdXW { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfCIrTiSJrZ1qzT2cnppGzqP3MS3iJME { display:block; }
 }@media only screen and (max-width: 763px) { #IAkOhfrKvtvrRXWb7XKMVETbsycaUqTb { top:1rem;left:0rem;width:7.375rem;height:2.5407461040842rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { top:10rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:22.125rem;left:0rem;width:42.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:22.125rem;left:0rem;width:0.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.75rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .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; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .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; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #k289cFakEAhBa1TLD93PsqMGrlxxLBQO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #B0OqQCFt9i5Tz3mxCh45AUc5mtDP3Wz8 {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #PycMtqd6b0UJCKdE81Wd6FNDFadxcTRa {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #rhM9hU1t6uackDePJR9RidxXiiLusQVL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #hT8UliQ468Vd9GU9rh5tBZb5eQE9c5Is {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #J51WZ7h9dSZvIxin8qwBsACCGshqq7W5 {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #LssZpUk8vcQK77GTmS5L8tTDdR1DSuxO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #A6qrLt86v3dhPzDQlyir1fc29TtlKFR7 {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #hv8gOamEW0Sk4w69yPDpBDKmatuiAlWF {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #wudJlTB8gH5FNXJURIxNnwU3cLh14x2N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #Fewh0LtGHIUfyi2p6rRbhWfZOHaT6u6P {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #LrcP1cgZyqmrITKCH7yafenouXNnP7s5 {  }
 }@media only screen and (max-width: 763px) { #THOZvmr1IscCu7WnOXgINOMwcefQW7A2 { top:1.8125rem;left:0rem;width:20rem;height:2.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQPXx4ke1NNGr9QfxvCcp8cnF1uwCvGI { top:4.3125rem;left:0rem;width:20rem;height:4.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgdy49l0IQG5Ed2yeaq9owlXmQBJtJgW { top:31rem;left:0rem;width:20rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gICgZ0Fz5TnRwvZ4bTvZpuTy9XUbt7lb { top:9.5rem;left:0rem;width:20rem;height:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vKvN3bkxVBUSIlCzrsAJ8Jppcl8Xk0kL { top:8.3125rem;left:0rem;width:8.1875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeGKvpG01ImNdoV683ZhyldiVqLBgzxW { top:7.4375rem;left:0rem;width:22.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh40dznTrUT27MT9uASMlTp21PBwn7h1 { top:6.875rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVLmcH8ZMV4xLQMUfEWgVgI45O3f6RH9 { top:30.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#cVLmcH8ZMV4xLQMUfEWgVgI45O3f6RH9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e43b43ee45f511c4ca70eb76efbf6096cfac232.svg); }
 }@media only screen and (max-width: 763px) { #SsXEeNBKeE7lLA3sTKbV7yPbDIQXCUZK { top:28.625rem;left:0rem;width:38.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygJ96XhbIpXBRo3mdyPraVfrtIPfpNnM { top:54.25rem;left:0rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogZtSS5lswFyMcTWfxQ9o0g88pHewfVy { top:54.3125rem;left:23.625rem;width:24.125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL9nqdq3HQXWlUUGx2ZETnHFzEJZpJS1 { top:15.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScimTvtxb0PP4Capct479wTHU6uC5lts { top:44.5rem;left:31.6875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VhwfooJohgq5EJz83y4DkzLhnVbnem { top:44.25rem;left:31.375rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlBfXiPWrAoZl4a8XvSTlsytNSRa57a { top:44.5rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgzpZBbpQrKWiLUBHM7cp8vxBP1T8cH { top:44.25rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:9.9375rem;left:0rem;width:19.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:12.75rem;left:0rem;width:19.375rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:12.6875rem;left:15.5rem;width:16.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:9.9375rem;left:12.375rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:12.6875rem;left:28.25rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:9.9375rem;left:28.25rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvTnDzwQyIzQTx5899H9EDhBfdxADule { top:3.9375rem;left:5.5rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMpC4P4RtnHz1ykilU9FCiEMQIFLD8Z8 { top:3.9375rem;left:21.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNfTbefA7avChclTIb90kQ6PTr1E8RAo { top:3.9375rem;left:37.25rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt { display:block; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHQISC5tbyLZCol8nzWSSCG7f8rixwOl { top:4rem;left:0rem;width:32.6875rem;height:3.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhfLSePpGMbTkuB7bGNXQG6vwKTuhp1P { top:10.25rem;left:0rem;width:47.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE953qRqE3Gr87ctXCOXSU3hy5TuwdtF { top:18.8125rem;left:0rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfi1o8wtBddpkQMTCKRNwg97wEHAP2KD { top:18.8125rem;left:17rem;width:6.875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5gN19Ii5Zlm3abdcuyVMrgaTv1xXbu { top:8.3125rem;left:0rem;width:8.1875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTKPClcW9WX8ScZK4wea1FN1ZHplzWx { top:18.8125rem;left:27.875rem;width:13.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWnwFHSQG2nFxOmNhGyT1Nc9IcJWDZd { top:18.8125rem;left:9.3125rem;width:13.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:3.125rem;left:0rem;width:25.9375rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { top:7.1875rem;left:0rem;width:8.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { top:14.6875rem;left:0rem;width:27.25rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { top:10.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { top:9.8125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:20.625rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { top:25.6875rem;left:0rem;width:23.4375rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmF4D8IIBKn1JRqzZA1insoelgEtCElX { top:30.625rem;left:20.5rem;width:27.25rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7c9S04UHoGRoMFiUk9PLaIBeooDxPn { top:41.875rem;left:24.3125rem;width:23.4375rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA6zckJDcx8OQ8O6U0vcdRyciFTfTZ9e { top:36.5625rem;left:25.5rem;width:19.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDNZqGInDfTCAfVF3sJ7BxGqzqaLLGy7 { top:26rem;left:25.4375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJQ5yK2oy5V6owCqT52TM6nRS4Eb7fp { top:25.6875rem;left:25.125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXp1OwTBBgnRHy3ZhaunTi5lXvtIHqkK { top:50.6875rem;left:0rem;width:27.25rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOUDQkoI4o840pzzGEd9AE1MzoL5Nxkq { top:60.875rem;left:0rem;width:23.4375rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWpeihyqzxFlCJNGsClt5RaPtmVxH8ka { top:56.75rem;left:0rem;width:19.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfX7moKqB44rVb3E2pkX5LFG1DLzDnfM { top:46.1875rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXD8mZGgLSGoPOFIBAXg2ipMTIdhi008 { top:45.875rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRFteEfV7vnKAduao99DZ7dHBgL81E0U { top:58.875rem;left:0rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxSM92BMTg1uJenyQaHZoHNSehJAzKd { top:22.75rem;left:0rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QrLmNcHsEeW9lts4lt6r5mAQLHSgPx { top:38.5625rem;left:25.5rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcADisiaaQpI7agppf8oDQ27BmfJh6UP { top:22.0625rem;left:0rem;width:20rem;height:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT { display:block; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utf1pM7TTSXQicSCkoxdL8DdXxDalskn { top:1.4375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9stshacMyByReskC7fihabL8JS5LTt6 { top:55.5rem;left:0rem;width:17.1875rem;height:2.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-regular-label { width:43.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-text { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-textarea { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-select { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-button { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-checkbox-label { width:42.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m  { width:43.75rem;height:auto;top:9.25rem;left:0.75rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .radio-container { width:43.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m {display:block;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m { width:43.75rem;height:auto;top:9.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #RQEAxSTKWWei7HPgmwzpH7wae6CQaH5B {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #TZ3ck9r73pH3hAOuTIKKI0QAvVzv8kpw { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #gVOTiSsSrBEBVgMwkd5QGum1k5gdTAG0 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #KxZXmgzoSQobLukTRLmclROXUebym8yl {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #BeBKK6nhfyK93IWoRpKWDwhU3mamqfnJ { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #oHIp0T7Lxeu1KOiBRGoXbSl9AiDya5GZ {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #uKrBhXNcotFvG7FJmB3kGzVEnWRcDKMe {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #CqvwOsFGExCgZWcOZ641QIoXGVDGbI7o {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #xpRAke78A8B4EnZDSOvAXISzaCobObUv {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #ZbBWhmpMOmT443vGH84xOSNkce1kRzdH {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #JNaD2hKv5Jrt15kpF4xE5F2ZgVIcSie6 { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #rCHdIrBD9RVSBGq2bNhggAK7Phq8cy20 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #MdHw8rb0d3mhJI2ESd2VsIqIk4nG6vS7 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #EPwMH46uLsM3LVOvenW5Kp3vfMbFXSzc {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #Vng3FEeAtS5NGGmxuyd7shWFzVAP8FLk {  }
 }@media only screen and (max-width: 763px) { #J1vTuCuqFmDT3KupdZXUGlRWlJd6HpUR { display:block; }
 }@media only screen and (max-width: 763px) { #skVExeRDVNB4r4Ccl81EKFrgLfHr6LVl { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #qEQNZEfvS4F67zxrBRvQfuPKQNrGpUn8 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #dOqT8coJ1BbTF47fhZ3VTP0ehk1my5Hm {  }
 }@media only screen and (max-width: 763px) { #ZOlWdfMLqrgFmVmw8dQxn5qoruLe2nbN { top:5.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima { position:relative;z-index:auto;display:none; }#flEJDQv4Ri3lW4WRPAg9IxgB4zAMwima > .row .container { width:20rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQ0QKyHGx58RX9AF4TtMvUtlHFA7lIDt { width:4.5rem;height:2.1875rem;top:4.40625rem;left:4.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZyDymUUd8qcfpua0s3J79J3xrg3enB { display:block; }
 }@media only screen and (max-width: 763px) { #BnhFM5zaE2mKZe3KDKOP8XRluTTApJUo { width:4.1875rem;height:2.1875rem;top:4.4375rem;left:15.811631500721rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5mtQ3cNimdoeiV2KFb5S54oTH8CA1pt { display:block; }
 }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:8.6875rem;height:2.125rem;top:7.78125rem;left:5.6562498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:8.6875rem;height:3.0625rem;top:0.625rem;left:5.0312498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #MONaD3tD4i4LddGXJcnuVT3WcTBZzcuo { width:4.75rem;height:2.1875rem;top:4.40625rem;left:10.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSl5URIzdGfqZrXrIW1NEqVOEWD5eBZ { display:block; }
 }@media only screen and (max-width: 763px) { #XoDPnr1zaAM9kmT6JDEeKpbTgRHWa1uU { width:8.1875rem;height:0.1875rem;top:14.90625rem;left:5.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ygU7Bqpa6phXVQxImyWModNt0wdRaZod { width:19.375rem;height:0;top:11.15625rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC { position:relative;z-index:auto;display:block; }#Baa5SbquRWLN5CHoEOmyCvK5OGnhvhXC > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONF9Zpt6gpmeZA24Jed48hrOJ3BnSdXW { width:8.6875rem;height:2.125rem;top:1.7083339691162rem;left:11.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfCIrTiSJrZ1qzT2cnppGzqP3MS3iJME { display:block; }
 }@media only screen and (max-width: 763px) { #IAkOhfrKvtvrRXWb7XKMVETbsycaUqTb { width:7.5rem;height:2.5rem;top:1.4270839691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/cGot2jFpKIM/unsplash/yashowardhan-singh-cGot2jFpKIM-photo-1691643158804-d3f02eb456a3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ept4ax2XQZehP1P5PNBQDhyiqauDg14u { width:20rem;height:0;top:1.625rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:20rem;height:0;top:9.375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.375rem;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .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; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .widget-text.counter-number { padding-top:0.545625rem;padding-right:0.4825rem;padding-bottom:0.545625rem;padding-left:0.4825rem;width:2.89625rem;min-width:2.89625rem;height:2.931875rem;font-size:2.181875rem;line-height:46.91px;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; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.861875rem;height:1.159375rem;font-size:0.818125rem;line-height:18.55px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE { width:19.875rem;height:5.5625rem;display:flex;top:63.3125rem;left:0rem;z-index:15028;padding-top:0.080625rem;padding-right:0.080625rem;padding-bottom:0.080625rem;padding-left:0.080625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #k289cFakEAhBa1TLD93PsqMGrlxxLBQO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #B0OqQCFt9i5Tz3mxCh45AUc5mtDP3Wz8 {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #PycMtqd6b0UJCKdE81Wd6FNDFadxcTRa {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #rhM9hU1t6uackDePJR9RidxXiiLusQVL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #hT8UliQ468Vd9GU9rh5tBZb5eQE9c5Is {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #J51WZ7h9dSZvIxin8qwBsACCGshqq7W5 {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #LssZpUk8vcQK77GTmS5L8tTDdR1DSuxO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #A6qrLt86v3dhPzDQlyir1fc29TtlKFR7 {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #hv8gOamEW0Sk4w69yPDpBDKmatuiAlWF {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #wudJlTB8gH5FNXJURIxNnwU3cLh14x2N { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #Fewh0LtGHIUfyi2p6rRbhWfZOHaT6u6P {  }
 }@media only screen and (max-width: 763px) { #A9WENoLJ0tAZEwccvrhmbQOkXDTR9wTE #LrcP1cgZyqmrITKCH7yafenouXNnP7s5 {  }
 }@media only screen and (max-width: 763px) { #THOZvmr1IscCu7WnOXgINOMwcefQW7A2 { width:20rem;height:2.66666675rem;top:5.9375rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #iQPXx4ke1NNGr9QfxvCcp8cnF1uwCvGI { width:20rem;height:1.583333375rem;top:9.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #fgdy49l0IQG5Ed2yeaq9owlXmQBJtJgW { width:20rem;height:1.25rem;top:61.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gICgZ0Fz5TnRwvZ4bTvZpuTy9XUbt7lb { width:20rem;height:7.5rem;top:14.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vKvN3bkxVBUSIlCzrsAJ8Jppcl8Xk0kL { width:8.1875rem;height:0.1875rem;top:12.25rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HeGKvpG01ImNdoV683ZhyldiVqLBgzxW { width:15.5rem;height:1.583333375rem;top:1.6875rem;left:3.1250000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh40dznTrUT27MT9uASMlTp21PBwn7h1 { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cVLmcH8ZMV4xLQMUfEWgVgI45O3f6RH9 { width:20rem;height:26.6875rem;top:31.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#cVLmcH8ZMV4xLQMUfEWgVgI45O3f6RH9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e43b43ee45f511c4ca70eb76efbf6096cfac232.svg); }
 }@media only screen and (max-width: 763px) { #SsXEeNBKeE7lLA3sTKbV7yPbDIQXCUZK { width:20rem;height:1.25rem;top:29.625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ygJ96XhbIpXBRo3mdyPraVfrtIPfpNnM { width:17.9375rem;height:auto;top:54.25rem;left:1rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #ogZtSS5lswFyMcTWfxQ9o0g88pHewfVy { width:15.8125rem;height:5.1875rem;top:23.165366172791rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dL9nqdq3HQXWlUUGx2ZETnHFzEJZpJS1 { width:20rem;height:auto;top:15.5rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ScimTvtxb0PP4Capct479wTHU6uC5lts { width:9.375rem;height:9.375rem;top:78.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3VhwfooJohgq5EJz83y4DkzLhnVbnem { width:10rem;height:10rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAlBfXiPWrAoZl4a8XvSTlsytNSRa57a { width:9.375rem;height:9.375rem;top:78.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrgzpZBbpQrKWiLUBHM7cp8vxBP1T8cH { width:10rem;height:10rem;top:78.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.583333375rem;top:7.875rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:5rem;top:10.020835876465rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:19.4375rem;height:2.5rem;top:26.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.4375rem;height:1.583333375rem;top:23.875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:19.4375rem;height:1.25rem;top:40.1875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.4375rem;height:1.583333375rem;top:38.3125rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvTnDzwQyIzQTx5899H9EDhBfdxADule { display:flex;width:4.9375rem;height:4.9375rem;top:2.0000038146973rem;left:7.8125002980231rem; }
 }@media only screen and (max-width: 763px) { #pMpC4P4RtnHz1ykilU9FCiEMQIFLD8Z8 { display:flex;width:4.9375rem;height:4.9375rem;top:18.0625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #DNfTbefA7avChclTIb90kQ6PTr1E8RAo { display:flex;width:4.9375rem;height:4.9375rem;top:32.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt { display:block; }#GGg9x8aRb67C1oxO1At1L1xl2RCDPLZt > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHQISC5tbyLZCol8nzWSSCG7f8rixwOl { width:18.5625rem;height:2.08333325rem;top:2.3164138793945rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhfLSePpGMbTkuB7bGNXQG6vwKTuhp1P { width:20rem;height:13.75rem;top:8rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yE953qRqE3Gr87ctXCOXSU3hy5TuwdtF { width:7.6875rem;height:7.6875rem;top:28.8125rem;left:10.375rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem #000000 ;display:block; }
 }@media only screen and (max-width: 763px) { #Kfi1o8wtBddpkQMTCKRNwg97wEHAP2KD { width:5.3125rem;height:8rem;top:26.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5gN19Ii5Zlm3abdcuyVMrgaTv1xXbu { width:6.25rem;height:0.1875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTKPClcW9WX8ScZK4wea1FN1ZHplzWx { width:7.5625rem;height:6rem;top:33.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWnwFHSQG2nFxOmNhGyT1Nc9IcJWDZd { width:10.5rem;height:7.9375rem;top:24.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:129.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:2.08333325rem;top:2.1875rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y6iBx6Dt2QTCUHTrBmcWT1Wa1TxiUxGQ { width:8.25rem;height:0.1875rem;top:5.2916641235351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z577VRaBaVIInig9ZnCLu4VcIwMSNZzE { width:20rem;height:33.4375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { width:9.375rem;height:9.375rem;top:8.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { width:10rem;height:10rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:11rem;height:1.583333375rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ehn6TnpUUIAQyloVfTaJpgkbWlqWSE { width:19.5625rem;height:18.75rem;top:24.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JmF4D8IIBKn1JRqzZA1insoelgEtCElX { width:20rem;height:33.4375rem;top:54.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7c9S04UHoGRoMFiUk9PLaIBeooDxPn { width:20rem;height:20rem;top:64.95703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA6zckJDcx8OQ8O6U0vcdRyciFTfTZ9e { width:19.375rem;height:1.583333375rem;top:60.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDNZqGInDfTCAfVF3sJ7BxGqzqaLLGy7 { width:9.375rem;height:9.375rem;top:49.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBJQ5yK2oy5V6owCqT52TM6nRS4Eb7fp { width:10rem;height:10rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXp1OwTBBgnRHy3ZhaunTi5lXvtIHqkK { width:20rem;height:29.5rem;top:95.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOUDQkoI4o840pzzGEd9AE1MzoL5Nxkq { width:20rem;height:15rem;top:107.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zWpeihyqzxFlCJNGsClt5RaPtmVxH8ka { width:19.4375rem;height:1.583333375rem;top:102rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfX7moKqB44rVb3E2pkX5LFG1DLzDnfM { width:9.375rem;height:9.375rem;top:91.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXD8mZGgLSGoPOFIBAXg2ipMTIdhi008 { width:10rem;height:10rem;top:90.75rem;left:-0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRFteEfV7vnKAduao99DZ7dHBgL81E0U { width:19.4375rem;height:1.25rem;top:104.3125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoxSM92BMTg1uJenyQaHZoHNSehJAzKd { width:20rem;height:0;top:21.47917175293rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8QrLmNcHsEeW9lts4lt6r5mAQLHSgPx { width:19.4375rem;height:1.25rem;top:62.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcADisiaaQpI7agppf8oDQ27BmfJh6UP { width:20rem;height:2.5rem;top:21.125015258789rem;left:0rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT { display:block; }#HboUdTSguwVVIOuKkVMBUrQcz0o1UuVT > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utf1pM7TTSXQicSCkoxdL8DdXxDalskn { width:20rem;height:2.08333325rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9stshacMyByReskC7fihabL8JS5LTt6 { width:17.1875rem;height:2.33333325rem;top:5.61181640625rem;left:1.40625rem;font-size:0.875rem;text-align:justify;text-align-last:initial;font-weight:400;font-style:normal;line-height:1.4;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;height:auto;display:block;text-align:center;text-align-last:center;font-family:poppins; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m  { width:17.5rem;height:auto;top:9.8125rem;left:0rem; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m {display:block;}#IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m { width:17.5rem;height:auto;top:9.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #RQEAxSTKWWei7HPgmwzpH7wae6CQaH5B {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #TZ3ck9r73pH3hAOuTIKKI0QAvVzv8kpw { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #gVOTiSsSrBEBVgMwkd5QGum1k5gdTAG0 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #KxZXmgzoSQobLukTRLmclROXUebym8yl {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #BeBKK6nhfyK93IWoRpKWDwhU3mamqfnJ { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #oHIp0T7Lxeu1KOiBRGoXbSl9AiDya5GZ {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #uKrBhXNcotFvG7FJmB3kGzVEnWRcDKMe {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #CqvwOsFGExCgZWcOZ641QIoXGVDGbI7o { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #xpRAke78A8B4EnZDSOvAXISzaCobObUv {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #ZbBWhmpMOmT443vGH84xOSNkce1kRzdH {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #JNaD2hKv5Jrt15kpF4xE5F2ZgVIcSie6 { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #rCHdIrBD9RVSBGq2bNhggAK7Phq8cy20 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #MdHw8rb0d3mhJI2ESd2VsIqIk4nG6vS7 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #EPwMH46uLsM3LVOvenW5Kp3vfMbFXSzc {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #Vng3FEeAtS5NGGmxuyd7shWFzVAP8FLk {  }
 }@media only screen and (max-width: 763px) { #J1vTuCuqFmDT3KupdZXUGlRWlJd6HpUR { display:block; }
 }@media only screen and (max-width: 763px) { #skVExeRDVNB4r4Ccl81EKFrgLfHr6LVl { display:block; }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #qEQNZEfvS4F67zxrBRvQfuPKQNrGpUn8 {  }
 }@media only screen and (max-width: 763px) { #IePkJqcnwT9CSVW4JRaMhF3KFsATEf6m #dOqT8coJ1BbTF47fhZ3VTP0ehk1my5Hm {  }
 }@media only screen and (max-width: 763px) { #ZOlWdfMLqrgFmVmw8dQxn5qoruLe2nbN { width:20rem;height:auto;top:5.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }