.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:227,252,243;--color-primary-1:163,244,216;--color-primary-2:70,233,177;--color-primary-3:35,117,89;--color-primary-4:11,35,27;--color-secondary-0:218,218,227;--color-secondary-1:131,131,162;--color-secondary-2:6,6,69;--color-secondary-3:3,3,35;--color-secondary-4:1,1,10;--color-tertiary-0:255,255,255;--color-tertiary-1:210,208,253;--color-tertiary-2:105,97,249;--color-tertiary-3:53,49,125;--color-tertiary-4:10,10,25;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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;z-index:auto;display:none; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row .container { border-width: 0; border-radius: 0; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:none; }#Ktvorwu0od7sr6UoLOGrwxB8EEKPBSo1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.24964375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.75rem;left:30.25rem;display:block; }
#so1gct5lSfWSRU7uZ2uPJNGmpLhJnlmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTKhoqTUl0J4wATM8nAd3GV1VgrWbTfq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.24964375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:35.8125rem;display:block; }
#IBNhk2SF17Iv0gAVX2SLRnSTfce6MuTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWCzxLTfJTxZukAxoEiS2wDcavAysXTR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:47.8125rem;display:block; }
#vJ9FGbbGk5y1Iq1FQSF0hEOc7vyC7nnh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NN4DPp6emHpmpnOJP3s8IOT587ByvAJq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.375rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#UHnuaUUsZVH0enWrXH1IvHbRPsrtE5Ny { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4994375rem;height:2.24964375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.74928975105287rem;left:41.369848251343rem;display:block; }
#TBFs5u4uOeAcaZyB5qh09WxS1p6V2HQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MESV7T5KERupL2uO0MAJUeTd0sTXZyt0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.24964375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.75rem;left:24.6875rem;display:block; }
#oqPipum7P1SLzed8TZPhNFXx4m99ZL1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z33wS9ALScFT58AeG2c6kILgZLNXwx6z { 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:1.5rem;width:1.5rem;display:none; }
#hS8aa1mnIeXqRCDLt7vlHVvVI5KOnIZM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4994375rem;height:2.24964375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.74928975105287rem;left:54.311079025269rem;display:block; }
#R65PybqFiyv6CEK4DWh7UvX1PZUnPnHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UaK6LXHdUJT03qhRViI0XaxSkw7cQsA1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-secondary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.5rem;left:62.5rem;display:none; }
#qhrhmW6H66gglVveBVfxeidz77dUXJ2M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZOyi2dfso7OSd68oUbWX63nmlqv20ut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row .container { background-color: transparent; background-image: none; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row .container > .video-iframe-container { display: none; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row > .video-iframe-container { display: none; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .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); }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row .container { border-width: 0; border-radius: 0; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#U4xfvaplRIK7xrXxhtZSk1tykwez1o0I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.24964375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.75rem;left:30.25rem;display:block; }
#EeC6HNNOlPtbOuzUDuCXn3bCHOa7FJMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRBlLGCGDOV17JGKM5WMLVNFzw39OS3V { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.24964375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:35.8125rem;display:block; }
#JlzwZ5UPwWvTRQ4SMEZ9xtAdl6tvomeG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZmoILLJ0iLOv6Z0TtWJx0GGyQHuEDXB3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:47.8125rem;display:block; }
#khHBk0i6NsfiCRoAcvPoel5M4vpHmBlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymTCBOMbN7KDVaXRGeNx826TWRCQ5d9W { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.375rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#oLSgtQb410yTu8iiyIMSKlPQQzPus4m0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4994375rem;height:2.24964375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.74928975105287rem;left:41.369848251343rem;display:block; }
#VpEbBxiCnnotL1SM0b9q88kWMaK01I7l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B7iQ2ObcsGd2AFDiTc2izMzApPmkHKXl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.24964375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.75rem;left:24.6875rem;display:block; }
#WE6D7OJMTNC86kRHmVmihfUQnLZ82eDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L25u2pNfCvEPlmuXUShbd6v4csyxLsEm { 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:1.5rem;width:1.5rem;display:none; }
#MeKqEIH8V5wKc0FD8dmWf0aoXvIb964c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4994375rem;height:2.24964375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.74928975105287rem;left:54.311079025269rem;display:block; }
#PZr17XvLX5SH8X6utT1U1gzcQru5xJJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8d3XbroTFmARo8XLb3I85pQLDi5oA64 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-secondary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.5rem;left:62.5rem;display:block; }
#Px1VF2Z3WGcLISIZtOR4hpbVzI20xXT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row .container { background-color: transparent; background-image: none; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row .container > .video-iframe-container { display: none; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row > .video-iframe-container { display: none; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .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); }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row .container { border-width: 0; border-radius: 0; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.21);background-image:url("https://images.assets-landingi.com/uc/bf719cd5-b6fe-41ff-83a5-73267d0e0059/herobgv8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30.adaptive-delivery-prevent-bg, #yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30.lazyload, #yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30.lazyloading { background-image: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container { background-color: transparent; background-image: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container > .video-iframe-container { display: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row > .video-iframe-container { display: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .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); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container { border-width: 0; border-radius: 0; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#cRvpT0xdGVTxl9eIgaV76NhFZcOlBNz1 { color:rgba(var(--color-primary-4),1);display:block;width:37.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.1875rem;left:0rem;height:7.875rem;display:block; }
#VTh4SDgSTiZdRhKGJcOWolvvv2Fz9TfZ { color:#ce4b84;display:block;width:26.625rem;position:absolute;font-family:"marck script";font-size:4.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:6.17480625rem;font-style:normal;display:block; }
#tClKoel8HwDQFtLiPMxMPX1e9WPTCtoS { position:absolute;display:block;z-index:15004;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:15.6875rem;width:17.5rem;top:14.9873046875rem;left:46.375rem;overflow:hidden;display:block; }
#KhhdGolLKL35DTso66k3urPysE3oTt1x { position:absolute;display:block;z-index:15005;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:6.1875rem;width:6.25rem;top:7.59375rem;left:40.1875rem;overflow:hidden;display:block; }
#ixbFCnUJHSOXy4Ihm9AV3nP8rK6AT8bg { position:absolute;display:block;z-index:15006;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:6.3125rem;width:6.4375rem;top:31.875rem;left:65.763671875rem;overflow:hidden;display:block; }
#qb6JGzsIEGsI2ESh4PcJHbaTsvJ7ch7A { color:rgba(var(--color-primary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17.8125rem;left:0rem;height:4.796875rem;font-style:normal;display:block; }
#iFrGAs1wLEnlCOgsBwyQTb8hUEUdUha3 { background-color:#3d1a20;background-image:none;border-top:0.0625rem solid #fd798f;border-left:0.0625rem solid #fd798f;border-right:0.0625rem solid #fd798f;border-bottom:0.0625rem solid #fd798f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:2.5625rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.875rem;left:0rem;display:block; }
#dS7gFtAR5z4ULH69NyriXHUWx6PW22Cv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3H9DIvxBBeWQI3S7GvnEqFSgwEeivOP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0.0625rem solid rgba(var(--color-tertiary-3),1);border-right:0.0625rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-secondary-3),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:2.5625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:35.875rem;left:19rem;display:block; }
#ddzKh89n6AwV2UR8gftv6RDxmelley0y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFBifV6bTLSTgaPURXM1euIXzyASA2XB { color:rgba(var(--color-secondary-4),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:23.625rem;left:1.4375rem;height:1.29980625rem;display:block; }
#rORCaSwSyc76xeW4U5dV1tXfEis36Jma { position:absolute;display:block;z-index:15069;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:1.125rem;width:1rem;top:23.6875rem;left:0rem;overflow:hidden;display:block; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .widget-text.counter-number { border-top:0.0625rem solid #fd798f;border-left:0.0625rem solid #fd798f;border-right:0.0625rem solid #fd798f;border-bottom:0.0625rem solid #fd798f;background-color:#3d1a20;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.418125rem;padding-right:0.43375rem;padding-bottom:0.418125rem;padding-left:0.43375rem;display:block;align-items:center;width:2.59875rem;min-width:2.59875rem;height:2.240625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.67125rem;font-weight:400;line-height:35.85px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.260625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.4675rem;height:1.72125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.6275rem;font-weight:400;line-height:27.54px;text-align:center;text-align-last:center;text-transform:none;top:-11%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.375rem;height:5.18375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.0625rem;left:0.0625rem;z-index:14999; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #i1ouOFOW3kRkZvoSSqnzphk0DKbC3Jy9 { display:flex;position:relative;top:0rem;left:0rem; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #TK6stxQVlpUcQSBQTWJFMfFaTn7SRE5q { width:auto; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #dxKz2pEpt8KUp8vrmgRR7DvwUF0NPFh9 {  }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #T03aw4WHwhL2D8vH8JAChcBw3slCyT2t { display:flex;position:relative;top:0rem;left:0rem; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #AAFxC2n83f1ME7F2XZI0zBt3yX7rZkW3 {  }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #vymiRGuvib0qCkd1Tzwx2qsvZfeR4Ok7 {  }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #QZa4BOyTJNgSNmPHbOhiBzcSoiutZXTg { display:flex;position:relative;top:0rem;left:0rem; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #u2UwAcbwozJ7JOQs87cWiJMVqBl3IdSu {  }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #TVQpb48r84UAwWX1oQq1cmrzHPRtcqoD {  }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #viGag4WMkvuPpp4HOD5uKphWNnyqr7Q6 { display:flex;position:relative;top:0rem;left:0rem; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #y1uenyRcrbVrV9CGFPWKWOd2xxG45gGU {  }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #XTUfSvddu6aNPqZ83TbVOoH3DZMqi7z1 {  }
#fr4kerUMCOwt6PWolk5sfxnfT9PtMpZH { color:#fd798f;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:26.625rem;left:2rem;height:1.13671875rem;display:block; }
#yvWOSJAg2ocRxebz9bGc9XNPivF3HdLq { box-sizing:content-box;height:1.5625rem;width:18.375rem;position:absolute;display:block;z-index:15057;background-color:#3d1a20;background-image:none;box-shadow: none;border-top:0.0625rem solid #fd798f;border-left:0.0625rem solid #fd798f;border-right:0.0625rem solid #fd798f;border-bottom:0.0625rem solid #fd798f;top:26.375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#bCAcaTffCEcE9XOmwmQ7EK58pMIJuO0o { position:absolute;display:block;z-index:15100;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:1rem;width:1rem;top:26.6875rem;left:0.5rem;overflow:hidden;display:block; }
#it7nmSFNwG9PtTzqe7mHKOXqufA97kJW { box-sizing:content-box;height:1.875rem;width:14.375rem;position:absolute;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;display:block;z-index:15113;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:1.3125rem;left:26.125rem;display:block; }
#r3HxAdyOCkBxd8OvAMzKoHLGTHoHs6Kg { color:rgba(var(--color-secondary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:1.6875rem;left:28.1875rem;height:1.13671875rem;display:block; }
#z8tzvtfBnvfg6xNTWaLENCTeCHANIbPB { box-sizing:content-box;height:1.875rem;width:25.5rem;position:absolute;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;display:block;z-index:15109;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:1.3125rem;left:0rem;display:block; }
#BT7l9qf4wHSi4cWx54m3Ay4PsfAwVchd { box-sizing:content-box;height:1.875rem;width:14rem;position:absolute;border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;display:block;z-index:15110;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:1.3125rem;left:11.5625rem;display:block; }
#olnaLZbKZKRGblFAMTXTs8Tugol5PPX3 { color:rgba(var(--color-secondary-3),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.375rem;height:1.13671875rem;display:block; }
#V2DxXlqDlXF4hdvw3TGx4nShy7T8z4A5 { position:absolute;display:block;z-index:15121;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:0.75rem;width:0.875rem;top:1.875rem;left:26.9375rem;overflow:hidden;display:block; }
#E0G5UUKzpvuHlpUJEc0cAIH7Up5keCkG { position:absolute;display:block;z-index:15118;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:0.875rem;width:0.875rem;top:1.8125rem;left:12.125rem;overflow:hidden;display:block; }
#KkGbbuVDWzokwqBpfHktSQCzEPCW3Cel { position:absolute;display:block;z-index:15116;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:0.74805rem;width:0.81055rem;top:1.875rem;left:9rem;overflow:hidden;display:block; }
#C2Ltsiyxrpwu7OvWIwB3rwxkIu54UZaq { position:absolute;display:block;z-index:15115;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:0.74805rem;width:0.81055rem;top:1.875rem;left:7.875rem;overflow:hidden;display:block; }
#yMxETE49cwOTg0u1RZntLQ407QBWls5P { position:absolute;display:block;z-index:15114;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:0.74805rem;width:0.81055rem;top:1.875rem;left:6.625rem;overflow:hidden;display:block; }
#LUS1NZm1GhPf8XzFGbt4VdO7LdJ4RIVy { position:absolute;display:block;z-index:15113;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:0.749025rem;width:0.811525rem;top:1.875rem;left:5.5rem;overflow:hidden;display:block; }
#VAU8ULkgErL1LAiXRCEokWXZiR078bV6 { position:absolute;display:block;z-index:15112;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:0.75rem;width:0.8125rem;top:1.875rem;left:4.3125rem;overflow:hidden;display:block; }
#Tv2PdzPGpEgCQcWdqtBrG5PdTvEX8wH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:1.625rem;left:2.3125rem;height:1.29980625rem;display:block; }
#tBHRNRMHBitvrOwlkungLgV9KxTC6EQi { position:absolute;display:block;z-index:15111;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:1rem;width:1rem;top:1.75rem;left:0.75rem;overflow:hidden;display:block; }
#pJE18Wa41E7MD5dbJ0ElgqTEg2M4E4xA { color:rgba(var(--color-secondary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:40.125rem;left:11.875rem;height:1.13671875rem;display:block; }
#PxvBKVtrqQ4fpSvSATiOUvMG7NkFqlH7 { color:rgba(var(--color-secondary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:40.125rem;left:18.875rem;height:1.13671875rem;display:block; }
#Ghq3weertFaIR1gJwrc12KQfDWBnNF6P { position:absolute;display:block;z-index:15101;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:1rem;width:1rem;top:40.25rem;left:17.625rem;overflow:hidden;display:block; }
#BgOAN2J2x0RxO5PvBasz66gsEdH7NdJw { position:absolute;display:block;z-index:15047;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:0.875rem;width:0.875rem;top:40.25rem;left:26.75rem;overflow:hidden;display:block; }
#BWsueVdN0ZiAHMuumPnTvsRf2o2vIWVq { color:rgba(var(--color-secondary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:40.125rem;left:27.9375rem;height:1.13671875rem;display:block; }
#wCZIBmioqhqyGRUEtEBOKxUXR2PPC6EL { position:absolute;display:block;z-index:15045;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:1rem;width:1rem;top:40.25rem;left:10.5625rem;overflow:hidden;display:block; }
#ipXxB4MVyPisTgto5OLBSPb7osDndwVb { color:rgba(var(--color-secondary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:40.125rem;left:1.9375rem;height:1.13671875rem;display:block; }
#UR8wvM40wkKTaViTBv6V1kVLANdluu7z { position:absolute;display:block;z-index:15043;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:1rem;width:1rem;top:40.25rem;left:0.625rem;overflow:hidden;display:block; }
#xPZ8UecuWJeTTQB3qWln0FkLbmBl13DV { box-sizing:content-box;height:1.875rem;width:36rem;position:absolute;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:39.6875rem;left:0rem;display:block; }
#Jba4lJO89Xon8hBORpL82whQn4OsaaDW { 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:2rem;width:2rem;display:none; }
#bCNAGlVGzZtgURuOTMIc9ehfCc6JAu9D { color:rgba(var(--color-secondary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.5625rem;left:1.6875rem;height:0.9746125rem;display:block; }
#ywCB838QTUh4b3LOgu8GPepUQGTXDEme { position:absolute;display:block;z-index:15046;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:1rem;width:1rem;top:33.5rem;left:0.5rem;overflow:hidden;display:block; }
#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L { 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; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row .container { background-color: transparent; background-image: none; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row .container > .video-iframe-container { display: none; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row > .video-iframe-container { display: none; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .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); }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row .container { border-width: 0; border-radius: 0; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#IRQ85uhuUoCqbaU9Izkc83CsJ3MNEs50 { color:rgba(var(--color-secondary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.212890625rem;left:25.90625rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#u5Cb1B4Z843ELfGhIkoH2apsnyJTfMct { box-sizing:content-box;height:2.5rem;width:8.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:1.8120651245118rem;left:34.749567031861rem;display:block; }
#RuK9BNQ8uCHBFvzJeTc7x7VRcoOCFCdi { position:absolute;display:block;z-index:15001;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:25rem;width:75rem;top:5.3355822563171rem;left:0rem;overflow:hidden;display:block; }
#WQUzAfQI96fBhfn8Ost15XF4FKadOmSg { position:absolute;display:block;z-index:15002;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.375rem;width:2.4375rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#pv4ihu8HBJAL8T4FKNtWs2S6pH1m4JEz { position:absolute;display:block;z-index:15003;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.375rem;width:2.4375rem;top:2rem;left:72.5625rem;overflow:hidden;display:block; }
#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -moz-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -ms-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -o-linear-gradient(180deg, #f6f7ff, #d7d9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#d7d9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#d7d9ff' );";background-image: linear-gradient(180deg, #f6f7ff, #d7d9ff);background-size:cover !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; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row .container { background-color: transparent; background-image: none; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row .container > .video-iframe-container { display: none; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row > .video-iframe-container { display: none; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .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); }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row .container { border-width: 0; border-radius: 0; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#f4WaU2wFkPWwRXLnTN12SolOiJa1VmOB { color:rgba(var(--color-secondary-3),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:3.625rem;height:3.8984375rem;text-align:left;text-align-last:left;display:block; }
#hGlrWLviRCgsffT3Tf4Z7fQdiLNe6Eh8 { box-sizing:content-box;height:2.25rem;width:12.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:3.8125rem;left:3.375rem;display:block; }
#hHIxyKTDcHZCm7ycHy4y8n5GdSL39gdc { color:rgba(var(--color-secondary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.5625rem;left:3.625rem;height:12rem;display:block; }
#Qt8EOzFmkuLHEdGQ1pw5zeTbc7hedEyq { color:rgba(var(--color-secondary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.4375rem;left:41.25rem;height:3rem;display:block; }
#PEpcM57erxXLBSwRhqHWSH4NCB7ip0IK { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.6875rem;left:55.625rem;display:block; }
#noHb8GohKKdxefbxelngAJnFzPchQ8uE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#barAUoLLhDHEUkQWq5fqHZA6TeZZWTRc { box-sizing:content-box;height:4rem;width:27.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.25rem 0rem rgba(var(--color-tertiary-2),0.4) ;border-top:0.125rem solid #41b6ff;border-left:0.125rem solid #41b6ff;border-right:0.125rem solid #41b6ff;border-bottom:0.125rem solid #41b6ff;top:9.8125rem;left:41.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#aIvyEiChh2tRekMgwwJlVuo8UZTVQCmi { color:rgba(var(--color-secondary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:11.1875rem;left:42.0625rem;height:1.5rem;font-style:normal;display:block; }
#UJQokMwsNqfU0fJbFCe6qU7uqAn748AI { position:absolute;display:block;z-index:15008;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:1.875rem;width:1.875rem;top:11rem;left:38.6875rem;overflow:hidden;display:block; }
#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7d9ff;background-image:url("https://images.assets-landingi.com/uc/1aac6eca-d118-45f6-99b6-8d3426dcaca6/Gridlayers.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS.adaptive-delivery-prevent-bg, #lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS.lazyload, #lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS.lazyloading { background-image: none; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row .container { background-color: transparent; background-image: none; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row .container > .video-iframe-container { display: none; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row > .video-iframe-container { display: none; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .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); }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row .container { border-width: 0; border-radius: 0; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#lsXiGRr55xOxuodvGSMKZ6oNEFufx6fg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:40.75rem;width:72.625rem;top:1.28125rem;left:1.1875rem;overflow:hidden;display:block; }
#LOzsO657PPJTILZ8PALdZwBegLhaNHaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7ff;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; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row .container { background-color: transparent; background-image: none; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row .container > .video-iframe-container { display: none; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row > .video-iframe-container { display: none; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .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); }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row .container { border-width: 0; border-radius: 0; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#aHAGcB2NrVk73y7RfUIHB8aDsnuPS0M1 { box-sizing:content-box;height:21.875rem;width:31.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0.25rem 0rem rgba(var(--color-tertiary-2),0.4) ;border-top:0.125rem solid #41b6ff;border-left:0.125rem solid #41b6ff;border-right:0.125rem solid #41b6ff;border-bottom:0.125rem solid #41b6ff;top:5.75rem;left:40.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mbnceEem8yXPD1zJSW9Ma60SNK7KOqd9 { color:rgba(var(--color-secondary-2),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:1.5rem;left:1.25rem;height:7.5rem;display:block; }
#IHgTCXDz6Q1VDCXkru2Q54Dfw5TTJveH { color:rgba(var(--color-secondary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.25rem;left:43rem;height:2.25rem;display:block; }
#BvswgKn0r9ewQvAonJdrms3qfUTmU3Aq { color:rgba(var(--color-secondary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10.75rem;left:43rem;height:15rem;display:block; }
#qxsvqezIuTvK1ODhTJuB08T7n5HK0rXT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:29.8125rem;top:10.75rem;left:3.84375rem;overflow:hidden;display:block; }
#yFxm36WEZ39rXtrcmhulk76NBEciLu9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f37c0a7c-ffc5-484a-89d9-2b80637ba90d/bg2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !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; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P.adaptive-delivery-prevent-bg, #yFxm36WEZ39rXtrcmhulk76NBEciLu9P.lazyload, #yFxm36WEZ39rXtrcmhulk76NBEciLu9P.lazyloading { background-image: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container { background-color: transparent; background-image: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container > .video-iframe-container { display: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row > .video-iframe-container { display: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .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); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container { border-width: 0; border-radius: 0; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:75rem;position:relative;display:block; }#SIClv56IC09llGQXqmUnkWPoHdMZofwG { color:rgba(var(--color-secondary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:3.5rem;left:27.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvyuRktG9WFx7ioXiOIAoCID1TOQAXsr { box-sizing:content-box;height:2.5rem;width:9.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:3.375rem;left:32.8125rem;display:block; }
#krIN3OWVR20NuawZJIMKqGrS1tORcJmN { box-sizing:content-box;height:10.75rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1358509063719rem;left:0.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Eq9kvvdn0gkTDsNsgmd1Z7c2tVaDdlQc { position:absolute;display:block;z-index:15014;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:3.25rem;width:3.25rem;top:9.2599830627444rem;left:1.416015625rem;overflow:hidden;display:block; }
#To5Js2PPndfmrWhDst9hUslXDt8tkqCL { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5844192504881rem;left:5.4155826568604rem;height:2.599825rem;display:block; }
#azpZr9H81aaDc8mCNxhoi44vgmLzFzG2 { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:13.455513000488rem;left:1.416015625rem;height:4.5rem;display:block; }
#eRfk8sZTLIKEMqDve1BJ9dqfzuVqPKBk { box-sizing:content-box;height:11.3125rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:25.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gF2kue7iRPkISnQz29eLUrTJGIk7Tm3V { position:absolute;display:block;z-index:15018;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:3.25rem;width:3.25rem;top:9.25rem;left:26.4375rem;overflow:hidden;display:block; }
#dQexvpzNdRvGz9mCzXSACrxWPJC2Wll7 { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5625rem;left:30.4375rem;height:2.599825rem;display:block; }
#S6Hpk5xgxpHwzXviSh7diTyyeXbCIazd { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:13.4375rem;left:26.4375rem;height:4.5rem;display:block; }
#Z2g50UKIFFPJN9aqMsSOA9q79EtZvDTE { box-sizing:content-box;height:14rem;width:24.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.125rem;left:50.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#DoqQudou4TwSzleDCkgcFkNrmH6rbGVk { position:absolute;display:block;z-index:15022;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:3.25rem;width:3.25rem;top:9.25rem;left:51.4375rem;overflow:hidden;display:block; }
#h9ha8tpi05mBdtQW1Jr2xwGVSs2P1Ctr { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.5625rem;left:55.4375rem;height:2.599825rem;display:block; }
#nWDHVMIsxyKEOe27QXPckzNyEswAdrvT { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:13.4375rem;left:51.4375rem;height:7.5rem;display:block; }
#JT37vdMLWZqe9mqCdcXTezyXsT4hfRIp { box-sizing:content-box;height:14.0625rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5625rem;left:0.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#IbO4TpwGtGGexabtO1enahy1UrO2ra6e { position:absolute;display:block;z-index:15018;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:3.25rem;width:3.25rem;top:20.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#y5NMACSMENLbxrEHaVO7FTwH53cWdKSb { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21rem;left:5.4375rem;height:2.599825rem;display:block; }
#ueH6KWkiVNivoEstx5bTWbFIwKMVrTJi { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:24.875rem;left:1.4375rem;height:7.5rem;display:block; }
#Is3P8uNqX5HwoNzOmKzX4BpTs0LWuAPu { box-sizing:content-box;height:10.9375rem;width:24.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.3125rem;left:25.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#SmSy7D3N29Kre5S5UZot91DHwiIm3a9w { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:25.625rem;left:26.4375rem;height:4.5rem;display:block; }
#POWSsnhLyOGfKXTvZdDp4s6SJDOsHdpz { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.75rem;left:30.4375rem;height:2.599825rem;display:block; }
#uO1v6Isvl91kzdsWioRqn6HlIExsSoQi { position:absolute;display:block;z-index:15022;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:3.25rem;width:3.25rem;top:21.4375rem;left:26.4375rem;overflow:hidden;display:block; }
#REOgMvm67T6uVC4TudbBrtAb5QB0TOub { box-sizing:content-box;height:12.25rem;width:24.375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:50.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#VBIWAFrcPXgMDIsbGZJ2vMqPUHT2a71O { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:28.25rem;left:51.4375rem;height:6rem;display:block; }
#BvCqmFCCwL0sCmGn46sx3rv0cgnmd1UM { position:absolute;display:block;z-index:15026;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:3.25rem;width:3.25rem;top:24.0625rem;left:51.4375rem;overflow:hidden;display:block; }
#alT70mi9TrhVFgzfTesSpcKpQous3MIA { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:24.375rem;left:55.4375rem;height:2.599825rem;display:block; }
#S7WG9MaIFRGE3Vq7XyPRsUAP499SIru2 { box-sizing:content-box;height:9.25rem;width:24.375rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.25rem;left:0.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ReRBObRfunF96bcBVxXiBeS2dhZrM76t { position:absolute;display:block;z-index:15026;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:3.25rem;width:3.25rem;top:35.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#ZcGbEnoFw6hi7BPcyKLVLarNzMUsaRpb { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:35.5rem;left:5.4375rem;height:2.599825rem;display:block; }
#TJotboZp6qGBaBE5pUsgbfCGrsraBsK3 { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:39.125rem;left:1.4375rem;height:3rem;display:block; }
#f6lRaholpekOs3muxOFlVfNJNPCoIrkL { box-sizing:content-box;height:12.0625rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.9375rem;left:25.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#PLJdiGcWIp07gFfAqxZ28QRHT81M3lFd { position:absolute;display:block;z-index:15018;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:3.25rem;width:3.25rem;top:33.125rem;left:26.4375rem;overflow:hidden;display:block; }
#olX9mVGlvw2ouZItyH7vW2TsSmX4Zb0O { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.4375rem;left:30.4375rem;height:2.599825rem;display:block; }
#DLztAVQ54UzXBT4LPB1JFo1Q9BIkMVlv { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:37.3125rem;left:26.4375rem;height:6rem;display:block; }
#qIiWEF3dvL5Im8NE29tB3JOGbat9nUe2 { box-sizing:content-box;height:8.875rem;width:24.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.875rem;left:50.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#ItXkGv7HiJZlBnbiwzkKvzIzfLmhCGkK { position:absolute;display:block;z-index:15022;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:3.25rem;width:3.25rem;top:37rem;left:51.4375rem;overflow:hidden;display:block; }
#W87zkobgJ97LWTdW6sX4Zp4hUu06aTqM { color:#151424;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:37.3125rem;left:55.4375rem;height:2.599825rem;display:block; }
#og2MRgdFBMsJT12nMWRQWP3d8gfzO0r4 { color:#594c6a;display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:41.1875rem;left:51.4375rem;height:3rem;display:block; }
#q50kvQn81u4dw4mFAfqOv7nedMblrCoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #18185b, #050537);background-image: -moz-linear-gradient(180deg, #18185b, #050537);background-image: -ms-linear-gradient(180deg, #18185b, #050537);background-image: -o-linear-gradient(180deg, #18185b, #050537);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='#050537' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='#050537' );";background-image: linear-gradient(180deg, #18185b, #050537);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row .container { background-color: transparent; background-image: none; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row .container > .video-iframe-container { display: none; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row > .video-iframe-container { display: none; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .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); }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row .container { border-width: 0; border-radius: 0; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#f8t8D49IigKevRLRAFHahRA42TLKrl18 { box-sizing:content-box;height:2.5rem;width:17.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:1.1865234375rem;left:32.1875rem;display:block; }
#QIQFbAV2Dc9TWMK2CQcpshVT1bZFllRc { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.26171875rem;left:25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kctm93uBx3lWP5DRqRhzFncmN09936PT { position:absolute;display:block;z-index:15002;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:30.125rem;width:24.875rem;top:10.0625rem;left:25.0625rem;overflow:hidden;display:block; }
#TX1QzuDPOudyzpIqFgzVS0TTd2kBItL7 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umxQLpRrgCELc2pZ2tP6WnTgeBfITnDE { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:26.375rem;left:0.625rem;height:7.875rem;font-style:normal;display:block; }
#rna5bdVdAXdpnsl7U291rNBrwmt8tm1p { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:2.625rem;width:2.625rem;top:26.375rem;left:50.625rem;overflow:hidden;display:block; }
#qsAaFbKdiRtpaUc4GSChWzN9o6h40t8G { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:29.75rem;left:50.625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQ4LNdJZr4pHwUKKFkqVRu2XpinNQbAO { color:#f4f4f4;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:16.4375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#eQ4LNdJZr4pHwUKKFkqVRu2XpinNQbAO li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#eQ4LNdJZr4pHwUKKFkqVRu2XpinNQbAO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#TTummgtxZVuJBXc2FCTRVNV2aTJFQwAR { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.5625rem;left:6.25rem;display:block; }
#TXihgo0zVvUMFqLlBMGxqyFgPqaRRhD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcy6MTr6N6v8GKUlSFytV2LuwViCai6t { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.25rem;left:50rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DbhmaguXsueK1VvyJ1Ls2Dk4NNRREPd7 { color:#f4f4f4;display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:8.875rem;left:50rem;height:15.125rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#DbhmaguXsueK1VvyJ1Ls2Dk4NNRREPd7 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#DbhmaguXsueK1VvyJ1Ls2Dk4NNRREPd7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#haeBXrCHC7aZHbTMRrNLK58RaNPvcicK { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.5rem;left:56.25rem;display:block; }
#rHOUOc91x3zzPBczeoCZAtmS5CExAuTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0726e4e2-6389-4243-8d86-09f3974ac271/tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI.adaptive-delivery-prevent-bg, #rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI.lazyload, #rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI.lazyloading { background-image: none; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row .container { background-color: transparent; background-image: none; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row .container > .video-iframe-container { display: none; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row > .video-iframe-container { display: none; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .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); }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row .container { border-width: 0; border-radius: 0; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#gCNNqwRuiaDPN7DNJHs900nC4C4MAzRM { 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:13.25rem;width:66.625rem;top:0rem;left:4.1875rem;overflow:hidden;display:block; }
#uN4s41XAbDB3PDwTaslGKA2iNZcKvZrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:69.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.0625rem;left:2.84375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QrU23ElOL7Gcwshr7IxA7LXUq0gwuFtN { box-sizing:content-box;height:2.5rem;width:18.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:4.421875rem;left:12.125rem;display:block; }
#KMFgzMQbpDZufQwNzxgzPc2V2A08glqt { color:rgba(var(--color-tertiary-0),1);display:block;width:62.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1875rem;left:6.375rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row .container { background-color: transparent; background-image: none; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row .container > .video-iframe-container { display: none; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row > .video-iframe-container { display: none; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .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); }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row .container { border-width: 0; border-radius: 0; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#XMWhxSiaBSgSqaHO5dVgDQbQ3U6LT4T5 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1328125rem;left:6.3125rem;height:15.59765625rem;font-style:normal;display:block; }
#iBLxT1MueAeoGlTvbUUTcmMhADNTrRrw { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.25rem;left:36.25rem;display:block; }
#nTMFHyy7lwOXI0NgL8WKbsgZQHTBihSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#om71b2oTTc9tfUIdX8VvAmsPU9OP1VCM { box-sizing:content-box;height:16.3125rem;width:33.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #41b6ff;border-left:0.0625rem solid #41b6ff;border-right:0.0625rem solid #41b6ff;border-bottom:0.0625rem solid #41b6ff;top:1.0625rem;left:33.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#xngoH6m72JLHhyQ0Q3ZNDCAqhRGV68Ty { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:6.0625rem;left:36.25rem;height:4.39844375rem;font-style:normal;display:block; }
#zVR4QDnSvTRIifc1wwyTeHp6EHpgvcdp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0244140625rem;left:36.25rem;height:1.94921875rem;font-style:normal;display:block; }
#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7d9ff;background-image:url("https://images.assets-landingi.com/uc/02d9fd79-9bdf-46ff-aee7-804ae77b47e7/Otrzymujesz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R.adaptive-delivery-prevent-bg, #MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R.lazyload, #MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R.lazyloading { background-image: none; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row .container { background-color: transparent; background-image: none; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row .container > .video-iframe-container { display: none; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row > .video-iframe-container { display: none; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .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); }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row .container { border-width: 0; border-radius: 0; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#s7qEVT81ESyCaVxUNWQOxW71TfimOAeb { color:rgba(var(--color-secondary-3),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:2.150390625rem;left:16.28125rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNIwnwQ1mKif5WWT9Oe2aJrFBoOV92QD { box-sizing:content-box;height:7.125rem;width:14rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.5rem;display:block; }
#wTUJVOuA4v2s9upSP5WRHxiZiNIKJFzr { box-sizing:content-box;height:2.5rem;width:18.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:2.2373046875rem;left:39.7490234375rem;display:block; }
#o3FD1i4x9oTsdh2DJ83fw4hsXVadBge3 { box-sizing:content-box;height:7.125rem;width:14rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:60.999353408814rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.5rem;display:block; }
#e1g1AX7lLMQwATvvgS246XPVS0AzmcrU { box-sizing:content-box;height:7.125rem;width:14rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:15.249567031861rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.5rem;display:block; }
#u5LuZUwMdN6ThJS7f4QZ9o3y548A22U6 { box-sizing:content-box;height:7.125rem;width:14rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:30.499135971069rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.5rem;display:block; }
#CNEhsuv9lbcv7Z3VzapzrV34KIcJheoT { box-sizing:content-box;height:7.125rem;width:14rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6875rem;left:45.749788284302rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.5rem;display:block; }
#sLlS9mV8i2k8numThEWyUtPz8bxiRdPG { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6258697509762rem;left:5.1562519073486rem;display:block; }
#xDV7p8o6nZLhUGJT6oiKKcMab1v0MyG1 { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6258697509762rem;left:20.405817031861rem;display:block; }
#OmciJoCapE48cxwBB2yepeHwo9w3pNkQ { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6258697509762rem;left:35.655382156372rem;display:block; }
#r7wtE7yiRtEIK02UVtwg82MGdUIxKhoD { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6258697509762rem;left:50.906038284302rem;display:block; }
#UXvLyXVhi96RGR104aBOyT3GJ7OKxO6h { box-sizing:content-box;height:3.6875rem;width:3.6875rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6258697509762rem;left:66.155603408812rem;display:block; }
#MLZL42Wi6s7ewaqluM3JwlWpTT5FPvso { position:absolute;display:block;z-index:15011;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:2rem;width:2rem;top:7.9383697509762rem;left:5.9993495941162rem;overflow:hidden;display:block; }
#hNO60opws8LBieu8vXa4mpFzmPz11CZ0 { position:absolute;display:block;z-index:15012;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:2rem;width:2rem;top:7.9383697509762rem;left:21.250001907349rem;overflow:hidden;display:block; }
#M5CHWWOchE0bZVAPLA703TWkTBnRq5z1 { position:absolute;display:block;z-index:15013;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:2rem;width:2rem;top:7.9383697509762rem;left:36.499567031861rem;overflow:hidden;display:block; }
#Gt0MsBu9h9GvWDL8ItzJqixU2GTZnbM9 { position:absolute;display:block;z-index:15014;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:2rem;width:2rem;top:7.9383697509762rem;left:51.749132156372rem;overflow:hidden;display:block; }
#sHPKvfXsZuv1XspCNREd0wPhFgZwyaxO { position:absolute;display:block;z-index:15015;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:2rem;width:2rem;top:7.9383697509762rem;left:66.9997882843rem;overflow:hidden;display:block; }
#eRTcFCOr1s91GdgBHxy0wzoOGqq4Bh7F { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.312934875488rem;left:0.7497844696045rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#PhmN3HqhogQGBBqPcqcT54LNTTZ43SxK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.312934875488rem;left:15.999349594116rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#g1UV1wuDxmzixv0rXyhGoFHGPShInmMD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.312934875488rem;left:31.250001907349rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#z95FPK59S6mqO9ZnM0IRp3TrMMbmPwKB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.312934875488rem;left:46.499567031861rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#pEfs19ZmwqCAadViDx6DUZQMRl3hbKOs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.100479125976rem;left:46.499567031861rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#ok2SMG8xZSz72FrNFTxQaGhZoiPt9X6J { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.3125rem;left:61.7490234375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#vbMahsFZI84UDDneKXyye6bRPXnxAdIO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f7ff, #e1e2fb);background-image: -moz-linear-gradient(180deg, #f6f7ff, #e1e2fb);background-image: -ms-linear-gradient(180deg, #f6f7ff, #e1e2fb);background-image: -o-linear-gradient(180deg, #f6f7ff, #e1e2fb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#e1e2fb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#e1e2fb' );";background-image: linear-gradient(180deg, #f6f7ff, #e1e2fb);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row .container { background-color: transparent; background-image: none; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row .container > .video-iframe-container { display: none; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row > .video-iframe-container { display: none; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .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); }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row .container { border-width: 0; border-radius: 0; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#KwMgAWiU3U1XCz1TlV3MzTSQGsDpdFaO { box-sizing:content-box;height:2.5rem;width:14.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:2.9375rem;left:33.3125rem;display:block; }
#XLUD8sIVh92FAE4FzQIB3uGJJvXPQVQh { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:3.0625rem;left:21.875rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e1e2fb, #d7d9ff);background-image: -moz-linear-gradient(180deg, #e1e2fb, #d7d9ff);background-image: -ms-linear-gradient(180deg, #e1e2fb, #d7d9ff);background-image: -o-linear-gradient(180deg, #e1e2fb, #d7d9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2fb', endColorstr='#d7d9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2fb', endColorstr='#d7d9ff' );";background-image: linear-gradient(180deg, #e1e2fb, #d7d9ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row .container { background-color: transparent; background-image: none; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row .container > .video-iframe-container { display: none; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row > .video-iframe-container { display: none; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .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); }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row .container { border-width: 0; border-radius: 0; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#ynK02dT0JtdJu2pr5gL0diIz0xlpsOqb { color:rgba(var(--color-secondary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.125rem;left:18.75rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DkXAP0gZLWLE1GDublAKCt1pldE313W4 { position:absolute;display:block;z-index:15001;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.25rem;width:2.25rem;top:2.1875rem;left:18.75rem;overflow:hidden;display:block; }
#xCycQMbtSi6VqXin3ZXwLuHPxNgHWEly { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5rem;left:18.75rem;height:9.098625rem;display:block; }
#Z7p8ZF5a2OU8SDU50ERb4avUxCknPQ1q { position:absolute;display:block;z-index:15004;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.25rem;width:2.25rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#W7XO3eq2Td0yqyPU3yhu8yJxJnGPsp4N { color:rgba(var(--color-secondary-2),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FgWq2I9BdxsXlHTywgSEkLBBPsGSbTtH { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:9.098625rem;display:block; }
#XTbCODzzCBGDeNhiJNey3aqAkwr6MVIn { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:56.25rem;height:9.098625rem;display:block; }
#wKogEroIq3QRlRVwW3VzO5EcfBwWXQa0 { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:56.25rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tTTWsvBceO0SiVb9mvm1X7WwrMN6b8Dp { position:absolute;display:block;z-index:15007;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.375rem;width:2.375rem;top:2.1875rem;left:56.25rem;overflow:hidden;display:block; }
#LmKWxBpdQ2sUVdmqugP2DIeTiqXAaDxI { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:37.5rem;height:7.7988125rem;display:block; }
#tmK00RMTwbJBar3xLuDm442NM0CGx2oT { color:rgba(var(--color-secondary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:37.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T1uD2R0n6ycOtTAiI5uwgdbsMwfKwW6Q { position:absolute;display:block;z-index:15010;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.25rem;width:2.25rem;top:2.1875rem;left:37.5rem;overflow:hidden;display:block; }
#u4nx8hxSz5UZ2DB4VHWkob76rFMo4gVF { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22rem;left:0rem;display:block; }
#XalsLEtdxUwNbgyt1rxSz77LbPAmDENV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -moz-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -ms-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -o-linear-gradient(180deg, #f6f7ff, #d7d9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#d7d9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#d7d9ff' );";background-image: linear-gradient(180deg, #f6f7ff, #d7d9ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row .container { background-color: transparent; background-image: none; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row .container > .video-iframe-container { display: none; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row > .video-iframe-container { display: none; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .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); }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row .container { border-width: 0; border-radius: 0; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#aRw495uC2WH1snTf9FaHS3DvziEoKwr8 { box-sizing:content-box;height:2.5rem;width:9.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:3.25rem;left:37.75rem;display:block; }
#O8m1d3vsDR34bmGN9Hv5ToRVFxo7DrSi { color:rgba(var(--color-secondary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:3.19921875rem;left:27.875rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dStNvOeQKblTHZNVq7IxMrJpkEawE58L { box-sizing:content-box;height:25.75rem;width:24.375rem;position:absolute;display:block;z-index:15010;background-color:rgba(245,245,255,0.5);background-image:none;box-shadow: none;border-top:0.125rem solid #f6f7ff;border-left:0.125rem solid #f6f7ff;border-right:0.125rem solid #f6f7ff;border-bottom:0.125rem solid #f6f7ff;top:8.1875rem;left:0rem;display:block; }
#lTQ1dUpgKXxTc8auyuHSI2rHi0Gql3hC { position:absolute;display:block;z-index:15011;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:0.75rem;width:5.75rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#WDQbeTx70LReNxVDqU5gDXImLxfnUMII { position:absolute;display:block;z-index:15012;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:0.75rem;width:5.75rem;top:4.25rem;left:69.25rem;overflow:hidden;display:block; }
#IqVdwWgX9uWN9aJtJquKVoCsH7tuxXKQ { position:absolute;display:block;z-index:15013;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:25.3125rem;width:24.6875rem;top:5.4375rem;left:25.15625rem;overflow:hidden;display:block; }
#CFaKymhzHb2KNhWViMtubVzMLt4fTrty { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.25rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oWunmydZrXu7BVKT6lMUuoRAQUG6AvZE { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.48828125rem;left:1.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TnguqV92pyp9v50exUbcSmEHkO3u04OH { color:rgba(var(--color-secondary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:14.623046875rem;left:1.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#omggmgEKAD9vJk0b6r7wZPhcxA0CMEV0 { box-sizing:content-box;height:22.5rem;width:24.124625rem;position:absolute;display:block;z-index:15018;background-color:rgba(245,245,255,0.5);background-image:none;box-shadow: none;border-top:0.125rem solid #f6f7ff;border-left:0.125rem solid #f6f7ff;border-right:0.125rem solid #f6f7ff;border-bottom:0.125rem solid #f6f7ff;top:8.1862573623656rem;left:49.999998092651rem;display:block; }
#TqVGDF1UAc4HTPcn2kEBEMhRyGPTdXNX { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.4375rem;left:51.6875rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ao1erGcmXUhUHaZgstnM4Xl9maBN5UgC { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.309659004211rem;left:51.68678855896rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yr0oKJS2On8AtovAoh2xfkisszbC4A4c { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:21.875rem;left:1.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Woy1AcyvIvamd6003DZpyOdgKVDHIQRr { color:rgba(var(--color-secondary-2),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:24rem;left:1.25rem;height:9.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aK2KkCDe8N0GpJE0Lu8MLWycaz2qlk5l { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.886363625rem;height:2.5rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:24.342150688171rem;left:55.05592918396rem;display:block; }
#nKsSB68Cgr9dBrx3ygTNeFUsNFgnxCFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRwisByFiXebbyEB91WhVUKhT0Apn0vx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #18185b, #050537);background-image: -moz-linear-gradient(180deg, #18185b, #050537);background-image: -ms-linear-gradient(180deg, #18185b, #050537);background-image: -o-linear-gradient(180deg, #18185b, #050537);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='#050537' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='#050537' );";background-image: linear-gradient(180deg, #18185b, #050537);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row .container { background-color: transparent; background-image: none; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row .container > .video-iframe-container { display: none; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row > .video-iframe-container { display: none; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .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); }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row .container { border-width: 0; border-radius: 0; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#hZbbAN3W7MyOyLo6bXCk5vAC5OoLJqhH { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.0625rem 0.0625rem 2rem rgba(var(--color-tertiary-0),1) ;height:3.8125rem;width:3.8125rem;top:6.8125rem;left:42.9375rem;overflow:hidden;display:block; }
#PTmMhpzm2GCeb47PR4Vrnr12f9aOwI76 { box-sizing:content-box;height:25rem;width:0.0625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:41.15625rem;display:block; }
#AnZIMfb5WMyLVPGb5WOIiolJdhSXB4qt { box-sizing:content-box;height:2.5rem;width:9.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:6.6875rem;left:0rem;display:block; }
#V2yyTu9a1iNUzDm198J2w75OBpEbIOTA { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.875rem;left:0.3125rem;height:5.39930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tg24Aci8p9Uk4qF50K1U90XVQ2BTxMvA { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.625rem;left:0rem;height:9rem;font-style:normal;display:block; }
#lnD52PuzGmMEb2wMhQ3gMPNkGKuuae9n { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.125rem;left:42.78125rem;height:15rem;font-style:normal;display:block; }
#Rmw6CG3SxXv5MMyc24NbAq9RtnfW5bnT { position:absolute;display:block;z-index:15027;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:1.5rem;width:1.5rem;top:4.625rem;left:43.9375rem;overflow:hidden;display:block; }
#DEHAJwwfUvkfeJ3ymfRH5SzW3SPD7Vc8 { position:absolute;display:block;z-index:15028;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:9.9369375rem;width:33.3744375rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0f8f5;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; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row .container { background-color: transparent; background-image: none; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row .container > .video-iframe-container { display: none; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row > .video-iframe-container { display: none; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .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); }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row .container { border-width: 0; border-radius: 0; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#sleBE7R3u5I6FbrvJ0hvcefWxMzse9ma { 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:0.625rem;width:90rem;top:3.8125rem;left:-7.375rem;overflow:hidden;display:block; }
#eVTNli4OJKnaTZeBddNWkpz2OSNTShmd { box-sizing:content-box;height:24.375rem;width:74.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ceeeea;border-left:0.0625rem solid #ceeeea;border-right:0.0625rem solid #ceeeea;border-bottom:0.0625rem solid #ceeeea;top:7.5rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pJtfNfOgoXf6waTwEgUWTyOcoLfsqBXs { position:absolute;display:block;z-index:15002;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:22.3125rem;width:32.5625rem;top:8.59375rem;left:2.84375rem;overflow:hidden;display:block; }
#T4LbTRZRrtqLs7UfJiikCpN88dDuA35I { color:#032630;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:11.125rem;left:42.625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p9TfBimaoBnw8MxkdQN4e5XwTd3UOhwJ { box-sizing:content-box;height:2.875rem;width:12rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #1fa799;border-left:0.125rem solid #1fa799;border-right:0.125rem solid #1fa799;border-bottom:0.125rem solid #1fa799;top:11.0625rem;left:42.375rem;display:block; }
#cuWLewwE9HFpkO9zDi4mJKHKmPQsX12b { color:#032630;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.875rem;left:42.375rem;height:6.499025rem;display:block; }
#waxRMIX7MidE2apZKRMrSuFFrpWAuxm1 { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.4375rem;left:42.625rem;display:block; }
#r4xoeZDwCRWgEDQLrT9b7fgCooHTBcie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #46222a, #36121a);background-image: -moz-linear-gradient(180deg, #46222a, #36121a);background-image: -ms-linear-gradient(180deg, #46222a, #36121a);background-image: -o-linear-gradient(180deg, #46222a, #36121a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46222a', endColorstr='#36121a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46222a', endColorstr='#36121a' );";background-image: linear-gradient(180deg, #46222a, #36121a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row .container { background-color: transparent; background-image: none; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row .container > .video-iframe-container { display: none; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row > .video-iframe-container { display: none; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .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); }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row .container { border-width: 0; border-radius: 0; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#bMlnra1VMLHTL4o8QFidUXIgEhJsnyVo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0.1875rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyVbpvkriJUsNZay0oZXkqSyiLURyuZJ { box-sizing:content-box;height:2.875rem;width:8.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:2.0244140625rem;left:0rem;display:block; }
#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #46222a, #36121a);background-image: -moz-linear-gradient(180deg, #46222a, #36121a);background-image: -ms-linear-gradient(180deg, #46222a, #36121a);background-image: -o-linear-gradient(180deg, #46222a, #36121a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46222a', endColorstr='#36121a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46222a', endColorstr='#36121a' );";background-image: linear-gradient(180deg, #46222a, #36121a);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row .container { background-color: transparent; background-image: none; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row .container > .video-iframe-container { display: none; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row > .video-iframe-container { display: none; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .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); }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row .container { border-width: 0; border-radius: 0; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row .container { font-size:0.875rem;font-family:arial;height:119.625rem;width:75rem;position:relative;display:block; }#gWFmsZvLR0O4V01LRQkJCgOADwpDs4gB { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OrDxOAlW6rPnfPMgJ3fQJKZ0JCRyDNTG { box-sizing:content-box;height:53.75rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:#62353e;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:5.625rem;left:0rem;display:block; }
#F1qpo99y7nv9uLTd4zNW43mcLq6rwokX { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8rem;left:21.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#a3ZRydDfJSGWSbPlz64ePUbA9pgnyhGg { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#3c1820;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:7.75rem;left:21.1875rem;display:block; }
#fs1kRciDTi2g3Ap8Jyu3UT49GI3AtmHU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:1.1875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#zBByMILFvLy0KNlr6ZE1IQg3Fa6QZTdI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.1875rem;height:45.921875rem;display:block; }#zBByMILFvLy0KNlr6ZE1IQg3Fa6QZTdI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zBByMILFvLy0KNlr6ZE1IQg3Fa6QZTdI li:before{  }
#eTO0AzbESQxZuzD421qXF9kt6zlvRr3Z { box-sizing:content-box;height:53.75rem;width:24.375rem;position:absolute;display:block;z-index:15010;background-color:#62353e;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:5.625rem;left:25.25rem;display:block; }
#IWoqcT4NS1JcA2cIQMudETsTGpLrpkH8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.125rem;left:26.4375rem;height:12.418rem;display:block; }#IWoqcT4NS1JcA2cIQMudETsTGpLrpkH8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IWoqcT4NS1JcA2cIQMudETsTGpLrpkH8 li:before{  }
#Uqd07edETFcruWEI0tSFfGrvv9cIJoEG { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#3c1820;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:7.75rem;left:46.4375rem;display:block; }
#PGgKPPNOKWTIV9HNc4OEbvLB3ruuCpCd { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8rem;left:46.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#THlqWH11IusZJCeBaVw5sQVv9xn1pZ9i { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8rem;left:26.4375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#RhOuteWEM6AnGmmsgfoItgxTLQmLHphU { box-sizing:content-box;height:53.75rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:#62353e;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:5.625rem;left:50.5rem;display:block; }
#xJz4hTb5zLQdnLxOFSqfMJkGmui78pxe { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.125rem;left:51.6875rem;height:44.785125rem;display:block; }#xJz4hTb5zLQdnLxOFSqfMJkGmui78pxe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xJz4hTb5zLQdnLxOFSqfMJkGmui78pxe li:before{  }
#IGe9mcNzbMLgQMwIA0Tt1bS4L8W2sKnt { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#3c1820;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:7.75rem;left:71.6875rem;display:block; }
#StPar9UPiBJbBuZegcLhXC9EpTVgVNcQ { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8rem;left:71.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#izF4qwRMd1pe8NP0GFgF3wmTNnCV4Juq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8rem;left:51.6875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#B7O1wQt4fJaSlSAh08LoTelCpCswDRGa { box-sizing:content-box;height:58.1875rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:#62353e;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:60.25rem;left:0rem;display:block; }
#TvXq7oIvOK3tvG1X6B8UoTuJbSqpPSts { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:62.625rem;left:1.1875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#T9gKuCb8ViGAcTFawpOsDKcztiGfJwAd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:66.75rem;left:1.1875rem;height:50.8945rem;display:block; }#T9gKuCb8ViGAcTFawpOsDKcztiGfJwAd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9gKuCb8ViGAcTFawpOsDKcztiGfJwAd li:before{  }
#kRiT7BnqUVz73vwOBZPnPttB6XFl4oPf { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:62.625rem;left:21.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#m7fXJu7CnQr6abHnT8AHUqT5lhuEsTT0 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#3c1820;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:62.375rem;left:21.1875rem;display:block; }
#oIlGV2JVd149VmweCs4zzyTOvUubJ8kG { box-sizing:content-box;height:58.125rem;width:24.375rem;position:absolute;display:block;z-index:15025;background-color:#62353e;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:60.25rem;left:25.25rem;display:block; }
#oBrmqDmLt4r2NUfWW7ihR5NZQSDQGIR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:65.4375rem;left:26.4375rem;height:18.92575rem;display:block; }#oBrmqDmLt4r2NUfWW7ihR5NZQSDQGIR1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oBrmqDmLt4r2NUfWW7ihR5NZQSDQGIR1 li:before{  }
#dOHfhJtwyahVm80dQQipUsCGQRoVIDHH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:62.625rem;left:26.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#OtT06XRUTxNaN5aCZFlqU99kPWkh454M { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#3c1820;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:62.375rem;left:46.4375rem;display:block; }
#d03wBIcITVQM9E5XD3cWSvz5hTpKMX90 { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:62.625rem;left:46.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#V4CSqCh454ci3mpeha5yFOlAueaCoSoc { box-sizing:content-box;height:58.125rem;width:24.375rem;position:absolute;display:block;z-index:15030;background-color:#62353e;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:60.25rem;left:50.5rem;display:block; }
#dTJwaeyvoUX3KLApAL38Tn5EA6O3zFSX { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:65.4375rem;left:51.6875rem;height:11.168rem;display:block; }#dTJwaeyvoUX3KLApAL38Tn5EA6O3zFSX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dTJwaeyvoUX3KLApAL38Tn5EA6O3zFSX li:before{  }
#dGy0DUCHsbbJrJOLTQ86QBzSqgwHJadb { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:62.625rem;left:51.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Zbla01nF6Ptl0Uk7cXFG2tuEhNWuioPW { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#3c1820;background-image:none;box-shadow: none;border-top:0.0625rem solid #91525f;border-left:0.0625rem solid #91525f;border-right:0.0625rem solid #91525f;border-bottom:0.0625rem solid #91525f;top:62.375rem;left:71.6875rem;display:block; }
#bMFwCGuIqtHs8s7ExtRZEHu9yOkZvp41 { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:62.625rem;left:71.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c338eec-51b8-43b7-9760-da5b0fc4f970/backgroundv3.png");background-position:center !important;background-repeat:repeat-y !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; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H.adaptive-delivery-prevent-bg, #rQhG7DlCZb5URSMb8u1mLBT2sFNX783H.lazyload, #rQhG7DlCZb5URSMb8u1mLBT2sFNX783H.lazyloading { background-image: none; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container { background-color: transparent; background-image: none; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.1); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container > .video-iframe-container { display: none; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.1); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row > .video-iframe-container { display: none; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .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); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container { border-width: 0; border-radius: 0; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#pp3TDkTDtZzT1SVPw3riz4k0lJw4Kc8h { box-sizing:content-box;height:2rem;width:5.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:0rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#VbO2Up2xn8JI1EbIT8m7ov4VCWbqNnnu { color:#032630;display:block;width:2.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:1.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#Iyhz6lQZ9SOauSHKZioMbhnot8LyxeAX { position:absolute;display:block;z-index:15002;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:0.875rem;width:0.875rem;top:4.1875rem;left:0.5625rem;overflow:hidden;display:block; }
#mBIeRV7ImBfsfFZ4ScRnfz2Tpo3oemHK { box-sizing:content-box;height:2rem;width:10.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.625rem;left:5.875rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#QblDASU64V5n7bF1Z540k5gVETqdnnst { color:#032630;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:7.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#JdneSxLEkONACHXmpDRWV68cSgoTfr4x { position:absolute;display:block;z-index:15005;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:1rem;width:1rem;top:4.1875rem;left:6.4375rem;overflow:hidden;display:block; }
#tmAPaNl1QHeaNeX1vn4OTZmzuUy9q74k { color:#032630;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:7.3125rem;left:1.3125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#an1U3STyob08fsC6fgIF6e0zleHfJdVd { box-sizing:content-box;height:2.6875rem;width:6.4375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #1fa799;border-left:0.125rem solid #1fa799;border-right:0.125rem solid #1fa799;border-bottom:0.125rem solid #1fa799;top:7.25rem;left:16.375rem;display:block; }
#CimnAFcgIGU9Ivewxid6tfnUMVqPmIMT { color:#032630;display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.693359375rem;left:1.3125rem;height:3.57421875rem;display:block; }
#PkH25a4uI2LhTeChevJtBDBds3BZeAKn { color:#032630;display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19rem;left:1.3125rem;height:10.39844375rem;display:block; }
#anF9i6FRreTNfLdzmkwNzDTZ0RiO45KJ { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:35.4375rem;left:3.6875rem;display:block; }
#pGMU7f1z3Spzx86t4ilPwdpMFUf99Pct { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fltAhNGvc8XK9esJ6B4GePkKmbGzfoUT { color:#d8ecff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:2.5rem;left:59.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H7bF7VA4qn0mPDiu0RKhvhOvTld7pnUh { color:rgba(var(--color-tertiary-1),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:1.1875rem;left:60.5625rem;height:1.29980625rem;display:block; }
#Z6yLkFbPJNKdOpR8KOspviR4xp2FhKUG { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.5625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:31.5625rem;left:3.6875rem;display:block; }
#OKBR9HBnBhPXzOkZ09ktxkGdhL6p8elJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bUyru3awJBa94kfy6g2oJ8o4CaXxZqQD { box-sizing:content-box;height:5.8125rem;width:34.875rem;position:absolute;display:block;z-index:15045;background-color:#3d1a20;background-image:none;box-shadow: none;border-top:0.0625rem solid #fd798f;border-left:0.0625rem solid #fd798f;border-right:0.0625rem solid #fd798f;border-bottom:0.0625rem solid #fd798f;top:7.3125rem;left:34.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#o5mGVBJCrn7CkF9GXFvTTHeig2D2Bxtm { position:absolute;display:block;z-index:15091;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:1rem;width:1rem;top:1.3125rem;left:59.3125rem;overflow:hidden;display:block; }
#hkS8ZCrh2OM1Z13WhmrnXy4PNQzu0Kwc { color:rgba(var(--color-tertiary-1),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:1.1875rem;left:45.5625rem;height:1.29980625rem;display:block; }
#aaPJBQWvtqxLBGgZtaiPzfE72Xc6kh8T { color:#d8ecff;display:block;width:14.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:2.5rem;left:44.3125rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IlqZpMHTo578TrEaSx87DwGHJAZBOV6N { position:absolute;display:block;z-index:15088;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:1.5rem;width:1.5rem;top:8.875rem;left:34.9375rem;overflow:hidden;display:block; }
#zSFgVlonPca2MA3VU7i5sohgAu5Fig2a { position:absolute;display:block;z-index:15086;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:1.125rem;width:1rem;top:1.1875rem;left:31.0625rem;overflow:hidden;display:block; }
#XwOwMekqScO4iK6raPlM28OCLmTtVcMc { position:absolute;display:block;z-index:15090;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:1rem;width:1rem;top:1.3125rem;left:44.3125rem;overflow:hidden;display:block; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#fd798f;padding-top:0.43875rem;padding-right:0.44875rem;padding-bottom:0.43875rem;padding-left:0.44875rem;display:block;align-items:center;width:2.691875rem;min-width:2.691875rem;height:2.35375rem;position:relative;font-family:var(--headlines-font-family);font-size:1.755rem;font-weight:700;line-height:37.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .widget-text.counter-label { background-color:;background-image:none;color:#fd798f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.590625rem;height:1.809375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.65875rem;font-weight:400;line-height:28.95px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.375rem;height:5.314375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.9375rem;left:50.4375rem;z-index:15087; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #r0ybSUGc6UH0QfOITpZ3Z13wspbWNmDB { display:flex;position:relative;top:0rem;left:0rem; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #bPsIMxJGsui1sGOQxccAZzydzWxfmmyX { width:auto; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #DxrIGTvNbye2MtnJfgkstpgc50xPwk8h {  }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #DJ7SSi9VdK2BEBx0711iBQomHz7kXZyT { display:flex;position:relative;top:0rem;left:0rem; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #bSPHv8k18rRxl3LzE2AqEC336xTzeWae {  }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #rbDQ4ZiPsFCO3hPFDUOGNMZKoNx1Hwzx {  }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #u8mdZza1brHMd2lw4Pm2elho8pQgOPaL { display:flex;position:relative;top:0rem;left:0rem; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #iH1oc5X60v7BGdouqyEqt2Od0LbnkGXM {  }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #oLwEVzDpI8bLeUvbA4WaJ1kDi36qDx0R {  }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #gIvgnIbJEGmnGEQVhshk4TSEUhqSWBEu { display:flex;position:relative;top:0rem;left:0rem; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #oxVQPAWpdaQ6DnHS5QUlwzRiul9EtZ6t {  }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #U6lJ8vyd2MUx371y0HlBDePqtsn7AtyR {  }
#PbcC7xclvCpIC3BT7Po9ToNQ1RRRlrkQ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:1.1875rem;left:32.3125rem;height:1.29980625rem;display:block; }
#LU9ECfFiOy3tfLNCmFFgmT4cvdSAwrvE { color:#d8ecff;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:2.5rem;left:31.0625rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vxybF7BbG8hpzMPLQVi5H8TLCDUTqg2O { color:#fd798f;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:8.5rem;left:36.875rem;height:2.0996125rem;display:block; }
#VQsOb4Z2Ecb5brgUyR3mT6PCqP5wUzwv { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:15.875rem;left:31.0625rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scJ6gXyFpUmnWLK6WcaEE98a2swqEalh { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:15.875rem;left:42.4375rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CRsrFxvVsbAWv19qOe7rzMMlDBD9UAbI { color:#d8ecff;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:15.875rem;left:56.375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BrGiGboQxTx15TBq4B3nEt5oAawv73W1 { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:18.9375rem;left:31.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QAgqixWU5qIKDw1rlWNABDJN3dhDpoWz { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:18.9375rem;left:42.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PGiCTMD8rlTtWyalTnk3oNNIxVraHv7H { color:#d8ecff;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:18.9375rem;left:56.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bXpTP3KQbxWiGXmqmptZBNFMBGyFcpbw { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:22.0625rem;left:31.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EA50biFXCQWu7Nq4wbUFdOZkORebgnZq { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.5;letter-spacing:0;top:22.0625rem;left:42.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BqpTys2mlS7aIQ9lKI6mpRT3oSEXqmD2 { color:#d8ecff;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:22.0625rem;left:56.4375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQIuF1a42GQND8SyxVRe3hRtRX8TuITM { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.5;letter-spacing:0;top:26.875rem;left:42.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UQzCWCOR3gILlvut8DZAnMgQoX4QJbvr { color:#d8ecff;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15062;line-height:1.5;letter-spacing:0;top:26.875rem;left:56.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HtVdWs9DB0HdWPbqH3kloIIwFJPKinIK { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:26.875rem;left:31.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EnsVOfINTNMLyXbaFTOlcqI3F1NnKswx { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:29.875rem;left:42.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DGOWF87mTgaeLSyRc6AcmL2cIrKLVkZh { color:#d8ecff;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:29.875rem;left:56.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCF2TigvzIlhTaVusIxbZqPwdttPva5J { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:29.875rem;left:31.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NqXDEecrfXkcyoGmOTXT76HxOwnBzbHN { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.5;letter-spacing:0;top:32.875rem;left:42.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MmgnWfn3R8xwb9SXAsV5KNUtOkaZG9J0 { color:#d8ecff;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15068;line-height:1.5;letter-spacing:0;top:32.875rem;left:56.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BkWOgenbMAPHdlVrrSv6mkOZ2VBxeEAS { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:32.875rem;left:31.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SHDxburUm5WvpqTxeMnByegDoheUPanw { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.5;letter-spacing:0;top:35.875rem;left:42.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MxD1vaLTUTNam9M6qh6S25fzCbScvQ6B { color:#d8ecff;display:block;width:18.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:35.875rem;left:56.4375rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ObhdvgWz8PVkVnaL1E9E6SriBVmFSETP { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.5;letter-spacing:0;top:35.875rem;left:31.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qsQruGM73QTJ7qLND0if62wT592K3vcI { color:#d8ecff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:40.375rem;left:42.5rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RsCQnNhwDtIElEuuaPk5JUE9cFRFGTct { color:#d8ecff;display:block;width:18.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:40.375rem;left:56.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C0GFWDQFKOmdqtNAccSJZuMrIaLVi9oN { color:#d8ecff;display:block;width:9.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.5;letter-spacing:0;top:40.375rem;left:31.125rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wJrHmpDIrPfsaITORRWZ3x8niDEnExtN { box-sizing:content-box;height:29.1875rem;width:46.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18185b', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #18185b, rgba(var(--color-secondary-4),1));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #41b6ff;border-left:0.0625rem solid #41b6ff;border-right:0.0625rem solid #41b6ff;border-bottom:0.0625rem solid #41b6ff;top:15.017578125rem;left:28.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ { position:relative;display:none; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ { border-width: 0; border-radius: 0; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .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; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .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; }#iy4wqb3u5NQ1eRD918i8OKpxPm1Facb2 { position:absolute;display:block;z-index:15086;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:1.125rem;width:1rem;top:6.5rem;left:31.125rem;overflow:hidden;display:none; }
#tulFNhEaNI3fd2c34Ch7Ak6KCkAy2aQZ { box-sizing:content-box;height:1.5625rem;width:12.375rem;position:absolute;display:block;z-index:15045;background-color:#3d1a20;background-image:none;box-shadow: none;border-top:0.0625rem solid #fd798f;border-left:0.0625rem solid #fd798f;border-right:0.0625rem solid #fd798f;border-bottom:0.0625rem solid #fd798f;top:19.5625rem;left:31.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#tEXobZCS9q4OCqlUwXSt3ykAOy5sskVl { color:#fd798f;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:19.875rem;left:32.375rem;height:1.13671875rem;display:none; }
#OgcSdWnk0tOHAuyG3osMpMPaMIap0NB4 { position:absolute;display:block;z-index:15088;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:1rem;width:1rem;top:19.8125rem;left:31.25rem;overflow:hidden;display:none; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#fd798f;padding-top:0.268125rem;padding-right:0.23875rem;padding-bottom:0.268125rem;padding-left:0.23875rem;display:block;align-items:center;width:1.435rem;min-width:1.435rem;height:1.44125rem;position:relative;font-family:var(--headlines-font-family);font-size:1.071875rem;font-weight:700;line-height:23.06px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .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.1675rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:1.913125rem;height:0;position:relative;font-family:var(--paragraphs-font-family);font-size:0.401875rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.625rem;height:2.145rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:comfortaa;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:19.37109375rem;left:39.5rem;z-index:15087;display:none; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #vzWToFU23puVK9lDTiX3tXEgGGWozpav { display:flex;position:relative;top:0rem;left:0rem; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #iGBRN0hQQC61ByUhmHNB6kJ4VQbFJwDo { width:auto; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #k26fEk1Ly1zwQBhGN9ikc1EaqKiffyxV {  }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #XAKXr8HbbWh7zdf7bLaVsLHDAbBrqbRa { display:flex;position:relative;top:0rem;left:0rem; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #L7GUu3NQMeqCRJBTWVDRkfIfypE4mtDb {  }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #r42VIWLox6UVI0l35ngVwZ1LKsmRhwpQ {  }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #WpOdESa1GaLRdz3hiuLe2Qqm0rmRAFQa { display:flex;position:relative;top:0rem;left:0rem; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #SHTX67EgMzswx7wMcqhafIs7kT0rO815 {  }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #czmPVdXRd42xV8fEvxg59mLriaGGT3Ur {  }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #HLMLN7BK5XzutTPFeAtnRmqffZ6CcJew { display:flex;position:relative;top:0rem;left:0rem; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #JiUzHUPlmw1QsiDHpRnbkPWPcBbKeTXK {  }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #bs68xUwG9t4txUuT50MQafKF3rGAHus2 {  }
#hpfSyOoO7J6iuKtfDIMuovbQq60QcDQH { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:24.6875rem;left:31.125rem;display:none; }
#KuyvWM2G7Qc8Bq2LGGq0UsbSLuXAFqA1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QWAh8o3oWoAMHghhVS9nJcRooxVyPkUA { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.5rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:24.6875rem;left:44.875rem;display:none; }
#z8ToeekAeh5pgKohiloKF73TC8DBZisd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PzKoGZFkBTrPQp1u8TOMhzqO0Qdec5bU { color:rgba(var(--color-tertiary-1),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:29.6875rem;left:32.375rem;height:1.2999125rem;display:none; }
#hHTxeuitAM1ouER2GGbBg0Wyh56Z2Bc6 { position:absolute;display:block;z-index:15090;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:0.875rem;width:0.875rem;top:29.875rem;left:31.125rem;overflow:hidden;display:none; }
#lvTWn14uHHLolWrIqHTc9uXwa9RNmQPV { color:#d8ecff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:31rem;left:46.4375rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BO16h2BHFQX9oOwcB95AiPtluF4bR4cC { color:rgba(var(--color-tertiary-1),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:29.75rem;left:47.6875rem;height:1.29980625rem;display:none; }
#ZP9NASMsnBuhK5t4I9bihzkgqTDWgevx { position:absolute;display:block;z-index:15091;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:0.875rem;width:0.875rem;top:29.875rem;left:46.4375rem;overflow:hidden;display:none; }
#fKQwqVhGtCqwNTE1hhNKO6eOxmw4EGfC { color:#d8ecff;display:block;width:14.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:31rem;left:31.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OHQrwpe5soxwmXsb8C2oHwwGCx5TwMhP { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.1875rem;height:4.03675625rem;overflow:hidden;display:none; }#OHQrwpe5soxwmXsb8C2oHwwGCx5TwMhP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OHQrwpe5soxwmXsb8C2oHwwGCx5TwMhP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a48dfe4-65fd-4971-85ab-017cef3134fc/Checkicon.svg); }
#sWAVpEiugMtIrTb5KmBrdufMvTtEL50B { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.18714427948rem;left:34.869138717651rem;height:4.03675625rem;overflow:hidden;display:none; }#sWAVpEiugMtIrTb5KmBrdufMvTtEL50B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sWAVpEiugMtIrTb5KmBrdufMvTtEL50B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a48dfe4-65fd-4971-85ab-017cef3134fc/Checkicon.svg); }
#HmqoguzR1QHVVx8TNesgXb4SuB3qIs1i { color:#d8ecff;display:block;width:14.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:31rem;left:31.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WFOxXX1ABBXbq0sK22HWcrDT8DSAKMEF { color:rgba(var(--color-tertiary-1),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:29.6875rem;left:32.375rem;height:1.2999125rem;display:none; }
#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7d9ff;background-image:url("https://images.assets-landingi.com/uc/f44f9d41-c0db-4265-8658-8fd220423a6f/tlo.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !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; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq.adaptive-delivery-prevent-bg, #ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq.lazyload, #ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq.lazyloading { background-image: none; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row .container { background-color: transparent; background-image: none; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row .container > .video-iframe-container { display: none; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row > .video-iframe-container { display: none; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .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); }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row .container { border-width: 0; border-radius: 0; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#H3uhLwMTdXpqTAyUggSbrxLzHWyIfoxf { color:rgba(var(--color-secondary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:2.8365135192871rem;left:12.5rem;height:4.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZLnrQAtOnzxO04k6Gpn0dNQZBTEpuxB { box-sizing:content-box;height:2.625rem;width:13.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:2.646484375rem;left:30.6875rem;display:block; }
#oRRNSBprcqxX0aGe8yyh4KCAZqyi8PcU { box-sizing:content-box;height:31.25rem;width:31.875rem;position:absolute;display:block;z-index:15007;background-color:#eaedff;background-image:none;box-shadow: none;border-top:0.0625rem solid #c5c8ff;border-left:0.0625rem solid #c5c8ff;border-right:0.0625rem solid #c5c8ff;border-bottom:0.0625rem solid #c5c8ff;top:12.0625rem;left:8.53125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#Kvbt69qF79R9gHn29Z459g8d15XnFtnz { box-sizing:content-box;height:35.625rem;width:28.75rem;position:absolute;display:block;z-index:15012;background-color:#050537;background-image:none;box-shadow: none;border-top:0.0625rem solid #6961f9;border-left:0.0625rem solid #6961f9;border-right:0.0625rem solid #6961f9;border-bottom:0.0625rem solid #6961f9;top:10.1875rem;left:37.40625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#hq3ZNovozrMGmy0E5UGBA7Hb95xaviTa { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:28.75rem;width:28.75rem;top:10.1875rem;left:37.4609375rem;overflow:hidden;display:block; }
#csKuqVXAhlIESGkTqJCzgZCizb3et8Ot { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:9.25rem;width:19.4375rem;top:10.1875rem;left:37.40625rem;overflow:hidden;display:block; }
#Rrt8nWuHioTOiqm77D4sdZMONpTcuei7 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:29.4375rem;width:28.75rem;top:10.1875rem;left:37.46875rem;overflow:hidden;display:block; }
#RXbPT9c7ILw4vpRnKG5i0VV3o0WX4fuT { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:34.9375rem;left:11.125rem;display:block; }
#JhdD7k9Tq4mv6B51L1ZVuXIGJfahRHoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRdB3mXs4SBJyg8ar0ETeDDlBoVTT3PI { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:40.84375rem;display:block; }
#tss6v4vmPJLrIhLqsofB3KnO1fti9bMs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQZ39S37dQqDEy3TKndqHvZmlaUBfPmu { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15rem;left:11.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DierB6mqZxSuHKlZPZ5dv780DJxFSKbD { position:absolute;display:block;z-index:15018;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.875rem;width:2.875rem;top:14.8623046875rem;left:33.34375rem;overflow:hidden;display:block; }
#wABTC0Rftbklaxgnpepx5IMn877R7ySi { color:rgba(var(--color-secondary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.599609375rem;left:11.125rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#Erm4dxmIHl8oRd95bVh5K4SuB34ZuF3c { color:#383869;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.712890625rem;left:22.75rem;height:1.462675rem;display:block; }
#r4m0XhmMFeHx78hwMONLngyA9lpSAE0q { color:#d7d9ff;display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:12.6875rem;left:40.5625rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Df7DUfTsFALp9xTbGb7hBfQZErcuR7yK { color:#efeeff;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:15.25rem;left:40.5625rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#qXZe6A8Mc4kDeS8Wm9w6V2RhhcTZFzr4 { color:#d7d9ff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.6875rem;left:52.4375rem;height:2.923825rem;display:block; }
#l4I92AxIf5T1H5XZEVTheZ04laSi4zUF { position:absolute;display:block;z-index:15022;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.875rem;width:2.875rem;top:12.5625rem;left:59.75rem;overflow:hidden;display:block; }
#WGwbxxN5AFDi5tHzgJO2TqPgoUnxWTcp { position:absolute;display:block;z-index:15025;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.1875rem;width:5.4375rem;top:17.0625rem;left:60.90625rem;overflow:hidden;display:block; }
#e9DwUPtiUv8XwO814rl6T2vMqRZb3BCM { color:#d7d9ff;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.42578125rem;left:62.46875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bVsWQ4FN68hXtAk7kXsAz5IiGvlCcHgb { color:#d7d9ff;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:24.896484375rem;left:40.53125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#bVsWQ4FN68hXtAk7kXsAz5IiGvlCcHgb li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVsWQ4FN68hXtAk7kXsAz5IiGvlCcHgb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#H5Xot02TmT4IQQ3UTbTWg76VJvd2EcST { box-sizing:content-box;height:1.875rem;width:10rem;position:absolute;display:block;z-index:15027;background-color:#050537;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:40.53125rem;border-top-right-radius:62.4375rem;border-bottom-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-top-left-radius:62.4375rem;display:block; }
#Zyb2JwKyOZtmte0Eepf3KNbutklNUetT { color:#efeeff;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.431640625rem;left:42.5rem;height:1.13671875rem;display:block; }
#SVk7Pxfp8oELXRF6Lrv6MiqD7z0cXMAO { position:absolute;display:block;z-index:15029;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:0.9375rem;width:0.875rem;top:21.474609375rem;left:41.25rem;overflow:hidden;display:block; }
#PzBxK27TnFf8yckrKaz5uMoy79nPBtF5 { color:#383869;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.8125rem;left:11.125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PzBxK27TnFf8yckrKaz5uMoy79nPBtF5 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#PzBxK27TnFf8yckrKaz5uMoy79nPBtF5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282e7272-be04-4251-9c72-c40cc01e5301/icon_thick.svg); }
#uqrDxU3sBzHfTeNK1x3ZdV0zXcHscBG6 { color:#050537;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:39.875rem;left:12.875rem;height:1.4619125rem;display:block; }
#z0amPBUuN4KPzcizcL6WVIhuxgDISOaF { position:absolute;display:block;z-index:15031;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:1.5rem;width:1.5rem;top:39.9375rem;left:11.125rem;overflow:hidden;display:block; }
#ln87dmC5zWiL7zWM6hIUDTCKOt31yI90 { color:#050537;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:39.9375rem;left:25.5rem;height:1.462675rem;display:block; }
#gr18m0TxHL0rvIPl8uZaFz8QdMRwQTw8 { position:absolute;display:block;z-index:15033;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:1.5rem;width:1.5rem;top:39.9375rem;left:23.5625rem;overflow:hidden;display:block; }
#Xng7iW38e5H4uPVoWSXsJI7XDzZw7JPW { position:absolute;display:block;z-index:15035;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:1.5rem;width:1.5rem;top:41.5625rem;left:42.0625rem;overflow:hidden;display:block; }
#pM6q1DQxA8OKIU4Mf4KCGBf2qihwn3wz { color:#f4f4f4;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:41.5859375rem;left:43.8125rem;height:1.4619125rem;display:block; }
#UraEAq4h5l2gTuTqXHiq3tKoUUfqSDca { position:absolute;display:block;z-index:15037;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:1.5rem;width:1.5rem;top:41.625rem;left:54.6875rem;overflow:hidden;display:block; }
#AidgfMz4e2wRsU7T9hXtfQ24flV4BPH9 { color:#f4f4f4;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:41.5859375rem;left:56.75rem;height:1.462675rem;display:block; }
#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7d9ff;background-image:url("https://images.assets-landingi.com/uc/f44f9d41-c0db-4265-8658-8fd220423a6f/tlo.png");background-position:bottom left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !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; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy.adaptive-delivery-prevent-bg, #D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy.lazyload, #D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy.lazyloading { background-image: none; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row .container { background-color: transparent; background-image: none; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row .container > .video-iframe-container { display: none; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row > .video-iframe-container { display: none; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .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); }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row .container { border-width: 0; border-radius: 0; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#cTHhGfChTzdTd3DL8XpOmGHpOOriRK5z { color:rgba(var(--color-secondary-2),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:1.1875rem;left:12.5rem;height:4.9500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPlWqqu8JJFnQ7sXgC2U4nxdWv2rPPsW { box-sizing:content-box;height:2.6242875rem;width:13.499625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:3.77734375rem;left:30.634763717651rem;display:block; }
#i6VBMZAmkxfGTExIudK3W16BzgletWdF { background-color:#bbff00;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.25rem solid #59b200;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(89,178,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.2724375rem;height:2.5625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.4921875rem;left:26.3623046875rem;display:block; }
#cbnZl6sWrVOUIulOycKmO4RHIqt1CTkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FL9My64537KNTqoTDr4vc821vv599CMG { color:rgba(var(--color-secondary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:10.9677734375rem;left:5.4404296875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#FL9My64537KNTqoTDr4vc821vv599CMG li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#FL9My64537KNTqoTDr4vc821vv599CMG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#qAAQJuqcAZNpBX0zpanPPV0TutngwQEV { color:rgba(var(--color-secondary-2),1);display:block;width:28.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:7.716796875rem;left:5.4404296875rem;height:2.0625rem;font-style:normal;display:block; }
#t7t7LCApzZwCChFdZQiUcPRBADVTMKpg { color:rgba(var(--color-secondary-4),1);display:block;width:30.374625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.9375rem;left:43.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#t7t7LCApzZwCChFdZQiUcPRBADVTMKpg li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#t7t7LCApzZwCChFdZQiUcPRBADVTMKpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#T18dz3st3q7ImlHD0ZhutrXJTiwm9KcN { color:rgba(var(--color-secondary-2),1);display:block;width:28.8743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:7.6875rem;left:43.0625rem;height:2.0625rem;font-style:normal;display:block; }
#q9EiCuw0r5GIloZsF0QOIlksr3LViTeV { box-sizing:content-box;height:8.375rem;width:28.75rem;position:absolute;display:block;z-index:15008;background-color:#eaedff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-2),0.5) ;border-top:0.0625rem solid #c5c8ff;border-left:0.0625rem solid #c5c8ff;border-right:0.0625rem solid #c5c8ff;border-bottom:0.0625rem solid #c5c8ff;top:7.060546875rem;left:4.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#O4KkFT3ibKRhlH5T4qNZEAbBwoDyq9em { box-sizing:content-box;height:8.375rem;width:28.75rem;position:absolute;display:block;z-index:15009;background-color:#eaedff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-2),0.5) ;border-top:0.0625rem solid #c5c8ff;border-left:0.0625rem solid #c5c8ff;border-right:0.0625rem solid #c5c8ff;border-bottom:0.0625rem solid #c5c8ff;top:7.0595703125rem;left:41.875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7ff;background-image:url("https://images.assets-landingi.com/uc/8c994e4a-af25-450f-99d7-aac315cd94c9/RoundedRectangleContainer.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l.adaptive-delivery-prevent-bg, #XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l.lazyload, #XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l.lazyloading { background-image: none; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row .container { background-color: transparent; background-image: none; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row .container > .video-iframe-container { display: none; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row > .video-iframe-container { display: none; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .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); }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row .container { border-width: 0; border-radius: 0; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#WzKwkbQi2VLoWsRAfM7VoP4ray6CqbUP { box-sizing:content-box;height:45.5rem;width:28.75rem;position:absolute;display:block;z-index:15029;background-color:#050537;background-image:none;box-shadow: none;border-top:0.0625rem solid #6961f9;border-left:0.0625rem solid #6961f9;border-right:0.0625rem solid #6961f9;border-bottom:0.0625rem solid #6961f9;top:2.4375rem;left:40.375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#s68gyJVWF0IChNNu4qzlDE2FTfw7sVgS { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:29.4375rem;width:28.75rem;top:2.4375rem;left:40.375rem;overflow:hidden;display:block; }
#EVR7ufARor1al3mLdtuVfZaB4mJ02eaQ { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:28.75rem;width:28.75rem;top:2.4375rem;left:40.4375rem;overflow:hidden;display:block; }
#uR13ZyktnONP4B7RiO6f0FO0trn9i1sr { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:9.25rem;width:19.4375rem;top:2.4375rem;left:40.375rem;overflow:hidden;display:block; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-form-header {  }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#f4f4f4;width:21.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1;font-style:normal; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.6875rem;box-sizing:border-box;height:6.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#bbff00;background-image:none;border-top:0.0625rem solid #59b200;border-left:0.0625rem solid #59b200;border-right:0.0625rem solid #59b200;border-bottom:0.25rem solid #59b200;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-secondary-2),1);width:21.6875rem;height:2.75rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#f4f4f4;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-container:first-of-type{padding-top:0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-container:last-of-type{padding-bottom:0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.5rem;top:7.6875rem;z-index:15044;position:absolute; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.6875rem;display:block;vertical-align:top; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 {display:block;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:42.5rem;top:7.6875rem;z-index:15044;position:absolute; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #cSeoqcvgh477ceZgpdksOXtv43DS4WxA { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #wUHnLOhGBJMgP5FW0MJy42gKt6i7K0gs { position:relative;display:block; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dw4NIe1IByMfuDumUUE7HlTDRuNPCMPE { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #JmSihzbt3zfx9xd5KsUbPG8pQX0fb4M8 { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #TbWOiNMSFJb7XVS9sMFeufgulGnOT82s { position:relative;display:block; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #kq6r4uQUiFIWTBPaVbb1OglIVuAIbLxL { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #GC2vvBGxTho4WBuASpzE5VDQDxXwC1To { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #lFcx4JZo76GhVdArrxHkcbPRvPTGMDT0 { position:relative;display:block; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #KKKbs43bWXP1IeuPSNTZZ9LS8g5xpHkR { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dLhEH6kkURpDvneLm9rxVpD6GuzH06EM { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dLhEH6kkURpDvneLm9rxVpD6GuzH06EM .container-column{width:50%;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #CEBzvcXItcWuzPXUzLRgOgzOR8rozmpT { position:relative;display:block; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #fg27qCcfT9hSXIu64FBcEN2k2fPFIl3i { position:relative;z-index:2; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #LP0q4Lu06EVM0xDlecWZqsphvAam0o8a { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #o6QJ0zP7QX1rFyA39chLgXMm0Ud9BO3c { position:relative;z-index:2; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dZAcCqkOklnNeM0Z2AvshJagNoSGrayi { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #U8GBvuOkyeRAqsufPdcLDs915MxSzCPb { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #xHuL4lGNcLZ85E8Nn5xAyWLwUsn3CTFS { position:relative;display:block; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #aIZif3QtfDxpzfuZmTuydsKdA0e5ug0k { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #qaDzrCOzmRQGImLKSbUsiraxZMfwiZbu { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #M954nzCwfE1N6XKW7oEUTEVOhmJcoZs0 { position:relative;z-index:2; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #NnDLko8thSwuvoFvPlVcgW6MqL4deb9X { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #lAGgIuRRWCGbv6gwBr7Tx3Gr2Tgc4iSi { position:relative; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #uf49MBHHSV51TwDLZ6seRcPieJUrX0rR { position:relative; }
#vTTKlnJ4ZPZ0oI3PeO796DEZahat3Ptd { color:#f4f4f4;display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:5.1875rem;left:43.5625rem;height:2.92535rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fCnW9HKRNKb3pBsa997gvlucCDdcw2of { box-sizing:content-box;height:39.625rem;width:73.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.75rem solid rgba(var(--color-tertiary-1),1);border-left:0.75rem solid rgba(var(--color-tertiary-1),1);border-right:0.75rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.75rem solid rgba(var(--color-tertiary-1),1);top:4.5rem;left:0rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:block; }
#XHoKQnaT6OZ8DOxrIq3eyR9H8yNbHdAg { box-sizing:content-box;height:2.75rem;width:11.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:9.375rem;left:2.6875rem;display:block; }
#R4Eax8EnWEXCvnPT4xaVZTHlFd5LRT6d { color:#050537;display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:9.375rem;left:3rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cznu0grr0CodAydV4k4CCQmmBVsbLNBo { color:rgba(var(--color-secondary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:18.25rem;left:3rem;height:3rem;display:block; }
#HGosaMkJIwUTV1f2qePH67sdWzgoRpwq { color:rgba(var(--color-secondary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:26.6875rem;left:3rem;height:1.50065rem;display:block; }
#vITyCoR16LqXMeGd57xnT7WJgsiALB4V { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:34.21875rem;left:3rem;height:3.9375rem;font-style:normal;display:block; }
#fxe1I2cil6HP7UZdTPVgtdqTvKAnMrqT { color:rgba(var(--color-secondary-2),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:34.21875rem;left:16.125rem;height:2.625rem;font-style:normal;display:block; }
#f0d28kUmyF2dkbouGAXgTcsxyyXJG8tF { color:rgba(var(--color-secondary-2),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:34.21875rem;left:27.125rem;height:1.3125rem;font-style:normal;display:block; }
#rIgAnz8IXAybAzOTO1RKe0lQVlHBTM1R { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3rem;height:1.2999125rem;display:block; }
#TdBLIgB2DTfBZyLdyOat06mEZS8dSUbz { color:rgba(var(--color-secondary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.65625rem;left:3rem;height:1.50065rem;display:block; }
#ZJmPyTQ6hvpJQXbMpJ7iTtqctvJioQFM { position:absolute;display:block;z-index:15046;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.375rem;width:2.25rem;top:30.59375rem;left:3rem;overflow:hidden;display:block; }
#UcO3oWVlCz3Ac7POfw8P09NhsEaUxkVt { position:absolute;display:block;z-index:15047;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.375rem;width:2.25rem;top:30.59375rem;left:16.25rem;overflow:hidden;display:block; }
#VThVvGeueh0fPqVOQ40CUQtlocVp3qRv { position:absolute;display:block;z-index:15048;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.375rem;width:2.25rem;top:30.59375rem;left:27.125rem;overflow:hidden;display:block; }
#s7P3rcl3LNI8cHieaptrFdWGd6a8lQpD { position:absolute;display:block;z-index:15049;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:2.75rem;width:2.75rem;top:15.71875rem;left:26.03125rem;overflow:hidden;display:block; }
#JyvNqS5u75O1zs3BCnRrnqGCTJxkGR9I { position:absolute;display:block;z-index:15050;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:2.75rem;width:2.75rem;top:15.71875rem;left:29.375rem;overflow:hidden;display:block; }
#lPJk8URI3BiMDI0TbIeOTI5o3b9dzGQx { position:absolute;display:block;z-index:15051;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;box-shadow: none;height:2.75rem;width:2.75rem;top:15.71875rem;left:32.8125rem;overflow:hidden;display:block; }
#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0f8f5;background-image:url("https://images.assets-landingi.com/uc/563c7513-35d1-401f-ba29-81492559ab4a/Bg.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu.adaptive-delivery-prevent-bg, #wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu.lazyload, #wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu.lazyloading { background-image: none; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row .container { background-color: transparent; background-image: none; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row .container > .video-iframe-container { display: none; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row > .video-iframe-container { display: none; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .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); }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row .container { border-width: 0; border-radius: 0; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;position:relative;display:block; }#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#1b3835; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:#1b3835; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-trigger.adaptive-delivery-prevent-bg, #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-trigger.lazyload, #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-trigger.lazyloading { background-image: none; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy { box-sizing:content-box;height:auto;width:40.625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;box-shadow: none;border-top:0.0625rem solid #9ecac5;border-left:0.0625rem solid #9ecac5;border-right:0.0625rem solid #9ecac5;border-bottom:0.5rem solid #9ecac5;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.0625rem;left:15.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #crWPl23CH0e20zLUioPx5BSvVlTOE6Dw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Xf8ZhovotwSSVLnTsRncsiA5T6hefLnH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ivb0AxccHnp9WyyL4DlE4bTCbn0MWg6B { display:block;position:relative; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #VIrfIsnNzH5xt7UGTQ3Vng05lN1eiL3T {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #rZLqsVTtaPRFyEDyFlr9Dh9hxfyS0Uqh {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #DPp2qpRkbSLDfR8Es7gpITVrreDaPxoT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #t1avm3fEMTQiZE2gfCbZo328GiHur1GU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #TZA2oKOrZxFbyJyhUrFbh5pztbLzZzGJ { display:block;position:relative; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #cQLDJWI48AgKT9C8q9q13wVJVWHHNFpC {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #VFlfsImoUFUAzTXzKqVKKJNPkNIO3xub { display:none; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #mOEif3AeqFaGARiwPgMPcKC8ksQIAlbC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #XbXlFXxPwhFyTWM1cNiLeORFG0kKNymT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #O8oqELJ3iTiFryEqLldZT8LHA5O9h0EK { display:block;position:relative; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #rh5c1VEQBoeEO8BMD6vMl3TWZNi4SQfN {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #KbOwp2cZxSCtGHIR5lpzNVRTzwx94M9O { display:none; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #H5h8JJ3lCNPHrVwVGoaTb6cWkMOPoGlw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #TQMooWTrdNbqh8kD4WcU84DTF3r6lzKT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #NaXe9mSQSi8WTzRhqm3C6ZMxDFUcUgUQ { display:block;position:relative; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #hTD88yPUeFy7zhUPyQpivJUo4ODVJFgC {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #trvumchQUgB7vs7wWom5BSXm3vq9rCSs { display:none; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ch5L7TsJsIqD7WQ6M7QHxT3mfc1DTJXZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Fk45RpJqDEGIN1nhiS5HJ48dKTRcflKf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #xqsso7QgrcWhCeAfBXG90H5TJuFZJqCg { display:block;position:relative; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #IenphvEWldCmHaesHd0xaSEd7PhkL5Us {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Lsgns7bDTJZEMllVG9qLwOqQfXuIZ3Kk { display:none; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #gbhGo358DPPM9JCQqpCGpBK35Bg19n7o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #W0bhSTN4yhmnWfxNdK2ePNNCM8vS65F5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #fy4psGyzevMKqPBwBTFfQdREQeKpBbut { display:block;position:relative; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #vJk3eLy1Jn0Zw3G4qiCPACkn71aQP5nd {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ju7mO1UXTx3gA3Cbdt7CiMs1aF0bMDsM { display:none; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #NvTC5OMdCHUpThHu0Tk8IqnqkXk4hKas { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #trTS568nFacZcOCt9ThoV91OkfTAdy9x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #ycwofKDfqE7v4GDUpWXIuU3WAeGEImEz { display:block;position:relative; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #AQbwqgXo08bee6fARDaQTeaHvHuccyvo {  }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #KuN9RMkHBfDGzPsCI1f2xHzKcxXwVPBb { display:none; }
#Jlzdts4Oimfzkg7mwsGRhUVxFbL68tA4 { color:#1b3835;display:block;width:43.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1246643066406rem;left:15.874467849731rem;height:3.4121125rem;display:block; }
#tppTzW2iKr4cx3h2T0BBNmvMH5cc7xqI { box-sizing:content-box;height:3.125rem;width:9.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #1fa799;border-left:0.125rem solid #1fa799;border-right:0.125rem solid #1fa799;border-bottom:0.125rem solid #1fa799;top:3.3616943359375rem;left:41.468393325806rem;display:block; }
#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -moz-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -ms-linear-gradient(180deg, #f6f7ff, #d7d9ff);background-image: -o-linear-gradient(180deg, #f6f7ff, #d7d9ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#d7d9ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#d7d9ff' );";background-image: linear-gradient(180deg, #f6f7ff, #d7d9ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row .container { background-color: transparent; background-image: none; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row .container > .video-iframe-container { display: none; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row > .video-iframe-container { display: none; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .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); }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row .container { border-width: 0; border-radius: 0; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#iSTsWGDPNqNEgy7aQUEHazNd7TEgJkHn { color:rgba(var(--color-secondary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:2.8125rem;left:0rem;height:4.9500875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phuksc2txFPFg6tC2GF7X6vzDlULagBA { box-sizing:content-box;height:2.5rem;width:12.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-2),1);border-left:0.125rem solid rgba(var(--color-tertiary-2),1);border-right:0.125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);top:2.8125rem;left:-0.1875rem;display:block; }
#pevOZOEGB2331dfNTzqUdHuaO8SANO79 { color:rgba(var(--color-secondary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:4.5rem;display:block; }
#H5lTTOehPeif1C4hyyhL64WQ5VTM34b0 { color:#383869;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:2.8125rem;left:24.40625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#H5lTTOehPeif1C4hyyhL64WQ5VTM34b0 li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#H5lTTOehPeif1C4hyyhL64WQ5VTM34b0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#zr0qKT2oZdzTflXtH47xQBTFMRr47pGf { color:#383869;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:2.8125rem;left:51.25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#zr0qKT2oZdzTflXtH47xQBTFMRr47pGf li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#zr0qKT2oZdzTflXtH47xQBTFMRr47pGf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#vwIGTn6ZPRpPbvWCKLT04nxqSUdXTeXc { position:absolute;display:block;z-index:15025;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:0.625rem;width:90rem;top:30.8125rem;left:-7.5rem;overflow:hidden;display:block; }
#T1r08dUz2RaIet3qgIqucPteq0l4pK3k { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.0625rem;width:13.75rem;top:17.40625rem;left:0.3125rem;overflow:hidden;display:block; }
#yJBMR8NOIBHZq8I8IZwNHx7K0WMlASiT { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);top:17.0625rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#TdrsEwlcEcTxzOaoIK4CVS57Brm6JldI { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);top:17.0625rem;left:30.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#M78UGJWd009UQfvDP9wlK9kkDdNPex5w { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);top:17.0625rem;left:60.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Tr4AV8R7VMfBDt5R4Tb71Vi7J7qiM6LT { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);top:17.0625rem;left:45.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uUv6TMxikKXot1Ip4AuCSPTkEGZlUKxV { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);top:17.0625rem;left:15.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uyNQ6MZysfQABSSsISGAm84qQ1IPFfQn { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.125rem;width:13.75rem;top:17.375rem;left:15.5rem;overflow:hidden;display:block; }
#m49zK7WUBeg16GIVS3NUyqZLOOdWy8HX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.125rem;width:13.75rem;top:17.375rem;left:30.625rem;overflow:hidden;display:block; }
#CHR5p5SC9XwgKGzPr78rofIOTLUbevqw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.125rem;width:13.75rem;top:17.375rem;left:45.875rem;overflow:hidden;display:block; }
#JE9CEnJMZ8o8l8cN06QUhv08WzdhPzbH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.125rem;width:13.75rem;top:17.375rem;left:60.9375rem;overflow:hidden;display:block; }
#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3547462e-2a3a-4de8-9995-ca9e7eb71462/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT.adaptive-delivery-prevent-bg, #Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT.lazyload, #Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT.lazyloading { background-image: none; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row .container { background-color: transparent; background-image: none; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row .container > .video-iframe-container { display: none; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row > .video-iframe-container { display: none; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .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); }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row .container { border-width: 0; border-radius: 0; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#Z2OSFCZWxWTZTqVvw1D8mcTe6sF6eeJ5 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.874125rem;width:18.125rem;top:4.6299913199619rem;left:19.436849594116rem;overflow:hidden;display:block; }
#a6DVEFQTkXAfQdXQV3voECc99y90vEyT { box-sizing:content-box;height:16.25rem;width:18.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.434679773636rem;left:19.436849594116rem;display:block; }
#a0MhufWgqyBLM40P1O0te3lybF2CvTxx { color:rgba(var(--color-secondary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:15.25rem;left:20.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FaCm346vciIrNWDOhiDRD5DFyoD5AW7W { color:#383869;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:20.311416414566rem;left:20.686849594116rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#FaCm346vciIrNWDOhiDRD5DFyoD5AW7W li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#FaCm346vciIrNWDOhiDRD5DFyoD5AW7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#xG8pvn32GOzNg4tnJvEiA9myhZxzOBCz { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.11111125rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:28.932292461395rem;left:19.450956344604rem;display:block; }
#UgRH6QedIFEOGuJvbU4XZo1Tuh4GagTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rR0hKwHRxHtOKJSDxTW3L9cAQX8Vk6ZB { color:rgba(var(--color-secondary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:15.3125rem;left:39.4375rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ul7XGtubDXgTWmLvktkg2hAutzxD4XRS { color:#383869;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:20.375rem;left:39.4375rem;height:6.29775rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ul7XGtubDXgTWmLvktkg2hAutzxD4XRS li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#ul7XGtubDXgTWmLvktkg2hAutzxD4XRS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#KteRHPiSilUxNTxRC9Gb0Ed6M0Wv1PtD { box-sizing:content-box;height:16.25rem;width:18.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.501955032349rem;left:38.186853408814rem;display:block; }
#KiSTQZNR8sMS1V98Pxr5FS1qRlkItWku { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.936875rem;width:18.125rem;top:4.62890625rem;left:56.875001907349rem;overflow:hidden;display:block; }
#BpEVww35naUzXB1miFfKd7CuyMR7dRfQ { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.09698625rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:28.870444774628rem;left:38.213975906372rem;display:block; }
#dBEAq7GhqBx5HefDbO88DtTLdl3A1PiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vu7tfpbymcCbBrN22qENVlrrUcKqR5v7 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:12.875rem;width:18.125rem;top:4.62890625rem;left:38.186853408814rem;overflow:hidden;display:block; }
#dT9z3nQs2iUt2BhM4QQht7dbQVHXUlWT { box-sizing:content-box;height:16.25rem;width:18.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.501955032349rem;left:56.875001907349rem;display:block; }
#ERc9TRwfOsnZqTpWLqatIhUpaH28GrhZ { color:rgba(var(--color-secondary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.25rem;left:58.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x4bWPqTpVL2DyCb41Ps2GGgUHTDif9Mi { color:#383869;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:20.3125rem;left:58.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#x4bWPqTpVL2DyCb41Ps2GGgUHTDif9Mi li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#x4bWPqTpVL2DyCb41Ps2GGgUHTDif9Mi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
#KcvKmpBFQ2nDzna9IvnAZ6AgU4EZlHtz { background-color:#050537;background-image:none;border-top:0.0625rem solid #4e4e8f;border-left:0.0625rem solid #4e4e8f;border-right:0.0625rem solid #4e4e8f;border-bottom:0.25rem solid #4e4e8f;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.375rem 0.75rem rgba(47,47,98,0.5) ;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.08292375rem;height:2.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:28.944231033325rem;left:56.903215408325rem;display:block; }
#uBKOkgSWmOW7tvRuEZGMD9MmrikyU3ft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lS93In8ozvhwXUIIduoQ2MEyzFp4tMWu { position:absolute;display:block;z-index:15033;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:11.0625rem;top:11.996528625488rem;left:39.436853408814rem;overflow:hidden;display:block; }
#pByg7fGGBiNTpxRZNlu8chBUIFMh8nmG { color:#050537;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:4.6288793357089rem;left:0rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKlah08tv5Jort5QQMDRQyn4iwZphA4L { color:rgba(var(--color-tertiary-4),1);display:block;width:17.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:11.995429781266rem;left:0rem;height:1.2999125rem;display:block; }
#y7eEPPzWfOJHnd7yNk5AzzNkdRTIqthV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:14.432496813126rem;left:0rem;height:10.5rem;display:block; }
#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row .container { background-color: transparent; background-image: none; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row .container > .video-iframe-container { display: none; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row > .video-iframe-container { display: none; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .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); }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row .container { border-width: 0; border-radius: 0; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#Z4BKaTN6x6hE3RZHJ2kQMPvIrWlvhHq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.3498268127441rem;left:62.50000190735rem;height:1.29980625rem;display:block; }
#zAWCeDonVsWsqDHtSTLbnoXr8R74lJt5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.3748125rem;top:0.43619537353516rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl { display:none; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ktvorwu0od7sr6UoLOGrwxB8EEKPBSo1 { width:5.625rem;height:2.1875rem;top:0.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #so1gct5lSfWSRU7uZ2uPJNGmpLhJnlmk { display:block; }
 }@media only screen and (max-width: 763px) { #hTKhoqTUl0J4wATM8nAd3GV1VgrWbTfq { width:5.625rem;height:2.1875rem;top:0.75rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBNhk2SF17Iv0gAVX2SLRnSTfce6MuTo { display:block; }
 }@media only screen and (max-width: 763px) { #yWCzxLTfJTxZukAxoEiS2wDcavAysXTR { width:6.4375rem;height:2.1875rem;top:0.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ9FGbbGk5y1Iq1FQSF0hEOc7vyC7nnh { display:block; }
 }@media only screen and (max-width: 763px) { #NN4DPp6emHpmpnOJP3s8IOT587ByvAJq { top:0.3125rem;left:0rem;width:11.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHnuaUUsZVH0enWrXH1IvHbRPsrtE5Ny { width:6.4375rem;height:2.1875rem;top:0.6875rem;left:27.744848251342rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBFs5u4uOeAcaZyB5qh09WxS1p6V2HQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #MESV7T5KERupL2uO0MAJUeTd0sTXZyt0 { width:5.625rem;height:2.1875rem;top:0.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqPipum7P1SLzed8TZPhNFXx4m99ZL1B { display:block; }
 }@media only screen and (max-width: 763px) { #z33wS9ALScFT58AeG2c6kILgZLNXwx6z { width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hS8aa1mnIeXqRCDLt7vlHVvVI5KOnIZM { width:6.4375rem;height:2.1875rem;top:0.6875rem;left:40.686079025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #R65PybqFiyv6CEK4DWh7UvX1PZUnPnHz { display:block; }
 }@media only screen and (max-width: 763px) { #UaK6LXHdUJT03qhRViI0XaxSkw7cQsA1 { width:12.5rem;height:2.5625rem;top:0.5rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhrhmW6H66gglVveBVfxeidz77dUXJ2M { display:block; }
 }@media only screen and (max-width: 763px) { #gZOyi2dfso7OSd68oUbWX63nmlqv20ut { display:block; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4xfvaplRIK7xrXxhtZSk1tykwez1o0I { width:5.625rem;height:2.1875rem;top:0.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeC6HNNOlPtbOuzUDuCXn3bCHOa7FJMe { display:block; }
 }@media only screen and (max-width: 763px) { #fRBlLGCGDOV17JGKM5WMLVNFzw39OS3V { width:5.625rem;height:2.1875rem;top:0.75rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlzwZ5UPwWvTRQ4SMEZ9xtAdl6tvomeG { display:block; }
 }@media only screen and (max-width: 763px) { #ZmoILLJ0iLOv6Z0TtWJx0GGyQHuEDXB3 { width:6.4375rem;height:2.1875rem;top:0.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khHBk0i6NsfiCRoAcvPoel5M4vpHmBlN { display:block; }
 }@media only screen and (max-width: 763px) { #ymTCBOMbN7KDVaXRGeNx826TWRCQ5d9W { top:0.3125rem;left:0rem;width:11.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSgtQb410yTu8iiyIMSKlPQQzPus4m0 { width:6.4375rem;height:2.1875rem;top:0.6875rem;left:27.744848251342rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpEbBxiCnnotL1SM0b9q88kWMaK01I7l { display:block; }
 }@media only screen and (max-width: 763px) { #B7iQ2ObcsGd2AFDiTc2izMzApPmkHKXl { width:5.625rem;height:2.1875rem;top:0.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE6D7OJMTNC86kRHmVmihfUQnLZ82eDV { display:block; }
 }@media only screen and (max-width: 763px) { #L25u2pNfCvEPlmuXUShbd6v4csyxLsEm { width:1.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MeKqEIH8V5wKc0FD8dmWf0aoXvIb964c { width:6.4375rem;height:2.1875rem;top:0.6875rem;left:40.686079025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZr17XvLX5SH8X6utT1U1gzcQru5xJJa { display:block; }
 }@media only screen and (max-width: 763px) { #o8d3XbroTFmARo8XLb3I85pQLDi5oA64 { width:12.5rem;height:2.5625rem;top:0.5rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px1VF2Z3WGcLISIZtOR4hpbVzI20xXT6 { display:block; }
 }@media only screen and (max-width: 763px) { #r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU { display:block; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 { display:block; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRvpT0xdGVTxl9eIgaV76NhFZcOlBNz1 { top:4.1875rem;left:0rem;width:37.9375rem;height:7.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTh4SDgSTiZdRhKGJcOWolvvv2Fz9TfZ { top:11.6875rem;left:0rem;width:26.625rem;height:6.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tClKoel8HwDQFtLiPMxMPX1e9WPTCtoS { top:14.9375rem;left:30.25rem;width:17.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhhdGolLKL35DTso66k3urPysE3oTt1x { top:7.5625rem;left:26.5625rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixbFCnUJHSOXy4Ihm9AV3nP8rK6AT8bg { top:31.875rem;left:41.3125rem;width:6.4375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb6JGzsIEGsI2ESh4PcJHbaTsvJ7ch7A { top:17.8125rem;left:0rem;width:39.875rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrGAs1wLEnlCOgsBwyQTb8hUEUdUha3 { width:18.375rem;height:2.5625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7gFtAR5z4ULH69NyriXHUWx6PW22Cv { display:block; }
 }@media only screen and (max-width: 763px) { #F3H9DIvxBBeWQI3S7GvnEqFSgwEeivOP { width:17.125rem;height:2.5625rem;top:35.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddzKh89n6AwV2UR8gftv6RDxmelley0y { display:block; }
 }@media only screen and (max-width: 763px) { #sFBifV6bTLSTgaPURXM1euIXzyASA2XB { top:23.625rem;left:0rem;width:38rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rORCaSwSyc76xeW4U5dV1tXfEis36Jma { top:23.6875rem;left:0rem;width:1rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .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; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .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; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X { display:flex;width:18.5rem;height:5.1875rem;top:37.1875rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #i1ouOFOW3kRkZvoSSqnzphk0DKbC3Jy9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #TK6stxQVlpUcQSBQTWJFMfFaTn7SRE5q {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #dxKz2pEpt8KUp8vrmgRR7DvwUF0NPFh9 {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #T03aw4WHwhL2D8vH8JAChcBw3slCyT2t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #AAFxC2n83f1ME7F2XZI0zBt3yX7rZkW3 {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #vymiRGuvib0qCkd1Tzwx2qsvZfeR4Ok7 {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #QZa4BOyTJNgSNmPHbOhiBzcSoiutZXTg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #u2UwAcbwozJ7JOQs87cWiJMVqBl3IdSu {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #TVQpb48r84UAwWX1oQq1cmrzHPRtcqoD {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #viGag4WMkvuPpp4HOD5uKphWNnyqr7Q6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #y1uenyRcrbVrV9CGFPWKWOd2xxG45gGU {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #XTUfSvddu6aNPqZ83TbVOoH3DZMqi7z1 {  }
 }@media only screen and (max-width: 763px) { #fr4kerUMCOwt6PWolk5sfxnfT9PtMpZH { top:26.625rem;left:0rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWOSJAg2ocRxebz9bGc9XNPivF3HdLq { top:26.375rem;left:0rem;width:18.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCAcaTffCEcE9XOmwmQ7EK58pMIJuO0o { top:26.6875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it7nmSFNwG9PtTzqe7mHKOXqufA97kJW { top:1.3125rem;left:12.5rem;width:14.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3HxAdyOCkBxd8OvAMzKoHLGTHoHs6Kg { top:1.6875rem;left:14.5625rem;width:11.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8tzvtfBnvfg6xNTWaLENCTeCHANIbPB { top:1.3125rem;left:0rem;width:25.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT7l9qf4wHSi4cWx54m3Ay4PsfAwVchd { top:1.3125rem;left:0rem;width:14rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olnaLZbKZKRGblFAMTXTs8Tugol5PPX3 { top:1.6875rem;left:0rem;width:11.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2DxXlqDlXF4hdvw3TGx4nShy7T8z4A5 { top:1.875rem;left:13.3125rem;width:0.875rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0G5UUKzpvuHlpUJEc0cAIH7Up5keCkG { top:1.8125rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkGbbuVDWzokwqBpfHktSQCzEPCW3Cel { top:1.875rem;left:0rem;width:0.75rem;height:0.69216889766208rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Ltsiyxrpwu7OvWIwB3rwxkIu54UZaq { top:1.875rem;left:0rem;width:0.75rem;height:0.69216889766208rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxETE49cwOTg0u1RZntLQ407QBWls5P { top:1.875rem;left:0rem;width:0.75rem;height:0.69216889766208rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUS1NZm1GhPf8XzFGbt4VdO7LdJ4RIVy { top:1.875rem;left:0rem;width:0.75rem;height:0.69223837836173rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAU8ULkgErL1LAiXRCEokWXZiR078bV6 { top:1.875rem;left:0rem;width:0.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2PdzPGpEgCQcWdqtBrG5PdTvEX8wH5 { top:1.625rem;left:0rem;width:2.1875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBHRNRMHBitvrOwlkungLgV9KxTC6EQi { top:1.75rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJE18Wa41E7MD5dbJ0ElgqTEg2M4E4xA { top:40.125rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxvBKVtrqQ4fpSvSATiOUvMG7NkFqlH7 { top:40.125rem;left:5.25rem;width:7.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghq3weertFaIR1gJwrc12KQfDWBnNF6P { top:40.25rem;left:4rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgOAN2J2x0RxO5PvBasz66gsEdH7NdJw { top:40.25rem;left:13.125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWsueVdN0ZiAHMuumPnTvsRf2o2vIWVq { top:40.125rem;left:14.3125rem;width:7.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCZIBmioqhqyGRUEtEBOKxUXR2PPC6EL { top:40.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipXxB4MVyPisTgto5OLBSPb7osDndwVb { top:40.125rem;left:0rem;width:7.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR8wvM40wkKTaViTBv6V1kVLANdluu7z { top:40.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPZ8UecuWJeTTQB3qWln0FkLbmBl13DV { top:39.6875rem;left:0rem;width:36rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jba4lJO89Xon8hBORpL82whQn4OsaaDW { width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCNAGlVGzZtgURuOTMIc9ehfCc6JAu9D { top:33.5625rem;left:0rem;width:17.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCB838QTUh4b3LOgu8GPepUQGTXDEme { top:33.5rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L { display:block; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRQ85uhuUoCqbaU9Izkc83CsJ3MNEs50 { top:2.1875rem;left:12.28125rem;width:23.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Cb1B4Z843ELfGhIkoH2apsnyJTfMct { top:1.75rem;left:21.124567031861rem;width:8.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuK9BNQ8uCHBFvzJeTc7x7VRcoOCFCdi { top:5.3125rem;left:0rem;width:47.75rem;height:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQUzAfQI96fBhfn8Ost15XF4FKadOmSg { top:2rem;left:0rem;width:2.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv4ihu8HBJAL8T4FKNtWs2S6pH1m4JEz { top:2rem;left:45.3125rem;width:2.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN { display:block; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4WaU2wFkPWwRXLnTN12SolOiJa1VmOB { top:2rem;left:0rem;width:26.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGlrWLviRCgsffT3Tf4Z7fQdiLNe6Eh8 { top:3.8125rem;left:0rem;width:12.5625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHIxyKTDcHZCm7ycHy4y8n5GdSL39gdc { top:7.5625rem;left:0rem;width:29.375rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8EOzFmkuLHEdGQ1pw5zeTbc7hedEyq { top:5.4375rem;left:16.9375rem;width:30.8125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEpcM57erxXLBSwRhqHWSH4NCB7ip0IK { width:12.5rem;height:2.5625rem;top:10.6875rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noHb8GohKKdxefbxelngAJnFzPchQ8uE { display:block; }
 }@media only screen and (max-width: 763px) { #barAUoLLhDHEUkQWq5fqHZA6TeZZWTRc { top:9.8125rem;left:20rem;width:27.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIvyEiChh2tRekMgwwJlVuo8UZTVQCmi { top:11.1875rem;left:23.875rem;width:13.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJQokMwsNqfU0fJbFCe6qU7uqAn748AI { top:11rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS { display:block; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsXiGRr55xOxuodvGSMKZ6oNEFufx6fg { top:1.25rem;left:0rem;width:47.75rem;height:26.792598967298rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOzsO657PPJTILZ8PALdZwBegLhaNHaf { display:block; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHAGcB2NrVk73y7RfUIHB8aDsnuPS0M1 { top:5.75rem;left:16.25rem;width:31.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbnceEem8yXPD1zJSW9Ma60SNK7KOqd9 { top:1.5rem;left:0rem;width:35rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHgTCXDz6Q1VDCXkru2Q54Dfw5TTJveH { top:7.25rem;left:21.625rem;width:26.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvswgKn0r9ewQvAonJdrms3qfUTmU3Aq { top:10.75rem;left:19.9375rem;width:27.8125rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxsvqezIuTvK1ODhTJuB08T7n5HK0rXT { top:10.75rem;left:0rem;width:29.8125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxm36WEZ39rXtrcmhulk76NBEciLu9P { display:block; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIClv56IC09llGQXqmUnkWPoHdMZofwG { top:3.5rem;left:12.5625rem;width:19.1875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvyuRktG9WFx7ioXiOIAoCID1TOQAXsr { top:3.375rem;left:19.125rem;width:9.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIN3OWVR20NuawZJIMKqGrS1tORcJmN { top:8.125rem;left:0rem;width:24.375rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9kvvdn0gkTDsNsgmd1Z7c2tVaDdlQc { top:9.25rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5Js2PPndfmrWhDst9hUslXDt8tkqCL { top:9.5625rem;left:0rem;width:17.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpZr9H81aaDc8mCNxhoi44vgmLzFzG2 { top:13.4375rem;left:0rem;width:22.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRfk8sZTLIKEMqDve1BJ9dqfzuVqPKBk { top:8.125rem;left:7.375rem;width:24.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF2kue7iRPkISnQz29eLUrTJGIk7Tm3V { top:9.25rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQexvpzNdRvGz9mCzXSACrxWPJC2Wll7 { top:9.5625rem;left:13.75rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Hpk5xgxpHwzXviSh7diTyyeXbCIazd { top:13.4375rem;left:9.375rem;width:22.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2g50UKIFFPJN9aqMsSOA9q79EtZvDTE { top:8.125rem;left:23.25rem;width:24.375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoqQudou4TwSzleDCkgcFkNrmH6rbGVk { top:9.25rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ha8tpi05mBdtQW1Jr2xwGVSs2P1Ctr { top:9.5625rem;left:29.625rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWDHVMIsxyKEOe27QXPckzNyEswAdrvT { top:13.4375rem;left:25.25rem;width:22.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT37vdMLWZqe9mqCdcXTezyXsT4hfRIp { top:19.5625rem;left:0rem;width:24.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbO4TpwGtGGexabtO1enahy1UrO2ra6e { top:20.6875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5NMACSMENLbxrEHaVO7FTwH53cWdKSb { top:21rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueH6KWkiVNivoEstx5bTWbFIwKMVrTJi { top:24.875rem;left:0rem;width:22.375rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is3P8uNqX5HwoNzOmKzX4BpTs0LWuAPu { top:20.3125rem;left:7.375rem;width:24.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmSy7D3N29Kre5S5UZot91DHwiIm3a9w { top:25.625rem;left:9.375rem;width:22.375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POWSsnhLyOGfKXTvZdDp4s6SJDOsHdpz { top:21.75rem;left:13.75rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1v6Isvl91kzdsWioRqn6HlIExsSoQi { top:21.4375rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #REOgMvm67T6uVC4TudbBrtAb5QB0TOub { top:22.9375rem;left:23.25rem;width:24.375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIWAFrcPXgMDIsbGZJ2vMqPUHT2a71O { top:28.25rem;left:25.25rem;width:22.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvCqmFCCwL0sCmGn46sx3rv0cgnmd1UM { top:24.0625rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alT70mi9TrhVFgzfTesSpcKpQous3MIA { top:24.375rem;left:29.625rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WG9MaIFRGE3Vq7XyPRsUAP499SIru2 { top:34.25rem;left:0rem;width:24.375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReRBObRfunF96bcBVxXiBeS2dhZrM76t { top:35.1875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcGbEnoFw6hi7BPcyKLVLarNzMUsaRpb { top:35.5rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJotboZp6qGBaBE5pUsgbfCGrsraBsK3 { top:39.125rem;left:0rem;width:22.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6lRaholpekOs3muxOFlVfNJNPCoIrkL { top:31.9375rem;left:7.375rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLJdiGcWIp07gFfAqxZ28QRHT81M3lFd { top:33.125rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olX9mVGlvw2ouZItyH7vW2TsSmX4Zb0O { top:33.4375rem;left:13.75rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLztAVQ54UzXBT4LPB1JFo1Q9BIkMVlv { top:37.3125rem;left:9.375rem;width:22.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIiWEF3dvL5Im8NE29tB3JOGbat9nUe2 { top:35.875rem;left:23.25rem;width:24.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItXkGv7HiJZlBnbiwzkKvzIzfLmhCGkK { top:37rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W87zkobgJ97LWTdW6sX4Zp4hUu06aTqM { top:37.3125rem;left:29.625rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #og2MRgdFBMsJT12nMWRQWP3d8gfzO0r4 { top:41.1875rem;left:25.25rem;width:22.375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q50kvQn81u4dw4mFAfqOv7nedMblrCoc { display:block; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8t8D49IigKevRLRAFHahRA42TLKrl18 { top:1.125rem;left:18.5rem;width:17.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIQFbAV2Dc9TWMK2CQcpshVT1bZFllRc { top:1.25rem;left:6.75rem;width:25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kctm93uBx3lWP5DRqRhzFncmN09936PT { top:10.0625rem;left:6.875rem;width:24.875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1QzuDPOudyzpIqFgzVS0TTd2kBItL7 { top:6.25rem;left:0rem;width:22.5rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umxQLpRrgCELc2pZ2tP6WnTgeBfITnDE { top:26.375rem;left:0rem;width:23.75rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rna5bdVdAXdpnsl7U291rNBrwmt8tm1p { top:26.375rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsAaFbKdiRtpaUc4GSChWzN9o6h40t8G { top:29.75rem;left:23.875rem;width:23.75rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ4LNdJZr4pHwUKKFkqVRu2XpinNQbAO { top:8.875rem;left:0rem;width:24.375rem;height:16.4375rem;font-size:0.875rem;display:block; }#eQ4LNdJZr4pHwUKKFkqVRu2XpinNQbAO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #TTummgtxZVuJBXc2FCTRVNV2aTJFQwAR { width:12.5rem;height:2.5625rem;top:35.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXihgo0zVvUMFqLlBMGxqyFgPqaRRhD3 { display:block; }
 }@media only screen and (max-width: 763px) { #kcy6MTr6N6v8GKUlSFytV2LuwViCai6t { top:6.25rem;left:25.125rem;width:22.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhmaguXsueK1VvyJ1Ls2Dk4NNRREPd7 { top:8.875rem;left:24.1875rem;width:23.1875rem;height:15.125rem;font-size:0.875rem;display:block; }#DbhmaguXsueK1VvyJ1Ls2Dk4NNRREPd7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #haeBXrCHC7aZHbTMRrNLK58RaNPvcicK { width:12.5rem;height:2.5625rem;top:35.5rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHOUOc91x3zzPBczeoCZAtmS5CExAuTa { display:block; }
 }@media only screen and (max-width: 763px) { #rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI { display:block; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCNNqwRuiaDPN7DNJHs900nC4C4MAzRM { top:0rem;left:0rem;width:47.75rem;height:9.4962476547842rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4s41XAbDB3PDwTaslGKA2iNZcKvZrZ { top:2.0625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrU23ElOL7Gcwshr7IxA7LXUq0gwuFtN { top:4.375rem;left:0rem;width:18.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMFgzMQbpDZufQwNzxgzPc2V2A08glqt { top:9.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc { display:block; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMWhxSiaBSgSqaHO5dVgDQbQ3U6LT4T5 { top:2.125rem;left:0rem;width:25.75rem;height:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBLxT1MueAeoGlTvbUUTcmMhADNTrRrw { width:28.625rem;height:2.5625rem;top:13.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMFHyy7lwOXI0NgL8WKbsgZQHTBihSX { display:block; }
 }@media only screen and (max-width: 763px) { #om71b2oTTc9tfUIdX8VvAmsPU9OP1VCM { top:1.0625rem;left:13.375rem;width:33.75rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xngoH6m72JLHhyQ0Q3ZNDCAqhRGV68Ty { top:6.0625rem;left:19rem;width:28.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVR4QDnSvTRIifc1wwyTeHp6EHpgvcdp { top:3rem;left:22.625rem;width:10.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R { display:block; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7qEVT81ESyCaVxUNWQOxW71TfimOAeb { top:2.125rem;left:2.65625rem;width:42.4375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIwnwQ1mKif5WWT9Oe2aJrFBoOV92QD { top:9.6875rem;left:0rem;width:14rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTUJVOuA4v2s9upSP5WRHxiZiNIKJFzr { top:2.1875rem;left:26.1240234375rem;width:18.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FD1i4x9oTsdh2DJ83fw4hsXVadBge3 { top:9.6875rem;left:33.75rem;width:14rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1g1AX7lLMQwATvvgS246XPVS0AzmcrU { top:9.6875rem;left:1.6245670318604rem;width:14rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5LuZUwMdN6ThJS7f4QZ9o3y548A22U6 { top:9.6875rem;left:16.874135971069rem;width:14rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNEhsuv9lbcv7Z3VzapzrV34KIcJheoT { top:9.6875rem;left:32.124788284302rem;width:14rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLlS9mV8i2k8numThEWyUtPz8bxiRdPG { top:7.625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDV7p8o6nZLhUGJT6oiKKcMab1v0MyG1 { top:7.625rem;left:6.7808170318606rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmciJoCapE48cxwBB2yepeHwo9w3pNkQ { top:7.625rem;left:22.030382156372rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7wtE7yiRtEIK02UVtwg82MGdUIxKhoD { top:7.625rem;left:37.281038284302rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXvLyXVhi96RGR104aBOyT3GJ7OKxO6h { top:7.625rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLZL42Wi6s7ewaqluM3JwlWpTT5FPvso { top:7.9375rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNO60opws8LBieu8vXa4mpFzmPz11CZ0 { top:7.9375rem;left:7.6250019073488rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5CHWWOchE0bZVAPLA703TWkTBnRq5z1 { top:7.9375rem;left:22.874567031861rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt0MsBu9h9GvWDL8ItzJqixU2GTZnbM9 { top:7.9375rem;left:38.124132156372rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPKvfXsZuv1XspCNREd0wPhFgZwyaxO { top:7.9375rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTcFCOr1s91GdgBHxy0wzoOGqq4Bh7F { top:11.3125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhmN3HqhogQGBBqPcqcT54LNTTZ43SxK { top:11.3125rem;left:2.3743495941162rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1UV1wuDxmzixv0rXyhGoFHGPShInmMD { top:11.3125rem;left:17.625001907349rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z95FPK59S6mqO9ZnM0IRp3TrMMbmPwKB { top:11.3125rem;left:32.8740234375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfs19ZmwqCAadViDx6DUZQMRl3hbKOs { top:14.0625rem;left:32.874567031861rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok2SMG8xZSz72FrNFTxQaGhZoiPt9X6J { top:11.3125rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbMahsFZI84UDDneKXyye6bRPXnxAdIO { display:block; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwMgAWiU3U1XCz1TlV3MzTSQGsDpdFaO { top:2.9375rem;left:19.6875rem;width:14.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLUD8sIVh92FAE4FzQIB3uGJJvXPQVQh { top:3.0625rem;left:8.25rem;width:31.25rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK20LZLBQmTJlS3rHalbwVTRKd92ktTg { display:block; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynK02dT0JtdJu2pr5gL0diIz0xlpsOqb { top:5.125rem;left:5.1875rem;width:18.1875rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkXAP0gZLWLE1GDublAKCt1pldE313W4 { top:2.1875rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCycQMbtSi6VqXin3ZXwLuHPxNgHWEly { top:9.5rem;left:6.375rem;width:17.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7p8ZF5a2OU8SDU50ERb4avUxCknPQ1q { top:2.1875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7XO3eq2Td0yqyPU3yhu8yJxJnGPsp4N { top:5.1875rem;left:0rem;width:17.4375rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgWq2I9BdxsXlHTywgSEkLBBPsGSbTtH { top:9.5rem;left:0rem;width:17.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTbCODzzCBGDeNhiJNey3aqAkwr6MVIn { top:9.5rem;left:30.25rem;width:17.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKogEroIq3QRlRVwW3VzO5EcfBwWXQa0 { top:5.125rem;left:30.25rem;width:17.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTWsvBceO0SiVb9mvm1X7WwrMN6b8Dp { top:2.1875rem;left:35.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKWxBpdQ2sUVdmqugP2DIeTiqXAaDxI { top:9.5rem;left:18.3125rem;width:17.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmK00RMTwbJBar3xLuDm442NM0CGx2oT { top:5.125rem;left:18.3125rem;width:17.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1uD2R0n6ycOtTAiI5uwgdbsMwfKwW6Q { top:2.1875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4nx8hxSz5UZ2DB4VHWkob76rFMo4gVF { width:15.5rem;height:2.5625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalsLEtdxUwNbgyt1rxSz77LbPAmDENV { display:block; }
 }@media only screen and (max-width: 763px) { #c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO { display:block; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRw495uC2WH1snTf9FaHS3DvziEoKwr8 { top:3.25rem;left:22.375rem;width:9.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8m1d3vsDR34bmGN9Hv5ToRVFxo7DrSi { top:3.1875rem;left:12.5rem;width:19.25rem;height:2.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dStNvOeQKblTHZNVq7IxMrJpkEawE58L { top:8.1875rem;left:0rem;width:24.375rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTQ1dUpgKXxTc8auyuHSI2rHi0Gql3hC { top:4.25rem;left:0rem;width:5.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQbeTx70LReNxVDqU5gDXImLxfnUMII { top:4.25rem;left:41.875rem;width:5.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqVdwWgX9uWN9aJtJquKVoCsH7tuxXKQ { top:5.4375rem;left:7.0625rem;width:24.6875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFaKymhzHb2KNhWViMtubVzMLt4fTrty { top:9.4375rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWunmydZrXu7BVKT6lMUuoRAQUG6AvZE { top:12.4375rem;left:0rem;width:21.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnguqV92pyp9v50exUbcSmEHkO3u04OH { top:14.5625rem;left:0rem;width:22.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omggmgEKAD9vJk0b6r7wZPhcxA0CMEV0 { top:8.125rem;left:7.375rem;width:24.0625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVGDF1UAc4HTPcn2kEBEMhRyGPTdXNX { top:9.4375rem;left:25.125rem;width:22.5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao1erGcmXUhUHaZgstnM4Xl9maBN5UgC { top:13.25rem;left:26.375rem;width:21.25rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr0oKJS2On8AtovAoh2xfkisszbC4A4c { top:21.875rem;left:0rem;width:21.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woy1AcyvIvamd6003DZpyOdgKVDHIQRr { top:24rem;left:0rem;width:22.6875rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK2KkCDe8N0GpJE0Lu8MLWycaz2qlk5l { width:14.75rem;height:2.5rem;top:24.3125rem;left:32.24342918396rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsSB68Cgr9dBrx3ygTNeFUsNFgnxCFP { display:block; }
 }@media only screen and (max-width: 763px) { #gRwisByFiXebbyEB91WhVUKhT0Apn0vx { display:block; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZbbAN3W7MyOyLo6bXCk5vAC5OoLJqhH { top:6.8125rem;left:23.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmMhpzm2GCeb47PR4Vrnr12f9aOwI76 { top:3.875rem;left:23.875rem;width:0.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnZIMfb5WMyLVPGb5WOIiolJdhSXB4qt { top:6.6875rem;left:0rem;width:9.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2yyTu9a1iNUzDm198J2w75OBpEbIOTA { top:3.875rem;left:0rem;width:37.125rem;height:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg24Aci8p9Uk4qF50K1U90XVQ2BTxMvA { top:10.625rem;left:0rem;width:35.625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnD52PuzGmMEb2wMhQ3gMPNkGKuuae9n { top:13.125rem;left:18.3125rem;width:29.4375rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmw6CG3SxXv5MMyc24NbAq9RtnfW5bnT { top:4.625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEHAJwwfUvkfeJ3ymfRH5SzW3SPD7Vc8 { top:20.1875rem;left:0rem;width:33.3125rem;height:9.9181894963145rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX { display:block; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sleBE7R3u5I6FbrvJ0hvcefWxMzse9ma { top:3.8125rem;left:0rem;width:47.75rem;height:0.33159722222222rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVTNli4OJKnaTZeBddNWkpz2OSNTShmd { top:7.5rem;left:0rem;width:47.625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtfNfOgoXf6waTwEgUWTyOcoLfsqBXs { top:8.5625rem;left:0rem;width:32.5625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4LbTRZRrtqLs7UfJiikCpN88dDuA35I { top:11.125rem;left:22.4375rem;width:25.3125rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TfBimaoBnw8MxkdQN4e5XwTd3UOhwJ { top:11.0625rem;left:28.75rem;width:12rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuWLewwE9HFpkO9zDi4mJKHKmPQsX12b { top:14.875rem;left:17.25rem;width:30.5rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxRMIX7MidE2apZKRMrSuFFrpWAuxm1 { width:12.375rem;height:2.5625rem;top:24.4375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xoeZDwCRWgEDQLrT9b7fgCooHTBcie { display:block; }
 }@media only screen and (max-width: 763px) { #nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn { display:block; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMlnra1VMLHTL4o8QFidUXIgEhJsnyVo { top:1.9375rem;left:0rem;width:22.5rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyVbpvkriJUsNZay0oZXkqSyiLURyuZJ { top:2rem;left:0rem;width:8.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC { display:block; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWFmsZvLR0O4V01LRQkJCgOADwpDs4gB { top:1.4375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrDxOAlW6rPnfPMgJ3fQJKZ0JCRyDNTG { top:5.625rem;left:0rem;width:24.375rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1qpo99y7nv9uLTd4zNW43mcLq6rwokX { top:8rem;left:7.625rem;width:2rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ZRydDfJSGWSbPlz64ePUbA9pgnyhGg { top:7.75rem;left:7.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs1kRciDTi2g3Ap8Jyu3UT49GI3AtmHU { top:8rem;left:0rem;width:19.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBByMILFvLy0KNlr6ZE1IQg3Fa6QZTdI { top:12.125rem;left:0rem;width:22.1875rem;height:45.875rem;font-size:0.875rem;display:block; }#zBByMILFvLy0KNlr6ZE1IQg3Fa6QZTdI li:before{  }
 }@media only screen and (max-width: 763px) { #eTO0AzbESQxZuzD421qXF9kt6zlvRr3Z { top:5.625rem;left:11.625rem;width:24.375rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWoqcT4NS1JcA2cIQMudETsTGpLrpkH8 { top:12.125rem;left:12.8125rem;width:22.1875rem;height:12.375rem;font-size:0.875rem;display:block; }#IWoqcT4NS1JcA2cIQMudETsTGpLrpkH8 li:before{  }
 }@media only screen and (max-width: 763px) { #Uqd07edETFcruWEI0tSFfGrvv9cIJoEG { top:7.75rem;left:32.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGgKPPNOKWTIV9HNc4OEbvLB3ruuCpCd { top:8rem;left:32.875rem;width:2rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlqWH11IusZJCeBaVw5sQVv9xn1pZ9i { top:8rem;left:12.8125rem;width:19.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhOuteWEM6AnGmmsgfoItgxTLQmLHphU { top:5.625rem;left:23.25rem;width:24.375rem;height:53.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJz4hTb5zLQdnLxOFSqfMJkGmui78pxe { top:12.125rem;left:25.5625rem;width:22.1875rem;height:44.75rem;font-size:0.875rem;display:block; }#xJz4hTb5zLQdnLxOFSqfMJkGmui78pxe li:before{  }
 }@media only screen and (max-width: 763px) { #IGe9mcNzbMLgQMwIA0Tt1bS4L8W2sKnt { top:7.75rem;left:45.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPar9UPiBJbBuZegcLhXC9EpTVgVNcQ { top:8rem;left:45.75rem;width:2rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izF4qwRMd1pe8NP0GFgF3wmTNnCV4Juq { top:8rem;left:28.125rem;width:19.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7O1wQt4fJaSlSAh08LoTelCpCswDRGa { top:60.25rem;left:0rem;width:24.375rem;height:58.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXq7oIvOK3tvG1X6B8UoTuJbSqpPSts { top:62.625rem;left:0rem;width:19.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gKuCb8ViGAcTFawpOsDKcztiGfJwAd { top:66.75rem;left:0rem;width:22.1875rem;height:50.875rem;font-size:0.875rem;display:block; }#T9gKuCb8ViGAcTFawpOsDKcztiGfJwAd li:before{  }
 }@media only screen and (max-width: 763px) { #kRiT7BnqUVz73vwOBZPnPttB6XFl4oPf { top:62.625rem;left:7.625rem;width:2rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7fXJu7CnQr6abHnT8AHUqT5lhuEsTT0 { top:62.375rem;left:7.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIlGV2JVd149VmweCs4zzyTOvUubJ8kG { top:60.25rem;left:11.625rem;width:24.375rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBrmqDmLt4r2NUfWW7ihR5NZQSDQGIR1 { top:65.4375rem;left:12.8125rem;width:22.1875rem;height:18.875rem;font-size:0.875rem;display:block; }#oBrmqDmLt4r2NUfWW7ihR5NZQSDQGIR1 li:before{  }
 }@media only screen and (max-width: 763px) { #dOHfhJtwyahVm80dQQipUsCGQRoVIDHH { top:62.625rem;left:12.8125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtT06XRUTxNaN5aCZFlqU99kPWkh454M { top:62.375rem;left:32.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d03wBIcITVQM9E5XD3cWSvz5hTpKMX90 { top:62.625rem;left:32.875rem;width:2rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CSqCh454ci3mpeha5yFOlAueaCoSoc { top:60.25rem;left:23.25rem;width:24.375rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJwaeyvoUX3KLApAL38Tn5EA6O3zFSX { top:65.4375rem;left:25.5625rem;width:22.1875rem;height:11.125rem;font-size:0.875rem;display:block; }#dTJwaeyvoUX3KLApAL38Tn5EA6O3zFSX li:before{  }
 }@media only screen and (max-width: 763px) { #dGy0DUCHsbbJrJOLTQ86QBzSqgwHJadb { top:62.625rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbla01nF6Ptl0Uk7cXFG2tuEhNWuioPW { top:62.375rem;left:45.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMFwCGuIqtHs8s7ExtRZEHu9yOkZvp41 { top:62.625rem;left:45.75rem;width:2rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQhG7DlCZb5URSMb8u1mLBT2sFNX783H { display:block; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pp3TDkTDtZzT1SVPw3riz4k0lJw4Kc8h { top:3.625rem;left:0rem;width:5.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbO2Up2xn8JI1EbIT8m7ov4VCWbqNnnu { top:4rem;left:0rem;width:2.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyhz6lQZ9SOauSHKZioMbhnot8LyxeAX { top:4.1875rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBIeRV7ImBfsfFZ4ScRnfz2Tpo3oemHK { top:3.625rem;left:0rem;width:10.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QblDASU64V5n7bF1Z540k5gVETqdnnst { top:4rem;left:0rem;width:11.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdneSxLEkONACHXmpDRWV68cSgoTfr4x { top:4.1875rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmAPaNl1QHeaNeX1vn4OTZmzuUy9q74k { top:7.3125rem;left:0rem;width:25.3125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #an1U3STyob08fsC6fgIF6e0zleHfJdVd { top:7.25rem;left:2.75rem;width:6.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimnAFcgIGU9Ivewxid6tfnUMVqPmIMT { top:11.6875rem;left:0rem;width:24.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkH25a4uI2LhTeChevJtBDBds3BZeAKn { top:19rem;left:0rem;width:23.875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anF9i6FRreTNfLdzmkwNzDTZ0RiO45KJ { width:17.5rem;height:2.5625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGMU7f1z3Spzx86t4ilPwdpMFUf99Pct { display:block; }
 }@media only screen and (max-width: 763px) { #fltAhNGvc8XK9esJ6B4GePkKmbGzfoUT { top:2.5rem;left:32.75rem;width:15rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bF7VA4qn0mPDiu0RKhvhOvTld7pnUh { top:1.1875rem;left:37.75rem;width:10rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6yLkFbPJNKdOpR8KOspviR4xp2FhKUG { width:17.5rem;height:2.5625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKBR9HBnBhPXzOkZ09ktxkGdhL6p8elJ { display:block; }
 }@media only screen and (max-width: 763px) { #bUyru3awJBa94kfy6g2oJ8o4CaXxZqQD { top:7.3125rem;left:12.75rem;width:34.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mGVBJCrn7CkF9GXFvTTHeig2D2Bxtm { top:1.3125rem;left:45.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkS8ZCrh2OM1Z13WhmrnXy4PNQzu0Kwc { top:1.1875rem;left:31.9375rem;width:7.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaPJBQWvtqxLBGgZtaiPzfE72Xc6kh8T { top:2.5rem;left:30.6875rem;width:14.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqZpMHTo578TrEaSx87DwGHJAZBOV6N { top:8.875rem;left:21.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSFgVlonPca2MA3VU7i5sohgAu5Fig2a { top:1.1875rem;left:17.4375rem;width:1rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwOwMekqScO4iK6raPlM28OCLmTtVcMc { top:1.3125rem;left:30.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .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; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .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; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux { display:flex;width:18rem;height:5.0625rem;top:37.1875rem;left:9.09375rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #r0ybSUGc6UH0QfOITpZ3Z13wspbWNmDB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #bPsIMxJGsui1sGOQxccAZzydzWxfmmyX {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #DxrIGTvNbye2MtnJfgkstpgc50xPwk8h {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #DJ7SSi9VdK2BEBx0711iBQomHz7kXZyT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #bSPHv8k18rRxl3LzE2AqEC336xTzeWae {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #rbDQ4ZiPsFCO3hPFDUOGNMZKoNx1Hwzx {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #u8mdZza1brHMd2lw4Pm2elho8pQgOPaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #iH1oc5X60v7BGdouqyEqt2Od0LbnkGXM {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #oLwEVzDpI8bLeUvbA4WaJ1kDi36qDx0R {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #gIvgnIbJEGmnGEQVhshk4TSEUhqSWBEu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #oxVQPAWpdaQ6DnHS5QUlwzRiul9EtZ6t {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #U6lJ8vyd2MUx371y0HlBDePqtsn7AtyR {  }
 }@media only screen and (max-width: 763px) { #PbcC7xclvCpIC3BT7Po9ToNQ1RRRlrkQ { top:1.1875rem;left:18.6875rem;width:10.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU9ECfFiOy3tfLNCmFFgmT4cvdSAwrvE { top:2.5rem;left:17.4375rem;width:11.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxybF7BbG8hpzMPLQVi5H8TLCDUTqg2O { top:8.5rem;left:23.25rem;width:13.5625rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQsOb4Z2Ecb5brgUyR3mT6PCqP5wUzwv { top:15.875rem;left:17.4375rem;width:9.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scJ6gXyFpUmnWLK6WcaEE98a2swqEalh { top:15.875rem;left:28.8125rem;width:13.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRsrFxvVsbAWv19qOe7rzMMlDBD9UAbI { top:15.875rem;left:29.125rem;width:18.625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrGiGboQxTx15TBq4B3nEt5oAawv73W1 { top:18.9375rem;left:17.5rem;width:9.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgqixWU5qIKDw1rlWNABDJN3dhDpoWz { top:18.9375rem;left:28.875rem;width:13.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGiCTMD8rlTtWyalTnk3oNNIxVraHv7H { top:18.9375rem;left:29.1875rem;width:18.5625rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXpTP3KQbxWiGXmqmptZBNFMBGyFcpbw { top:22.0625rem;left:17.5rem;width:9.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA50biFXCQWu7Nq4wbUFdOZkORebgnZq { top:22.0625rem;left:28.875rem;width:13.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqpTys2mlS7aIQ9lKI6mpRT3oSEXqmD2 { top:22.0625rem;left:29.0625rem;width:18.6875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQIuF1a42GQND8SyxVRe3hRtRX8TuITM { top:26.875rem;left:28.875rem;width:13.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQzCWCOR3gILlvut8DZAnMgQoX4QJbvr { top:26.875rem;left:31.5625rem;width:16.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtVdWs9DB0HdWPbqH3kloIIwFJPKinIK { top:26.875rem;left:17.5rem;width:9.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnsVOfINTNMLyXbaFTOlcqI3F1NnKswx { top:29.875rem;left:28.875rem;width:13.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGOWF87mTgaeLSyRc6AcmL2cIrKLVkZh { top:29.875rem;left:29.125rem;width:18.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCF2TigvzIlhTaVusIxbZqPwdttPva5J { top:29.875rem;left:17.5rem;width:9.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqXDEecrfXkcyoGmOTXT76HxOwnBzbHN { top:32.875rem;left:28.875rem;width:13.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmgnWfn3R8xwb9SXAsV5KNUtOkaZG9J0 { top:32.875rem;left:29.1875rem;width:18.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkWOgenbMAPHdlVrrSv6mkOZ2VBxeEAS { top:32.875rem;left:17.5rem;width:9.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHDxburUm5WvpqTxeMnByegDoheUPanw { top:35.875rem;left:28.875rem;width:13.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxD1vaLTUTNam9M6qh6S25fzCbScvQ6B { top:35.875rem;left:29.1875rem;width:18.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObhdvgWz8PVkVnaL1E9E6SriBVmFSETP { top:35.875rem;left:17.5rem;width:9.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsQruGM73QTJ7qLND0if62wT592K3vcI { top:40.375rem;left:28.875rem;width:13.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsCQnNhwDtIElEuuaPk5JUE9cFRFGTct { top:40.375rem;left:29.25rem;width:18.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0GFWDQFKOmdqtNAccSJZuMrIaLVi9oN { top:40.375rem;left:17.5rem;width:9.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJrHmpDIrPfsaITORRWZ3x8niDEnExtN { top:15rem;left:0.6875rem;width:46.9375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAl3l7v253KesNH4kvgRpRGhaM1smzQ { display:none; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iy4wqb3u5NQ1eRD918i8OKpxPm1Facb2 { top:6.5rem;left:17.5rem;width:1rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tulFNhEaNI3fd2c34Ch7Ak6KCkAy2aQZ { top:19.5625rem;left:17.5rem;width:12.375rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEXobZCS9q4OCqlUwXSt3ykAOy5sskVl { top:19.875rem;left:18.75rem;width:7.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgcSdWnk0tOHAuyG3osMpMPaMIap0NB4 { top:19.8125rem;left:17.625rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .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; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .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; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT { display:flex;width:18rem;height:5.0625rem;top:37.1875rem;left:9.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #vzWToFU23puVK9lDTiX3tXEgGGWozpav { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #iGBRN0hQQC61ByUhmHNB6kJ4VQbFJwDo {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #k26fEk1Ly1zwQBhGN9ikc1EaqKiffyxV {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #XAKXr8HbbWh7zdf7bLaVsLHDAbBrqbRa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #L7GUu3NQMeqCRJBTWVDRkfIfypE4mtDb {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #r42VIWLox6UVI0l35ngVwZ1LKsmRhwpQ {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #WpOdESa1GaLRdz3hiuLe2Qqm0rmRAFQa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #SHTX67EgMzswx7wMcqhafIs7kT0rO815 {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #czmPVdXRd42xV8fEvxg59mLriaGGT3Ur {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #HLMLN7BK5XzutTPFeAtnRmqffZ6CcJew { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #JiUzHUPlmw1QsiDHpRnbkPWPcBbKeTXK {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #bs68xUwG9t4txUuT50MQafKF3rGAHus2 {  }
 }@media only screen and (max-width: 763px) { #hpfSyOoO7J6iuKtfDIMuovbQq60QcDQH { width:12.5rem;height:2.5rem;top:24.6875rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuyvWM2G7Qc8Bq2LGGq0UsbSLuXAFqA1 { display:block; }
 }@media only screen and (max-width: 763px) { #QWAh8o3oWoAMHghhVS9nJcRooxVyPkUA { width:12.5rem;height:2.5rem;top:24.6875rem;left:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8ToeekAeh5pgKohiloKF73TC8DBZisd { display:block; }
 }@media only screen and (max-width: 763px) { #PzKoGZFkBTrPQp1u8TOMhzqO0Qdec5bU { top:29.6875rem;left:18.75rem;width:7.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHTxeuitAM1ouER2GGbBg0Wyh56Z2Bc6 { top:29.875rem;left:17.5rem;width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvTWn14uHHLolWrIqHTc9uXwa9RNmQPV { top:31rem;left:32.75rem;width:15rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO16h2BHFQX9oOwcB95AiPtluF4bR4cC { top:29.75rem;left:34.0625rem;width:10rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZP9NASMsnBuhK5t4I9bihzkgqTDWgevx { top:29.875rem;left:32.8125rem;width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fKQwqVhGtCqwNTE1hhNKO6eOxmw4EGfC { top:5.625rem;left:0rem;width:8.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHQrwpe5soxwmXsb8C2oHwwGCx5TwMhP { top:13.4375rem;left:18.5625rem;width:8.8125rem;height:4rem;font-size:0.875rem;display:none; }#OHQrwpe5soxwmXsb8C2oHwwGCx5TwMhP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a48dfe4-65fd-4971-85ab-017cef3134fc/Checkicon.svg); }
 }@media only screen and (max-width: 763px) { #sWAVpEiugMtIrTb5KmBrdufMvTtEL50B { top:23.125rem;left:21.244138717651rem;width:8.8125rem;height:4rem;font-size:0.875rem;display:none; }#sWAVpEiugMtIrTb5KmBrdufMvTtEL50B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a48dfe4-65fd-4971-85ab-017cef3134fc/Checkicon.svg); }
 }@media only screen and (max-width: 763px) { #HmqoguzR1QHVVx8TNesgXb4SuB3qIs1i { top:2.25rem;left:0rem;width:8.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFOxXX1ABBXbq0sK22HWcrDT8DSAKMEF { top:3.9375rem;left:0rem;width:6.9375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq { display:block; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3uhLwMTdXpqTAyUggSbrxLzHWyIfoxf { top:2.8125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZLnrQAtOnzxO04k6Gpn0dNQZBTEpuxB { top:2.625rem;left:17.0625rem;width:13.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRRNSBprcqxX0aGe8yyh4KCAZqyi8PcU { top:12.0625rem;left:0rem;width:31.875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvbt69qF79R9gHn29Z459g8d15XnFtnz { top:10.1875rem;left:18.875rem;width:28.75rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq3ZNovozrMGmy0E5UGBA7Hb95xaviTa { top:10.1875rem;left:19rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKuqVXAhlIESGkTqJCzgZCizb3et8Ot { top:10.1875rem;left:23.78125rem;width:19.4375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrt8nWuHioTOiqm77D4sdZMONpTcuei7 { top:10.1875rem;left:19rem;width:28.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXbPT9c7ILw4vpRnKG5i0VV3o0WX4fuT { width:12.5rem;height:2.75rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhdD7k9Tq4mv6B51L1ZVuXIGJfahRHoo { display:block; }
 }@media only screen and (max-width: 763px) { #KRdB3mXs4SBJyg8ar0ETeDDlBoVTT3PI { width:22.5rem;height:2.75rem;top:36.6875rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tss6v4vmPJLrIhLqsofB3KnO1fti9bMs { display:block; }
 }@media only screen and (max-width: 763px) { #HQZ39S37dQqDEy3TKndqHvZmlaUBfPmu { top:15rem;left:0rem;width:20rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DierB6mqZxSuHKlZPZ5dv780DJxFSKbD { top:14.8125rem;left:19.71875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABTC0Rftbklaxgnpepx5IMn877R7ySi { top:17.5625rem;left:0rem;width:11.625rem;height:5.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erm4dxmIHl8oRd95bVh5K4SuB34ZuF3c { top:19.6875rem;left:9.125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4m0XhmMFeHx78hwMONLngyA9lpSAE0q { top:12.6875rem;left:26.9375rem;width:16.0625rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df7DUfTsFALp9xTbGb7hBfQZErcuR7yK { top:15.25rem;left:26.9375rem;width:11.625rem;height:5.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXZe6A8Mc4kDeS8Wm9w6V2RhhcTZFzr4 { top:16.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4I92AxIf5T1H5XZEVTheZ04laSi4zUF { top:12.5625rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGwbxxN5AFDi5tHzgJO2TqPgoUnxWTcp { top:17.0625rem;left:42.3125rem;width:5.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9DwUPtiUv8XwO814rl6T2vMqRZb3BCM { top:17.375rem;left:44.6875rem;width:3.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVsWQ4FN68hXtAk7kXsAz5IiGvlCcHgb { top:24.875rem;left:24.625rem;width:23.125rem;height:;font-size:0.875rem;display:block; }#bVsWQ4FN68hXtAk7kXsAz5IiGvlCcHgb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #H5Xot02TmT4IQQ3UTbTWg76VJvd2EcST { top:21.0625rem;left:26.90625rem;width:10rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyb2JwKyOZtmte0Eepf3KNbutklNUetT { top:21.375rem;left:28.875rem;width:7.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVk7Pxfp8oELXRF6Lrv6MiqD7z0cXMAO { top:21.4375rem;left:27.625rem;width:0.875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBxK27TnFf8yckrKaz5uMoy79nPBtF5 { top:24.8125rem;left:0rem;width:23.125rem;height:;font-size:0.875rem;display:block; }#PzBxK27TnFf8yckrKaz5uMoy79nPBtF5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282e7272-be04-4251-9c72-c40cc01e5301/icon_thick.svg); }
 }@media only screen and (max-width: 763px) { #uqrDxU3sBzHfTeNK1x3ZdV0zXcHscBG6 { top:39.875rem;left:0rem;width:9.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0amPBUuN4KPzcizcL6WVIhuxgDISOaF { top:39.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln87dmC5zWiL7zWM6hIUDTCKOt31yI90 { top:39.9375rem;left:11.875rem;width:7.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr18m0TxHL0rvIPl8uZaFz8QdMRwQTw8 { top:39.9375rem;left:9.9375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xng7iW38e5H4uPVoWSXsJI7XDzZw7JPW { top:41.5625rem;left:28.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM6q1DQxA8OKIU4Mf4KCGBf2qihwn3wz { top:41.5625rem;left:30.1875rem;width:9.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraEAq4h5l2gTuTqXHiq3tKoUUfqSDca { top:41.625rem;left:41.0625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AidgfMz4e2wRsU7T9hXtfQ24flV4BPH9 { top:41.5625rem;left:40.375rem;width:7.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy { display:block; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTHhGfChTzdTd3DL8XpOmGHpOOriRK5z { top:1.1875rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlWqqu8JJFnQ7sXgC2U4nxdWv2rPPsW { top:3.75rem;left:17.009763717651rem;width:13.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6VBMZAmkxfGTExIudK3W16BzgletWdF { width:22.25rem;height:2.5625rem;top:16.4375rem;left:12.7373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnZl6sWrVOUIulOycKmO4RHIqt1CTkE { display:block; }
 }@media only screen and (max-width: 763px) { #FL9My64537KNTqoTDr4vc821vv599CMG { top:10.9375rem;left:0rem;width:27.375rem;height:;font-size:0.875rem;display:block; }#FL9My64537KNTqoTDr4vc821vv599CMG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #qAAQJuqcAZNpBX0zpanPPV0TutngwQEV { top:7.6875rem;left:0rem;width:28.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7t7LCApzZwCChFdZQiUcPRBADVTMKpg { top:10.9375rem;left:17.4375rem;width:30.3125rem;height:;font-size:0.875rem;display:block; }#t7t7LCApzZwCChFdZQiUcPRBADVTMKpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #T18dz3st3q7ImlHD0ZhutrXJTiwm9KcN { top:7.6875rem;left:18.9375rem;width:28.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9EiCuw0r5GIloZsF0QOIlksr3LViTeV { top:7rem;left:0rem;width:28.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4KkFT3ibKRhlH5T4qNZEAbBwoDyq9em { top:7rem;left:18.875rem;width:28.75rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l { display:block; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzKwkbQi2VLoWsRAfM7VoP4ray6CqbUP { top:2.4375rem;left:18.875rem;width:28.75rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s68gyJVWF0IChNNu4qzlDE2FTfw7sVgS { top:2.4375rem;left:19rem;width:28.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVR7ufARor1al3mLdtuVfZaB4mJ02eaQ { top:2.4375rem;left:19rem;width:28.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR13ZyktnONP4B7RiO6f0FO0trn9i1sr { top:2.4375rem;left:26.75rem;width:19.4375rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-regular-label { width:21.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-text { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-textarea { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-select { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-button { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7  { width:21.6875rem;height:auto;top:7.6875rem;left:23.5625rem; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .radio-container { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 {display:block;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 { width:21.6875rem;height:auto;top:7.6875rem;left:23.5625rem; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #cSeoqcvgh477ceZgpdksOXtv43DS4WxA {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #wUHnLOhGBJMgP5FW0MJy42gKt6i7K0gs { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dw4NIe1IByMfuDumUUE7HlTDRuNPCMPE {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #JmSihzbt3zfx9xd5KsUbPG8pQX0fb4M8 {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #TbWOiNMSFJb7XVS9sMFeufgulGnOT82s { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #kq6r4uQUiFIWTBPaVbb1OglIVuAIbLxL {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #GC2vvBGxTho4WBuASpzE5VDQDxXwC1To {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #lFcx4JZo76GhVdArrxHkcbPRvPTGMDT0 { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #KKKbs43bWXP1IeuPSNTZZ9LS8g5xpHkR {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dLhEH6kkURpDvneLm9rxVpD6GuzH06EM {  }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dLhEH6kkURpDvneLm9rxVpD6GuzH06EM .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #CEBzvcXItcWuzPXUzLRgOgzOR8rozmpT { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #fg27qCcfT9hSXIu64FBcEN2k2fPFIl3i { z-index:2; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #LP0q4Lu06EVM0xDlecWZqsphvAam0o8a {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #o6QJ0zP7QX1rFyA39chLgXMm0Ud9BO3c { z-index:2; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dZAcCqkOklnNeM0Z2AvshJagNoSGrayi {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #U8GBvuOkyeRAqsufPdcLDs915MxSzCPb {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #xHuL4lGNcLZ85E8Nn5xAyWLwUsn3CTFS { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #aIZif3QtfDxpzfuZmTuydsKdA0e5ug0k {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #qaDzrCOzmRQGImLKSbUsiraxZMfwiZbu {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #M954nzCwfE1N6XKW7oEUTEVOhmJcoZs0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #NnDLko8thSwuvoFvPlVcgW6MqL4deb9X {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #lAGgIuRRWCGbv6gwBr7Tx3Gr2Tgc4iSi {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #uf49MBHHSV51TwDLZ6seRcPieJUrX0rR {  }
 }@media only screen and (max-width: 763px) { #vTTKlnJ4ZPZ0oI3PeO796DEZahat3Ptd { top:5.1875rem;left:29.9375rem;width:16.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnW9HKRNKb3pBsa997gvlucCDdcw2of { top:4.5rem;left:0rem;width:46.25rem;height:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHoKQnaT6OZ8DOxrIq3eyR9H8yNbHdAg { top:9.375rem;left:0rem;width:11.375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Eax8EnWEXCvnPT4xaVZTHlFd5LRT6d { top:9.375rem;left:0rem;width:29.8125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cznu0grr0CodAydV4k4CCQmmBVsbLNBo { top:18.25rem;left:0rem;width:21.4375rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGosaMkJIwUTV1f2qePH67sdWzgoRpwq { top:26.6875rem;left:0rem;width:21.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vITyCoR16LqXMeGd57xnT7WJgsiALB4V { top:34.1875rem;left:0rem;width:13.25rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxe1I2cil6HP7UZdTPVgtdqTvKAnMrqT { top:34.1875rem;left:2.5rem;width:8.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0d28kUmyF2dkbouGAXgTcsxyyXJG8tF { top:34.1875rem;left:13.5rem;width:10rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgAnz8IXAybAzOTO1RKe0lQVlHBTM1R { top:7.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBLIgB2DTfBZyLdyOat06mEZS8dSUbz { top:15.625rem;left:0rem;width:21.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmPyTQ6hvpJQXbMpJ7iTtqctvJioQFM { top:30.5625rem;left:0rem;width:2.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcO3oWVlCz3Ac7POfw8P09NhsEaUxkVt { top:30.5625rem;left:2.625rem;width:2.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThVvGeueh0fPqVOQ40CUQtlocVp3qRv { top:30.5625rem;left:13.5rem;width:2.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7P3rcl3LNI8cHieaptrFdWGd6a8lQpD { top:15.6875rem;left:12.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyvNqS5u75O1zs3BCnRrnqGCTJxkGR9I { top:15.6875rem;left:15.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJk8URI3BiMDI0TbIeOTI5o3b9dzGQx { top:15.6875rem;left:19.1875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu { display:block; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy { display:flex;height:auto;width:27.8125rem;top:5.125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #crWPl23CH0e20zLUioPx5BSvVlTOE6Dw {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Xf8ZhovotwSSVLnTsRncsiA5T6hefLnH {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ivb0AxccHnp9WyyL4DlE4bTCbn0MWg6B {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #VIrfIsnNzH5xt7UGTQ3Vng05lN1eiL3T {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #rZLqsVTtaPRFyEDyFlr9Dh9hxfyS0Uqh {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #DPp2qpRkbSLDfR8Es7gpITVrreDaPxoT {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #t1avm3fEMTQiZE2gfCbZo328GiHur1GU {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #TZA2oKOrZxFbyJyhUrFbh5pztbLzZzGJ {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #cQLDJWI48AgKT9C8q9q13wVJVWHHNFpC {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #VFlfsImoUFUAzTXzKqVKKJNPkNIO3xub {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #mOEif3AeqFaGARiwPgMPcKC8ksQIAlbC {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #XbXlFXxPwhFyTWM1cNiLeORFG0kKNymT {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #O8oqELJ3iTiFryEqLldZT8LHA5O9h0EK {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #rh5c1VEQBoeEO8BMD6vMl3TWZNi4SQfN {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #KbOwp2cZxSCtGHIR5lpzNVRTzwx94M9O {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #H5h8JJ3lCNPHrVwVGoaTb6cWkMOPoGlw {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #TQMooWTrdNbqh8kD4WcU84DTF3r6lzKT {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #NaXe9mSQSi8WTzRhqm3C6ZMxDFUcUgUQ {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #hTD88yPUeFy7zhUPyQpivJUo4ODVJFgC {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #trvumchQUgB7vs7wWom5BSXm3vq9rCSs {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ch5L7TsJsIqD7WQ6M7QHxT3mfc1DTJXZ {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Fk45RpJqDEGIN1nhiS5HJ48dKTRcflKf {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #xqsso7QgrcWhCeAfBXG90H5TJuFZJqCg {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #IenphvEWldCmHaesHd0xaSEd7PhkL5Us {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Lsgns7bDTJZEMllVG9qLwOqQfXuIZ3Kk {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #gbhGo358DPPM9JCQqpCGpBK35Bg19n7o {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #W0bhSTN4yhmnWfxNdK2ePNNCM8vS65F5 {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #fy4psGyzevMKqPBwBTFfQdREQeKpBbut {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #vJk3eLy1Jn0Zw3G4qiCPACkn71aQP5nd {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ju7mO1UXTx3gA3Cbdt7CiMs1aF0bMDsM {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #NvTC5OMdCHUpThHu0Tk8IqnqkXk4hKas {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #trTS568nFacZcOCt9ThoV91OkfTAdy9x {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #ycwofKDfqE7v4GDUpWXIuU3WAeGEImEz {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #AQbwqgXo08bee6fARDaQTeaHvHuccyvo {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #KuN9RMkHBfDGzPsCI1f2xHzKcxXwVPBb {  }
 }@media only screen and (max-width: 763px) { #Jlzdts4Oimfzkg7mwsGRhUVxFbL68tA4 { top:3.0625rem;left:2.2494678497314rem;width:43.125rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tppTzW2iKr4cx3h2T0BBNmvMH5cc7xqI { top:3.3125rem;left:27.843393325806rem;width:9.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 { display:block; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSTsWGDPNqNEgy7aQUEHazNd7TEgJkHn { top:2.8125rem;left:0rem;width:22.5rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #phuksc2txFPFg6tC2GF7X6vzDlULagBA { top:2.8125rem;left:0rem;width:12.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pevOZOEGB2331dfNTzqUdHuaO8SANO79 { top:9.25rem;left:0rem;width:17.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5lTTOehPeif1C4hyyhL64WQ5VTM34b0 { top:2.8125rem;left:10.78125rem;width:23.75rem;height:;font-size:1rem;display:block; }#H5lTTOehPeif1C4hyyhL64WQ5VTM34b0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #zr0qKT2oZdzTflXtH47xQBTFMRr47pGf { top:2.8125rem;left:24rem;width:23.75rem;height:;font-size:1rem;display:block; }#zr0qKT2oZdzTflXtH47xQBTFMRr47pGf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #vwIGTn6ZPRpPbvWCKLT04nxqSUdXTeXc { top:30.8125rem;left:0rem;width:47.75rem;height:0.33159722222222rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1r08dUz2RaIet3qgIqucPteq0l4pK3k { top:17.375rem;left:0rem;width:13.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJBMR8NOIBHZq8I8IZwNHx7K0WMlASiT { top:17.0625rem;left:0rem;width:14.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdrsEwlcEcTxzOaoIK4CVS57Brm6JldI { top:17.0625rem;left:16.6875rem;width:14.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78UGJWd009UQfvDP9wlK9kkDdNPex5w { top:17.0625rem;left:33.375rem;width:14.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4AV8R7VMfBDt5R4Tb71Vi7J7qiM6LT { top:17.0625rem;left:31.9375rem;width:14.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUv6TMxikKXot1Ip4AuCSPTkEGZlUKxV { top:17.0625rem;left:1.5625rem;width:14.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyNQ6MZysfQABSSsISGAm84qQ1IPFfQn { top:17.375rem;left:1.875rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m49zK7WUBeg16GIVS3NUyqZLOOdWy8HX { top:17.375rem;left:17rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHR5p5SC9XwgKGzPr78rofIOTLUbevqw { top:17.375rem;left:32.25rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE9CEnJMZ8o8l8cN06QUhv08WzdhPzbH { top:17.375rem;left:34rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT { display:block; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2OSFCZWxWTZTqVvw1D8mcTe6sF6eeJ5 { top:4.625rem;left:5.75rem;width:18.125rem;height:9.874125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6DVEFQTkXAfQdXQV3voECc99y90vEyT { top:14.375rem;left:5.75rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MhufWgqyBLM40P1O0te3lybF2CvTxx { top:15.25rem;left:9.0625rem;width:14.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCm346vciIrNWDOhiDRD5DFyoD5AW7W { top:20.25rem;left:9.1875rem;width:14.6875rem;height:;font-size:1rem;display:block; }#FaCm346vciIrNWDOhiDRD5DFyoD5AW7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #xG8pvn32GOzNg4tnJvEiA9myhZxzOBCz { width:18rem;height:2.5rem;top:28.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgRH6QedIFEOGuJvbU4XZo1Tuh4GagTr { display:block; }
 }@media only screen and (max-width: 763px) { #rR0hKwHRxHtOKJSDxTW3L9cAQX8Vk6ZB { top:15.3125rem;left:21rem;width:14.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul7XGtubDXgTWmLvktkg2hAutzxD4XRS { top:20.375rem;left:21.125rem;width:14.6875rem;height:;font-size:1rem;display:block; }#ul7XGtubDXgTWmLvktkg2hAutzxD4XRS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #KteRHPiSilUxNTxRC9Gb0Ed6M0Wv1PtD { top:14.5rem;left:17.6875rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiSTQZNR8sMS1V98Pxr5FS1qRlkItWku { top:4.625rem;left:29.625rem;width:18.125rem;height:11.936875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpEVww35naUzXB1miFfKd7CuyMR7dRfQ { width:18rem;height:2.5rem;top:28.8125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBEAq7GhqBx5HefDbO88DtTLdl3A1PiT { display:block; }
 }@media only screen and (max-width: 763px) { #vu7tfpbymcCbBrN22qENVlrrUcKqR5v7 { top:4.625rem;left:17.6875rem;width:18.125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT9z3nQs2iUt2BhM4QQht7dbQVHXUlWT { top:14.5rem;left:29.625rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERc9TRwfOsnZqTpWLqatIhUpaH28GrhZ { top:15.25rem;left:32.875rem;width:14.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4bWPqTpVL2DyCb41Ps2GGgUHTDif9Mi { top:20.3125rem;left:33.0625rem;width:14.6875rem;height:;font-size:1rem;display:block; }#x4bWPqTpVL2DyCb41Ps2GGgUHTDif9Mi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #KcvKmpBFQ2nDzna9IvnAZ6AgU4EZlHtz { width:17.9375rem;height:2.5rem;top:28.9375rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBKOkgSWmOW7tvRuEZGMD9MmrikyU3ft { display:block; }
 }@media only screen and (max-width: 763px) { #lS93In8ozvhwXUIIduoQ2MEyzFp4tMWu { top:11.9375rem;left:23.875rem;width:11.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pByg7fGGBiNTpxRZNlu8chBUIFMh8nmG { top:4.625rem;left:0rem;width:18.125rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKlah08tv5Jort5QQMDRQyn4iwZphA4L { top:11.9375rem;left:0rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7eEPPzWfOJHnd7yNk5AzzNkdRTIqthV { top:14.375rem;left:0rem;width:16.75rem;height:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K { display:block; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4BKaTN6x6hE3RZHJ2kQMPvIrWlvhHq0 { top:1.3125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAWCeDonVsWsqDHtSTLbnoXr8R74lJt5 { top:0.375rem;left:0rem;width:11.3125rem;height:3.1078808991357rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-secondary-4),1);background-image:none;display:block; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row .container { background-color: transparent; background-image: none; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row .container > .video-iframe-container { display: none; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row > .video-iframe-container { display: none; }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .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); }#uXrvWcuZRXGvyq58TpIRgGLtUJtyIbHl > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ktvorwu0od7sr6UoLOGrwxB8EEKPBSo1 { width:6.25rem;height:2.1875rem;top:5.4298648834229rem;left:8.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #so1gct5lSfWSRU7uZ2uPJNGmpLhJnlmk { display:block; }
 }@media only screen and (max-width: 763px) { #hTKhoqTUl0J4wATM8nAd3GV1VgrWbTfq { width:6.25rem;height:2.1875rem;top:7.6173648834231rem;left:8.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBNhk2SF17Iv0gAVX2SLRnSTfce6MuTo { display:block; }
 }@media only screen and (max-width: 763px) { #yWCzxLTfJTxZukAxoEiS2wDcavAysXTR { width:6.25rem;height:2.1875rem;top:11.992364883423rem;left:8.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vJ9FGbbGk5y1Iq1FQSF0hEOc7vyC7nnh { display:block; }
 }@media only screen and (max-width: 763px) { #NN4DPp6emHpmpnOJP3s8IOT587ByvAJq { width:8.4375rem;height:2.375rem;top:0.68714487552644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHnuaUUsZVH0enWrXH1IvHbRPsrtE5Ny { width:6.25rem;height:2.1875rem;top:9.8048648834231rem;left:8.8716262578962rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TBFs5u4uOeAcaZyB5qh09WxS1p6V2HQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #MESV7T5KERupL2uO0MAJUeTd0sTXZyt0 { width:6.25rem;height:2.1875rem;top:3.2423648834229rem;left:8.8742898702619rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oqPipum7P1SLzed8TZPhNFXx4m99ZL1B { display:block; }
 }@media only screen and (max-width: 763px) { #z33wS9ALScFT58AeG2c6kILgZLNXwx6z { top:1.1248223781586rem;left:18.125rem;width:1.5rem;height:1.5rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hS8aa1mnIeXqRCDLt7vlHVvVI5KOnIZM { width:6.25rem;height:2.1875rem;top:14.1796875rem;left:8.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R65PybqFiyv6CEK4DWh7UvX1PZUnPnHz { display:block; }
 }@media only screen and (max-width: 763px) { #UaK6LXHdUJT03qhRViI0XaxSkw7cQsA1 { width:11.0625rem;height:2.125rem;top:16.9375rem;left:8.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #qhrhmW6H66gglVveBVfxeidz77dUXJ2M { display:block; }
 }@media only screen and (max-width: 763px) { #gZOyi2dfso7OSd68oUbWX63nmlqv20ut { position:relative;z-index:auto;display:none; }#gZOyi2dfso7OSd68oUbWX63nmlqv20ut > .row .container { width:20rem;height:25.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U4xfvaplRIK7xrXxhtZSk1tykwez1o0I { width:4.562325rem;height:2.1875rem;top:5.4298648834229rem;left:8.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EeC6HNNOlPtbOuzUDuCXn3bCHOa7FJMe { display:block; }
 }@media only screen and (max-width: 763px) { #fRBlLGCGDOV17JGKM5WMLVNFzw39OS3V { width:4.4992875rem;height:2.1875rem;top:7.6173648834231rem;left:8.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JlzwZ5UPwWvTRQ4SMEZ9xtAdl6tvomeG { display:block; }
 }@media only screen and (max-width: 763px) { #ZmoILLJ0iLOv6Z0TtWJx0GGyQHuEDXB3 { width:4.1867875rem;height:2.1875rem;top:11.992364883423rem;left:8.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #khHBk0i6NsfiCRoAcvPoel5M4vpHmBlN { display:block; }
 }@media only screen and (max-width: 763px) { #ymTCBOMbN7KDVaXRGeNx826TWRCQ5d9W { width:8.4375rem;height:2.375rem;top:0.68714487552644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSgtQb410yTu8iiyIMSKlPQQzPus4m0 { width:4.74964375rem;height:2.1875rem;top:9.8048648834231rem;left:8.8716262578962rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VpEbBxiCnnotL1SM0b9q88kWMaK01I7l { display:block; }
 }@media only screen and (max-width: 763px) { #B7iQ2ObcsGd2AFDiTc2izMzApPmkHKXl { width:4.74964375rem;height:2.1875rem;top:3.2423648834229rem;left:8.8742898702619rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WE6D7OJMTNC86kRHmVmihfUQnLZ82eDV { display:block; }
 }@media only screen and (max-width: 763px) { #L25u2pNfCvEPlmuXUShbd6v4csyxLsEm { top:1.1248223781586rem;left:18.125rem;width:1.5rem;height:1.5rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MeKqEIH8V5wKc0FD8dmWf0aoXvIb964c { width:6.4375rem;height:2.1875rem;top:17.99116796875rem;left:6.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZr17XvLX5SH8X6utT1U1gzcQru5xJJa { display:block; }
 }@media only screen and (max-width: 763px) { #o8d3XbroTFmARo8XLb3I85pQLDi5oA64 { width:12.5rem;height:2.5625rem;top:21.42866796875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Px1VF2Z3WGcLISIZtOR4hpbVzI20xXT6 { display:block; }
 }@media only screen and (max-width: 763px) { #r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU { display:none; }#r8xUgkmRnxCS6v6pEbL7cDbopmdapdMU > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 { background-color:rgba(20,14,56,0.89);background-image:url("https://images.assets-landingi.com/uc/bf719cd5-b6fe-41ff-83a5-73267d0e0059/herobgv8.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30.adaptive-delivery-prevent-bg, #yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30.lazyload, #yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30.lazyloading { background-image: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container { background-color: transparent; background-image: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container > .video-iframe-container { display: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row > .video-iframe-container { display: none; }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .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); }#yGUR53ZAZJ6oU2yM0uSJH81qGIuCKa30 > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRvpT0xdGVTxl9eIgaV76NhFZcOlBNz1 { width:20rem;height:4.798825rem;top:9.5625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VTh4SDgSTiZdRhKGJcOWolvvv2Fz9TfZ { width:8.9375rem;height:2.92480625rem;top:11.8837890625rem;left:8rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tClKoel8HwDQFtLiPMxMPX1e9WPTCtoS { width:12.4375rem;height:11.125rem;top:42.0625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhhdGolLKL35DTso66k3urPysE3oTt1x { width:3.5rem;height:3.4375rem;top:44.6875rem;left:0.34375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ixbFCnUJHSOXy4Ihm9AV3nP8rK6AT8bg { width:4.25rem;height:4.1875rem;top:44.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb6JGzsIEGsI2ESh4PcJHbaTsvJ7ch7A { width:20rem;height:9.59375rem;top:15.55859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrGAs1wLEnlCOgsBwyQTb8hUEUdUha3 { width:20rem;height:2.5625rem;top:26.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS7gFtAR5z4ULH69NyriXHUWx6PW22Cv { display:block; }
 }@media only screen and (max-width: 763px) { #F3H9DIvxBBeWQI3S7GvnEqFSgwEeivOP { width:20rem;height:2.5625rem;top:29.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddzKh89n6AwV2UR8gftv6RDxmelley0y { display:block; }
 }@media only screen and (max-width: 763px) { #sFBifV6bTLSTgaPURXM1euIXzyASA2XB { width:17.875rem;height:2.2734375rem;top:33.375rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rORCaSwSyc76xeW4U5dV1tXfEis36Jma { width:1rem;height:1.125rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .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; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .widget-text.counter-number { padding-top:0.33625rem;padding-right:0.34375rem;padding-bottom:0.33625rem;padding-left:0.34375rem;width:2.05875rem;min-width:2.05875rem;height:1.800625rem;font-size:1.34125rem;line-height:28.81px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.06375rem solid rgba(var(--color-tertiary-2),1);border-left:0.065625rem solid rgba(var(--color-tertiary-2),1);border-right:0.065625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.06375rem solid rgba(var(--color-tertiary-2),1); }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.74875rem;height:0.71rem;font-size:0.5025rem;line-height:11.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X { display:flex;width:15.5rem;height:3.520625rem;top:38.625rem;left:2.03125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #i1ouOFOW3kRkZvoSSqnzphk0DKbC3Jy9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #TK6stxQVlpUcQSBQTWJFMfFaTn7SRE5q {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #dxKz2pEpt8KUp8vrmgRR7DvwUF0NPFh9 {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #T03aw4WHwhL2D8vH8JAChcBw3slCyT2t { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #AAFxC2n83f1ME7F2XZI0zBt3yX7rZkW3 {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #vymiRGuvib0qCkd1Tzwx2qsvZfeR4Ok7 {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #QZa4BOyTJNgSNmPHbOhiBzcSoiutZXTg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #u2UwAcbwozJ7JOQs87cWiJMVqBl3IdSu {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #TVQpb48r84UAwWX1oQq1cmrzHPRtcqoD {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #viGag4WMkvuPpp4HOD5uKphWNnyqr7Q6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #y1uenyRcrbVrV9CGFPWKWOd2xxG45gGU {  }
 }@media only screen and (max-width: 763px) { #zMkLpfv4BVnlInHZFaSM9Tq2DSEPtm2X #XTUfSvddu6aNPqZ83TbVOoH3DZMqi7z1 {  }
 }@media only screen and (max-width: 763px) { #fr4kerUMCOwt6PWolk5sfxnfT9PtMpZH { width:8rem;height:1.13671875rem;top:36.8125rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWOSJAg2ocRxebz9bGc9XNPivF3HdLq { width:19.875rem;height:1.5625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCAcaTffCEcE9XOmwmQ7EK58pMIJuO0o { width:1rem;height:1rem;top:36.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #it7nmSFNwG9PtTzqe7mHKOXqufA97kJW { width:12rem;height:1.5rem;top:6.375rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r3HxAdyOCkBxd8OvAMzKoHLGTHoHs6Kg { width:10.25rem;height:0.9746125rem;top:6.6875rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #z8tzvtfBnvfg6xNTWaLENCTeCHANIbPB { width:20rem;height:1.5rem;top:4.25rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BT7l9qf4wHSi4cWx54m3Ay4PsfAwVchd { width:12rem;height:1.625rem;top:50.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #olnaLZbKZKRGblFAMTXTs8Tugol5PPX3 { width:9.5625rem;height:0.9746125rem;top:4.5rem;left:10.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #V2DxXlqDlXF4hdvw3TGx4nShy7T8z4A5 { width:0.875rem;height:0.6875rem;top:6.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0G5UUKzpvuHlpUJEc0cAIH7Up5keCkG { width:1rem;height:1rem;top:4.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkGbbuVDWzokwqBpfHktSQCzEPCW3Cel { width:0.8125rem;height:0.75rem;top:4.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Ltsiyxrpwu7OvWIwB3rwxkIu54UZaq { width:0.9375rem;height:0.75rem;top:4.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMxETE49cwOTg0u1RZntLQ407QBWls5P { width:0.8125rem;height:0.75rem;top:4.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUS1NZm1GhPf8XzFGbt4VdO7LdJ4RIVy { width:0.8125rem;height:0.75rem;top:4.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAU8ULkgErL1LAiXRCEokWXZiR078bV6 { width:0.8125rem;height:0.75rem;top:4.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2PdzPGpEgCQcWdqtBrG5PdTvEX8wH5 { width:1.625rem;height:1.3808625rem;top:4.3125rem;left:1.6875rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tBHRNRMHBitvrOwlkungLgV9KxTC6EQi { width:1.125rem;height:1.125rem;top:4.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJE18Wa41E7MD5dbJ0ElgqTEg2M4E4xA { width:4.75rem;height:1.13671875rem;top:55.625rem;left:12.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #PxvBKVtrqQ4fpSvSATiOUvMG7NkFqlH7 { width:7.4375rem;height:1.13671875rem;top:55.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ghq3weertFaIR1gJwrc12KQfDWBnNF6P { width:1rem;height:1rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgOAN2J2x0RxO5PvBasz66gsEdH7NdJw { width:0.875rem;height:0.875rem;top:54.0625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWsueVdN0ZiAHMuumPnTvsRf2o2vIWVq { width:7.6875rem;height:1.13671875rem;top:53.9375rem;left:12rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #wCZIBmioqhqyGRUEtEBOKxUXR2PPC6EL { width:1rem;height:1rem;top:55.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipXxB4MVyPisTgto5OLBSPb7osDndwVb { width:8.5625rem;height:1.13671875rem;top:54rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #UR8wvM40wkKTaViTBv6V1kVLANdluu7z { width:1rem;height:1rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPZ8UecuWJeTTQB3qWln0FkLbmBl13DV { width:19.875rem;height:1.875rem;top:54.1875rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Jba4lJO89Xon8hBORpL82whQn4OsaaDW { top:0.375rem;left:18rem;width:2rem;height:2rem;z-index:15095;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bCNAGlVGzZtgURuOTMIc9ehfCc6JAu9D { width:8.75rem;height:0.9746125rem;top:42.3125rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywCB838QTUh4b3LOgu8GPepUQGTXDEme { width:1rem;height:1rem;top:42.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L { display:block; }#tiL5lSsX6q3e72zQRk3iaPPQXuw7aT4L > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IRQ85uhuUoCqbaU9Izkc83CsJ3MNEs50 { width:15.125rem;height:3.8984375rem;top:1.25rem;left:2.4375rem;font-size:1.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #u5Cb1B4Z843ELfGhIkoH2apsnyJTfMct { width:8.4375rem;height:2.125rem;top:1.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuK9BNQ8uCHBFvzJeTc7x7VRcoOCFCdi { width:20rem;height:6.6666666666667rem;top:6.400925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQUzAfQI96fBhfn8Ost15XF4FKadOmSg { width:1.5rem;height:1.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv4ihu8HBJAL8T4FKNtWs2S6pH1m4JEz { width:1.5rem;height:1.4375rem;top:1.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN { display:block; }#F1cBmsmebabtCRm9ibosqM0Kgy6uv3HN > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4WaU2wFkPWwRXLnTN12SolOiJa1VmOB { width:19.4375rem;height:5.84765625rem;top:1.1220703125rem;left:0.25rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hGlrWLviRCgsffT3Tf4Z7fQdiLNe6Eh8 { width:9.5625rem;height:2.375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHIxyKTDcHZCm7ycHy4y8n5GdSL39gdc { width:20rem;height:15rem;top:13.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qt8EOzFmkuLHEdGQ1pw5zeTbc7hedEyq { width:20rem;height:4.5rem;top:8.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PEpcM57erxXLBSwRhqHWSH4NCB7ip0IK { width:18.125rem;height:2.625rem;top:33.8125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noHb8GohKKdxefbxelngAJnFzPchQ8uE { display:block; }
 }@media only screen and (max-width: 763px) { #barAUoLLhDHEUkQWq5fqHZA6TeZZWTRc { width:19.75rem;height:6.3125rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIvyEiChh2tRekMgwwJlVuo8UZTVQCmi { width:13.5625rem;height:1.5rem;top:31.5rem;left:3.21875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJQokMwsNqfU0fJbFCe6qU7uqAn748AI { width:1.875rem;height:1.875rem;top:31.375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS { display:block; }#lGnCgyGJryz5QRcFBAXzxBurUSMMJQkS > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsXiGRr55xOxuodvGSMKZ6oNEFufx6fg { width:19.875rem;height:11.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOzsO657PPJTILZ8PALdZwBegLhaNHaf { display:block; }#LOzsO657PPJTILZ8PALdZwBegLhaNHaf > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHAGcB2NrVk73y7RfUIHB8aDsnuPS0M1 { width:19.75rem;height:23.875rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbnceEem8yXPD1zJSW9Ma60SNK7KOqd9 { width:20rem;height:9.1875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IHgTCXDz6Q1VDCXkru2Q54Dfw5TTJveH { width:19.6875rem;height:2.25053125rem;top:26.125rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvswgKn0r9ewQvAonJdrms3qfUTmU3Aq { width:19.5rem;height:18.28125rem;top:29.625rem;left:0.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qxsvqezIuTvK1ODhTJuB08T7n5HK0rXT { width:16.9375rem;height:10.5rem;top:12.625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFxm36WEZ39rXtrcmhulk76NBEciLu9P { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f37c0a7c-ffc5-484a-89d9-2b80637ba90d/bg2.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P.adaptive-delivery-prevent-bg, #yFxm36WEZ39rXtrcmhulk76NBEciLu9P.lazyload, #yFxm36WEZ39rXtrcmhulk76NBEciLu9P.lazyloading { background-image: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container { background-color: transparent; background-image: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container > .video-iframe-container { display: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row > .video-iframe-container { display: none; }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .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); }#yFxm36WEZ39rXtrcmhulk76NBEciLu9P > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIClv56IC09llGQXqmUnkWPoHdMZofwG { width:19.1875rem;height:2.19993125rem;top:1.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvyuRktG9WFx7ioXiOIAoCID1TOQAXsr { width:9.0625rem;height:2.5rem;top:1.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krIN3OWVR20NuawZJIMKqGrS1tORcJmN { width:20rem;height:10.75rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9kvvdn0gkTDsNsgmd1Z7c2tVaDdlQc { width:3.25rem;height:3.25rem;top:6.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5Js2PPndfmrWhDst9hUslXDt8tkqCL { width:15rem;height:2.5996125rem;top:6.51171875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpZr9H81aaDc8mCNxhoi44vgmLzFzG2 { width:18.75rem;height:4.5rem;top:10.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRfk8sZTLIKEMqDve1BJ9dqfzuVqPKBk { width:20rem;height:11.3125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF2kue7iRPkISnQz29eLUrTJGIk7Tm3V { width:3.25rem;height:3.25rem;top:43.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQexvpzNdRvGz9mCzXSACrxWPJC2Wll7 { width:15rem;height:2.5996125rem;top:43.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Hpk5xgxpHwzXviSh7diTyyeXbCIazd { width:18.75rem;height:4.5rem;top:47.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2g50UKIFFPJN9aqMsSOA9q79EtZvDTE { width:20rem;height:14rem;top:79.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoqQudou4TwSzleDCkgcFkNrmH6rbGVk { width:3.25rem;height:3.25rem;top:80.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ha8tpi05mBdtQW1Jr2xwGVSs2P1Ctr { width:15rem;height:2.5996125rem;top:81rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWDHVMIsxyKEOe27QXPckzNyEswAdrvT { width:18.75rem;height:7.5rem;top:85.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT37vdMLWZqe9mqCdcXTezyXsT4hfRIp { width:20rem;height:14.0625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbO4TpwGtGGexabtO1enahy1UrO2ra6e { width:3.25rem;height:3.25rem;top:17.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5NMACSMENLbxrEHaVO7FTwH53cWdKSb { width:15rem;height:2.5996125rem;top:18.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueH6KWkiVNivoEstx5bTWbFIwKMVrTJi { width:18.75rem;height:9rem;top:21.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Is3P8uNqX5HwoNzOmKzX4BpTs0LWuAPu { width:20rem;height:11.6875rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmSy7D3N29Kre5S5UZot91DHwiIm3a9w { width:18.75rem;height:6rem;top:59.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POWSsnhLyOGfKXTvZdDp4s6SJDOsHdpz { width:15rem;height:2.5996125rem;top:55.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1v6Isvl91kzdsWioRqn6HlIExsSoQi { width:3.25rem;height:3.25rem;top:55.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REOgMvm67T6uVC4TudbBrtAb5QB0TOub { width:20rem;height:15.25rem;top:94.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIWAFrcPXgMDIsbGZJ2vMqPUHT2a71O { width:18.75rem;height:9rem;top:99.75rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvCqmFCCwL0sCmGn46sx3rv0cgnmd1UM { width:3.25rem;height:3.25rem;top:95.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alT70mi9TrhVFgzfTesSpcKpQous3MIA { width:15rem;height:2.5996125rem;top:95.875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WG9MaIFRGE3Vq7XyPRsUAP499SIru2 { width:20rem;height:10.125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReRBObRfunF96bcBVxXiBeS2dhZrM76t { width:3.25rem;height:3.25rem;top:32.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcGbEnoFw6hi7BPcyKLVLarNzMUsaRpb { width:15rem;height:2.5996125rem;top:32.875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJotboZp6qGBaBE5pUsgbfCGrsraBsK3 { width:18.75rem;height:4.5rem;top:36.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6lRaholpekOs3muxOFlVfNJNPCoIrkL { width:20rem;height:12.0625rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLJdiGcWIp07gFfAqxZ28QRHT81M3lFd { width:3.25rem;height:3.25rem;top:67.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olX9mVGlvw2ouZItyH7vW2TsSmX4Zb0O { width:15rem;height:2.5996125rem;top:68.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLztAVQ54UzXBT4LPB1JFo1Q9BIkMVlv { width:18.75rem;height:6rem;top:72.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIiWEF3dvL5Im8NE29tB3JOGbat9nUe2 { width:20rem;height:8.875rem;top:110.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItXkGv7HiJZlBnbiwzkKvzIzfLmhCGkK { width:3.25rem;height:3.25rem;top:111.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W87zkobgJ97LWTdW6sX4Zp4hUu06aTqM { width:15rem;height:2.5996125rem;top:111.875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #og2MRgdFBMsJT12nMWRQWP3d8gfzO0r4 { width:18.75rem;height:3rem;top:114.875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q50kvQn81u4dw4mFAfqOv7nedMblrCoc { display:block; }#q50kvQn81u4dw4mFAfqOv7nedMblrCoc > .row .container { width:20rem;height:106.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8t8D49IigKevRLRAFHahRA42TLKrl18 { width:8.0625rem;height:2.5rem;top:29.66015625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIQFbAV2Dc9TWMK2CQcpshVT1bZFllRc { width:20rem;height:5.19921875rem;top:27.1484375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kctm93uBx3lWP5DRqRhzFncmN09936PT { width:20rem;height:24.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1QzuDPOudyzpIqFgzVS0TTd2kBItL7 { width:20rem;height:1.800425rem;top:32.875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umxQLpRrgCELc2pZ2tP6WnTgeBfITnDE { width:20rem;height:9.1875rem;top:57.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rna5bdVdAXdpnsl7U291rNBrwmt8tm1p { width:1.875rem;height:1.875rem;top:92.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsAaFbKdiRtpaUc4GSChWzN9o6h40t8G { width:20rem;height:5.25rem;top:95.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQ4LNdJZr4pHwUKKFkqVRu2XpinNQbAO { width:20rem;height:20.375rem;top:35.4248046875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }#eQ4LNdJZr4pHwUKKFkqVRu2XpinNQbAO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #TTummgtxZVuJBXc2FCTRVNV2aTJFQwAR { width:12.5rem;height:2.5625rem;top:68.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXihgo0zVvUMFqLlBMGxqyFgPqaRRhD3 { display:block; }
 }@media only screen and (max-width: 763px) { #kcy6MTr6N6v8GKUlSFytV2LuwViCai6t { width:20rem;height:1.6494125rem;top:73.1875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbhmaguXsueK1VvyJ1Ls2Dk4NNRREPd7 { width:20rem;height:16.4375rem;top:75.75rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }#DbhmaguXsueK1VvyJ1Ls2Dk4NNRREPd7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #haeBXrCHC7aZHbTMRrNLK58RaNPvcicK { width:12.5rem;height:2.5625rem;top:101.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHOUOc91x3zzPBczeoCZAtmS5CExAuTa { display:block; }
 }@media only screen and (max-width: 763px) { #rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI { display:block; }#rZvdJG3R3GWhJl1RIUM1cfT0iVoA6fWI > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCNNqwRuiaDPN7DNJHs900nC4C4MAzRM { width:20rem;height:3.9774859287054rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4s41XAbDB3PDwTaslGKA2iNZcKvZrZ { width:19.6875rem;height:11.6953125rem;top:2.375rem;left:0.3125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrU23ElOL7Gcwshr7IxA7LXUq0gwuFtN { width:9.6875rem;height:1.9375rem;top:8.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMFgzMQbpDZufQwNzxgzPc2V2A08glqt { width:20rem;height:9rem;top:15.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc { display:block; }#tJi5o6eU2JnSLkEvr2W3PVFwFbb96Udc > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMWhxSiaBSgSqaHO5dVgDQbQ3U6LT4T5 { width:20rem;height:17.05078125rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iBLxT1MueAeoGlTvbUUTcmMhADNTrRrw { width:18.125rem;height:2.625rem;top:31.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTMFHyy7lwOXI0NgL8WKbsgZQHTBihSX { display:block; }
 }@media only screen and (max-width: 763px) { #om71b2oTTc9tfUIdX8VvAmsPU9OP1VCM { width:19.875rem;height:16.3125rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xngoH6m72JLHhyQ0Q3ZNDCAqhRGV68Ty { width:18.125rem;height:5.68359375rem;top:23.4375rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zVR4QDnSvTRIifc1wwyTeHp6EHpgvcdp { width:10.375rem;height:1.7871125rem;top:21.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R { display:block; }#MrP5Dpr5VftdVMNw3HgG8uf0vCUbxk1R > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7qEVT81ESyCaVxUNWQOxW71TfimOAeb { width:15.125rem;height:3.8984375rem;top:1.25rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNIwnwQ1mKif5WWT9Oe2aJrFBoOV92QD { width:20rem;height:3.75rem;top:7rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wTUJVOuA4v2s9upSP5WRHxiZiNIKJFzr { width:12rem;height:2.1875rem;top:3.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3FD1i4x9oTsdh2DJ83fw4hsXVadBge3 { width:20rem;height:3.75rem;top:25.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #e1g1AX7lLMQwATvvgS246XPVS0AzmcrU { width:20rem;height:3.75rem;top:11.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #u5LuZUwMdN6ThJS7f4QZ9o3y548A22U6 { width:20rem;height:3.75rem;top:16.125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CNEhsuv9lbcv7Z3VzapzrV34KIcJheoT { width:20rem;height:3.75rem;top:20.5625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sLlS9mV8i2k8numThEWyUtPz8bxiRdPG { width:3.6875rem;height:3.6875rem;top:7.2373046875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDV7p8o6nZLhUGJT6oiKKcMab1v0MyG1 { width:3.6875rem;height:3.6875rem;top:15.8125rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmciJoCapE48cxwBB2yepeHwo9w3pNkQ { width:3.6875rem;height:3.6875rem;top:24.1875rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7wtE7yiRtEIK02UVtwg82MGdUIxKhoD { width:3.6875rem;height:3.6875rem;top:32.5625rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXvLyXVhi96RGR104aBOyT3GJ7OKxO6h { width:3.6875rem;height:3.6875rem;top:40.9375rem;left:8.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLZL42Wi6s7ewaqluM3JwlWpTT5FPvso { width:2rem;height:2rem;top:7.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNO60opws8LBieu8vXa4mpFzmPz11CZ0 { width:2rem;height:2rem;top:12.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5CHWWOchE0bZVAPLA703TWkTBnRq5z1 { width:2rem;height:2rem;top:17rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt0MsBu9h9GvWDL8ItzJqixU2GTZnbM9 { width:2rem;height:2rem;top:21.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPKvfXsZuv1XspCNREd0wPhFgZwyaxO { width:2rem;height:2rem;top:26rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTcFCOr1s91GdgBHxy0wzoOGqq4Bh7F { width:12.5rem;height:2.5996125rem;top:7.57421875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PhmN3HqhogQGBBqPcqcT54LNTTZ43SxK { width:12.5rem;height:2.5996125rem;top:12.13671875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g1UV1wuDxmzixv0rXyhGoFHGPShInmMD { width:12.5rem;height:2.5996125rem;top:16.69921875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z95FPK59S6mqO9ZnM0IRp3TrMMbmPwKB { width:12.5rem;height:2.3987875rem;top:20.82421875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pEfs19ZmwqCAadViDx6DUZQMRl3hbKOs { width:12.5rem;height:0.9747875rem;top:23.1494140625rem;left:3.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ok2SMG8xZSz72FrNFTxQaGhZoiPt9X6J { width:12.5rem;height:2.5996125rem;top:25.69921875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vbMahsFZI84UDDneKXyye6bRPXnxAdIO { display:block; }#vbMahsFZI84UDDneKXyye6bRPXnxAdIO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KwMgAWiU3U1XCz1TlV3MzTSQGsDpdFaO { width:10rem;height:2.5rem;top:0.974609375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLUD8sIVh92FAE4FzQIB3uGJJvXPQVQh { width:20rem;height:2.19993125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vK20LZLBQmTJlS3rHalbwVTRKd92ktTg { display:block; }#vK20LZLBQmTJlS3rHalbwVTRKd92ktTg > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynK02dT0JtdJu2pr5gL0diIz0xlpsOqb { width:16.8125rem;height:2.923825rem;top:13.0810546875rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DkXAP0gZLWLE1GDublAKCt1pldE313W4 { width:2.1875rem;height:2.1875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCycQMbtSi6VqXin3ZXwLuHPxNgHWEly { width:20rem;height:6.5625rem;top:16rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z7p8ZF5a2OU8SDU50ERb4avUxCknPQ1q { width:2.1875rem;height:2.1875rem;top:1.6246299743652rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7XO3eq2Td0yqyPU3yhu8yJxJnGPsp4N { width:13.374rem;height:2.923825rem;top:1.2861328125rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgWq2I9BdxsXlHTywgSEkLBBPsGSbTtH { width:20rem;height:7.347625rem;top:4.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XTbCODzzCBGDeNhiJNey3aqAkwr6MVIn { width:20rem;height:7.875rem;top:40.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wKogEroIq3QRlRVwW3VzO5EcfBwWXQa0 { width:12.874625rem;height:2.923825rem;top:37.5625rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTTWsvBceO0SiVb9mvm1X7WwrMN6b8Dp { width:2.1875rem;height:2.1875rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKWxBpdQ2sUVdmqugP2DIeTiqXAaDxI { width:20rem;height:6.5625rem;top:28.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tmK00RMTwbJBar3xLuDm442NM0CGx2oT { width:16.875rem;height:2.923825rem;top:24.375rem;left:2.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T1uD2R0n6ycOtTAiI5uwgdbsMwfKwW6Q { width:2.1875rem;height:2.1875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4nx8hxSz5UZ2DB4VHWkob76rFMo4gVF { width:15.5rem;height:2.5625rem;top:50.2529296875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalsLEtdxUwNbgyt1rxSz77LbPAmDENV { display:block; }
 }@media only screen and (max-width: 763px) { #c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO { display:block; }#c3q9oQTXa7URXsO3ZTN0XpdVZilftzpO > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRw495uC2WH1snTf9FaHS3DvziEoKwr8 { width:9.125rem;height:2.5rem;top:2.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8m1d3vsDR34bmGN9Hv5ToRVFxo7DrSi { width:19.25rem;height:2.19993125rem;top:3.0625rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dStNvOeQKblTHZNVq7IxMrJpkEawE58L { width:19.8125rem;height:30.1875rem;top:27.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTQ1dUpgKXxTc8auyuHSI2rHi0Gql3hC { width:5.75rem;height:0.75rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQbeTx70LReNxVDqU5gDXImLxfnUMII { width:5.7492875rem;height:0.7492875rem;top:69.748754501344rem;left:7.124467253685rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqVdwWgX9uWN9aJtJquKVoCsH7tuxXKQ { width:20rem;height:20.505875rem;top:5.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFaKymhzHb2KNhWViMtubVzMLt4fTrty { width:18.75rem;height:1.94921875rem;top:28.374471664429rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWunmydZrXu7BVKT6lMUuoRAQUG6AvZE { width:18.75rem;height:1.5rem;top:31.31214427948rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnguqV92pyp9v50exUbcSmEHkO3u04OH { width:18.75rem;height:7.875rem;top:33.312320709229rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omggmgEKAD9vJk0b6r7wZPhcxA0CMEV0 { width:19.8125rem;height:14.875rem;top:58.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVGDF1UAc4HTPcn2kEBEMhRyGPTdXNX { width:18.75rem;height:1.94921875rem;top:59.3125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao1erGcmXUhUHaZgstnM4Xl9maBN5UgC { width:18.75rem;height:9.1875rem;top:63.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr0oKJS2On8AtovAoh2xfkisszbC4A4c { width:18.75rem;height:1.5rem;top:42.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woy1AcyvIvamd6003DZpyOdgKVDHIQRr { width:18.75rem;height:11.8125rem;top:44.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK2KkCDe8N0GpJE0Lu8MLWycaz2qlk5l { width:14.875rem;height:2.5625rem;top:75rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsSB68Cgr9dBrx3ygTNeFUsNFgnxCFP { display:block; }
 }@media only screen and (max-width: 763px) { #gRwisByFiXebbyEB91WhVUKhT0Apn0vx { display:block; }#gRwisByFiXebbyEB91WhVUKhT0Apn0vx > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZbbAN3W7MyOyLo6bXCk5vAC5OoLJqhH { width:3.8125rem;height:3.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTmMhpzm2GCeb47PR4Vrnr12f9aOwI76 { width:20rem;height:0.0625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnZIMfb5WMyLVPGb5WOIiolJdhSXB4qt { width:9.6875rem;height:2.5rem;top:6.1982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2yyTu9a1iNUzDm198J2w75OBpEbIOTA { width:19.6875rem;height:7.19825rem;top:1.4375rem;left:0.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tg24Aci8p9Uk4qF50K1U90XVQ2BTxMvA { width:20rem;height:11.8125rem;top:9.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lnD52PuzGmMEb2wMhQ3gMPNkGKuuae9n { width:20rem;height:18rem;top:37.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rmw6CG3SxXv5MMyc24NbAq9RtnfW5bnT { width:1.5625rem;height:1.5625rem;top:29.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEHAJwwfUvkfeJ3ymfRH5SzW3SPD7Vc8 { width:20rem;height:5.9548194632494rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX { display:block; }#QFAZuUJEmaDeSNTNT5ThgfLVycHKhLwX > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sleBE7R3u5I6FbrvJ0hvcefWxMzse9ma { width:20rem;height:0.13888888888889rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVTNli4OJKnaTZeBddNWkpz2OSNTShmd { width:19.875rem;height:34rem;top:2.638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtfNfOgoXf6waTwEgUWTyOcoLfsqBXs { width:20rem;height:13.704125rem;top:22.0751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4LbTRZRrtqLs7UfJiikCpN88dDuA35I { width:18.75rem;height:2.19993125rem;top:4.0634765625rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p9TfBimaoBnw8MxkdQN4e5XwTd3UOhwJ { width:9.5625rem;height:2.875rem;top:3.6005859375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuWLewwE9HFpkO9zDi4mJKHKmPQsX12b { width:18.75rem;height:9.09375rem;top:7.5751953125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waxRMIX7MidE2apZKRMrSuFFrpWAuxm1 { width:18.125rem;height:2.625rem;top:17.7626953125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xoeZDwCRWgEDQLrT9b7fgCooHTBcie { display:block; }
 }@media only screen and (max-width: 763px) { #nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn { display:block; }#nMfhz5yxu80zv6Eg0kTpezRh5O8EbwAn > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMlnra1VMLHTL4o8QFidUXIgEhJsnyVo { width:18.75rem;height:2.5996125rem;top:1.51171875rem;left:0.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FyVbpvkriJUsNZay0oZXkqSyiLURyuZJ { width:8.1875rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC { display:block; }#kLWVwqRVIhKT3a8rKM6ht0TE1qXQ1cvC > .row .container { width:20rem;height:267.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWFmsZvLR0O4V01LRQkJCgOADwpDs4gB { width:20rem;height:9.1875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OrDxOAlW6rPnfPMgJ3fQJKZ0JCRyDNTG { width:19.875rem;height:59.6875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1qpo99y7nv9uLTd4zNW43mcLq6rwokX { width:2rem;height:1.625rem;top:14.0625rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3ZRydDfJSGWSbPlz64ePUbA9pgnyhGg { width:2rem;height:2rem;top:13.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs1kRciDTi2g3Ap8Jyu3UT49GI3AtmHU { width:16.25rem;height:3.25rem;top:14.0625rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBByMILFvLy0KNlr6ZE1IQg3Fa6QZTdI { width:19.375rem;height:52.7421875rem;top:18.1875rem;left:0.625rem;font-size:0.875rem;display:block; }#zBByMILFvLy0KNlr6ZE1IQg3Fa6QZTdI li:before{  }
 }@media only screen and (max-width: 763px) { #eTO0AzbESQxZuzD421qXF9kt6zlvRr3Z { width:19.875rem;height:21.125rem;top:72.1796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWoqcT4NS1JcA2cIQMudETsTGpLrpkH8 { width:19.375rem;height:13.5546875rem;top:79.0546875rem;left:0.625rem;font-size:0.875rem;display:block; }#IWoqcT4NS1JcA2cIQMudETsTGpLrpkH8 li:before{  }
 }@media only screen and (max-width: 763px) { #Uqd07edETFcruWEI0tSFfGrvv9cIJoEG { width:2rem;height:2rem;top:73.5546875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGgKPPNOKWTIV9HNc4OEbvLB3ruuCpCd { width:2rem;height:1.625rem;top:73.8046875rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlqWH11IusZJCeBaVw5sQVv9xn1pZ9i { width:16.25rem;height:4.875rem;top:73.6171875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhOuteWEM6AnGmmsgfoItgxTLQmLHphU { width:19.875rem;height:55.0625rem;top:94.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJz4hTb5zLQdnLxOFSqfMJkGmui78pxe { width:19.375rem;height:48.1953125rem;top:100.9375rem;left:0.625rem;font-size:0.875rem;display:block; }#xJz4hTb5zLQdnLxOFSqfMJkGmui78pxe li:before{  }
 }@media only screen and (max-width: 763px) { #IGe9mcNzbMLgQMwIA0Tt1bS4L8W2sKnt { width:2rem;height:2rem;top:96.5625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StPar9UPiBJbBuZegcLhXC9EpTVgVNcQ { width:2rem;height:1.625rem;top:96.8125rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izF4qwRMd1pe8NP0GFgF3wmTNnCV4Juq { width:16.25rem;height:3.25rem;top:96.8125rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7O1wQt4fJaSlSAh08LoTelCpCswDRGa { width:19.875rem;height:66.8125rem;top:150.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXq7oIvOK3tvG1X6B8UoTuJbSqpPSts { width:16.25rem;height:3.25rem;top:152.75rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9gKuCb8ViGAcTFawpOsDKcztiGfJwAd { width:19.375rem;height:59.98825rem;top:156.875rem;left:0.625rem;font-size:0.875rem;display:block; }#T9gKuCb8ViGAcTFawpOsDKcztiGfJwAd li:before{  }
 }@media only screen and (max-width: 763px) { #kRiT7BnqUVz73vwOBZPnPttB6XFl4oPf { width:2rem;height:1.625rem;top:152.75rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7fXJu7CnQr6abHnT8AHUqT5lhuEsTT0 { width:2rem;height:2rem;top:152.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIlGV2JVd149VmweCs4zzyTOvUubJ8kG { width:19.875rem;height:27.9375rem;top:218.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBrmqDmLt4r2NUfWW7ihR5NZQSDQGIR1 { width:19.375rem;height:22.3359375rem;top:223.3125rem;left:0.625rem;font-size:0.875rem;display:block; }#oBrmqDmLt4r2NUfWW7ihR5NZQSDQGIR1 li:before{  }
 }@media only screen and (max-width: 763px) { #dOHfhJtwyahVm80dQQipUsCGQRoVIDHH { width:16.25rem;height:3.25rem;top:220.5rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtT06XRUTxNaN5aCZFlqU99kPWkh454M { width:2rem;height:2rem;top:220.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d03wBIcITVQM9E5XD3cWSvz5hTpKMX90 { width:2rem;height:1.625rem;top:220.5rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4CSqCh454ci3mpeha5yFOlAueaCoSoc { width:19.875rem;height:19rem;top:246.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTJwaeyvoUX3KLApAL38Tn5EA6O3zFSX { width:19.375rem;height:12.3046875rem;top:252.0625rem;left:0.625rem;font-size:0.875rem;display:block; }#dTJwaeyvoUX3KLApAL38Tn5EA6O3zFSX li:before{  }
 }@media only screen and (max-width: 763px) { #dGy0DUCHsbbJrJOLTQ86QBzSqgwHJadb { width:16.25rem;height:1.625rem;top:249.25rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbla01nF6Ptl0Uk7cXFG2tuEhNWuioPW { width:2rem;height:2rem;top:249rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMFwCGuIqtHs8s7ExtRZEHu9yOkZvp41 { width:2rem;height:1.625rem;top:249.25rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQhG7DlCZb5URSMb8u1mLBT2sFNX783H { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f7ff, #e0f8f5);background-image: -moz-linear-gradient(180deg, #f6f7ff, #e0f8f5);background-image: -ms-linear-gradient(180deg, #f6f7ff, #e0f8f5);background-image: -o-linear-gradient(180deg, #f6f7ff, #e0f8f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#e0f8f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7ff', endColorstr='#e0f8f5' );";background-image: linear-gradient(180deg, #f6f7ff, #e0f8f5);background-size:cover !important;display:block; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container { background-color: transparent; background-image: none; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container > .video-iframe-container { display: none; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row > .video-iframe-container { display: none; }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .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); }#rQhG7DlCZb5URSMb8u1mLBT2sFNX783H > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pp3TDkTDtZzT1SVPw3riz4k0lJw4Kc8h { width:5.5rem;height:2rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbO2Up2xn8JI1EbIT8m7ov4VCWbqNnnu { width:2.875rem;height:1.29980625rem;top:1.375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyhz6lQZ9SOauSHKZioMbhnot8LyxeAX { width:0.875rem;height:0.875rem;top:1.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBIeRV7ImBfsfFZ4ScRnfz2Tpo3oemHK { width:10.0625rem;height:2rem;top:1rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QblDASU64V5n7bF1Z540k5gVETqdnnst { width:7.375rem;height:1.29980625rem;top:1.375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdneSxLEkONACHXmpDRWV68cSgoTfr4x { width:1rem;height:1rem;top:1.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmAPaNl1QHeaNeX1vn4OTZmzuUy9q74k { width:20rem;height:2.19993125rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #an1U3STyob08fsC6fgIF6e0zleHfJdVd { width:5.4375rem;height:2.6875rem;top:3.3125rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimnAFcgIGU9Ivewxid6tfnUMVqPmIMT { width:20rem;height:2.923825rem;top:7.091796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkH25a4uI2LhTeChevJtBDBds3BZeAKn { width:20rem;height:11.69825rem;top:12.46484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anF9i6FRreTNfLdzmkwNzDTZ0RiO45KJ { width:18.125rem;height:2.625rem;top:61.4375rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGMU7f1z3Spzx86t4ilPwdpMFUf99Pct { display:block; }
 }@media only screen and (max-width: 763px) { #fltAhNGvc8XK9esJ6B4GePkKmbGzfoUT { width:9.375rem;height:0;top:66.875rem;left:10.625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #H7bF7VA4qn0mPDiu0RKhvhOvTld7pnUh { width:6.3125rem;height:0;top:65.75rem;left:12rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Z6yLkFbPJNKdOpR8KOspviR4xp2FhKUG { width:18.125rem;height:2.625rem;top:57.9375rem;left:0.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKBR9HBnBhPXzOkZ09ktxkGdhL6p8elJ { display:block; }
 }@media only screen and (max-width: 763px) { #bUyru3awJBa94kfy6g2oJ8o4CaXxZqQD { width:9.375rem;height:2.75rem;top:42.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o5mGVBJCrn7CkF9GXFvTTHeig2D2Bxtm { width:0.875rem;height:0.875rem;top:65.8125rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkS8ZCrh2OM1Z13WhmrnXy4PNQzu0Kwc { width:6.9375rem;height:0;top:65.75rem;left:1.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aaPJBQWvtqxLBGgZtaiPzfE72Xc6kh8T { width:8.75rem;height:0;top:66.9375rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IlqZpMHTo578TrEaSx87DwGHJAZBOV6N { width:1rem;height:1rem;top:42.8125rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSFgVlonPca2MA3VU7i5sohgAu5Fig2a { width:1rem;height:1.124025rem;top:30.1875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwOwMekqScO4iK6raPlM28OCLmTtVcMc { width:0.875rem;height:0.875rem;top:65.875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .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; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .widget-text.counter-number { padding-top:0.271875rem;padding-right:0.236875rem;padding-bottom:0.271875rem;padding-left:0.236875rem;width:1.42125rem;min-width:1.42125rem;height:1.46rem;font-size:1.08625rem;line-height:23.36px;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; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.17rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.895rem;height:0.576875rem;font-size:0.4075rem;line-height:9.23px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux { display:flex;width:11.5625rem;height:2.750625rem;top:43.4375rem;left:0.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #r0ybSUGc6UH0QfOITpZ3Z13wspbWNmDB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #bPsIMxJGsui1sGOQxccAZzydzWxfmmyX {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #DxrIGTvNbye2MtnJfgkstpgc50xPwk8h {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #DJ7SSi9VdK2BEBx0711iBQomHz7kXZyT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #bSPHv8k18rRxl3LzE2AqEC336xTzeWae {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #rbDQ4ZiPsFCO3hPFDUOGNMZKoNx1Hwzx {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #u8mdZza1brHMd2lw4Pm2elho8pQgOPaL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #iH1oc5X60v7BGdouqyEqt2Od0LbnkGXM {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #oLwEVzDpI8bLeUvbA4WaJ1kDi36qDx0R {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #gIvgnIbJEGmnGEQVhshk4TSEUhqSWBEu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #oxVQPAWpdaQ6DnHS5QUlwzRiul9EtZ6t {  }
 }@media only screen and (max-width: 763px) { #MJhm1LQZEBcIwMLhJx9ckQe2rwdvsoux #U6lJ8vyd2MUx371y0HlBDePqtsn7AtyR {  }
 }@media only screen and (max-width: 763px) { #PbcC7xclvCpIC3BT7Po9ToNQ1RRRlrkQ { width:10.8125rem;height:0;top:65.3125rem;left:4.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LU9ECfFiOy3tfLNCmFFgmT4cvdSAwrvE { width:11.875rem;height:auto;top:2.5rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vxybF7BbG8hpzMPLQVi5H8TLCDUTqg2O { width:13.5625rem;height:auto;top:8.5rem;left:3.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQsOb4Z2Ecb5brgUyR3mT6PCqP5wUzwv { width:9.5rem;height:1.5rem;top:26.458015625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #scJ6gXyFpUmnWLK6WcaEE98a2swqEalh { width:9.6875rem;height:1.3125rem;top:26.5205078125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CRsrFxvVsbAWv19qOe7rzMMlDBD9UAbI { width:18.625rem;height:1.3125rem;top:27.8330078125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BrGiGboQxTx15TBq4B3nEt5oAawv73W1 { width:9.5rem;height:1.5rem;top:30.7080078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QAgqixWU5qIKDw1rlWNABDJN3dhDpoWz { width:9.6875rem;height:1.3125rem;top:30.8017578125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PGiCTMD8rlTtWyalTnk3oNNIxVraHv7H { width:18.5625rem;height:1.3125rem;top:32.2080078125rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXpTP3KQbxWiGXmqmptZBNFMBGyFcpbw { width:9.5rem;height:1.5rem;top:35.5205078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EA50biFXCQWu7Nq4wbUFdOZkORebgnZq { width:9.6875rem;height:1.3125rem;top:35.5830078125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BqpTys2mlS7aIQ9lKI6mpRT3oSEXqmD2 { width:18.6875rem;height:3.9375rem;top:36.9580078125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BQIuF1a42GQND8SyxVRe3hRtRX8TuITM { width:9.6875rem;height:1.3125rem;top:42.6767578125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQzCWCOR3gILlvut8DZAnMgQoX4QJbvr { width:18.625rem;height:1.3125rem;top:44.1455078125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtVdWs9DB0HdWPbqH3kloIIwFJPKinIK { width:9.5rem;height:1.5rem;top:42.5830078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EnsVOfINTNMLyXbaFTOlcqI3F1NnKswx { width:10.3125rem;height:1.3125rem;top:47.4580078125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGOWF87mTgaeLSyRc6AcmL2cIrKLVkZh { width:18.625rem;height:2.625rem;top:48.8330078125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pCF2TigvzIlhTaVusIxbZqPwdttPva5J { width:9.5rem;height:1.5rem;top:47.3955078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NqXDEecrfXkcyoGmOTXT76HxOwnBzbHN { width:10.3125rem;height:1.3125rem;top:53.6142578125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MmgnWfn3R8xwb9SXAsV5KNUtOkaZG9J0 { width:18.5625rem;height:2.625rem;top:55.0205078125rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BkWOgenbMAPHdlVrrSv6mkOZ2VBxeEAS { width:9.5rem;height:1.5rem;top:53.4580078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SHDxburUm5WvpqTxeMnByegDoheUPanw { width:10.3125rem;height:1.3125rem;top:59.2392578125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MxD1vaLTUTNam9M6qh6S25fzCbScvQ6B { width:18.5625rem;height:3.9375rem;top:60.7080078125rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ObhdvgWz8PVkVnaL1E9E6SriBVmFSETP { width:9.5rem;height:1.5rem;top:59.2080078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qsQruGM73QTJ7qLND0if62wT592K3vcI { width:10.3125rem;height:1.3125rem;top:66.4267578125rem;left:9.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RsCQnNhwDtIElEuuaPk5JUE9cFRFGTct { width:18.5rem;height:2.625rem;top:67.8955078125rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C0GFWDQFKOmdqtNAccSJZuMrIaLVi9oN { width:9.5rem;height:1.5rem;top:66.3330078125rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wJrHmpDIrPfsaITORRWZ3x8niDEnExtN { width:19.875rem;height:46.8125rem;top:25.4130859375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DCAl3l7v253KesNH4kvgRpRGhaM1smzQ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5f9c45d5-2a7b-4b64-aa43-fbf45967456e/grid.png");background-position:center !important;background-repeat:repeat-x !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; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ.adaptive-delivery-prevent-bg, #DCAl3l7v253KesNH4kvgRpRGhaM1smzQ.lazyload, #DCAl3l7v253KesNH4kvgRpRGhaM1smzQ.lazyloading { background-image: none; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row .container { background-color: transparent; background-image: none; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row .container > .video-iframe-container { display: none; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row > .video-iframe-container { display: none; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .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); }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row .container { border-width: 0; border-radius: 0; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCAl3l7v253KesNH4kvgRpRGhaM1smzQ > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iy4wqb3u5NQ1eRD918i8OKpxPm1Facb2 { width:1rem;height:1.124025rem;top:1.0625rem;left:1.125rem;z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #tulFNhEaNI3fd2c34Ch7Ak6KCkAy2aQZ { width:18.125rem;height:5.625rem;top:11.5625rem;left:0.875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #tEXobZCS9q4OCqlUwXSt3ykAOy5sskVl { width:7.5rem;height:1.13671875rem;top:12.1875rem;left:6.8125rem;font-size:0.875rem;z-index:15062;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgcSdWnk0tOHAuyG3osMpMPaMIap0NB4 { width:1rem;height:1rem;top:12.25rem;left:5.75rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .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; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .widget-text.counter-number { padding-top:0.405rem;padding-right:0.358125rem;padding-bottom:0.405rem;padding-left:0.358125rem;width:2.146875rem;min-width:2.146875rem;height:2.175625rem;font-size:1.61875rem;line-height:34.81px;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; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.253125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.863125rem;height:1.583125rem;font-size:0.6075rem;line-height:25.33px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;color:#fd798f; }
#GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT { display:flex;width:15.4375rem;height:4.821875rem;top:13.3125rem;left:2.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15088; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #vzWToFU23puVK9lDTiX3tXEgGGWozpav { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #iGBRN0hQQC61ByUhmHNB6kJ4VQbFJwDo {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #k26fEk1Ly1zwQBhGN9ikc1EaqKiffyxV {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #XAKXr8HbbWh7zdf7bLaVsLHDAbBrqbRa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #L7GUu3NQMeqCRJBTWVDRkfIfypE4mtDb {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #r42VIWLox6UVI0l35ngVwZ1LKsmRhwpQ {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #WpOdESa1GaLRdz3hiuLe2Qqm0rmRAFQa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #SHTX67EgMzswx7wMcqhafIs7kT0rO815 {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #czmPVdXRd42xV8fEvxg59mLriaGGT3Ur {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #HLMLN7BK5XzutTPFeAtnRmqffZ6CcJew { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #JiUzHUPlmw1QsiDHpRnbkPWPcBbKeTXK {  }
 }@media only screen and (max-width: 763px) { #GZgXsxT9kHbThrK6nG5hw1dNJH5RGkZT #bs68xUwG9t4txUuT50MQafKF3rGAHus2 {  }
 }@media only screen and (max-width: 763px) { #hpfSyOoO7J6iuKtfDIMuovbQq60QcDQH { width:18.125rem;height:2.625rem;top:19.375rem;left:0.9375rem;font-size:0.875rem;z-index:15060;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuyvWM2G7Qc8Bq2LGGq0UsbSLuXAFqA1 { display:block; }
 }@media only screen and (max-width: 763px) { #QWAh8o3oWoAMHghhVS9nJcRooxVyPkUA { width:18.125rem;height:2.625rem;top:22.8125rem;left:0.9375rem;font-size:0.875rem;z-index:15061;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ToeekAeh5pgKohiloKF73TC8DBZisd { display:block; }
 }@media only screen and (max-width: 763px) { #PzKoGZFkBTrPQp1u8TOMhzqO0Qdec5bU { width:6.9375rem;height:1.13671875rem;top:4.5625rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #hHTxeuitAM1ouER2GGbBg0Wyh56Z2Bc6 { width:1.125rem;height:1.125rem;top:4.5625rem;left:1.125rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #lvTWn14uHHLolWrIqHTc9uXwa9RNmQPV { width:9.375rem;height:1.5rem;top:8.8125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #BO16h2BHFQX9oOwcB95AiPtluF4bR4cC { width:6.3125rem;height:1.13671875rem;top:7.875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #ZP9NASMsnBuhK5t4I9bihzkgqTDWgevx { width:1.125rem;height:1.125rem;top:7.875rem;left:1.125rem;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #fKQwqVhGtCqwNTE1hhNKO6eOxmw4EGfC { width:8.75rem;height:;top:5.625rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #OHQrwpe5soxwmXsb8C2oHwwGCx5TwMhP { width:8.8125rem;height:0;top:15.380859375rem;left:12.801136374474rem;font-size:0.875rem;z-index:15044;display:none; }#OHQrwpe5soxwmXsb8C2oHwwGCx5TwMhP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a48dfe4-65fd-4971-85ab-017cef3134fc/Checkicon.svg); }
 }@media only screen and (max-width: 763px) { #sWAVpEiugMtIrTb5KmBrdufMvTtEL50B { width:8.8125rem;height:0;top:9.3978881835938rem;left:6.8636363744738rem;font-size:0.875rem;z-index:15034;display:none; }#sWAVpEiugMtIrTb5KmBrdufMvTtEL50B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/8a48dfe4-65fd-4971-85ab-017cef3134fc/Checkicon.svg); }
 }@media only screen and (max-width: 763px) { #HmqoguzR1QHVVx8TNesgXb4SuB3qIs1i { width:14.0625rem;height:1.5rem;top:2.25rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #WFOxXX1ABBXbq0sK22HWcrDT8DSAKMEF { width:11.0625rem;height:1.13671875rem;top:1.1875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq { display:block; }#ugodKGJWMc1DKhZM3Zmk8QSoKipsoRSq > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3uhLwMTdXpqTAyUggSbrxLzHWyIfoxf { width:19.25rem;height:5.84765625rem;top:2.125rem;left:0.375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lZLnrQAtOnzxO04k6Gpn0dNQZBTEpuxB { width:9.1875rem;height:1.9375rem;top:2.0107421875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRRNSBprcqxX0aGe8yyh4KCAZqyi8PcU { width:19.875rem;height:31.25rem;top:43.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvbt69qF79R9gHn29Z459g8d15XnFtnz { width:19.875rem;height:32.5625rem;top:9.9996433258056rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq3ZNovozrMGmy0E5UGBA7Hb95xaviTa { width:20rem;height:20rem;top:9.9996433258056rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #csKuqVXAhlIESGkTqJCzgZCizb3et8Ot { width:19.4375rem;height:9.2494224090807rem;top:10.061256408691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrt8nWuHioTOiqm77D4sdZMONpTcuei7 { width:20rem;height:20.477826086957rem;top:9.9996433258056rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXbPT9c7ILw4vpRnKG5i0VV3o0WX4fuT { width:18.125rem;height:2.8125rem;top:66.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhdD7k9Tq4mv6B51L1ZVuXIGJfahRHoo { display:block; }
 }@media only screen and (max-width: 763px) { #KRdB3mXs4SBJyg8ar0ETeDDlBoVTT3PI { width:18.125rem;height:3.125rem;top:34.625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tss6v4vmPJLrIhLqsofB3KnO1fti9bMs { display:block; }
 }@media only screen and (max-width: 763px) { #HQZ39S37dQqDEy3TKndqHvZmlaUBfPmu { width:12.1875rem;height:4.2246125rem;top:45.6875rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DierB6mqZxSuHKlZPZ5dv780DJxFSKbD { width:2.875rem;height:2.875rem;top:45.6875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABTC0Rftbklaxgnpepx5IMn877R7ySi { width:8.6875rem;height:3.8994125rem;top:49.9375rem;left:1.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erm4dxmIHl8oRd95bVh5K4SuB34ZuF3c { width:9.6875rem;height:1.4624rem;top:51.125rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4m0XhmMFeHx78hwMONLngyA9lpSAE0q { width:16.0625rem;height:2.11230625rem;top:12.061965942382rem;left:1.6246448755264rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df7DUfTsFALp9xTbGb7hBfQZErcuR7yK { width:8.4375rem;height:3.8994125rem;top:14.924182891846rem;left:1.6246448755264rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXZe6A8Mc4kDeS8Wm9w6V2RhhcTZFzr4 { width:5.125rem;height:2.5996125rem;top:15.573154449463rem;left:9.9999994039537rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4I92AxIf5T1H5XZEVTheZ04laSi4zUF { width:2.875rem;height:2.875rem;top:11.680219650269rem;left:16.624643683434rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGwbxxN5AFDi5tHzgJO2TqPgoUnxWTcp { width:5.4375rem;height:2.1875880064141rem;top:15.811965942382rem;left:14.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9DwUPtiUv8XwO814rl6T2vMqRZb3BCM { width:3.0625rem;height:1.4624rem;top:16.1875rem;left:16.186966300011rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVsWQ4FN68hXtAk7kXsAz5IiGvlCcHgb { width:17.5rem;height:9.4365rem;top:22.155540466309rem;left:1.2499998807907rem;font-size:0.875rem;line-height:1.7;display:block; }#bVsWQ4FN68hXtAk7kXsAz5IiGvlCcHgb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #H5Xot02TmT4IQQ3UTbTWg76VJvd2EcST { width:10rem;height:1.875rem;top:19.062145233154rem;left:1.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyb2JwKyOZtmte0Eepf3KNbutklNUetT { width:7.875rem;height:1.13769375rem;top:19.436790466309rem;left:3.1871446371079rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVk7Pxfp8oELXRF6Lrv6MiqD7z0cXMAO { width:0.875rem;height:0.9375rem;top:19.561965942382rem;left:1.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzBxK27TnFf8yckrKaz5uMoy79nPBtF5 { width:17.5rem;height:9.4365rem;top:54.375rem;left:1.25rem;font-size:0.875rem;line-height:1.7;display:block; }#PzBxK27TnFf8yckrKaz5uMoy79nPBtF5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/282e7272-be04-4251-9c72-c40cc01e5301/icon_thick.svg); }
 }@media only screen and (max-width: 763px) { #uqrDxU3sBzHfTeNK1x3ZdV0zXcHscBG6 { width:8.875rem;height:1.29980625rem;top:71.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0amPBUuN4KPzcizcL6WVIhuxgDISOaF { width:1.5rem;height:1.5rem;top:71.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln87dmC5zWiL7zWM6hIUDTCKOt31yI90 { width:5.5625rem;height:1.29980625rem;top:71.4375rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr18m0TxHL0rvIPl8uZaFz8QdMRwQTw8 { width:1.5rem;height:1.5rem;top:71.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xng7iW38e5H4uPVoWSXsJI7XDzZw7JPW { width:1.5rem;height:1.5rem;top:39.249465942382rem;left:0.74928975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM6q1DQxA8OKIU4Mf4KCGBf2qihwn3wz { width:8.8125rem;height:1.29980625rem;top:39.3125rem;left:2.6240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraEAq4h5l2gTuTqXHiq3tKoUUfqSDca { width:1.5rem;height:1.5rem;top:39.3125rem;left:12.124467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #AidgfMz4e2wRsU7T9hXtfQ24flV4BPH9 { width:5.25rem;height:1.29980625rem;top:39.3125rem;left:13.999467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy { display:block; }#D9L8TKPGNa8HN1cRBCqJhrJlE0BWpThy > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTHhGfChTzdTd3DL8XpOmGHpOOriRK5z { width:19.25rem;height:6.597625rem;top:2.125rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPlWqqu8JJFnQ7sXgC2U4nxdWv2rPPsW { width:12.125rem;height:2.375rem;top:6.365234375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6VBMZAmkxfGTExIudK3W16BzgletWdF { width:18.6465rem;height:2.5rem;top:27.0927734375rem;left:0.67578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnZl6sWrVOUIulOycKmO4RHIqt1CTkE { display:block; }
 }@media only screen and (max-width: 763px) { #FL9My64537KNTqoTDr4vc821vv599CMG { width:19.375rem;height:3.91015625rem;top:12.966974258423rem;left:0.3125rem;font-size:0.875rem;line-height:1.3;display:block; }#FL9My64537KNTqoTDr4vc821vv599CMG li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#FL9My64537KNTqoTDr4vc821vv599CMG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #qAAQJuqcAZNpBX0zpanPPV0TutngwQEV { width:19.375rem;height:1.875rem;top:10.530894637108rem;left:0.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7t7LCApzZwCChFdZQiUcPRBADVTMKpg { width:19.375rem;height:2.7734375rem;top:21.437322616577rem;left:0.3125rem;font-size:0.875rem;line-height:1.3;display:block; }#t7t7LCApzZwCChFdZQiUcPRBADVTMKpg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #T18dz3st3q7ImlHD0ZhutrXJTiwm9KcN { width:19.375rem;height:1.875rem;top:19.5625rem;left:0.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q9EiCuw0r5GIloZsF0QOIlksr3LViTeV { width:19.9375rem;height:7.8125rem;top:10.222001552582rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4KkFT3ibKRhlH5T4qNZEAbBwoDyq9em { width:20rem;height:6.5rem;top:19.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l { display:block; }#XhOZTuZJr8pwbLZvd4BDXaGbsX3LPM4l > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzKwkbQi2VLoWsRAfM7VoP4ray6CqbUP { width:19.875rem;height:43.8125rem;top:16.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #s68gyJVWF0IChNNu4qzlDE2FTfw7sVgS { width:20rem;height:20.4775625rem;top:16.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EVR7ufARor1al3mLdtuVfZaB4mJ02eaQ { width:20rem;height:20rem;top:16.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uR13ZyktnONP4B7RiO6f0FO0trn9i1sr { width:12.5625rem;height:5.9375rem;top:16.8125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:2.75rem;font-size:1rem;overflow:hidden; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7  { width:17.4375rem;height:auto;top:20.662109375rem;left:0rem; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 {display:block;}#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 { width:17.4375rem;height:auto;top:20.662109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #cSeoqcvgh477ceZgpdksOXtv43DS4WxA {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #wUHnLOhGBJMgP5FW0MJy42gKt6i7K0gs { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dw4NIe1IByMfuDumUUE7HlTDRuNPCMPE {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #JmSihzbt3zfx9xd5KsUbPG8pQX0fb4M8 {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #TbWOiNMSFJb7XVS9sMFeufgulGnOT82s { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #kq6r4uQUiFIWTBPaVbb1OglIVuAIbLxL {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #GC2vvBGxTho4WBuASpzE5VDQDxXwC1To {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #lFcx4JZo76GhVdArrxHkcbPRvPTGMDT0 { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #KKKbs43bWXP1IeuPSNTZZ9LS8g5xpHkR {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dLhEH6kkURpDvneLm9rxVpD6GuzH06EM {  }
#DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dLhEH6kkURpDvneLm9rxVpD6GuzH06EM .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #CEBzvcXItcWuzPXUzLRgOgzOR8rozmpT { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #fg27qCcfT9hSXIu64FBcEN2k2fPFIl3i { z-index:2; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #LP0q4Lu06EVM0xDlecWZqsphvAam0o8a {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #o6QJ0zP7QX1rFyA39chLgXMm0Ud9BO3c { z-index:2; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #dZAcCqkOklnNeM0Z2AvshJagNoSGrayi {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #U8GBvuOkyeRAqsufPdcLDs915MxSzCPb {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #xHuL4lGNcLZ85E8Nn5xAyWLwUsn3CTFS { display:block; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #aIZif3QtfDxpzfuZmTuydsKdA0e5ug0k {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #qaDzrCOzmRQGImLKSbUsiraxZMfwiZbu {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #M954nzCwfE1N6XKW7oEUTEVOhmJcoZs0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #NnDLko8thSwuvoFvPlVcgW6MqL4deb9X {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #lAGgIuRRWCGbv6gwBr7Tx3Gr2Tgc4iSi {  }
 }@media only screen and (max-width: 763px) { #DWNyxFGP8mUw197SSm18K8rrcmytoQH7 #uf49MBHHSV51TwDLZ6seRcPieJUrX0rR {  }
 }@media only screen and (max-width: 763px) { #vTTKlnJ4ZPZ0oI3PeO796DEZahat3Ptd { width:16.0625rem;height:2.5996125rem;top:18.0625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnW9HKRNKb3pBsa997gvlucCDdcw2of { width:18.5rem;height:39.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHoKQnaT6OZ8DOxrIq3eyR9H8yNbHdAg { width:9.5625rem;height:2.75rem;top:2.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Eax8EnWEXCvnPT4xaVZTHlFd5LRT6d { width:20rem;height:2.19993125rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cznu0grr0CodAydV4k4CCQmmBVsbLNBo { width:20rem;height:3rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGosaMkJIwUTV1f2qePH67sdWzgoRpwq { width:18.75rem;height:1.5rem;top:62.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vITyCoR16LqXMeGd57xnT7WJgsiALB4V { width:13.25rem;height:3.9375rem;top:65.0625rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fxe1I2cil6HP7UZdTPVgtdqTvKAnMrqT { width:8.375rem;height:2.625rem;top:69.6875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0d28kUmyF2dkbouGAXgTcsxyyXJG8tF { width:10rem;height:1.31303125rem;top:73.5625rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIgAnz8IXAybAzOTO1RKe0lQVlHBTM1R { width:12.5rem;height:1.29980625rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBLIgB2DTfBZyLdyOat06mEZS8dSUbz { width:20rem;height:3rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmPyTQ6hvpJQXbMpJ7iTtqctvJioQFM { width:2.25rem;height:2.374025rem;top:65.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcO3oWVlCz3Ac7POfw8P09NhsEaUxkVt { width:2.25rem;height:2.374025rem;top:69.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThVvGeueh0fPqVOQ40CUQtlocVp3qRv { width:2.25rem;height:2.374025rem;top:72.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7P3rcl3LNI8cHieaptrFdWGd6a8lQpD { width:2.75rem;height:2.75rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyvNqS5u75O1zs3BCnRrnqGCTJxkGR9I { width:2.75rem;height:2.75rem;top:6.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJk8URI3BiMDI0TbIeOTI5o3b9dzGQx { width:2.75rem;height:2.75rem;top:6.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu { display:block; }#wXThELNq6RU4l1DgrzSdnLR0usNeb2Vu > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy { display:flex;height:auto;width:17.5rem;top:7.1123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #crWPl23CH0e20zLUioPx5BSvVlTOE6Dw {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Xf8ZhovotwSSVLnTsRncsiA5T6hefLnH {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ivb0AxccHnp9WyyL4DlE4bTCbn0MWg6B {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #VIrfIsnNzH5xt7UGTQ3Vng05lN1eiL3T {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #rZLqsVTtaPRFyEDyFlr9Dh9hxfyS0Uqh {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #DPp2qpRkbSLDfR8Es7gpITVrreDaPxoT {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #t1avm3fEMTQiZE2gfCbZo328GiHur1GU {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #TZA2oKOrZxFbyJyhUrFbh5pztbLzZzGJ {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #cQLDJWI48AgKT9C8q9q13wVJVWHHNFpC {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #VFlfsImoUFUAzTXzKqVKKJNPkNIO3xub {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #mOEif3AeqFaGARiwPgMPcKC8ksQIAlbC {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #XbXlFXxPwhFyTWM1cNiLeORFG0kKNymT {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #O8oqELJ3iTiFryEqLldZT8LHA5O9h0EK {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #rh5c1VEQBoeEO8BMD6vMl3TWZNi4SQfN {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #KbOwp2cZxSCtGHIR5lpzNVRTzwx94M9O {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #H5h8JJ3lCNPHrVwVGoaTb6cWkMOPoGlw {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #TQMooWTrdNbqh8kD4WcU84DTF3r6lzKT {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #NaXe9mSQSi8WTzRhqm3C6ZMxDFUcUgUQ {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #hTD88yPUeFy7zhUPyQpivJUo4ODVJFgC {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #trvumchQUgB7vs7wWom5BSXm3vq9rCSs {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ch5L7TsJsIqD7WQ6M7QHxT3mfc1DTJXZ {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Fk45RpJqDEGIN1nhiS5HJ48dKTRcflKf {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #xqsso7QgrcWhCeAfBXG90H5TJuFZJqCg {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #IenphvEWldCmHaesHd0xaSEd7PhkL5Us {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Lsgns7bDTJZEMllVG9qLwOqQfXuIZ3Kk {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #gbhGo358DPPM9JCQqpCGpBK35Bg19n7o {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #W0bhSTN4yhmnWfxNdK2ePNNCM8vS65F5 {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #fy4psGyzevMKqPBwBTFfQdREQeKpBbut {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #vJk3eLy1Jn0Zw3G4qiCPACkn71aQP5nd {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #Ju7mO1UXTx3gA3Cbdt7CiMs1aF0bMDsM {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #NvTC5OMdCHUpThHu0Tk8IqnqkXk4hKas {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #trTS568nFacZcOCt9ThoV91OkfTAdy9x {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #ycwofKDfqE7v4GDUpWXIuU3WAeGEImEz {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #AQbwqgXo08bee6fARDaQTeaHvHuccyvo {  }
 }@media only screen and (max-width: 763px) { #rRbSz3aV8k3U8N5FqNp28GEAydgQ7nSy #KuN9RMkHBfDGzPsCI1f2xHzKcxXwVPBb {  }
 }@media only screen and (max-width: 763px) { #Jlzdts4Oimfzkg7mwsGRhUVxFbL68tA4 { width:20rem;height:4.38743125rem;top:0.875rem;left:0rem;font-size:1.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tppTzW2iKr4cx3h2T0BBNmvMH5cc7xqI { width:9.5625rem;height:3.125rem;top:4.6123046875rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 { display:block; }#MX1tBl5X1v4nkuFAlCNlqd7vk86CFqs4 > .row .container { width:20rem;height:104.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSTsWGDPNqNEgy7aQUEHazNd7TEgJkHn { width:20rem;height:4.3984375rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phuksc2txFPFg6tC2GF7X6vzDlULagBA { width:12.75rem;height:2.5rem;top:0.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pevOZOEGB2331dfNTzqUdHuaO8SANO79 { width:17.875rem;height:4.5rem;top:6.8125rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5lTTOehPeif1C4hyyhL64WQ5VTM34b0 { width:20rem;height:14.59375rem;top:12.5625rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }#H5lTTOehPeif1C4hyyhL64WQ5VTM34b0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #zr0qKT2oZdzTflXtH47xQBTFMRr47pGf { width:20rem;height:12.3945rem;top:30.0625rem;left:0rem;font-size:1rem;line-height:1.7;display:block; }#zr0qKT2oZdzTflXtH47xQBTFMRr47pGf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #vwIGTn6ZPRpPbvWCKLT04nxqSUdXTeXc { width:20rem;height:0.125rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1r08dUz2RaIet3qgIqucPteq0l4pK3k { width:13.75rem;height:9.125rem;top:78.5625rem;left:3.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #yJBMR8NOIBHZq8I8IZwNHx7K0WMlASiT { width:14.375rem;height:9.75rem;top:43.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdrsEwlcEcTxzOaoIK4CVS57Brm6JldI { width:14.375rem;height:9.75rem;top:66.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78UGJWd009UQfvDP9wlK9kkDdNPex5w { width:14.375rem;height:9.75rem;top:89.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr4AV8R7VMfBDt5R4Tb71Vi7J7qiM6LT { width:14.375rem;height:9.75rem;top:78.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUv6TMxikKXot1Ip4AuCSPTkEGZlUKxV { width:14.375rem;height:9.75rem;top:55.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyNQ6MZysfQABSSsISGAm84qQ1IPFfQn { width:13.75rem;height:9.125rem;top:90.125rem;left:3.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #m49zK7WUBeg16GIVS3NUyqZLOOdWy8HX { width:13.75rem;height:9.125rem;top:67.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHR5p5SC9XwgKGzPr78rofIOTLUbevqw { width:13.75rem;height:9.125rem;top:55.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE9CEnJMZ8o8l8cN06QUhv08WzdhPzbH { width:13.75rem;height:9.0625rem;top:44.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT { display:block; }#Ww8r9z3LT3DcDrEPRCKET7Tri44K90TT > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2OSFCZWxWTZTqVvw1D8mcTe6sF6eeJ5 { width:18.125rem;height:9.8730625rem;top:5.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6DVEFQTkXAfQdXQV3voECc99y90vEyT { width:18.125rem;height:16.25rem;top:15.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0MhufWgqyBLM40P1O0te3lybF2CvTxx { width:14.8125rem;height:3.57421875rem;top:16.0625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCm346vciIrNWDOhiDRD5DFyoD5AW7W { width:14.6875rem;height:6.09765625rem;top:21.125rem;left:2.1875rem;font-size:1rem;line-height:1.7;display:block; }#FaCm346vciIrNWDOhiDRD5DFyoD5AW7W li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #xG8pvn32GOzNg4tnJvEiA9myhZxzOBCz { width:18.0625rem;height:2.625rem;top:28.3125rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgRH6QedIFEOGuJvbU4XZo1Tuh4GagTr { display:block; }
 }@media only screen and (max-width: 763px) { #rR0hKwHRxHtOKJSDxTW3L9cAQX8Vk6ZB { width:14.8125rem;height:3.57421875rem;top:45.1875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul7XGtubDXgTWmLvktkg2hAutzxD4XRS { width:14.6875rem;height:8.296875rem;top:49.25rem;left:2.1875rem;font-size:1rem;line-height:1.7;display:block; }#ul7XGtubDXgTWmLvktkg2hAutzxD4XRS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #KteRHPiSilUxNTxRC9Gb0Ed6M0Wv1PtD { width:18.125rem;height:16.25rem;top:44.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiSTQZNR8sMS1V98Pxr5FS1qRlkItWku { width:18.125rem;height:11.9365rem;top:62.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpEVww35naUzXB1miFfKd7CuyMR7dRfQ { width:18.0625rem;height:2.625rem;top:58.75rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBEAq7GhqBx5HefDbO88DtTLdl3A1PiT { display:block; }
 }@media only screen and (max-width: 763px) { #vu7tfpbymcCbBrN22qENVlrrUcKqR5v7 { width:18.125rem;height:12.874rem;top:33.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT9z3nQs2iUt2BhM4QQht7dbQVHXUlWT { width:18.125rem;height:16.25rem;top:74.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERc9TRwfOsnZqTpWLqatIhUpaH28GrhZ { width:14.8125rem;height:3.57421875rem;top:75.625rem;left:2.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x4bWPqTpVL2DyCb41Ps2GGgUHTDif9Mi { width:14.6875rem;height:7.796875rem;top:80.1875rem;left:2.25rem;font-size:1rem;line-height:1.7;display:block; }#x4bWPqTpVL2DyCb41Ps2GGgUHTDif9Mi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/77585730-7176-48ea-a1bf-5ddaee4be17a/icon_thick_2.svg); }
 }@media only screen and (max-width: 763px) { #KcvKmpBFQ2nDzna9IvnAZ6AgU4EZlHtz { width:18.0625rem;height:2.625rem;top:89.1875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBKOkgSWmOW7tvRuEZGMD9MmrikyU3ft { display:block; }
 }@media only screen and (max-width: 763px) { #lS93In8ozvhwXUIIduoQ2MEyzFp4tMWu { width:11.0625rem;height:1.749025rem;top:41.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pByg7fGGBiNTpxRZNlu8chBUIFMh8nmG { width:18.125rem;height:2.19993125rem;top:1.5625rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKlah08tv5Jort5QQMDRQyn4iwZphA4L { width:17.6875rem;height:0;top:6.4375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #y7eEPPzWfOJHnd7yNk5AzzNkdRTIqthV { width:16.75rem;height:0;top:8.25rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K { display:block; }#lXXkZtPsAWoJ4uTM97ApKPTUySh6uL1K > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4BKaTN6x6hE3RZHJ2kQMPvIrWlvhHq0 { width:12.5rem;height:1.29980625rem;top:0.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAWCeDonVsWsqDHtSTLbnoXr8R74lJt5 { width:11.3125rem;height:3.107425rem;top:1.8828125rem;left:4.34375rem;display:block; }
 }