.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:217,224,254;--color-primary-1:130,152,251;--color-primary-2:4,48,246;--color-primary-3:2,24,123;--color-primary-4:1,7,37;--color-secondary-0:254,254,255;--color-secondary-1:250,252,255;--color-secondary-2:245,248,255;--color-secondary-3:123,124,128;--color-secondary-4:37,37,38;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:95,95,95;--color-tertiary-4:30,30,30;--headlines-font-family:"dm sans";--paragraphs-font-family:"dm sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-1),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dae263ca-2c73-4849-9d37-082cbd7f6f13/LPta3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ.adaptive-delivery-prevent-bg, #t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ.lazyload, #t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ.lazyloading { background-image: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container { background-color: transparent; background-image: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container > .video-iframe-container { display: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row > .video-iframe-container { display: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .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); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container { border-width: 0; border-radius: 0; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container { font-size:0.875rem;font-family:arial;height:56.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ZDA0z2wHXbFsHokFReVVBPMpfC8biygU { color:rgba(var(--color-tertiary-1),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.392578125rem;left:13.59375rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JIDOiiWzDXK5rauuCWPNG2yS3rcL9Nzr { color:rgba(var(--color-tertiary-1),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:26.875rem;left:5.25rem;height:1.6875rem;font-style:normal;display:block; }
#hJQt5d1DX8B4xhvtRvZdvXXTmakg4bt3 { color:#ccd6ff;display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.830078125rem;left:16.03125rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwP7NEhiyyJGA0mCKAmmnNnoc0N9GLFx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:8.4375rem;top:5.0625rem;left:33.28125rem;overflow:hidden;display:block; }
#SbiU7cIBRTnlieh26w8Ql1ZPJvFeMqp5 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.8125rem;left:38.25rem;display:block; }
#QXRZDbTyOgkZllTR29cNS8u0wLRnkdqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peypc4e4E7rpPALuLPFVM0hm6FT7N24B { color:rgba(var(--color-tertiary-1),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.8125rem;left:5.25rem;height:7.375rem;font-style:normal;display:block; }#peypc4e4E7rpPALuLPFVM0hm6FT7N24B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#peypc4e4E7rpPALuLPFVM0hm6FT7N24B li:before{  }
#KnVuH4cT847IPADAFNydDsvWoO9kqsa4 { box-sizing:content-box;height:7.875rem;width:26rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.4375rem;left:43.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S2zbRySARnLZwmE1S0wm4XLcrWBrxPTy { color:rgba(var(--color-primary-3),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.375rem;left:50.5625rem;height:4.0625rem;font-style:normal;display:block; }
#SHRuRTOvJEDD1dcZZWzP6azZf4swcW71 { box-sizing:content-box;height:6rem;width:7.6875rem;position:absolute;display:block;z-index:15020;background-color:#f7f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:28.375rem;left:41.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SHRuRTOvJEDD1dcZZWzP6azZf4swcW71.adaptive-delivery-prevent-bg, #SHRuRTOvJEDD1dcZZWzP6azZf4swcW71.lazyload, #SHRuRTOvJEDD1dcZZWzP6azZf4swcW71.lazyloading { background-image: none; }
#RmeyNgBNL2L7wLe1ceJ2KoDZygJMl5DS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.875rem;left:43.75rem; }
#RZldZEyf2UtP9yXJAlUVTH0X63Myb7BB { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.5rem;left:22rem;display:block; }
#aynT45nOcXcMbqt6Qg2ouCQ28vlEckTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R8PPt0WB5C8akVmgqS15M2UearACUtoI { color:rgba(var(--color-tertiary-1),1);display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:47.6875rem;left:11.46875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container { background-color: transparent; background-image: none; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container > .video-iframe-container { display: none; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row > .video-iframe-container { display: none; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .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); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container { border-width: 0; border-radius: 0; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#LAfiw7BbqMIV2hHWrnk9poKHWc67BZN0 { box-sizing:content-box;height:15.875rem;width:15.75rem;position:absolute;display:block;z-index:15018;background-color:#f0f3ff;background-image:none;top:10.9375rem;left:20.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:block; }
#qvOIzy1N10xinLWFHPfqMNCTPH4c4bel { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15018;background-color:#f7f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.6875rem;left:18.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qvOIzy1N10xinLWFHPfqMNCTPH4c4bel.adaptive-delivery-prevent-bg, #qvOIzy1N10xinLWFHPfqMNCTPH4c4bel.lazyload, #qvOIzy1N10xinLWFHPfqMNCTPH4c4bel.lazyloading { background-image: none; }
#PLT0JN844PJ82k6s6vt9ZC7RSibQWuKr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.125rem;left:19.125rem; }
#d0A0FzSDv8IohmHJ4ZMTe0yBicSB0xSI { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15019;background-color:#f7f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.6875rem;left:38.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d0A0FzSDv8IohmHJ4ZMTe0yBicSB0xSI.adaptive-delivery-prevent-bg, #d0A0FzSDv8IohmHJ4ZMTe0yBicSB0xSI.lazyload, #d0A0FzSDv8IohmHJ4ZMTe0yBicSB0xSI.lazyloading { background-image: none; }
#Pm5MKWxBbMM64BzldRFFzsz0c8aTI6dZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.1875rem;left:38.8125rem; }
#dgrOCNfgXAOMsCsKzMzTOpxOceFh9Fuh { box-sizing:content-box;height:15.875rem;width:15.75rem;position:absolute;display:block;z-index:15017;background-color:#f7f8ff;background-image:none;top:10.9375rem;left:40.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:block; }
#ipWX9BFLucuCOXMZs3IRnTTagfnZDqTw { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15016;background-color:#f7f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.6875rem;left:57.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ipWX9BFLucuCOXMZs3IRnTTagfnZDqTw.adaptive-delivery-prevent-bg, #ipWX9BFLucuCOXMZs3IRnTTagfnZDqTw.lazyload, #ipWX9BFLucuCOXMZs3IRnTTagfnZDqTw.lazyloading { background-image: none; }
#OmefNFaESXL0FlHDdlTU6peFlHPwqcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.1875rem;left:58.3125rem; }
#TtD7KduOCPleb00ow2JMIec0xz5V34Ib { box-sizing:content-box;height:15.875rem;width:15.75rem;position:absolute;display:block;z-index:15015;background-color:#f0f3ff;background-image:none;top:11rem;left:59.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:block; }
#FpEUJcThasrTLkNCWCOe1SHbITdMbovg { box-sizing:content-box;height:9.625rem;width:15.75rem;position:absolute;display:block;z-index:15015;background-color:#f0f3ff;background-image:none;top:11rem;left:48.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:none; }
#sMhuCCIaf1X2HQnUtERwaGtHa6U6fTie { box-sizing:content-box;height:9.625rem;width:15.75rem;position:absolute;display:block;z-index:15015;background-color:#f0f3ff;background-image:none;top:11rem;left:48.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:none; }
#X1dx9lTMGAKI3mRS47W6n9vbrgwEaWkq { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15019;background-color:#f7f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.6875rem;left:27.875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#X1dx9lTMGAKI3mRS47W6n9vbrgwEaWkq.adaptive-delivery-prevent-bg, #X1dx9lTMGAKI3mRS47W6n9vbrgwEaWkq.lazyload, #X1dx9lTMGAKI3mRS47W6n9vbrgwEaWkq.lazyloading { background-image: none; }
#SSMbNSJXWhNzaOScsoT4S15UONh6HZrz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.1875rem;left:28.4375rem;display:none; }
#b59DekrzKzL7C5gq9tt9K0A6zm4wT1Tt { color:rgba(var(--color-tertiary-4),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.5rem;left:16.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q8IGOMpABlrKUkPIthO2t7lAmT0MscfI { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15019;background-color:#f7f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.75rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#q8IGOMpABlrKUkPIthO2t7lAmT0MscfI.adaptive-delivery-prevent-bg, #q8IGOMpABlrKUkPIthO2t7lAmT0MscfI.lazyload, #q8IGOMpABlrKUkPIthO2t7lAmT0MscfI.lazyloading { background-image: none; }
#AVS1vFsw4THyDHtl9rxyEGk4ziGtZuw7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.25rem;left:0.5625rem; }
#U4wcSPEmaVl1M5DoT5bRTRTsWVK26p4t { box-sizing:content-box;height:15.875rem;width:15.75rem;position:absolute;display:block;z-index:15017;background-color:#f7f8ff;background-image:none;top:11rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:block; }
#P2TTdW3EZy9b9TwSO4QMhHBv4DBPO2TZ { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:17.4375rem;left:3.09375rem;height:7.03125rem;font-style:normal;display:block; }
#J6LBBscQsxTUyflkxIqNnznUwUZAE2Sq { box-sizing:content-box;height:9.625rem;width:15.75rem;position:absolute;display:block;z-index:15015;background-color:#f0f3ff;background-image:none;top:11rem;left:48.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:none; }
#y4Pv6PS8uG6Fl0VsPdlN0JRE75axysBl { box-sizing:content-box;height:3.1875rem;width:3.1875rem;position:absolute;display:block;z-index:15019;background-color:#f7f8ff;background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:9.75rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#y4Pv6PS8uG6Fl0VsPdlN0JRE75axysBl.adaptive-delivery-prevent-bg, #y4Pv6PS8uG6Fl0VsPdlN0JRE75axysBl.lazyload, #y4Pv6PS8uG6Fl0VsPdlN0JRE75axysBl.lazyloading { background-image: none; }
#DDG37IAMPV32hyBy8tdJmxwbkIO9ITpT { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:13.703125rem;left:3.1875rem;height:2.923825rem;font-style:normal;display:block; }
#nkOIvgwTrDe3pTiqW8mcePXPv5VyVP3k { color:rgba(var(--color-primary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:13.443359375rem;left:21.8125rem;height:2.923825rem;font-style:normal;display:block; }
#bK5IZqh5q9FZ4uJGT34VcqQ2T6KsRZ2v { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:17.4375rem;left:21.75rem;height:7.03125rem;font-style:normal;display:block; }
#Da2fmezIehoqNlOBXZTsTWuQHbHTAhNX { color:rgba(var(--color-primary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:13.443359375rem;left:41.4375rem;height:2.923825rem;font-style:normal;display:block; }
#kLAhiKTTcvObDyCIh0QNmp5ORFIwxTN0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:17.4375rem;left:41.4375rem;height:5.625rem;font-style:normal;display:block; }
#M9y1kds71rvMHlNOGFtuE0A3DyLpXVh7 { color:rgba(var(--color-primary-3),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.7021484375rem;left:60.9375rem;height:2.923825rem;font-style:normal;display:block; }
#ighJA2evcIkkB6FpChDMTKOsneis1h8s { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:17.5rem;left:60.9375rem;height:7.03125rem;font-style:normal;display:block; }
#EoImThvdsTIFcTZWcZ6PXI9rkd4kM5vS { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:80.125rem;width:47.9375rem;top:45.6875rem;left:26.125rem;overflow:hidden;display:none; }
#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l { position:relative;display:block; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l { background-color: transparent; background-image: none; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row .container > .video-iframe-container { display: none; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row > .video-iframe-container { display: none; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .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); }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l { border-width: 0; border-radius: 0; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RREiIzVdhBTOMzvw1erNe6LfLkPPHoQ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.865234375rem;left:5.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#nAdOT087HFqATJLxERq9n5kBSRFUTJ1n { color:rgba(var(--color-secondary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:7.26171875rem;left:5.0625rem;height:11.25rem;font-style:normal;display:block; }
#NU1PTaMF4ZPw5xzcrpWxodMdr3QpXwl7 { color:rgba(var(--color-secondary-2),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.302734375rem;left:41.71875rem;height:1.625rem;font-style:normal;display:block; }
#IuGUN9Rb2mro5GcGu9bvlJB5P8so4Vod { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:4.63671875rem;left:41.96875rem;display:block; }
#JcDM1N324CHvxEnBWP58lk7EcQsqbM6P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rf1Fvk0esdxITJOaRBySUMb2fLCcnGll { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.578125rem;left:41.96875rem;display:block; }
#wpk3fGXGUxBhPUABvx6EGgbJznFFSO85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgO8pZqdUUKhAFV4zB8XedyT80rt2XJP { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:10.578125rem;left:41.96875rem;display:block; }
#TCwNvtDzuyCdBT04FNbgNSeUlQOA4eX2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6xAmxVzECOye6hliRr5B21wagLwpGUD { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.640625rem;left:41.96875rem;display:block; }
#mlSXP1E3rf9LpUoNTKNxNQwUZxUxJLq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D1f8mCglbpmaKxaR16uSvEIdubb4NaJH { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:16.703125rem;left:41.96875rem;display:block; }
#gOx8TMWay1Quq58cgKThOaxTdhRC9Cs3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SzlLKk1AwmBqlTL6mq9RWScoSkICKRgr { box-sizing:content-box;height:21rem;width:71.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:0.78125rem;left:1.96875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }#SzlLKk1AwmBqlTL6mq9RWScoSkICKRgr.adaptive-delivery-prevent-bg, #SzlLKk1AwmBqlTL6mq9RWScoSkICKRgr.lazyload, #SzlLKk1AwmBqlTL6mq9RWScoSkICKRgr.lazyloading { background-image: none; }
#f4SlDJsi3FO1tPweMAfb2knseXua8OTg { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:4.63671875rem;left:41.96875rem;display:none; }
#iBTL0zSnQ3Ex68MHExvoZEcC9yCxNv8X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paEBEBIrR7uQKa8isPqrPAkD6oXuAmRp { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:7.578125rem;left:41.96875rem;display:none; }
#LIVXfzIITNq5MqDzyxLdIuRbSm1aMM26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0rBLqrZQsaRDQvnukHW0guzQD9HoABw { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:10.578125rem;left:41.96875rem;display:none; }
#sT2VmhqLKCIOuyvEODffCnSadq4MVrHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NNvxZe0COtyme0QlIExfS6Z0conhdLGf { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.640625rem;left:41.96875rem;display:none; }
#rqzp0BsLpJnFRKyFASRe1c1i0gmCEkNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1QzIZ4HncQ2p0QHlAyqsas7nca5q9Ho { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0.0625rem solid #02187b;border-left:0.0625rem solid #02187b;border-right:0.0625rem solid #02187b;border-bottom:0.0625rem solid #02187b;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5625rem;height:2.625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:16.703125rem;left:41.96875rem;display:none; }
#F2sgmdJa33XFHnRT9oMBghJ9HR3SGSOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yP1opNvsLvrBaAK9b2dQr48FhthJ2qdC { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:41.625rem;width:24.9375rem;top:22.5rem;left:0rem;display:block; }
#b5Vx2XLXKENWdfVLLevNwVEwJmDU89dG { color:rgba(var(--color-secondary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:7.26171875rem;left:5.0625rem;height:11.25rem;font-style:normal;display:none; }
#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f3ff;background-image:url("https://images.assets-landingi.com/uc/1b3a9b10-e41f-4098-8d43-59e75dd23cb9/Untitled2000x400px1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4.adaptive-delivery-prevent-bg, #EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4.lazyload, #EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4.lazyloading { background-image: none; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container { background-color: transparent; background-image: none; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container > .video-iframe-container { display: none; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row > .video-iframe-container { display: none; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .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); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container { border-width: 0; border-radius: 0; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#pF15JrDkz9y0h5TcCIQaIwyTlZQ1UWQF { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.42578125rem;left:58.625rem;height:5.5234375rem;font-style:normal;display:block; }
#db1BaHbcEWrNOvQ3NCDqCT0xpUMyWIgG { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.3125rem;width:15.75rem;top:5.53125rem;left:0rem;overflow:hidden;display:block; }
#WPwC3S4waDnsHqP2ni6PZA9cgyMP08km { box-sizing:content-box;height:15.1875rem;width:56.9375rem;position:absolute;display:block;z-index:15008;background-color:#fdfdfd;background-image:none;top:9.625rem;left:-2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:block; }
#wJNVgEW7K5PopdRXSnC14sZ9D83yVvHi { color:rgba(var(--color-secondary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:11.0625rem;left:18.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMJxhczQ6J4weGevLJ7EoSryIa5V2Epy { box-sizing:content-box;height:9.625rem;width:15.75rem;position:absolute;display:block;z-index:15015;background-color:#f0f3ff;background-image:none;top:11rem;left:48.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.4375rem 0.5625rem 0.75rem rgba(0,0,0,0.03) ;display:none; }
#Irs9cZnHSFiW2kGAUdGicocWqLVXxwo8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:125rem;width:75rem;display:none; }
#RUAZk3PQhkxmSMl631aFyqNmGELaLih0 { box-sizing:content-box;height:11.9375rem;width:59.5625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b8ec4229-87e6-44b5-a1a2-2535b3a03cd7/backroundwebsite1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.5rem;left:7.21875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:none; }#RUAZk3PQhkxmSMl631aFyqNmGELaLih0.adaptive-delivery-prevent-bg, #RUAZk3PQhkxmSMl631aFyqNmGELaLih0.lazyload, #RUAZk3PQhkxmSMl631aFyqNmGELaLih0.lazyloading { background-image: none; }
#UnkcsWMlImKKoCRXCtgHTD5Hho4SV6K5 { color:rgba(var(--color-secondary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.4375rem;left:18.375rem;height:9.84375rem;font-style:normal;display:block; }
#B8CC4M2HLKaMlULEnIzfc7l8no8On8Cc { color:rgba(var(--color-tertiary-1),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.42578125rem;left:58.625rem;height:5.5234375rem;font-style:normal;display:none; }
#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk { position:relative;display:none; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk { border-width: 0; border-radius: 0; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pq1MnD42ApQgZPKKuegfqE7f9oIZOSbU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.5625rem;height:1.4619125rem;font-style:normal;display:none; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .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; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp { 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(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.375rem;left:36.5625rem;z-index:15006;display:none; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #hLTISTr8TkaeayKJFlL01rk4x8K0Dndr { display:flex;position:relative;top:0rem;left:0rem; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #dtd3dTIx4yF4kOcyWVApX3XataCcJ3zd { width:auto; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #bmLno3AIFt47GSuwNs0ZbUhNAAwFXsnF {  }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #uKIDLrD0ZnR2QIx9bTywUcE3x1ZvTSxe { display:flex;position:relative;top:0rem;left:0rem; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #zl5ku9ScvSZFm1tqVixXagrno1bsHsRK {  }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #NSI7DBGsGGCnqETwQfLZ9zJa2QrxgByO {  }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #hnMT8qyhuoQHCXtMmIq7bITQCvi8gbIm { display:flex;position:relative;top:0rem;left:0rem; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #wbSJFuwwOs7LocNHwoTcAyEWgrWFfepH {  }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #GBheicPWG0sbfQVycwH3PSQvql1oLvyM {  }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #eyozconfHLc7GVpwR7QFdD1NPd8XucQ4 { display:flex;position:relative;top:0rem;left:0rem; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #xkC0tXkI3ydtwKED6G4nTFsFGJlP1BDO {  }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #t53eBISs9qOWTfBGhb9DC4KzCysiwlwH {  }
#RVX3Nlz2s6Eo2WAFl79Tt7xJWR7hV6lW { color:rgba(var(--color-secondary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.4375rem;left:2.5625rem;height:2.8125rem;font-style:normal;display:none; }
#MlGekfDodiG9FqGBxE5uTRg3bTEPa9f6 { background-color:rgba(var(--color-primary-3),1);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:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.25rem;left:57.625rem;display:none; }
#p9IOzcR0psFoAEtkmkJbdEvTcWDZk8Au { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { position:relative;display:block; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { background-color: transparent; background-image: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .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); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { border-width: 0; border-radius: 0; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a9e9fbfb1dcaa6c65e5f36441850bd7f { color:rgba(var(--color-tertiary-3),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.578125rem;left:24.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip { background-color: transparent; background-image: none; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row .container > .video-iframe-container { display: none; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row > .video-iframe-container { display: none; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .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); }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip { border-width: 0; border-radius: 0; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#dfNq2CdELFHEM18wTaAXyE5USyklMuMo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .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; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA { 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(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.375rem;left:36.5625rem;z-index:15006; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #flJ2kM9XC6DHSQNWtkqvv2STnKQDQImZ { display:flex;position:relative;top:0rem;left:0rem; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #TbhdD754kxT4kKu1QddxOnimTDl3eXTC { width:auto; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #GsXwJsT3v6wHpqQn5peJFtL2DMcWqHXo {  }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #oOhT9nFVQXaTthySiFbZ2ID89kKLf0g5 { display:flex;position:relative;top:0rem;left:0rem; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #K8pxSIFcd3NzWEd7s55A0ZXpzRCbfsQE {  }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #ScaTkUQCr7aeAuH5weUBLEhlk2Z0AAFQ {  }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #TzeXgHhuyZP2EhxW6uboDQ3rNL2UgbeD { display:flex;position:relative;top:0rem;left:0rem; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #b7suiFu3hXJRo705wNBMLqWmxaTPRPFA {  }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #QSexadoRvpoCU2tr9VSu4e2cRl9leWQ0 {  }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #eLg0czGw1Vx5r8tKblfst2bGXtlMhgGq { display:flex;position:relative;top:0rem;left:0rem; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #AdTd0iRPpp5tHHOTVEQuubXVottw46t3 {  }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #Q466mTXicZhIgSxXublbc58dgTrQ7qqh {  }
#nvJqfHTbTGDbpMKD5pxWkV2lR36M9ptS { background-color:rgba(var(--color-primary-3),1);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:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.25rem;left:57.625rem;display:block; }
#D9EQiNtpXwu3aeBKOtHF60gTsR3TRtaC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KkCKL8VwRTvVi4t0kIO9lLwTyqQ3eZm6 { color:rgba(var(--color-secondary-4),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:3.4375rem;left:2.5625rem;height:2.8125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ { display:block; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDA0z2wHXbFsHokFReVVBPMpfC8biygU { top:18.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIDOiiWzDXK5rauuCWPNG2yS3rcL9Nzr { top:26.875rem;left:0rem;width:35.3125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJQt5d1DX8B4xhvtRvZdvXXTmakg4bt3 { top:9.8125rem;left:2.40625rem;width:42.9375rem;height:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwP7NEhiyyJGA0mCKAmmnNnoc0N9GLFx { top:5.0625rem;left:19.65625rem;width:8.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbiU7cIBRTnlieh26w8Ql1ZPJvFeMqp5 { width:12.375rem;height:2.75rem;top:41.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXRZDbTyOgkZllTR29cNS8u0wLRnkdqO { display:block; }
 }@media only screen and (max-width: 763px) { #peypc4e4E7rpPALuLPFVM0hm6FT7N24B { top:28.8125rem;left:0rem;width:35.3125rem;height:7.375rem;font-size:0.875rem;display:block; }#peypc4e4E7rpPALuLPFVM0hm6FT7N24B li:before{  }
 }@media only screen and (max-width: 763px) { #KnVuH4cT847IPADAFNydDsvWoO9kqsa4 { top:27.4375rem;left:21.75rem;width:26rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2zbRySARnLZwmE1S0wm4XLcrWBrxPTy { top:29.375rem;left:30.6875rem;width:17.0625rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRuRTOvJEDD1dcZZWzP6azZf4swcW71 { top:28.375rem;left:27.8125rem;width:7.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmeyNgBNL2L7wLe1ceJ2KoDZygJMl5DS { top:28.875rem;left:30.125rem;width:4.4375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZldZEyf2UtP9yXJAlUVTH0X63Myb7BB { width:14.375rem;height:3.375rem;top:41.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aynT45nOcXcMbqt6Qg2ouCQ28vlEckTV { display:block; }
 }@media only screen and (max-width: 763px) { #R8PPt0WB5C8akVmgqS15M2UearACUtoI { top:47.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM { display:block; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAfiw7BbqMIV2hHWrnk9poKHWc67BZN0 { top:10.9375rem;left:6.75rem;width:15.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvOIzy1N10xinLWFHPfqMNCTPH4c4bel { top:9.6875rem;left:5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLT0JN844PJ82k6s6vt9ZC7RSibQWuKr { top:10.125rem;left:5.5rem;width:2.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0A0FzSDv8IohmHJ4ZMTe0yBicSB0xSI { top:9.6875rem;left:24.625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm5MKWxBbMM64BzldRFFzsz0c8aTI6dZ { top:10.1875rem;left:25.1875rem;width:2.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrOCNfgXAOMsCsKzMzTOpxOceFh9Fuh { top:10.9375rem;left:26.5rem;width:15.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWX9BFLucuCOXMZs3IRnTTagfnZDqTw { top:9.6875rem;left:44.125rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmefNFaESXL0FlHDdlTU6peFlHPwqcl3 { top:10.1875rem;left:44.6875rem;width:2.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtD7KduOCPleb00ow2JMIec0xz5V34Ib { top:11rem;left:32rem;width:15.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEUJcThasrTLkNCWCOe1SHbITdMbovg { top:11rem;left:32rem;width:15.75rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMhuCCIaf1X2HQnUtERwaGtHa6U6fTie { top:11rem;left:32rem;width:15.75rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1dx9lTMGAKI3mRS47W6n9vbrgwEaWkq { top:9.6875rem;left:14.25rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSMbNSJXWhNzaOScsoT4S15UONh6HZrz { top:10.1875rem;left:14.8125rem;width:2.0625rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b59DekrzKzL7C5gq9tt9K0A6zm4wT1Tt { top:3.5rem;left:0.125rem;width:47.625rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8IGOMpABlrKUkPIthO2t7lAmT0MscfI { top:9.75rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVS1vFsw4THyDHtl9rxyEGk4ziGtZuw7 { top:10.25rem;left:0rem;width:2.0625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4wcSPEmaVl1M5DoT5bRTRTsWVK26p4t { top:11rem;left:0rem;width:15.75rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2TTdW3EZy9b9TwSO4QMhHBv4DBPO2TZ { top:17.4375rem;left:0rem;width:13rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6LBBscQsxTUyflkxIqNnznUwUZAE2Sq { top:11rem;left:32rem;width:15.75rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4Pv6PS8uG6Fl0VsPdlN0JRE75axysBl { top:9.75rem;left:0rem;width:3.1875rem;height:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDG37IAMPV32hyBy8tdJmxwbkIO9ITpT { top:13.6875rem;left:0rem;width:14.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkOIvgwTrDe3pTiqW8mcePXPv5VyVP3k { top:13.4375rem;left:8.1875rem;width:11.125rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK5IZqh5q9FZ4uJGT34VcqQ2T6KsRZ2v { top:17.4375rem;left:8.125rem;width:13rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2fmezIehoqNlOBXZTsTWuQHbHTAhNX { top:13.4375rem;left:27.8125rem;width:11.125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLAhiKTTcvObDyCIh0QNmp5ORFIwxTN0 { top:17.4375rem;left:27.8125rem;width:13rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9y1kds71rvMHlNOGFtuE0A3DyLpXVh7 { top:13.6875rem;left:36.625rem;width:11.125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ighJA2evcIkkB6FpChDMTKOsneis1h8s { top:17.5rem;left:34.75rem;width:13rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoImThvdsTIFcTZWcZ6PXI9rkd4kM5vS { top:45.6875rem;left:0rem;width:47.75rem;height:79.811603650587rem;display:none; }
 }@media only screen and (max-width: 763px) { #opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l { display:block; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RREiIzVdhBTOMzvw1erNe6LfLkPPHoQ2 { top:3.8125rem;left:0rem;width:15.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAdOT087HFqATJLxERq9n5kBSRFUTJ1n { top:7.25rem;left:0rem;width:29.6875rem;height:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU1PTaMF4ZPw5xzcrpWxodMdr3QpXwl7 { top:2.25rem;left:18.6875rem;width:29.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuGUN9Rb2mro5GcGu9bvlJB5P8so4Vod { width:28.5625rem;height:2.625rem;top:4.625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcDM1N324CHvxEnBWP58lk7EcQsqbM6P { display:block; }
 }@media only screen and (max-width: 763px) { #Rf1Fvk0esdxITJOaRBySUMb2fLCcnGll { width:28.5625rem;height:2.625rem;top:7.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpk3fGXGUxBhPUABvx6EGgbJznFFSO85 { display:block; }
 }@media only screen and (max-width: 763px) { #GgO8pZqdUUKhAFV4zB8XedyT80rt2XJP { width:28.5625rem;height:2.625rem;top:10.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwNvtDzuyCdBT04FNbgNSeUlQOA4eX2 { display:block; }
 }@media only screen and (max-width: 763px) { #K6xAmxVzECOye6hliRr5B21wagLwpGUD { width:28.5625rem;height:2.625rem;top:13.625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlSXP1E3rf9LpUoNTKNxNQwUZxUxJLq6 { display:block; }
 }@media only screen and (max-width: 763px) { #D1f8mCglbpmaKxaR16uSvEIdubb4NaJH { width:28.5625rem;height:2.625rem;top:16.6875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOx8TMWay1Quq58cgKThOaxTdhRC9Cs3 { display:block; }
 }@media only screen and (max-width: 763px) { #SzlLKk1AwmBqlTL6mq9RWScoSkICKRgr { top:0.75rem;left:0rem;width:47.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4SlDJsi3FO1tPweMAfb2knseXua8OTg { width:28.5625rem;height:2.625rem;top:4.625rem;left:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBTL0zSnQ3Ex68MHExvoZEcC9yCxNv8X { display:block; }
 }@media only screen and (max-width: 763px) { #paEBEBIrR7uQKa8isPqrPAkD6oXuAmRp { width:28.5625rem;height:2.625rem;top:7.5625rem;left:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIVXfzIITNq5MqDzyxLdIuRbSm1aMM26 { display:block; }
 }@media only screen and (max-width: 763px) { #G0rBLqrZQsaRDQvnukHW0guzQD9HoABw { width:28.5625rem;height:2.625rem;top:10.5625rem;left:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sT2VmhqLKCIOuyvEODffCnSadq4MVrHa { display:block; }
 }@media only screen and (max-width: 763px) { #NNvxZe0COtyme0QlIExfS6Z0conhdLGf { width:28.5625rem;height:2.625rem;top:13.625rem;left:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqzp0BsLpJnFRKyFASRe1c1i0gmCEkNz { display:block; }
 }@media only screen and (max-width: 763px) { #K1QzIZ4HncQ2p0QHlAyqsas7nca5q9Ho { width:28.5625rem;height:2.625rem;top:16.6875rem;left:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2sgmdJa33XFHnRT9oMBghJ9HR3SGSOS { display:block; }
 }@media only screen and (max-width: 763px) { #yP1opNvsLvrBaAK9b2dQr48FhthJ2qdC { width:24.9375rem;height:41.625rem;top:22.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5Vx2XLXKENWdfVLLevNwVEwJmDU89dG { top:5.25rem;left:0rem;width:17.0625rem;height:14.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 { display:block; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF15JrDkz9y0h5TcCIQaIwyTlZQ1UWQF { top:14.375rem;left:32.8125rem;width:14.9375rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1BaHbcEWrNOvQ3NCDqCT0xpUMyWIgG { top:5.5rem;left:0rem;width:15.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPwC3S4waDnsHqP2ni6PZA9cgyMP08km { top:9.625rem;left:0rem;width:47.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJNVgEW7K5PopdRXSnC14sZ9D83yVvHi { top:11.0625rem;left:4.75rem;width:21.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMJxhczQ6J4weGevLJ7EoSryIa5V2Epy { top:11rem;left:32rem;width:15.75rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Irs9cZnHSFiW2kGAUdGicocWqLVXxwo8 { width:47.6875rem;height:79.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUAZk3PQhkxmSMl631aFyqNmGELaLih0 { top:3.5rem;left:0rem;width:47.75rem;height:11.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnkcsWMlImKKoCRXCtgHTD5Hho4SV6K5 { top:13.4375rem;left:4.75rem;width:29.6875rem;height:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8CC4M2HLKaMlULEnIzfc7l8no8On8Cc { top:5.6875rem;left:0rem;width:14.9375rem;height:1.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk { display:none; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pq1MnD42ApQgZPKKuegfqE7f9oIZOSbU { top:1.625rem;left:0rem;width:23.625rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .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; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .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; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp { width:18rem;height:5.0625rem;display:flex;top:0rem;left:19.78125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #hLTISTr8TkaeayKJFlL01rk4x8K0Dndr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #dtd3dTIx4yF4kOcyWVApX3XataCcJ3zd {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #bmLno3AIFt47GSuwNs0ZbUhNAAwFXsnF {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #uKIDLrD0ZnR2QIx9bTywUcE3x1ZvTSxe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #zl5ku9ScvSZFm1tqVixXagrno1bsHsRK {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #NSI7DBGsGGCnqETwQfLZ9zJa2QrxgByO {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #hnMT8qyhuoQHCXtMmIq7bITQCvi8gbIm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #wbSJFuwwOs7LocNHwoTcAyEWgrWFfepH {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #GBheicPWG0sbfQVycwH3PSQvql1oLvyM {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #eyozconfHLc7GVpwR7QFdD1NPd8XucQ4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #xkC0tXkI3ydtwKED6G4nTFsFGJlP1BDO {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #t53eBISs9qOWTfBGhb9DC4KzCysiwlwH {  }
 }@media only screen and (max-width: 763px) { #RVX3Nlz2s6Eo2WAFl79Tt7xJWR7hV6lW { top:6.9375rem;left:0rem;width:20rem;height:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlGekfDodiG9FqGBxE5uTRg3bTEPa9f6 { width:14.375rem;height:3.4375rem;top:2.25rem;left:33.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9IOzcR0psFoAEtkmkJbdEvTcWDZk8Au { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { display:block; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9e9fbfb1dcaa6c65e5f36441850bd7f { top:1.5625rem;left:10.875rem;width:26rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzc4i07bzQyGa84gy9tTagMR1pIlkzip { display:block; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfNq2CdELFHEM18wTaAXyE5USyklMuMo { top:1.625rem;left:0rem;width:23.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .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; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .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; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA { width:18rem;height:5.0625rem;display:flex;top:0rem;left:19.78125rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #flJ2kM9XC6DHSQNWtkqvv2STnKQDQImZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #TbhdD754kxT4kKu1QddxOnimTDl3eXTC {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #GsXwJsT3v6wHpqQn5peJFtL2DMcWqHXo {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #oOhT9nFVQXaTthySiFbZ2ID89kKLf0g5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #K8pxSIFcd3NzWEd7s55A0ZXpzRCbfsQE {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #ScaTkUQCr7aeAuH5weUBLEhlk2Z0AAFQ {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #TzeXgHhuyZP2EhxW6uboDQ3rNL2UgbeD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #b7suiFu3hXJRo705wNBMLqWmxaTPRPFA {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #QSexadoRvpoCU2tr9VSu4e2cRl9leWQ0 {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #eLg0czGw1Vx5r8tKblfst2bGXtlMhgGq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #AdTd0iRPpp5tHHOTVEQuubXVottw46t3 {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #Q466mTXicZhIgSxXublbc58dgTrQ7qqh {  }
 }@media only screen and (max-width: 763px) { #nvJqfHTbTGDbpMKD5pxWkV2lR36M9ptS { width:14.375rem;height:3.4375rem;top:2.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9EQiNtpXwu3aeBKOtHF60gTsR3TRtaC { display:block; }
 }@media only screen and (max-width: 763px) { #KkCKL8VwRTvVi4t0kIO9lLwTyqQ3eZm6 { top:3.4375rem;left:0rem;width:31.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6dfce8fe-cdca-429c-b64a-2242bf641343/Untitleddesign5.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ.adaptive-delivery-prevent-bg, #t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ.lazyload, #t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ.lazyloading { background-image: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container { background-color: transparent; background-image: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container > .video-iframe-container { display: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row > .video-iframe-container { display: none; }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .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); }#t9Hpew1TNx0QpnU3sbWCD43fi6gy9epZ > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDA0z2wHXbFsHokFReVVBPMpfC8biygU { width:20rem;height:4.5rem;top:8.677734375rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JIDOiiWzDXK5rauuCWPNG2yS3rcL9Nzr { width:20rem;height:1.3125rem;top:14.333984375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJQt5d1DX8B4xhvtRvZdvXXTmakg4bt3 { width:15.3125rem;height:3.25rem;top:4.5625rem;left:2.34375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwP7NEhiyyJGA0mCKAmmnNnoc0N9GLFx { width:5.8125rem;height:1.8125rem;top:1.265625rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbiU7cIBRTnlieh26w8Ql1ZPJvFeMqp5 { width:13.875rem;height:2.75rem;top:68.0625rem;left:3.84375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXRZDbTyOgkZllTR29cNS8u0wLRnkdqO { display:block; }
 }@media only screen and (max-width: 763px) { #peypc4e4E7rpPALuLPFVM0hm6FT7N24B { width:20rem;height:8.5rem;top:15.646484375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#peypc4e4E7rpPALuLPFVM0hm6FT7N24B li:before{  }
 }@media only screen and (max-width: 763px) { #KnVuH4cT847IPADAFNydDsvWoO9kqsa4 { width:17.5625rem;height:5.1875rem;top:26.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2zbRySARnLZwmE1S0wm4XLcrWBrxPTy { width:12.5rem;height:2.923825rem;top:27.255859375rem;left:5.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRuRTOvJEDD1dcZZWzP6azZf4swcW71 { width:4.8125rem;height:3.8125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmeyNgBNL2L7wLe1ceJ2KoDZygJMl5DS { display:flex;width:2.625rem;height:2.9375rem;top:27.1875rem;left:1.3125rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #RZldZEyf2UtP9yXJAlUVTH0X63Myb7BB { width:14.375rem;height:3.375rem;top:34.0625rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aynT45nOcXcMbqt6Qg2ouCQ28vlEckTV { display:block; }
 }@media only screen and (max-width: 763px) { #R8PPt0WB5C8akVmgqS15M2UearACUtoI { width:20rem;height:5.25rem;top:38.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM { display:block; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM { background-color: transparent; background-image: none; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container > .video-iframe-container { display: none; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row > .video-iframe-container { display: none; }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .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); }#tN3gBJQyxZshcOrgRSXvW0VxzVxkdCqM > .row .container { width:20rem;height:66.0625rem;background-color:#fdfdfd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAfiw7BbqMIV2hHWrnk9poKHWc67BZN0 { width:15.75rem;height:9.625rem;top:53.875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvOIzy1N10xinLWFHPfqMNCTPH4c4bel { width:3.1875rem;height:3.1875rem;top:4.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLT0JN844PJ82k6s6vt9ZC7RSibQWuKr { display:flex;width:2.0625rem;height:2.25rem;top:20.46875rem;left:17.3125rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #d0A0FzSDv8IohmHJ4ZMTe0yBicSB0xSI { width:3.1875rem;height:3.1875rem;top:20rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm5MKWxBbMM64BzldRFFzsz0c8aTI6dZ { display:flex;width:2.0625rem;height:2.25rem;top:35.28125rem;left:17.375rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #dgrOCNfgXAOMsCsKzMzTOpxOceFh9Fuh { width:15.75rem;height:9.625rem;top:64.75rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipWX9BFLucuCOXMZs3IRnTTagfnZDqTw { width:3.1875rem;height:3.1875rem;top:20rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmefNFaESXL0FlHDdlTU6peFlHPwqcl3 { display:flex;width:2.0625rem;height:2.25rem;top:20.5rem;left:17.375rem; }
 }@media only screen and (max-width: 763px) { #TtD7KduOCPleb00ow2JMIec0xz5V34Ib { width:15.75rem;height:13.5rem;top:5.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEUJcThasrTLkNCWCOe1SHbITdMbovg { width:15.75rem;height:12.625rem;top:21.0625rem;left:2.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #sMhuCCIaf1X2HQnUtERwaGtHa6U6fTie { width:15.75rem;height:11.75rem;top:36rem;left:2.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #X1dx9lTMGAKI3mRS47W6n9vbrgwEaWkq { width:3.1875rem;height:3.1875rem;top:34.8125rem;left:16.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #SSMbNSJXWhNzaOScsoT4S15UONh6HZrz { display:flex;width:2.0625rem;height:2.25rem;top:49.53125rem;left:17.375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #b59DekrzKzL7C5gq9tt9K0A6zm4wT1Tt { width:18.0625rem;height:1.23730625rem;top:2.625rem;left:1rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8IGOMpABlrKUkPIthO2t7lAmT0MscfI { width:3.1875rem;height:3.1875rem;top:20rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVS1vFsw4THyDHtl9rxyEGk4ziGtZuw7 { display:flex;width:2.0625rem;height:2.25rem;top:4.71875rem;left:16.875rem;z-index:15030; }
 }@media only screen and (max-width: 763px) { #U4wcSPEmaVl1M5DoT5bRTRTsWVK26p4t { width:15.75rem;height:9.625rem;top:64.75rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2TTdW3EZy9b9TwSO4QMhHBv4DBPO2TZ { width:11.625rem;height:7.875rem;top:9.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6LBBscQsxTUyflkxIqNnznUwUZAE2Sq { width:15.75rem;height:12.625rem;top:50.125rem;left:2.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #y4Pv6PS8uG6Fl0VsPdlN0JRE75axysBl { width:3.1875rem;height:3.1875rem;top:49.0625rem;left:16.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DDG37IAMPV32hyBy8tdJmxwbkIO9ITpT { width:14.375rem;height:2.4375rem;top:6.75rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkOIvgwTrDe3pTiqW8mcePXPv5VyVP3k { width:11.125rem;height:2.4375rem;top:22.4375rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bK5IZqh5q9FZ4uJGT34VcqQ2T6KsRZ2v { width:13rem;height:6.5625rem;top:25.5625rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2fmezIehoqNlOBXZTsTWuQHbHTAhNX { width:11.125rem;height:2.4375rem;top:37.1875rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLAhiKTTcvObDyCIh0QNmp5ORFIwxTN0 { width:13rem;height:5.25rem;top:40.6875rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9y1kds71rvMHlNOGFtuE0A3DyLpXVh7 { width:11.125rem;height:2.4375rem;top:51.3125rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ighJA2evcIkkB6FpChDMTKOsneis1h8s { width:13rem;height:6.5625rem;top:54.4375rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoImThvdsTIFcTZWcZ6PXI9rkd4kM5vS { width:20rem;height:33.5rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l { display:block; }#opQTc7Dw5OXoNhBW4oBACi0mTF4Zdd3l > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RREiIzVdhBTOMzvw1erNe6LfLkPPHoQ2 { width:14.5rem;height:1.6875rem;top:2.9375rem;left:2.75rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAdOT087HFqATJLxERq9n5kBSRFUTJ1n { width:17.0625rem;height:0;top:5.35546875rem;left:1.46875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NU1PTaMF4ZPw5xzcrpWxodMdr3QpXwl7 { width:13.875rem;height:2.4375rem;top:23.333984375rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuGUN9Rb2mro5GcGu9bvlJB5P8so4Vod { width:20rem;height:3.5625rem;top:26.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcDM1N324CHvxEnBWP58lk7EcQsqbM6P { display:block; }
 }@media only screen and (max-width: 763px) { #Rf1Fvk0esdxITJOaRBySUMb2fLCcnGll { width:18.875rem;height:2.625rem;top:68.734375rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpk3fGXGUxBhPUABvx6EGgbJznFFSO85 { display:block; }
 }@media only screen and (max-width: 763px) { #GgO8pZqdUUKhAFV4zB8XedyT80rt2XJP { width:18.875rem;height:2.625rem;top:71.734375rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCwNvtDzuyCdBT04FNbgNSeUlQOA4eX2 { display:block; }
 }@media only screen and (max-width: 763px) { #K6xAmxVzECOye6hliRr5B21wagLwpGUD { width:18.875rem;height:2.625rem;top:74.796875rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlSXP1E3rf9LpUoNTKNxNQwUZxUxJLq6 { display:block; }
 }@media only screen and (max-width: 763px) { #D1f8mCglbpmaKxaR16uSvEIdubb4NaJH { width:18.875rem;height:2.625rem;top:77.859375rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOx8TMWay1Quq58cgKThOaxTdhRC9Cs3 { display:block; }
 }@media only screen and (max-width: 763px) { #SzlLKk1AwmBqlTL6mq9RWScoSkICKRgr { width:20rem;height:47.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4SlDJsi3FO1tPweMAfb2knseXua8OTg { width:15.625rem;height:3.5625rem;top:27.25rem;left:2.1875rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #iBTL0zSnQ3Ex68MHExvoZEcC9yCxNv8X { display:block; }
 }@media only screen and (max-width: 763px) { #paEBEBIrR7uQKa8isPqrPAkD6oXuAmRp { width:15.625rem;height:3.5625rem;top:31.125rem;left:2.1875rem;font-size:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LIVXfzIITNq5MqDzyxLdIuRbSm1aMM26 { display:block; }
 }@media only screen and (max-width: 763px) { #G0rBLqrZQsaRDQvnukHW0guzQD9HoABw { width:15.625rem;height:3.5625rem;top:35rem;left:2.1875rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #sT2VmhqLKCIOuyvEODffCnSadq4MVrHa { display:block; }
 }@media only screen and (max-width: 763px) { #NNvxZe0COtyme0QlIExfS6Z0conhdLGf { width:15.625rem;height:3.5625rem;top:38.875rem;left:2.1875rem;font-size:0.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #rqzp0BsLpJnFRKyFASRe1c1i0gmCEkNz { display:block; }
 }@media only screen and (max-width: 763px) { #K1QzIZ4HncQ2p0QHlAyqsas7nca5q9Ho { width:15.625rem;height:3.5625rem;top:42.75rem;left:2.1875rem;font-size:0.875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #F2sgmdJa33XFHnRT9oMBghJ9HR3SGSOS { display:block; }
 }@media only screen and (max-width: 763px) { #yP1opNvsLvrBaAK9b2dQr48FhthJ2qdC { top:34.125rem;left:0rem;width:20rem;height:33.375rem;z-index:15019;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #b5Vx2XLXKENWdfVLLevNwVEwJmDU89dG { width:17.0625rem;height:14.4375rem;top:5.29296875rem;left:1.46875rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 { display:block; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 { background-color: transparent; background-image: none; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container > .video-iframe-container { display: none; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row > .video-iframe-container { display: none; }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .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); }#EBkr0oyVOoNyXI8LmpUHog93ZZ0leNG4 > .row .container { width:20rem;height:52.375rem;background-color:#fdfdfd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pF15JrDkz9y0h5TcCIQaIwyTlZQ1UWQF { width:14.9375rem;height:0;top:3.25rem;left:2.53125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #db1BaHbcEWrNOvQ3NCDqCT0xpUMyWIgG { width:11.5625rem;height:17.0625rem;top:7.15625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPwC3S4waDnsHqP2ni6PZA9cgyMP08km { width:20rem;height:10.3125rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJNVgEW7K5PopdRXSnC14sZ9D83yVvHi { width:11.6875rem;height:2.5996125rem;top:26.3125rem;left:4.15625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #DMJxhczQ6J4weGevLJ7EoSryIa5V2Epy { width:18.5rem;height:37.375rem;top:11.625rem;left:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Irs9cZnHSFiW2kGAUdGicocWqLVXxwo8 { top:0rem;left:0rem;width:20rem;height:33.5rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RUAZk3PQhkxmSMl631aFyqNmGELaLih0 { width:20rem;height:14.1875rem;top:1.875rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #UnkcsWMlImKKoCRXCtgHTD5Hho4SV6K5 { width:16.1875rem;height:17.0625rem;top:29.875rem;left:1.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8CC4M2HLKaMlULEnIzfc7l8no8On8Cc { width:14.9375rem;height:1.23730625rem;top:4.662109375rem;left:2.53125rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6dfce8fe-cdca-429c-b64a-2242bf641343/Untitleddesign5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk.adaptive-delivery-prevent-bg, #VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk.lazyload, #VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk.lazyloading { background-image: none; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container { background-color: transparent; background-image: none; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container > .video-iframe-container { display: none; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row > .video-iframe-container { display: none; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .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); }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container { border-width: 0; border-radius: 0; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VACdXGCk1WDFk7fgPpOzx5JvMDSSZswk > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pq1MnD42ApQgZPKKuegfqE7f9oIZOSbU { width:14.6875rem;height:2.5996125rem;top:2.875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .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; }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .widget-text.counter-number { padding-top:0.349375rem;padding-right:0.31125rem;padding-bottom:0.349375rem;padding-left:0.31125rem;width:1.866875rem;min-width:1.866875rem;height:1.878125rem;font-size:1.3975rem;line-height:30.05px;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;color:rgba(var(--color-secondary-0),1); }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.218125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.48875rem;height:0.7425rem;font-size:0.524375rem;line-height:11.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:rgba(var(--color-secondary-0),1); }
#mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp { width:13.9375rem;height:3.5375rem;display:flex;top:12.1875rem;left:3rem;z-index:15007;padding-top:0.04375rem;padding-right:0.044375rem;padding-bottom:0.04375rem;padding-left:0.044375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #hLTISTr8TkaeayKJFlL01rk4x8K0Dndr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #dtd3dTIx4yF4kOcyWVApX3XataCcJ3zd {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #bmLno3AIFt47GSuwNs0ZbUhNAAwFXsnF {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #uKIDLrD0ZnR2QIx9bTywUcE3x1ZvTSxe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #zl5ku9ScvSZFm1tqVixXagrno1bsHsRK {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #NSI7DBGsGGCnqETwQfLZ9zJa2QrxgByO {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #hnMT8qyhuoQHCXtMmIq7bITQCvi8gbIm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #wbSJFuwwOs7LocNHwoTcAyEWgrWFfepH {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #GBheicPWG0sbfQVycwH3PSQvql1oLvyM {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #eyozconfHLc7GVpwR7QFdD1NPd8XucQ4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #xkC0tXkI3ydtwKED6G4nTFsFGJlP1BDO {  }
 }@media only screen and (max-width: 763px) { #mO2bChapk7uIfHTIq6fsx4zOCgoMNKQp #t53eBISs9qOWTfBGhb9DC4KzCysiwlwH {  }
 }@media only screen and (max-width: 763px) { #RVX3Nlz2s6Eo2WAFl79Tt7xJWR7hV6lW { width:20rem;height:3.9375rem;top:6.9375rem;left:0rem;font-size:0.875rem;z-index:15026;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MlGekfDodiG9FqGBxE5uTRg3bTEPa9f6 { width:13.25rem;height:2.9375rem;top:17.25rem;left:3.375rem;font-size:1rem;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #p9IOzcR0psFoAEtkmkJbdEvTcWDZk8Au { display:block; }
 }@media only screen and (max-width: 763px) { #ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { display:block; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G { background-color: transparent; background-image: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row > .video-iframe-container { display: none; }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .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); }#ZT0yw7lk6u4AfNtair9UdkBMRPPbkG7G > .row .container { width:20rem;height:4.6875rem;background-color:#fdfdfd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9e9fbfb1dcaa6c65e5f36441850bd7f { width:20rem;height:1.0556625rem;top:1.81640625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzc4i07bzQyGa84gy9tTagMR1pIlkzip { position:relative;z-index:auto;background-color:#f5f8ff;background-image:none;border-top:0.125rem solid #0430f6;border-left:0.125rem solid #0430f6;border-right:0.125rem solid #0430f6;border-bottom:0rem solid #0430f6;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row .container { border-width: 0; border-radius: 0; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#Jzc4i07bzQyGa84gy9tTagMR1pIlkzip > .row .container { width:20rem;height:18rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dfNq2CdELFHEM18wTaAXyE5USyklMuMo { width:20rem;height:2.76171875rem;top:1.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .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; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .widget-text.counter-number { padding-top:0.349375rem;padding-right:0.31125rem;padding-bottom:0.349375rem;padding-left:0.31125rem;width:1.866875rem;min-width:1.866875rem;height:1.878125rem;font-size:1.3975rem;line-height:30.05px;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; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.218125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.48875rem;height:0.7425rem;font-size:0.524375rem;line-height:11.88px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA { width:13.9375rem;height:3.5375rem;display:flex;top:2.693359375rem;left:3.5478515625rem;z-index:15006;padding-top:0.04375rem;padding-right:0.044375rem;padding-bottom:0.04375rem;padding-left:0.044375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #flJ2kM9XC6DHSQNWtkqvv2STnKQDQImZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #TbhdD754kxT4kKu1QddxOnimTDl3eXTC {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #GsXwJsT3v6wHpqQn5peJFtL2DMcWqHXo {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #oOhT9nFVQXaTthySiFbZ2ID89kKLf0g5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #K8pxSIFcd3NzWEd7s55A0ZXpzRCbfsQE {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #ScaTkUQCr7aeAuH5weUBLEhlk2Z0AAFQ {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #TzeXgHhuyZP2EhxW6uboDQ3rNL2UgbeD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #b7suiFu3hXJRo705wNBMLqWmxaTPRPFA {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #QSexadoRvpoCU2tr9VSu4e2cRl9leWQ0 {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #eLg0czGw1Vx5r8tKblfst2bGXtlMhgGq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #AdTd0iRPpp5tHHOTVEQuubXVottw46t3 {  }
 }@media only screen and (max-width: 763px) { #kqPxZ9lHnpEyrIm3pQ3CAhUTxhGy2flA #Q466mTXicZhIgSxXublbc58dgTrQ7qqh {  }
 }@media only screen and (max-width: 763px) { #nvJqfHTbTGDbpMKD5pxWkV2lR36M9ptS { width:11.1875rem;height:2.9375rem;top:6.9375rem;left:4.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9EQiNtpXwu3aeBKOtHF60gTsR3TRtaC { display:block; }
 }@media only screen and (max-width: 763px) { #KkCKL8VwRTvVi4t0kIO9lLwTyqQ3eZm6 { width:20rem;height:5.625rem;top:11.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }