.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d88360b3-ed9f-40aa-9b91-6c8100505ed7/landingdeskop4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#saRZi8oGRUAMSqJCLoILWfmJQ1cxRkvm { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:8.0625rem;top:4.1875rem;left:43rem;overflow:hidden;display:block; }
#XGV2gPLMbgbN8ZdMSFiwvUTrkfiUsU2d { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:12.1875rem;left:34.875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAsBo93dQbAPhgW4Kk0B40SGwbZb5FSM { color:#ffffff;display:block;width:14.9355625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.6875rem;left:39.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#u9VM4378Tg7CHeDHxGDdDJUkcmXofVA3 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.4359375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:26.25rem;left:38.3125rem;display:block; }
#r7W6lWkTa0JMivefLJm77nPAIvil6ivG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nV9wlpmrIy9JDqkHfbdN5xiLmpQPTCZg { color:#ffffff;display:block;width:17.1855625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:20.6875rem;left:38.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb { position:relative;display:block; }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb { background-color: transparent; background-image: none; }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .row .container > .video-iframe-container { display: none; }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .row > .video-iframe-container { display: none; }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .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); }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb { border-width: 0; border-radius: 0; }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .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; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0290ff;background-image:none;color:#ffffff;padding-top:0.775rem;padding-right:0.69375rem;padding-bottom:0.775rem;padding-left:0.69375rem;display:block;align-items:center;width:4.164375rem;min-width:4.164375rem;height:4.164375rem;position:relative;font-family:"open sans";font-size:3.1rem;font-weight:700;line-height:66.63px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.484375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.55125rem;height:1.645rem;position:relative;font-family:poppins;font-size:1.1625rem;font-weight:400;line-height:26.32px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO { 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:#ffffff;background-image:none;display:flex;justify-content:space-between;width:26.1875rem;height:7.84375rem;padding-top:0.96875rem;padding-right:0.991875rem;padding-bottom:0.96875rem;padding-left:0.991875rem;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:3.13671875rem;left:16.1318359375rem;z-index:100005; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #K8r8brI6L09SmJKBnuIJVOIymzCaqgLl { display:flex;position:relative;top:0rem;left:0rem; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #TPH0tbVEVVumgvD0DPyUOl1T1hPfVzRi { width:auto; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #cDRRxLB8H2OGTvawa3IfMzLFPN0nqnSU {  }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #QtRlxXCDkSdlfvc6DvTUzerJilHcHJcK { display:flex;position:relative;top:0rem;left:0rem; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #gpgs8pDBM78N7QtaDHanZMTTQ0XIw6De {  }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #UvhLZqJlWm2L0xETkOcFdTK0ebmwXmAS {  }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #aKAVetQsky13zwzZe1H1t7MmICVGDTCX { display:flex;position:relative;top:0rem;left:0rem; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #hyWdXgZB52HHgtt544kBxnlpWQSbEPnv {  }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #Q7tnCrUpI2UCVkL6lWTxAFRhQFyThyfV {  }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #CQ6n5h254ef4lsKdbExCthKHuZwT7czE { display:flex;position:relative;top:0rem;left:0rem; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #x4ISIfqF8JFC2B4uQsTv0Pg9PXqyQTAa {  }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #ZqG1FnFfeIrZHvEJB0K6JeFTTsTgxPTA {  }
#LEq6Os35ymCSsU4LSlCxCDTaegtnbwOb { color:#000000;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:21.75rem;height:1.625rem;display:block; }
#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 { position:relative;display:block; }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 { background-color: transparent; background-image: none; }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .row .container > .video-iframe-container { display: none; }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .row > .video-iframe-container { display: none; }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .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); }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 { border-width: 0; border-radius: 0; }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#dM4CrVRK9HdQEEaVy1mG4UnUnblrckbb { color:#666262;display:block;width:25.624rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:17.1865234375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3cu8nvZhKcmwGs3WHwr03Ttxt5aZr37 { color:#000000;display:block;width:49.562125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:5.935546875rem;left:5.2171859741211rem;height:;display:block; }#c3cu8nvZhKcmwGs3WHwr03Ttxt5aZr37 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c3cu8nvZhKcmwGs3WHwr03Ttxt5aZr37 li:before{  }
#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(165deg, #05eafc, #0290ff);background-image: -moz-linear-gradient(165deg, #05eafc, #0290ff);background-image: -ms-linear-gradient(165deg, #05eafc, #0290ff);background-image: -o-linear-gradient(165deg, #05eafc, #0290ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eafc', endColorstr='#0290ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05eafc', endColorstr='#0290ff' );";background-image: linear-gradient(165deg, #05eafc, #0290ff);background-size:auto !important;position:relative;display:block; }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row .container { background-color: transparent; background-image: none; }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row .container > .video-iframe-container { display: none; }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row > .video-iframe-container { display: none; }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .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); }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row .container { border-width: 0; border-radius: 0; }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#sH5R8mzQTNhRGTt3uUNNpo4Bs088Vcz8 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.248046875rem;left:26.4375rem;height:29.316375rem;text-align:left;text-align-last:left;display:block; }
#Rl02b7qaULUK3tfZgSmwkvPtQ1AoT0vD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34rem;width:21.875rem;top:0rem;left:1.0625rem;overflow:hidden;display:block; }
#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv { position:relative;display:block; }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv { background-color: transparent; background-image: none; }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .row .container > .video-iframe-container { display: none; }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .row > .video-iframe-container { display: none; }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .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); }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv { border-width: 0; border-radius: 0; }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#t2krHSmMbkNmbwAP24y62JySUBRgaG87 { color:#666262;display:block;width:51rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.8707027435302rem;left:5.0601539611816rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nXq7IHxSnqhFTr6kVRhno5HqNUtyRfpd { color:#666262;display:block;width:31.8105625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.703125rem;left:5.056640625rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#niMOCrTAdxaFvpTOs3olxmOcQbX0ohD6 { background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.11) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.125rem;height:5.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:18.496875762939rem;left:5.056640625rem;display:block; }
#cUrlhrcUylg3u6D8dEIC7TsZGsO4uHSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S3eOPMciIew3E0uzcyZfUShQ8d9ftSyL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.937125rem;width:16.875rem;top:8.5769538879394rem;left:39.812107086182rem;overflow:hidden;display:block; }
#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row .container { background-color: transparent; background-image: none; }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row .container > .video-iframe-container { display: none; }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row > .video-iframe-container { display: none; }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .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); }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row .container { border-width: 0; border-radius: 0; }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#U4RMP2HzRahTmqkltiWXDzRSa6ihnuPu { display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:8.060546875rem;left:17.478515625rem;height:1.625rem;text-align:left;text-align-last:left;color:rgba(255,255,255,0.97);font-style:normal;display:block; }
#GUchXhqbWHEqzPEJZSWcmIf4xxAyQRWv { display:block;width:38.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:11.6875rem;left:17.478515625rem;height:9.4472875rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#dardOnx7iSgLg8I67OebyV4DLmo6JAJl { position:absolute;display:block;z-index:100001;background-color:#0290ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:0.625rem;height:28.875rem;width:54.6875rem;top:5.75rem;left:3.125rem;display:block; }
#pzE0fgrRB13iDIa95VeT2b9LCuPGiks1 { position:absolute;display:block;z-index:100004;border-top:0.25rem solid #05eafc;border-left:0.25rem solid #05eafc;border-right:0.25rem solid #05eafc;border-bottom:0.25rem solid #05eafc;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.26) ;height:14.375rem;width:14.3125rem;top:6.7488275170325rem;left:1.3546867370606rem;overflow:hidden;display:block; }
#OGoJy5lX4kLOtgmsgbsFT0IZPxlfEzuS { display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:22.698045313358rem;left:6.1042976379394rem;height:10.85938125rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#bz37fseJADIF5sMcz4ngaNim8cqwOk2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000b23;background-image:none;position:relative;display:block; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container { background-color: transparent; background-image: none; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container > .video-iframe-container { display: none; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row > .video-iframe-container { display: none; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .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); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container { border-width: 0; border-radius: 0; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#IFKDPPb2o9oIhHEzh8cCtxpmCQ9TIhr0 { z-index:100002;top:4.8269538879394rem;left:34.948825836182rem;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.625rem;height:5.06015625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NNXs4ibp1HubZ0xuZppmC2fTxL9fSFhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hL8TpegEVauxgHpwyDD1DcLe3XOgtboW { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:7.875rem;left:6.3125rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9yicUQgnrrIz63hKrhXf8CxsWme7p2C { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:2.625rem;left:9.3125rem;display:block; }
#hLNFpLdACQfCKw0obBvq0FNpxxmETxul { box-sizing:content-box;color:#ffffff;font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:3rem;left:22.125rem;display:block; }
#e4vuc7sw0WITvVONodXycrlPdhQGmyHK { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:9.0625rem;left:17.5625rem;height:1.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcVZ9WTJmqZJBId5Psr5FReFo73CbN82 { color:#ffffff;display:block;width:51rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:14.184375762939rem;left:4.5rem;height:1.6253875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U { position:relative;display:block; }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U { background-color: transparent; background-image: none; }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .row .container > .video-iframe-container { display: none; }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .row > .video-iframe-container { display: none; }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .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); }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U { border-width: 0; border-radius: 0; }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#J0EQkaK1laBQXoIRNSUsKqE8syaax13P { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8109375rem;width:8.312125rem;top:3.310546875rem;left:25.843357086182rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRZi8oGRUAMSqJCLoILWfmJQ1cxRkvm { top:4.1875rem;left:36.875rem;width:8.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGV2gPLMbgbN8ZdMSFiwvUTrkfiUsU2d { top:12.1875rem;left:23.375rem;width:24.375rem;height:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAsBo93dQbAPhgW4Kk0B40SGwbZb5FSM { top:9.6875rem;left:32.875rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9VM4378Tg7CHeDHxGDdDJUkcmXofVA3 { width:17.4375rem;height:3.375rem;top:26.25rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7W6lWkTa0JMivefLJm77nPAIvil6ivG { display:block; }
 }@media only screen and (max-width: 763px) { #nV9wlpmrIy9JDqkHfbdN5xiLmpQPTCZg { top:20.6875rem;left:30.625rem;width:17.125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AADSINSdCsrqKOnBqRsTLixroB3r8Zkb { display:block; }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .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; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .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; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:10.0068359375rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #K8r8brI6L09SmJKBnuIJVOIymzCaqgLl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #TPH0tbVEVVumgvD0DPyUOl1T1hPfVzRi {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #cDRRxLB8H2OGTvawa3IfMzLFPN0nqnSU {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #QtRlxXCDkSdlfvc6DvTUzerJilHcHJcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #gpgs8pDBM78N7QtaDHanZMTTQ0XIw6De {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #UvhLZqJlWm2L0xETkOcFdTK0ebmwXmAS {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #aKAVetQsky13zwzZe1H1t7MmICVGDTCX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #hyWdXgZB52HHgtt544kBxnlpWQSbEPnv {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #Q7tnCrUpI2UCVkL6lWTxAFRhQFyThyfV {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #CQ6n5h254ef4lsKdbExCthKHuZwT7czE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #x4ISIfqF8JFC2B4uQsTv0Pg9PXqyQTAa {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #ZqG1FnFfeIrZHvEJB0K6JeFTTsTgxPTA {  }
 }@media only screen and (max-width: 763px) { #LEq6Os35ymCSsU4LSlCxCDTaegtnbwOb { top:1.5625rem;left:15.625rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 { display:block; }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dM4CrVRK9HdQEEaVy1mG4UnUnblrckbb { top:2.5625rem;left:11.0615234375rem;width:25.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cu8nvZhKcmwGs3WHwr03Ttxt5aZr37 { top:5.875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#c3cu8nvZhKcmwGs3WHwr03Ttxt5aZr37 li:before{  }
 }@media only screen and (max-width: 763px) { #LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA { display:block; }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5R8mzQTNhRGTt3uUNNpo4Bs088Vcz8 { top:2.1875rem;left:15.5625rem;width:32.1875rem;height:29.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl02b7qaULUK3tfZgSmwkvPtQ1AoT0vD { top:0rem;left:0rem;width:21.875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv { display:block; }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2krHSmMbkNmbwAP24y62JySUBRgaG87 { top:3.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXq7IHxSnqhFTr6kVRhno5HqNUtyRfpd { top:9.6875rem;left:0rem;width:31.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niMOCrTAdxaFvpTOs3olxmOcQbX0ohD6 { width:31.125rem;height:5.8125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUrlhrcUylg3u6D8dEIC7TsZGsO4uHSa { display:block; }
 }@media only screen and (max-width: 763px) { #S3eOPMciIew3E0uzcyZfUShQ8d9ftSyL { top:8.5625rem;left:30.875rem;width:16.875rem;height:16.937125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi { display:block; }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4RMP2HzRahTmqkltiWXDzRSa6ihnuPu { width:21.875rem;height:3.4375rem;top:10.625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUchXhqbWHEqzPEJZSWcmIf4xxAyQRWv { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dardOnx7iSgLg8I67OebyV4DLmo6JAJl { top:5.75rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzE0fgrRB13iDIa95VeT2b9LCuPGiks1 { top:6.6875rem;left:0rem;width:14.3125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGoJy5lX4kLOtgmsgbsFT0IZPxlfEzuS { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz37fseJADIF5sMcz4ngaNim8cqwOk2W { display:block; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFKDPPb2o9oIhHEzh8cCtxpmCQ9TIhr0 { top:4.8125rem;left:27.125rem;width:20.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNXs4ibp1HubZ0xuZppmC2fTxL9fSFhM { display:block; }
 }@media only screen and (max-width: 763px) { #hL8TpegEVauxgHpwyDD1DcLe3XOgtboW { width:11.25rem;height:3.5625rem;top:7.875rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9yicUQgnrrIz63hKrhXf8CxsWme7p2C { top:2.625rem;left:3.1875rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLNFpLdACQfCKw0obBvq0FNpxxmETxul { top:3rem;left:16rem;width:5.25rem;height:5.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4vuc7sw0WITvVONodXycrlPdhQGmyHK { width:14.3125rem;height:1.875rem;top:9.0625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcVZ9WTJmqZJBId5Psr5FReFo73CbN82 { top:14.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U { display:block; }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0EQkaK1laBQXoIRNSUsKqE8syaax13P { top:3.25rem;left:19.718357086182rem;width:8.25rem;height:3.7824544716303rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3a863c9-5640-4200-91af-5aca5461564a/landingmobile1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saRZi8oGRUAMSqJCLoILWfmJQ1cxRkvm { width:6.75rem;height:3rem;top:2.6824216842651rem;left:6.6234369575975rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGV2gPLMbgbN8ZdMSFiwvUTrkfiUsU2d { width:18.999625rem;height:4.330075rem;top:10.141406059265rem;left:0.49921873211861rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAsBo93dQbAPhgW4Kk0B40SGwbZb5FSM { width:14.874625rem;height:1.29980625rem;top:7.46835899353rem;left:2.5617184937rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9VM4378Tg7CHeDHxGDdDJUkcmXofVA3 { width:14.7480625rem;height:2.74921875rem;top:21.57773399353rem;left:2.4351561367512rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7W6lWkTa0JMivefLJm77nPAIvil6ivG { display:block; }
 }@media only screen and (max-width: 763px) { #nV9wlpmrIy9JDqkHfbdN5xiLmpQPTCZg { width:17.124625rem;height:2.4375rem;top:16.453123092651rem;left:1.4367186129093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AADSINSdCsrqKOnBqRsTLixroB3r8Zkb { display:block; }#AADSINSdCsrqKOnBqRsTLixroB3r8Zkb > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .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; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO .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; }
#wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO { display:flex;width:18rem;height:5.0625rem;top:5.23046875rem;left:0.015625rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #K8r8brI6L09SmJKBnuIJVOIymzCaqgLl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #TPH0tbVEVVumgvD0DPyUOl1T1hPfVzRi {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #cDRRxLB8H2OGTvawa3IfMzLFPN0nqnSU {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #QtRlxXCDkSdlfvc6DvTUzerJilHcHJcK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #gpgs8pDBM78N7QtaDHanZMTTQ0XIw6De {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #UvhLZqJlWm2L0xETkOcFdTK0ebmwXmAS {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #aKAVetQsky13zwzZe1H1t7MmICVGDTCX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #hyWdXgZB52HHgtt544kBxnlpWQSbEPnv {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #Q7tnCrUpI2UCVkL6lWTxAFRhQFyThyfV {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #CQ6n5h254ef4lsKdbExCthKHuZwT7czE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #x4ISIfqF8JFC2B4uQsTv0Pg9PXqyQTAa {  }
 }@media only screen and (max-width: 763px) { #wP5hEEHoiyszPb9kmiIck4pUoQOJV4xO #ZqG1FnFfeIrZHvEJB0K6JeFTTsTgxPTA {  }
 }@media only screen and (max-width: 763px) { #LEq6Os35ymCSsU4LSlCxCDTaegtnbwOb { width:16.5rem;height:1.625rem;top:2.41796875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 { display:block; }#aXDNknRAQ8qSXAwlMHJNGz0rDabkZqu3 > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dM4CrVRK9HdQEEaVy1mG4UnUnblrckbb { width:19.9991875rem;height:1.4619125rem;top:2.3742198944092rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3cu8nvZhKcmwGs3WHwr03Ttxt5aZr37 { width:17.9366875rem;height:11.6445rem;top:5.2464847564697rem;left:1.0300780832767rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }#c3cu8nvZhKcmwGs3WHwr03Ttxt5aZr37 li:before{  }
 }@media only screen and (max-width: 763px) { #LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA { display:block; }#LDMOCdDkOq3iFUA2vV9mdONDTnslw6RA > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH5R8mzQTNhRGTt3uUNNpo4Bs088Vcz8 { width:19.125rem;height:32.4951125rem;top:23.9990234375rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rl02b7qaULUK3tfZgSmwkvPtQ1AoT0vD { width:12.625rem;height:19.6875rem;top:1.9921875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv { display:block; }#FvcHWChsut7U5Uc2w6UcPIAVSlvDCKGv > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2krHSmMbkNmbwAP24y62JySUBRgaG87 { width:18.375rem;height:5.84765625rem;top:1.435546875rem;left:0.81093743443487rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXq7IHxSnqhFTr6kVRhno5HqNUtyRfpd { width:19.0616875rem;height:5.84765625rem;top:9.05039024353rem;left:0.93867185711862rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niMOCrTAdxaFvpTOs3olxmOcQbX0ohD6 { width:18.999625rem;height:4.43671875rem;top:17.479686737061rem;left:0.49921873211861rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUrlhrcUylg3u6D8dEIC7TsZGsO4uHSa { display:block; }
 }@media only screen and (max-width: 763px) { #S3eOPMciIew3E0uzcyZfUShQ8d9ftSyL { width:16.875rem;height:16.937125rem;top:23.166404533386rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi { display:block; }#khB3AmceTxQAZ5D9uzewNcK9ysbgBUgi > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4RMP2HzRahTmqkltiWXDzRSa6ihnuPu { width:19.9991875rem;height:3rem;top:1.9359321594238rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(7,4,5,0.97);display:block; }
 }@media only screen and (max-width: 763px) { #GUchXhqbWHEqzPEJZSWcmIf4xxAyQRWv { width:17.125rem;height:19.1875rem;top:22.042968034744rem;left:1.4675780832767rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dardOnx7iSgLg8I67OebyV4DLmo6JAJl { width:20rem;height:50.875rem;top:8.2851555347444rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzE0fgrRB13iDIa95VeT2b9LCuPGiks1 { width:14.3125rem;height:14.375rem;top:5.7421872615814rem;left:2.5605466663837rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGoJy5lX4kLOtgmsgbsFT0IZPxlfEzuS { width:17.124625rem;height:16.91403125rem;top:42.512107133866rem;left:1.4367186129093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz37fseJADIF5sMcz4ngaNim8cqwOk2W { background-color:#000b23;background-image:none;display:block; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container { background-color: transparent; background-image: none; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container > .video-iframe-container { display: none; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row > .video-iframe-container { display: none; }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .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); }#bz37fseJADIF5sMcz4ngaNim8cqwOk2W > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFKDPPb2o9oIhHEzh8cCtxpmCQ9TIhr0 { top:16.436717987061rem;left:3.3749997913837rem;width:13.2480625rem;height:3.8109375rem;font-size:1.0625rem;background-color:#ff0000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NNXs4ibp1HubZ0xuZppmC2fTxL9fSFhM { display:block; }
 }@media only screen and (max-width: 763px) { #hL8TpegEVauxgHpwyDD1DcLe3XOgtboW { width:10.0625rem;height:3rem;top:5.3125rem;left:4.9374998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9yicUQgnrrIz63hKrhXf8CxsWme7p2C { width:4.1875rem;height:4.1875rem;top:0.8125rem;left:7.90625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLNFpLdACQfCKw0obBvq0FNpxxmETxul { width:4.1875rem;height:4.1875rem;top:9rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4vuc7sw0WITvVONodXycrlPdhQGmyHK { width:14.375rem;height:1.5rem;top:13.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcVZ9WTJmqZJBId5Psr5FReFo73CbN82 { width:15.249625rem;height:2.4375rem;top:23.061325073243rem;left:2.3730466663837rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U { display:block; }#fV70FJbrkqIRr6HTWtoXEEXs7dsuiL0U > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0EQkaK1laBQXoIRNSUsKqE8syaax13P { width:8.25rem;height:3.7816375rem;top:3.1394538879394rem;left:5.8734369575978rem;display:block; }
 }