.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:247,219,227;--color-primary-1:231,140,166;--color-primary-2:215,63,106;--color-primary-3:205,15,69;--color-primary-4:204,15,69;--color-secondary-0:255,255,255;--color-secondary-1:218,218,218;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:5,5,5;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Be Vietnam PRO MOJE";--paragraphs-font-family:"Be Vietnam PRO MOJE"; }@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-primary-3),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.55);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; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { background-color: transparent; background-image: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .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); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { border-width: 0; border-radius: 0; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.5625rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:1.1875rem;left:48.875rem;display:block; }
#iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-1),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:1.1875rem;left:31.25rem;display:block; }
#n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.25rem;left:28.125rem; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#R621l9OsEpTCkf81iWO6NNNefa7WC2gp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.375rem;left:46.25rem; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:60.1875rem;display:block; }
#x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c305162-e63a-443f-a84c-2e661074bc90/ws1013.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.79); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.79); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::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; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:poppins;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:rgba(var(--color-tertiary-1),1);display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.3125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:16.5rem;left:0rem;height:5.3125rem;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; }
#K75AvbrshOhMX7dPKi6yPMOipRTShV90 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.675rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.125rem;left:15.75rem;display:block; }
#ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-tertiary-1),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:12.99374961853rem;left:0rem;height:3rem;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; }
#x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { color:rgba(var(--color-tertiary-0),1);display:block;width:31.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.125rem;left:0rem;height:5.60625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R4l1UdpxcToFaLbAqxry5Bzc0EmeUEa9 { position:absolute;display:block;z-index:15014;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:25.25rem;width:37.6875rem;top:14.30312538147rem;left:37.3125rem;overflow:hidden;display:block; }
#mrK2y283uGkScDRkE7mKmQ44eSbomd9I { 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; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row .container { background-color: transparent; background-image: none; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row .container > .video-iframe-container { display: none; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row > .video-iframe-container { display: none; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .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); }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row .container { border-width: 0; border-radius: 0; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:46.875rem;width:75rem;position:relative;display:block; }#oH89ctChSFFfbZMXNPH9qp0n7Gs0VnPb { color:#101010;display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.124997138977rem;left:35.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;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; }
#abqwxfLJ9LhG9ZAfWAaAQmzXKiDbNKrw { color:#101010;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:19.550003051757rem;left:35.5rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#NMIy6eQxC9cw87NmqgA9EaCSKLWoPc7F { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#NQgVxmPQMxIFcpzmTqssu2rAlGMNV61J { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:25.125rem;width:25.125rem;top:3rem;left:4.75rem;overflow:hidden;display:block; }
#nlxmkTSH5sk887cHFZkEFeg1Vk7vzDMl { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.562503814698rem;left:35.5rem;display:block; }
#nGUltCzMIoRuvuzWZTbGl9TZbKBGHMc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgCcw3BNqVLtNJfokO82hxddprbabMmS { position:absolute;display:block;z-index:15017;height:4.8125rem;width:8.8125rem;top:0.64999961853025rem;left:66.1875rem;display:block; }
#Hw7yINqWyGScsSTlTa9WFzmFIZr1t1QB { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.9375rem;width:26.75rem;top:23.0625rem;left:3.9375rem;overflow:hidden;display:block; }
#xpoLTwSqQgtQp30KotJoDhFNBGI5Jso9 { color:#101010;display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.718753814698rem;left:35.5rem;height:8.0625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xpoLTwSqQgtQp30KotJoDhFNBGI5Jso9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xpoLTwSqQgtQp30KotJoDhFNBGI5Jso9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c305162-e63a-443f-a84c-2e661074bc90/ws1013.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3.adaptive-delivery-prevent-bg, #lXf7CsTHXruFSWdzVze86aDSAucBxSd3.lazyload, #lXf7CsTHXruFSWdzVze86aDSAucBxSd3.lazyloading { background-image: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container { background-color: transparent; background-image: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container > .video-iframe-container { display: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.78); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row > .video-iframe-container { display: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .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); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container { border-width: 0; border-radius: 0; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:57.875rem;width:75rem;overflow:visible;position:relative;display:block; }#vt9UlhqGtwhn6ROcsgz9RwNni8kchEJu { color:#ebebeb;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.6250019073486rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nGQIh3BzftA1WvbnfB8Cia5EUOQTQJu1 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:#cd0f45;background-image:none;top:15.25rem;left:6.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#lhVgSG8Ax4J9Xzbd7TRhHTDCFwSI4dLh { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:26.5rem;left:1.875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVZpB3zU5XuQOeSxg55KQQRTk0kz23Sl { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.75rem;left:8.5625rem; }
#qhLbqusAIFDt5ww9XgZ4fHMP1KHUPqcR { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.75rem;left:61.25rem; }
#xpb70zwCHpOtvbgn5pbFMMuCTlmii5ST { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:26.5rem;left:28.96875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNFedxkyXvfKqdUM6mMsXnWx9Dybf8fL { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.75rem;left:35rem; }
#GQsyKgQ0WTrotPNpxFfoLT708THlvSHN { color:#fafafa;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:45.6875rem;left:2.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaUhhRGHNlyyoN7CrvT56p4qIzTvTHqP { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15008;background-color:#cd0f45;background-image:none;top:15.25rem;left:32.5rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#ARbBEdsINwGnXdGTZWseTEATCMCD7fuz { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15009;background-color:#cd0f45;background-image:none;top:15.25rem;left:58.75rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#k4LaecqnAnGtfxpdRmMszvB6qEH4MeCU { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15019;background-color:#cd0f45;background-image:none;top:34.4375rem;left:5.875rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#GbIeO53bTKExIvwZP4TFbM3H1aOayogn { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:36.9375rem;left:8.375rem; }
#fXgin1BrVxcHheGLTRrZlmksbbxGcFks { color:#fdfeff;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:26.5rem;left:54.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqevx7lkTLHG4S8ciTxvc5OxA7yKLMKI { color:#fafafa;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:45.6875rem;left:25.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lsmEKqUJHBtwEh45cnTDnSPvqNeNdI4W { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15020;background-color:#cd0f45;background-image:none;top:34.4375rem;left:32.125rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#A4GPpHWFlHy4aToEsEW2eT91L71ZMg9a { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:36.9375rem;left:35rem; }
#m1DAwtWwQ3Ak2bgWrcvIz8ThSEV54yK5 { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:45.6875rem;left:54.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3gFQdqTdiNoEUP0XGcHcSiMyWXrPClT { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15021;background-color:#cd0f45;background-image:none;top:34.4375rem;left:58.375rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#dRkNFKTSn7OiRW4dQM8Acu9iu9JmQDTy { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:36.9375rem;left:61.0625rem; }
#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container { background-color: transparent; background-image: none; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container > .video-iframe-container { display: none; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row > .video-iframe-container { display: none; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .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); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container { border-width: 0; border-radius: 0; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:52.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Mb4xv77mTFmhWHfudE1TRU4Ddo9qwTnw { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:8.31249332428rem;left:34.96875rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;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; }
#HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6 { box-sizing:content-box;height:52.75rem;width:27.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/cef8089c-73c7-471e-ae5a-a7e9c213d737/ws1014.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6.adaptive-delivery-prevent-bg, #HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6.lazyload, #HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6.lazyloading { background-image: none; }
#LKtRfbK7sohtMq3EXOxK7A1irQ7WLWS3 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:42.675004959106rem;left:34.96875rem;display:block; }
#uU1tEwZBaTc3XFFpWLALA3kydIzT7fg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t3B15aTcLzTk7zTEC6hDOpzfnlKr4ck1 { position:absolute;display:block;z-index:15000;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:15.3125rem;width:28.125rem;display:none; }
#nciSHXZQnesT0zz7qX5EkdycDfXrJJnf { color:#101010;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.7;letter-spacing:0;top:29.625rem;left:34.96875rem;height:9.65625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#nciSHXZQnesT0zz7qX5EkdycDfXrJJnf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nciSHXZQnesT0zz7qX5EkdycDfXrJJnf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
#bMgla971XKSiuckdKI838mOKvUCrzAe7 { color:#101010;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:19.437492370606rem;left:34.96875rem;height:8.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container { background-color: transparent; background-image: none; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container > .video-iframe-container { display: none; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row > .video-iframe-container { display: none; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .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); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container { border-width: 0; border-radius: 0; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iBqQ9Kvwx3qQ1yulpHkKHS4b0Ozy9unR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.3125rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H { box-sizing:content-box;height:50.75rem;width:27.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/0e25eeea-a306-47aa-8b03-0f6dab363072/ws101.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:0rem;left:47.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H.adaptive-delivery-prevent-bg, #TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H.lazyload, #TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H.lazyloading { background-image: none; }
#cZvhSnwL7iDLJtJkodfFsxZIVJUfpRNR { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:40.5625rem;left:0rem;display:block; }
#MLz30425ON5eh0TUMwW3gQ0LnrXLWbnB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ov6UqgRsR04RWrkBkN9yJfFdFaFb7QR2 { position:absolute;display:block;z-index:15000;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:16.5625rem;width:31.3125rem;display:none; }
#ht0mvTfh4zokSR3WFuE7fMZPWDBEM4zE { color:#101010;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.7;letter-spacing:0;top:14.75rem;left:0.0625rem;height:10.8375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#RBSWw7qr8XsCQmzJ0Ga8kVppK3EzmPZ5 { color:#101010;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15067;line-height:1.7;letter-spacing:0;top:27.125rem;left:0rem;height:11.4625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#RBSWw7qr8XsCQmzJ0Ga8kVppK3EzmPZ5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RBSWw7qr8XsCQmzJ0Ga8kVppK3EzmPZ5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container { background-color: transparent; background-image: none; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container > .video-iframe-container { display: none; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row > .video-iframe-container { display: none; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .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); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container { border-width: 0; border-radius: 0; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.875rem;width:75rem;overflow:visible;position:relative;display:block; }#hEoZT6UMLVw7LEP5CSTnWSxsi2mTJRFI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:8.3125rem;left:34.96875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;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; }
#z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM { box-sizing:content-box;height:47.8125rem;width:27.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/97b7a1d6-4ffb-49ac-9b70-63ad6baf3606/ws1012.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM.adaptive-delivery-prevent-bg, #z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM.lazyload, #z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM.lazyloading { background-image: none; }
#KZvJEPHNmpLOTU5oqcXskVmHrQVx0P2z { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:38.799999237061rem;left:34.96875rem;display:block; }
#IAZRNaB1v2veHqpIrd07ds0ERFQHH4Oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvUN5wBQt5XhhRIiwtpHobci7Wc0OPsQ { position:absolute;display:block;z-index:15000;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:10.875rem;width:18.125rem;display:none; }
#DIWfhcsbcNVPb4pOy4nVte1Tc3BkDEva { color:#101010;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.7;letter-spacing:0;top:17.5rem;left:34.96875rem;height:17.19375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#DIWfhcsbcNVPb4pOy4nVte1Tc3BkDEva li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DIWfhcsbcNVPb4pOy4nVte1Tc3BkDEva li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 { 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; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row .container { background-color: transparent; background-image: none; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row .container > .video-iframe-container { display: none; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row > .video-iframe-container { display: none; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .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); }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row .container { border-width: 0; border-radius: 0; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#FkHEtrge73tbi5tHiwwHQArEJ0MfX6Su { color:#101010;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.6875038146975rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW { 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; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row .container { background-color: transparent; background-image: none; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row .container > .video-iframe-container { display: none; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row > .video-iframe-container { display: none; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .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); }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row .container { border-width: 0; border-radius: 0; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;position:relative;display:block; }#CWxTPzgeOKb5tdna8ObQnDuqqSu0DzaJ { box-sizing:content-box;height:6.75rem;width:24.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Ntcyqu4oGJzW99T7GcbFXKKmArh9HhOR { color:#101010;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.5rem;left:53.28125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCTIQWr4ZPSm89i9QXTq9FpLFMzosifC { color:#101010;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:2.5rem;left:29.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RT6UlULF9kaJIdOE5umde0BHznwvMHB8 { color:#101010;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhJePdpCiW0ZDBrGKSGf8xxw2vVp6z9w { position:absolute;display:block;z-index:15017;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:8.25rem;width:6.25rem;top:7.5625rem;left:5.0625rem;overflow:hidden;display:block; }
#iZmfbAOQTDc8QH9looBvH54mF0Itd1Iy { color:#101010;display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:12.875rem;left:12.25rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#sEmFLtT626IflGnRhoWmXRVwKP6y8TrP { 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:7.8125rem;width:6.125rem;top:18.25rem;left:5.125rem;overflow:hidden;display:block; }
#UZTFBeRwJWLIpaGaq1cqtxlDdrSmUIl9 { color:#101010;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:23.6875rem;left:12.25rem;height:2.0125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mpnL58ZlCDiQhql7HAFUOx3oAE6dKUdw { box-sizing:content-box;height:10.0625rem;width:24.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:16.9375rem;left:25.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#BGbRPVfrCRIkFqw8xpJwUP9JIFHMdoQC { box-sizing:content-box;height:10.0625rem;width:24.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:16.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#d3NJmRxqwmqDzFId3JQGKGbSLpBOA7E3 { box-sizing:content-box;height:10.0625rem;width:24.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:16.9375rem;left:50.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#sLLXhe7lFIg6TbdVMlFnWu4iFwLXPytn { color:#101010;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:10.200000762939rem;left:30.3125rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3RFxour7uFO48wMNC43Ct86HpGeCaUT { color:#101010;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:20.668750762939rem;left:30.3125rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJ4qTsOyieHo7LcZwmOPdddv4vJ0OeuS { color:#101010;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:9.4562511444094rem;left:51.875rem;height:4.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gkhGU0KEOut5lLizy6WMlIJanlmkEWxO { color:#101010;display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:19.925001144409rem;left:51.875rem;height:4.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drtG0zzhbuv142pXudMLOTR306KJNph9 { box-sizing:content-box;height:6.75rem;width:24.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:50.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#XmyAX5V7zPo7KdnIoSZg0KIMq19OZR0P { box-sizing:content-box;height:6.75rem;width:24.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:25.03125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#HNeythihvrpmaZpDEPmvTCVrmAT7trxV { color:#101010;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.5rem;left:4.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fIRNHPD7QIvG5bMTsIqQbUNovKNiAE0F { color:#101010;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:2.5rem;left:29.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fdku24lIzzARdvVytaNGO3bO5uZJmEUA { color:#101010;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:2.5rem;left:53.28125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c305162-e63a-443f-a84c-2e661074bc90/ws1013.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.adaptive-delivery-prevent-bg, #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.lazyload, #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.lazyloading { background-image: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { background-color: transparent; background-image: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container > .video-iframe-container { display: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container { display: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .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); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { border-width: 0; border-radius: 0; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1::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; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { font-size:0.875rem;font-family:poppins;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ChIdLSOrH51taffIbshzRTDLFhdSO3Td { color:rgba(var(--color-tertiary-0),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:11.375005722046rem;left:0rem;height:7.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:23.515625rem;left:5.4375rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.125rem;left:0rem; }
#gS0uF4gakDrlZcNourADKT3gUb9TndNn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:49.21875rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.1875rem;width:30.75rem;top:5.9375rem;left:44.125rem;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-form-header {  }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left: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);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.625rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left: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);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.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.5rem;margin-bottom:0.25rem;margin-left:1.5rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:18.5625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .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);font-size:0.75rem;font-weight:300;color:rgba(75,75,76,0.8);vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .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; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container:first-of-type{padding-top:0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container:last-of-type{padding-bottom:0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.1875rem;left:47.5rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.1875rem;left:47.5rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 { position:relative;z-index:2; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP { position:relative; }
#xH63yGOef8M1ToArvrIDA04lrwc5GHMO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { background-color: transparent; background-image: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container > .video-iframe-container { display: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container { display: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .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); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { border-width: 0; border-radius: 0; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { font-size:0.875rem;font-family:poppins;height:36rem;width:75rem;overflow:visible;position:relative;display:block; }#C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.8250007629394rem;left:0rem;height:10.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JZiANoKR4L1PMS08FurPtsInqXbECtXA { position:absolute;display:block;z-index:15007;height:29.125rem;width:43.875rem;top:6.75rem;left:31.125rem;display:block; }
#TeTd2RoQhOfyyB9HFON4vq5qHAoeZOpF { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20.53125rem;left:0rem;display:block; }
#g2uENGsWZsfKxHouHQVBI8iec1r8X9IF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcOlhNi6tLVVinGig8aFLkR8NKOmvHKG { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { background-color: transparent; background-image: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .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); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { border-width: 0; border-radius: 0; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { font-size:0.875rem;font-family:poppins;height:47.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#EbTxrRUPeuovPWC3i7cRkACogOwx9oz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.6249942779541rem;left:0rem;height:3.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbpTQnllTsWGeTkhNIE81FlFnPX9UNDQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:3.0625rem;overflow:hidden;display:block; }
#rBg1te9Tnnnfr10odeWLQ5TTav0oozTL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:13.25rem;overflow:hidden;display:block; }
#t4JRigSa45ofNX7WtVxdI6vpxFwl4DrL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:23.4375rem;overflow:hidden;display:block; }
#A8vtH1i42PTLbkUaIJrQUgOD5k7fO6bB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:33.75rem;overflow:hidden;display:block; }
#c7yNpp7TC3TSbXXzdntslVdQbV7RuChA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:54.25rem;overflow:hidden;display:block; }
#z4TJOwMSc1oFmCKmyPMDg9P6tpg9Zm7F { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:15rem;left:43.9375rem;overflow:hidden;display:block; }
#F8ZpNVhOL1RgkAsBXp6GgxBrGkgBDVwW { 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:2.5rem;width:7.5rem;top:15rem;left:64.5625rem;overflow:hidden;display:block; }
#CCf6tR7UdonLSw8IXZkKSUfGddhrkZxp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:23.375rem;overflow:hidden;display:block; }
#Jc6WrWlMDHhc6d1Dk9b7Em7G5chsLf59 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:33.6875rem;overflow:hidden;display:block; }
#VOygwOrTXuWOqB3eBi53VbE8qIVlQ51H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:54.1875rem;overflow:hidden;display:block; }
#guKds5lzqh0PMybX51dSqBEmiIWN8aeo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:43.875rem;overflow:hidden;display:block; }
#zTkMK5Rw2ER9HHNpb9W0f9PLmRDz59sv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:64.5rem;overflow:hidden;display:block; }
#rt1oc4nJhCCqqsgKgP9b93UkgmRQmggK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:13.1875rem;overflow:hidden;display:block; }
#SGeGkiQPHLkBxa2inwcQyxZuAp12FXCe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:19.625rem;left:3rem;overflow:hidden;display:block; }
#Cncqf4g0vyww6wsRvaI94T8Fd3VEGwgl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:23.375rem;overflow:hidden;display:block; }
#akDhdBgC9TnTr9JUbclazOTf2lbaSWbP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:33.6875rem;overflow:hidden;display:block; }
#i8Hd8eTtWx2iUHKdHSGEHnP7hOrMlM4w { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:54.1875rem;overflow:hidden;display:block; }
#vmmacZtXT1a9Tmi8hWEeTuTPxgPKMBfJ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:43.875rem;overflow:hidden;display:block; }
#SEyTZE2y6GDuimaDETT6H4FfPkWMAupn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:64.5rem;overflow:hidden;display:block; }
#POSnuKAV5dG3c1TwcRKy5BIsI4OI9640 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:13.1875rem;overflow:hidden;display:block; }
#NfzRbChPZXHvr5M4674MEM26Z1BZF9xg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:24.125rem;left:3rem;overflow:hidden;display:block; }
#wgw7cCAt6w0OT6nKzOJ6wtSp4UNMq9LJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:33.8125rem;overflow:hidden;display:block; }
#Q37zmSP5HPdDvSF4miiCfz9JNXbvNECP { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:44.125rem;overflow:hidden;display:block; }
#IXWp6ExB0GTv1waI87C70Tkgbfioktfk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:64.625rem;overflow:hidden;display:block; }
#mEzwzLFTJnq98JkcuGiTW4gQcBDGB9s1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:54.3125rem;overflow:hidden;display:block; }
#raxL6TmGZn8KzTWtV9TpeziuTgwVNUkP { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:3.0625rem;overflow:hidden;display:block; }
#mlxNJE5Pkf4ar8Q38dzD7ElODiBSxzOZ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:23.625rem;overflow:hidden;display:block; }
#w6Efgfr29LLP2HaMv5Wp0ZwtIRNrPZKC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:28.75rem;left:13.4375rem;overflow:hidden;display:block; }
#s1RfVu2uzEpvh9TDHqhqTNnsaHwAcTi2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:23.4375rem;overflow:hidden;display:block; }
#bZ10AyKdFBOOlpbE5AdLA13tfRwTJS4X { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:33.75rem;overflow:hidden;display:block; }
#Zay40gCoxJkeqNIl3HwRiZS773VgPSim { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:64.5625rem;overflow:hidden;display:block; }
#tGhMoQ9y2o567QVSUncHsHGM4HB1g2NQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:54.25rem;overflow:hidden;display:block; }
#m4N4Z9BeRM2PfK8u4LXDh2W68Si6EkEn { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:43.9375rem;overflow:hidden;display:block; }
#QzAt18Mt2BhrlOlbf40dgX9oq8a5rpGA { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:13.25rem;overflow:hidden;display:block; }
#p9d2O5IK0sO7NvnDSWQbVfyrQfzZkAQT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:33.1875rem;left:3.0625rem;overflow:hidden;display:block; }
#BPx8leo1u6mA6BGvhXDkIKMGRr05CsSD { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:23.375rem;overflow:hidden;display:block; }
#a31bkN9xMu7bQgnmCKGac4DpErc34q3T { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:33.6875rem;overflow:hidden;display:block; }
#ST6QzrQZ4n3apAkhEps2eOT1rhT9Rbht { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:64.5rem;overflow:hidden;display:block; }
#AFEZ1KLGiyuGMrbFSDnOXDQ9vBiLnfkv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:54.1875rem;overflow:hidden;display:block; }
#MeQagQbttJ9pHHZR2LmzAaJGJUWMAT4Z { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:43.875rem;overflow:hidden;display:block; }
#I6eMcKRubKH9dNdnPzZx2agEtyacpWw3 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:13.1875rem;overflow:hidden;display:block; }
#TLyzH8BdM5Cb7TNwFrcKwSdB3WdqBSRm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:37.8125rem;left:3rem;overflow:hidden;display:block; }
#erodALLvp9zVcOHxza4QiA5NQsyrueGm { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:6.1875rem;left:18.125rem;display:block; }
#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c305162-e63a-443f-a84c-2e661074bc90/ws1013.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8.adaptive-delivery-prevent-bg, #F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8.lazyload, #F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8.lazyloading { background-image: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container { background-color: transparent; background-image: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container > .video-iframe-container { display: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row > .video-iframe-container { display: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .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); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container { border-width: 0; border-radius: 0; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.625rem;width:75rem;overflow:visible;position:relative;display:block; }#XXwqEluFrJ6cZ1XPagHkFfuZy2LLcFFZ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MnrBpTIXzadxO2uiifHTvtZcIhKtVnuU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:15.450000762939rem;left:5.5625rem;height:4.725rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gheaxrRMCAGlvSrefSXszyDX5ECnw6Np { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#a8vDggoCVnLQFFFcEeTKf3E7uhFeeTkJ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#KVP9G0lcJsCR0LT7akF23fTKTZnSGnW7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10rem;left:44.5rem; }
#QSdPJrN5zWv3fDqivRRUgVEEu9Jb6h7T { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:8.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#qgRubCd041TJcJcK9dDVv8VTJ6iHpwu3 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:44.5rem; }
#wnXEP7xKXSagxI0rZ1hlyyr6taKkyoxw { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:15.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.162499427796rem;left:48.4375rem;height:1.6875rem;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; }
#fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.099999427796rem;left:48.4375rem;height:1.6875rem;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; }
#e6kFgv5sgpvKkvJ1HCq3MvxCSTCaxSoJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.668750762939rem;left:0rem; }
#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row .container { background-color: transparent; background-image: none; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row .container > .video-iframe-container { display: none; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row > .video-iframe-container { display: none; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .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); }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row .container { border-width: 0; border-radius: 0; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:72.75rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;vertical-align:top; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .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; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.9375rem;color:#101010;font-family:var(--paragraphs-font-family);height:auto;line-height:1.2;overflow:hidden; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;color:#101010;font-family:var(--paragraphs-font-family);height:auto;line-height:1.4;overflow:hidden; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .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_d6bf1f1e94a9d556cdadbf54cc082c9bfb7f3ee8.svg");background-size:contain !important; }#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-trigger.adaptive-delivery-prevent-bg, #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-trigger.lazyload, #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-trigger.lazyloading { background-image: none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 { box-sizing:content-box;height:auto;width:41.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.9375rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.0624942779544rem;left:33.6875rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #DVJ1Av9LGykyiNVqLqCHqaTDx6lPmJmH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EBUvziGV25XVLLMqbW2CQXVIy2WNvV9U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #NXSRzCin6cWipSsPPDy7nZJinZsnVZrf { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #rShnBoi1yI2P84CLLwghyJ5s2O52a9ny {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Rliqk68RSPK3AzlIdGrhLJAFH4ZGCgZM { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #otdagD2WB8w2VkSxwx6RHNpqHwzUBweb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #foQN4TnPCf4RsMM6XCNJg1lNUHz1Tr3c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HoGD16hG3OVPhMa3PerpAGfxasTq3wbv { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ZohrxSEPud4mq0TyVHRkONUwU2wCtDCQ {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #TUT2gaF5Ei42HIDvFoFUPWxVsBGJt6OA { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Q3PGxgtpJBNawCUIyFdmMke2RR5Np7q6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #yWSoapqRNIF0ZFRz6DR2XTUu1bcBxVr6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #b18WOrtqX5aKGWa03fZelFiLQVUURowf { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #c7uDcMv2zAEhUFBECK4K1knrAwcRcVHp {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ktnF4Fgk9hBT4NZoN15D2iI9XqDJ1So9 { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #scn7T8mvox9atdA7kmr09ufwkD8Xa34O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #UM4ipUiAPEbxDoVCbspPr6ZUqqvy6okZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #b0nTxKKxqTxdCBcJLJMh5KTvya7n07DF { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #u3SQS0WPokuhETHqd0KsWycbCOdQc5EP {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dTu0JIPSshp6yd3xXvAEMgpUoeZAqxKK { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #zsPvqXdlUXPNeR2hgbeKHvtt6MpT9MxO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #OTMGBzcvTNWeDslTrvoSGvAmAppHV3Uw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Ol6yWkc5fFpLVc0wspqE32TstcW7QUeT { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #eHr5hnerAmstenIRmEoNa9rHq1WT727q {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #f8rWVR7W2vSnXMHMsMKn1AuBVAZ3hTog { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #R3FqMGZ3kdJXH2BfhsyyOVHTchCGHZPB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #FscD1XDhdw7lzRHxrZxIHN7zlkKk95r3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #XrmWxlrcT2anA42InRd9yOcetZsGJsJt { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #cL1WdCghT8FUeGQaGF52iOalspOqygcV {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EP6rwf2ooBfu2pwd6iqhKzAyq3UCfhUH { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EuX25KnnPsdC9ax219d4Swzy2tiC9izD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #KqHW4XeBeSzOmkb72NH9VN8qNeNiOwf8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #TACUmPDZ4Up6lgczUnD2FQMSQQdmH7Un { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #VGwukutBAUtDDg6qAr3OdbWDGodBNTmK {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HioDHQcS0oBmJIeAWrsahvx287ehWFFn { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #K9b1vRnmPAH6i6MnNDxHG3pTTUXSsOxz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #bf4DQZ8tw9XL8PEV6fs6eB97So6LyPG8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ANbd1ZkoRGmTEWJubJ91bN6bHZBETto7 { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wAPIXXNtJ2xMUkrNhJypNqG1Ma5W6r1m {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #efHelOsacSyMpNgxIfz0FUtMagikJrD3 { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Dxgv5ZN2J7XM6AJstN6MvFkoioaDVdvb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #eNNSZQ95NqRNl8qJ8SycAPUcQ4MHEzIM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #KVegIvMK3FRF5DQIXM18DypccBTrAvFx { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #NuuarfLVu0Sexd3Nor51vArgCpFWSZxr {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Gq7CJDkPQSXN3TCZb8w2tLqb0Oso64BJ { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #gfpzcPfSlTzXVUyMMLEasb5lBdwg4ogf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #fEbi5auNrXiCe7DBK0UX6ReUBZVhxz40 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #cmvKH5qcRM466ILc0qQM7Ant6lnvTGto { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Z23A2mBVnxMZzT90sOvo2vVBa8TGvbr9 {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #aV34UVXc0kDATXPDWpx4mCErDTm1lSfg { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HwmsIEQBSkhD7HNtaLoTsmmeValJf9Eg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wQZtFImSptQVIg9iNDnDnZgLxiWznM0I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ERauigGcNaM6DwOKfCADU7LVWytaGFxk { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ozCKVE9HQbMvQb0pprtncI0tt63VwqUz {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Le2bWiqdFXcpJJM4a5rgap1xiUHH7zzA { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #DUv7RZtKdqIHq3Vll09LR4q93NICoSEu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #LN9CtX8GWwkcPawlZSIA8H2SBnNCusdP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #AztV7pk6RXJqz4AlSkZG0XNxeH7nvdnc { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ts5Qxi7f2JM96XkUuber9HawULy8vW2u {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #sw5nA8Zka0J1gAUShkmOaf4mTW5hdky3 { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #lMVDZcNpHTFUSwzuZURrvXvlmpZtJpKI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #q5t02H68M232ThQdaoPRaOnnhFBlTkBA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #GQVEKcqIT3IQn6gzsxirxHBvFemvIV8i { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #glvtylWu0rgOoeAie2E2lO8yMQKaRkoZ {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dfTd6B3re6565tomPFne36S2kgcLVTMX { display:none; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #gTPWlDTf8MknPqrK0TbO97u6m5BA82gu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #S6deCGkz01ZJ0iQD8INHdif6isVt8PB3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #vrcMMHgV379wdA8DVP1OJvsetoK0C9sy { display:block;position:relative; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wzRJSeA3vTVRD1J1XsEMVC8sb9kEWk89 {  }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #f2LP65Li70tSq9Q3IcpwzBruTIGikWsk { display:none; }
#TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:4.3875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { 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; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { background-color: transparent; background-image: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container > .video-iframe-container { display: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container { display: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .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); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { border-width: 0; border-radius: 0; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#porPd8CShCxUJBQnEc2BJ43slp144afL { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:51.3125rem;height:4.55rem;text-align:right;text-align-last:right;display:block; }
#dRdNKBDMauEJF0BVabKEz30bywD9dTTv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.2124938964844rem;left:31.875rem;display:block; }
#PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { width:9.875rem;height:2.5625rem;top:1.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block; }
 }@media only screen and (max-width: 763px) { #Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { width:13.75rem;height:2.5625rem;top:1.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block; }
 }@media only screen and (max-width: 763px) { #GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { top:1.25rem;left:14.5rem;width:2.4375rem;height:2.4375rem;display:block; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #R621l9OsEpTCkf81iWO6NNNefa7WC2gp { top:1.375rem;left:32.625rem;width:2.0625rem;height:2.0625rem;display:block; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { top:0rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:16.5rem;left:0rem;width:35.6875rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:12.9375rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { top:24.125rem;left:0rem;width:31.375rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4l1UdpxcToFaLbAqxry5Bzc0EmeUEa9 { top:14.25rem;left:10.0625rem;width:37.6875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrK2y283uGkScDRkE7mKmQ44eSbomd9I { display:block; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH89ctChSFFfbZMXNPH9qp0n7Gs0VnPb { top:11.0625rem;left:11.75rem;width:36rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abqwxfLJ9LhG9ZAfWAaAQmzXKiDbNKrw { top:19.5rem;left:13.375rem;width:34.375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMIy6eQxC9cw87NmqgA9EaCSKLWoPc7F { top:19rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQgVxmPQMxIFcpzmTqssu2rAlGMNV61J { top:3rem;left:0rem;width:25.125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlxmkTSH5sk887cHFZkEFeg1Vk7vzDMl { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUltCzMIoRuvuzWZTbGl9TZbKBGHMc7 { display:block; }
 }@media only screen and (max-width: 763px) { #QgCcw3BNqVLtNJfokO82hxddprbabMmS { top:0.625rem;left:38.9375rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw7yINqWyGScsSTlTa9WFzmFIZr1t1QB { top:23.0625rem;left:0rem;width:26.75rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpoLTwSqQgtQp30KotJoDhFNBGI5Jso9 { top:23.6875rem;left:18.75rem;width:29rem;height:8.0625rem;font-size:1.0625rem;display:block; }#xpoLTwSqQgtQp30KotJoDhFNBGI5Jso9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #lXf7CsTHXruFSWdzVze86aDSAucBxSd3 { display:block; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt9UlhqGtwhn6ROcsgz9RwNni8kchEJu { top:5.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQIh3BzftA1WvbnfB8Cia5EUOQTQJu1 { top:15.25rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhVgSG8Ax4J9Xzbd7TRhHTDCFwSI4dLh { top:26.5rem;left:0rem;width:18.75rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVZpB3zU5XuQOeSxg55KQQRTk0kz23Sl { top:17.75rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhLbqusAIFDt5ww9XgZ4fHMP1KHUPqcR { top:17.75rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpb70zwCHpOtvbgn5pbFMMuCTlmii5ST { top:26.5rem;left:15.34375rem;width:17.0625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNFedxkyXvfKqdUM6mMsXnWx9Dybf8fL { top:17.75rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsyKgQ0WTrotPNpxFfoLT708THlvSHN { top:45.6875rem;left:0rem;width:17rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaUhhRGHNlyyoN7CrvT56p4qIzTvTHqP { top:15.25rem;left:18.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbBEdsINwGnXdGTZWseTEATCMCD7fuz { top:15.25rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4LaecqnAnGtfxpdRmMszvB6qEH4MeCU { top:34.4375rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIeO53bTKExIvwZP4TFbM3H1aOayogn { top:36.9375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXgin1BrVxcHheGLTRrZlmksbbxGcFks { top:26.5rem;left:28.875rem;width:18.875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqevx7lkTLHG4S8ciTxvc5OxA7yKLMKI { top:45.6875rem;left:12rem;width:22.9375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsmEKqUJHBtwEh45cnTDnSPvqNeNdI4W { top:34.4375rem;left:18.5rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4GPpHWFlHy4aToEsEW2eT91L71ZMg9a { top:36.9375rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1DAwtWwQ3Ak2bgWrcvIz8ThSEV54yK5 { top:45.6875rem;left:29.875rem;width:17.875rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3gFQdqTdiNoEUP0XGcHcSiMyWXrPClT { top:34.4375rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkNFKTSn7OiRW4dQM8Acu9iu9JmQDTy { top:36.9375rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a { display:block; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb4xv77mTFmhWHfudE1TRU4Ddo9qwTnw { top:8.25rem;left:8.375rem;width:39.375rem;height:9rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6 { top:0rem;left:0rem;width:27.875rem;height:52.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKtRfbK7sohtMq3EXOxK7A1irQ7WLWS3 { width:14.6875rem;height:3.75rem;top:42.625rem;left:21.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU1tEwZBaTc3XFFpWLALA3kydIzT7fg8 { display:block; }
 }@media only screen and (max-width: 763px) { #t3B15aTcLzTk7zTEC6hDOpzfnlKr4ck1 { width:26.875rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nciSHXZQnesT0zz7qX5EkdycDfXrJJnf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#nciSHXZQnesT0zz7qX5EkdycDfXrJJnf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #bMgla971XKSiuckdKI838mOKvUCrzAe7 { top:19.375rem;left:14.75rem;width:32.25rem;height:8.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8MTgqk6p7JaMob649TN2FDl3oQNSW4i { display:block; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBqQ9Kvwx3qQ1yulpHkKHS4b0Ozy9unR { top:6.3125rem;left:0rem;width:35.125rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H { top:0rem;left:19.875rem;width:27.875rem;height:50.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZvhSnwL7iDLJtJkodfFsxZIVJUfpRNR { width:14.6875rem;height:3.75rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLz30425ON5eh0TUMwW3gQ0LnrXLWbnB { display:block; }
 }@media only screen and (max-width: 763px) { #ov6UqgRsR04RWrkBkN9yJfFdFaFb7QR2 { width:29.875rem;height:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ht0mvTfh4zokSR3WFuE7fMZPWDBEM4zE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBSWw7qr8XsCQmzJ0Ga8kVppK3EzmPZ5 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#RBSWw7qr8XsCQmzJ0Ga8kVppK3EzmPZ5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT { display:block; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEoZT6UMLVw7LEP5CSTnWSxsi2mTJRFI { top:8.3125rem;left:8.375rem;width:28.8125rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM { top:0rem;left:0rem;width:27.875rem;height:47.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZvJEPHNmpLOTU5oqcXskVmHrQVx0P2z { width:14.6875rem;height:3.75rem;top:38.75rem;left:21.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAZRNaB1v2veHqpIrd07ds0ERFQHH4Oi { display:block; }
 }@media only screen and (max-width: 763px) { #EvUN5wBQt5XhhRIiwtpHobci7Wc0OPsQ { width:17.3125rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DIWfhcsbcNVPb4pOy4nVte1Tc3BkDEva { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#DIWfhcsbcNVPb4pOy4nVte1Tc3BkDEva li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 { display:block; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkHEtrge73tbi5tHiwwHQArEJ0MfX6Su { top:7.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiBXf9VVTPoJSavsbDirCz11bXLmo9UW { display:block; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWxTPzgeOKb5tdna8ObQnDuqqSu0DzaJ { top:0rem;left:0rem;width:24.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntcyqu4oGJzW99T7GcbFXKKmArh9HhOR { top:2.5rem;left:29.1875rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCTIQWr4ZPSm89i9QXTq9FpLFMzosifC { top:2.5rem;left:15.5rem;width:16.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6UlULF9kaJIdOE5umde0BHznwvMHB8 { top:2.5rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhJePdpCiW0ZDBrGKSGf8xxw2vVp6z9w { top:7.5625rem;left:0.5rem;width:6.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZmfbAOQTDc8QH9looBvH54mF0Itd1Iy { top:12.875rem;left:7.6875rem;width:4.1875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEmFLtT626IflGnRhoWmXRVwKP6y8TrP { top:18.25rem;left:0.5625rem;width:6.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTFBeRwJWLIpaGaq1cqtxlDdrSmUIl9 { top:23.6875rem;left:7.6875rem;width:7.6875rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpnL58ZlCDiQhql7HAFUOx3oAE6dKUdw { top:16.9375rem;left:6.9375rem;width:24.8125rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGbRPVfrCRIkFqw8xpJwUP9JIFHMdoQC { top:16.9375rem;left:0rem;width:24.875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NJmRxqwmqDzFId3JQGKGbSLpBOA7E3 { top:16.9375rem;left:22.6875rem;width:24.9375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLLXhe7lFIg6TbdVMlFnWu4iFwLXPytn { top:10.1875rem;left:16.625rem;width:14.375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3RFxour7uFO48wMNC43Ct86HpGeCaUT { top:20.625rem;left:16.625rem;width:14.375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ4qTsOyieHo7LcZwmOPdddv4vJ0OeuS { top:9.4375rem;left:26.375rem;width:21.25rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkhGU0KEOut5lLizy6WMlIJanlmkEWxO { top:19.875rem;left:26.375rem;width:21.25rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drtG0zzhbuv142pXudMLOTR306KJNph9 { top:0rem;left:22.6875rem;width:24.9375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmyAX5V7zPo7KdnIoSZg0KIMq19OZR0P { top:0rem;left:6.9375rem;width:24.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNeythihvrpmaZpDEPmvTCVrmAT7trxV { top:2.5rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIRNHPD7QIvG5bMTsIqQbUNovKNiAE0F { top:2.5rem;left:15.5rem;width:16.25rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdku24lIzzARdvVytaNGO3bO5uZJmEUA { top:2.5rem;left:29.1875rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIdLSOrH51taffIbshzRTDLFhdSO3Td { top:11.375rem;left:0rem;width:40rem;height:7.1875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { top:23.5rem;left:0rem;width:28.375rem;height:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { top:23.125rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0uF4gakDrlZcNourADKT3gUb9TndNn { width:20.6875rem;height:4.1875rem;top:8.0625rem;left:27.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { width:30.75rem;height:31.1875rem;top:5.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-checkbox-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { width:21.625rem;height:auto;top:13.1875rem;left:23.625rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { width:21.625rem;height:auto;top:13.1875rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP {  }
 }@media only screen and (max-width: 763px) { #xH63yGOef8M1ToArvrIDA04lrwc5GHMO { display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { top:5.8125rem;left:0rem;width:23.0625rem;height:10.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiANoKR4L1PMS08FurPtsInqXbECtXA { top:6.75rem;left:3.875rem;width:43.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTd2RoQhOfyyB9HFON4vq5qHAoeZOpF { width:14.6875rem;height:3.75rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2uENGsWZsfKxHouHQVBI8iec1r8X9IF { display:block; }
 }@media only screen and (max-width: 763px) { #QcOlhNi6tLVVinGig8aFLkR8NKOmvHKG { display:none; }
 }@media only screen and (max-width: 763px) { #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbTxrRUPeuovPWC3i7cRkACogOwx9oz7 { top:5.625rem;left:0rem;width:38.5625rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbpTQnllTsWGeTkhNIE81FlFnPX9UNDQ { top:15rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBg1te9Tnnnfr10odeWLQ5TTav0oozTL { top:15rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JRigSa45ofNX7WtVxdI6vpxFwl4DrL { top:15rem;left:9.8125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vtH1i42PTLbkUaIJrQUgOD5k7fO6bB { top:15rem;left:20.125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7yNpp7TC3TSbXXzdntslVdQbV7RuChA { top:15rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TJOwMSc1oFmCKmyPMDg9P6tpg9Zm7F { top:15rem;left:30.3125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZpNVhOL1RgkAsBXp6GgxBrGkgBDVwW { top:15rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCf6tR7UdonLSw8IXZkKSUfGddhrkZxp { top:19.625rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc6WrWlMDHhc6d1Dk9b7Em7G5chsLf59 { top:19.625rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOygwOrTXuWOqB3eBi53VbE8qIVlQ51H { top:19.625rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKds5lzqh0PMybX51dSqBEmiIWN8aeo { top:19.625rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkMK5Rw2ER9HHNpb9W0f9PLmRDz59sv { top:19.625rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1oc4nJhCCqqsgKgP9b93UkgmRQmggK { top:19.625rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGeGkiQPHLkBxa2inwcQyxZuAp12FXCe { top:19.625rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cncqf4g0vyww6wsRvaI94T8Fd3VEGwgl { top:24.125rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDhdBgC9TnTr9JUbclazOTf2lbaSWbP { top:24.125rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Hd8eTtWx2iUHKdHSGEHnP7hOrMlM4w { top:24.125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmmacZtXT1a9Tmi8hWEeTuTPxgPKMBfJ { top:24.125rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEyTZE2y6GDuimaDETT6H4FfPkWMAupn { top:24.125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POSnuKAV5dG3c1TwcRKy5BIsI4OI9640 { top:24.125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfzRbChPZXHvr5M4674MEM26Z1BZF9xg { top:24.125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgw7cCAt6w0OT6nKzOJ6wtSp4UNMq9LJ { top:28.75rem;left:20.1875rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q37zmSP5HPdDvSF4miiCfz9JNXbvNECP { top:28.75rem;left:30.5rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXWp6ExB0GTv1waI87C70Tkgbfioktfk { top:28.75rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEzwzLFTJnq98JkcuGiTW4gQcBDGB9s1 { top:28.75rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raxL6TmGZn8KzTWtV9TpeziuTgwVNUkP { top:28.75rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlxNJE5Pkf4ar8Q38dzD7ElODiBSxzOZ { top:28.75rem;left:10rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Efgfr29LLP2HaMv5Wp0ZwtIRNrPZKC { top:28.75rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1RfVu2uzEpvh9TDHqhqTNnsaHwAcTi2 { top:33.1875rem;left:9.8125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ10AyKdFBOOlpbE5AdLA13tfRwTJS4X { top:33.1875rem;left:20.125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zay40gCoxJkeqNIl3HwRiZS773VgPSim { top:33.1875rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhMoQ9y2o567QVSUncHsHGM4HB1g2NQ { top:33.1875rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4N4Z9BeRM2PfK8u4LXDh2W68Si6EkEn { top:33.1875rem;left:30.3125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzAt18Mt2BhrlOlbf40dgX9oq8a5rpGA { top:33.1875rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9d2O5IK0sO7NvnDSWQbVfyrQfzZkAQT { top:33.1875rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPx8leo1u6mA6BGvhXDkIKMGRr05CsSD { top:37.8125rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31bkN9xMu7bQgnmCKGac4DpErc34q3T { top:37.8125rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6QzrQZ4n3apAkhEps2eOT1rhT9Rbht { top:37.8125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFEZ1KLGiyuGMrbFSDnOXDQ9vBiLnfkv { top:37.8125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeQagQbttJ9pHHZR2LmzAaJGJUWMAT4Z { top:37.8125rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6eMcKRubKH9dNdnPzZx2agEtyacpWw3 { top:37.8125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyzH8BdM5Cb7TNwFrcKwSdB3WdqBSRm { top:37.8125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erodALLvp9zVcOHxza4QiA5NQsyrueGm { top:6.1875rem;left:4.5rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 { display:block; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXwqEluFrJ6cZ1XPagHkFfuZy2LLcFFZ { top:8.5625rem;left:0rem;width:37.0625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnrBpTIXzadxO2uiifHTvtZcIhKtVnuU { top:15.4375rem;left:0rem;width:19.8125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gheaxrRMCAGlvSrefSXszyDX5ECnw6Np { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8vDggoCVnLQFFFcEeTKf3E7uhFeeTkJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVP9G0lcJsCR0LT7akF23fTKTZnSGnW7 { top:10rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSdPJrN5zWv3fDqivRRUgVEEu9Jb6h7T { top:8.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgRubCd041TJcJcK9dDVv8VTJ6iHpwu3 { top:17rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnXEP7xKXSagxI0rZ1hlyyr6taKkyoxw { top:15.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { top:11.125rem;left:32rem;width:15.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { top:18.0625rem;left:34.8125rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6kFgv5sgpvKkvJ1HCq3MvxCSTCaxSoJ { top:14.625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i { display:block; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #DVJ1Av9LGykyiNVqLqCHqaTDx6lPmJmH {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EBUvziGV25XVLLMqbW2CQXVIy2WNvV9U {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #NXSRzCin6cWipSsPPDy7nZJinZsnVZrf {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #rShnBoi1yI2P84CLLwghyJ5s2O52a9ny {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Rliqk68RSPK3AzlIdGrhLJAFH4ZGCgZM {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #otdagD2WB8w2VkSxwx6RHNpqHwzUBweb {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #foQN4TnPCf4RsMM6XCNJg1lNUHz1Tr3c {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HoGD16hG3OVPhMa3PerpAGfxasTq3wbv {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ZohrxSEPud4mq0TyVHRkONUwU2wCtDCQ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #TUT2gaF5Ei42HIDvFoFUPWxVsBGJt6OA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Q3PGxgtpJBNawCUIyFdmMke2RR5Np7q6 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #yWSoapqRNIF0ZFRz6DR2XTUu1bcBxVr6 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #b18WOrtqX5aKGWa03fZelFiLQVUURowf {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #c7uDcMv2zAEhUFBECK4K1knrAwcRcVHp {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ktnF4Fgk9hBT4NZoN15D2iI9XqDJ1So9 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #scn7T8mvox9atdA7kmr09ufwkD8Xa34O {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #UM4ipUiAPEbxDoVCbspPr6ZUqqvy6okZ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #b0nTxKKxqTxdCBcJLJMh5KTvya7n07DF {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #u3SQS0WPokuhETHqd0KsWycbCOdQc5EP {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dTu0JIPSshp6yd3xXvAEMgpUoeZAqxKK {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #zsPvqXdlUXPNeR2hgbeKHvtt6MpT9MxO {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #OTMGBzcvTNWeDslTrvoSGvAmAppHV3Uw {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Ol6yWkc5fFpLVc0wspqE32TstcW7QUeT {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #eHr5hnerAmstenIRmEoNa9rHq1WT727q {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #f8rWVR7W2vSnXMHMsMKn1AuBVAZ3hTog {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #R3FqMGZ3kdJXH2BfhsyyOVHTchCGHZPB {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #FscD1XDhdw7lzRHxrZxIHN7zlkKk95r3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #XrmWxlrcT2anA42InRd9yOcetZsGJsJt {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #cL1WdCghT8FUeGQaGF52iOalspOqygcV {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EP6rwf2ooBfu2pwd6iqhKzAyq3UCfhUH {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EuX25KnnPsdC9ax219d4Swzy2tiC9izD {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #KqHW4XeBeSzOmkb72NH9VN8qNeNiOwf8 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #TACUmPDZ4Up6lgczUnD2FQMSQQdmH7Un {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #VGwukutBAUtDDg6qAr3OdbWDGodBNTmK {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HioDHQcS0oBmJIeAWrsahvx287ehWFFn {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #K9b1vRnmPAH6i6MnNDxHG3pTTUXSsOxz {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #bf4DQZ8tw9XL8PEV6fs6eB97So6LyPG8 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ANbd1ZkoRGmTEWJubJ91bN6bHZBETto7 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wAPIXXNtJ2xMUkrNhJypNqG1Ma5W6r1m {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #efHelOsacSyMpNgxIfz0FUtMagikJrD3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Dxgv5ZN2J7XM6AJstN6MvFkoioaDVdvb {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #eNNSZQ95NqRNl8qJ8SycAPUcQ4MHEzIM {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #KVegIvMK3FRF5DQIXM18DypccBTrAvFx {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #NuuarfLVu0Sexd3Nor51vArgCpFWSZxr {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Gq7CJDkPQSXN3TCZb8w2tLqb0Oso64BJ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #gfpzcPfSlTzXVUyMMLEasb5lBdwg4ogf {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #fEbi5auNrXiCe7DBK0UX6ReUBZVhxz40 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #cmvKH5qcRM466ILc0qQM7Ant6lnvTGto {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Z23A2mBVnxMZzT90sOvo2vVBa8TGvbr9 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #aV34UVXc0kDATXPDWpx4mCErDTm1lSfg {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HwmsIEQBSkhD7HNtaLoTsmmeValJf9Eg {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wQZtFImSptQVIg9iNDnDnZgLxiWznM0I {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ERauigGcNaM6DwOKfCADU7LVWytaGFxk {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ozCKVE9HQbMvQb0pprtncI0tt63VwqUz {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Le2bWiqdFXcpJJM4a5rgap1xiUHH7zzA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #DUv7RZtKdqIHq3Vll09LR4q93NICoSEu {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #LN9CtX8GWwkcPawlZSIA8H2SBnNCusdP {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #AztV7pk6RXJqz4AlSkZG0XNxeH7nvdnc {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ts5Qxi7f2JM96XkUuber9HawULy8vW2u {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #sw5nA8Zka0J1gAUShkmOaf4mTW5hdky3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #lMVDZcNpHTFUSwzuZURrvXvlmpZtJpKI {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #q5t02H68M232ThQdaoPRaOnnhFBlTkBA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #GQVEKcqIT3IQn6gzsxirxHBvFemvIV8i {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #glvtylWu0rgOoeAie2E2lO8yMQKaRkoZ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dfTd6B3re6565tomPFne36S2kgcLVTMX {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #gTPWlDTf8MknPqrK0TbO97u6m5BA82gu {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #S6deCGkz01ZJ0iQD8INHdif6isVt8PB3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #vrcMMHgV379wdA8DVP1OJvsetoK0C9sy {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wzRJSeA3vTVRD1J1XsEMVC8sb9kEWk89 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #f2LP65Li70tSq9Q3IcpwzBruTIGikWsk {  }
 }@media only screen and (max-width: 763px) { #TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { top:7.0625rem;left:0rem;width:26.875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { display:block; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porPd8CShCxUJBQnEc2BJ43slp144afL { top:2.5625rem;left:24.0625rem;width:23.6875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdNKBDMauEJF0BVabKEz30bywD9dTTv { width:4.5625rem;height:4.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { width:11.75rem;height:3.75rem;top:3.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { background-color: transparent; background-image: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .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); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { width:9.5rem;height:2.1875rem;top:1.0625rem;left:10.5rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block; }
 }@media only screen and (max-width: 763px) { #Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { width:11.6875rem;height:2.5625rem;top:3.1875rem;left:8.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block; }
 }@media only screen and (max-width: 763px) { #GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { display:flex;width:2.25rem;height:2.25rem;top:3.34375rem;left:6.375rem; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #R621l9OsEpTCkf81iWO6NNNefa7WC2gp { display:flex;width:1.8125rem;height:1.8125rem;top:1.25rem;left:9.9375rem; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { width:3.8125rem;height:3.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b7a1d6-4ffb-49ac-9b70-63ad6baf3606/ws1012.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:2.5rem;top:7.487500190735rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:12.9rem;height:2.975rem;top:30.6875rem;left:3.5500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:13.125rem;height:3.125rem;top:35.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:16rem;height:2.7625rem;top:3.5249996185302rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { width:16.9375rem;height:6.5rem;top:11.424999237061rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4l1UdpxcToFaLbAqxry5Bzc0EmeUEa9 { width:17.3125rem;height:11.5625rem;top:17.924999237061rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrK2y283uGkScDRkE7mKmQ44eSbomd9I { display:block; }#mrK2y283uGkScDRkE7mKmQ44eSbomd9I > .row .container { width:20rem;height:50.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH89ctChSFFfbZMXNPH9qp0n7Gs0VnPb { width:20rem;height:3.375rem;top:4.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abqwxfLJ9LhG9ZAfWAaAQmzXKiDbNKrw { width:20rem;height:4.9rem;top:26.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #NMIy6eQxC9cw87NmqgA9EaCSKLWoPc7F { width:10rem;height:10rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQgVxmPQMxIFcpzmTqssu2rAlGMNV61J { width:11.875rem;height:11.875rem;top:8.6875rem;left:1.0625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #nlxmkTSH5sk887cHFZkEFeg1Vk7vzDMl { width:14.6875rem;height:3.75rem;top:41.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUltCzMIoRuvuzWZTbGl9TZbKBGHMc7 { display:block; }
 }@media only screen and (max-width: 763px) { #QgCcw3BNqVLtNJfokO82hxddprbabMmS { width:5.0625rem;height:2.75rem;top:0.625rem;left:14.815782493369rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Hw7yINqWyGScsSTlTa9WFzmFIZr1t1QB { width:13.375rem;height:7.4375rem;top:18.4375rem;left:6.625rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #xpoLTwSqQgtQp30KotJoDhFNBGI5Jso9 { width:20rem;height:7.975rem;top:31rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }#xpoLTwSqQgtQp30KotJoDhFNBGI5Jso9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #lXf7CsTHXruFSWdzVze86aDSAucBxSd3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b7a1d6-4ffb-49ac-9b70-63ad6baf3606/ws1012.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3.adaptive-delivery-prevent-bg, #lXf7CsTHXruFSWdzVze86aDSAucBxSd3.lazyload, #lXf7CsTHXruFSWdzVze86aDSAucBxSd3.lazyloading { background-image: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container { background-color: transparent; background-image: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container > .video-iframe-container { display: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.8); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row > .video-iframe-container { display: none; }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .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); }#lXf7CsTHXruFSWdzVze86aDSAucBxSd3 > .row .container { width:20rem;height:77.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt9UlhqGtwhn6ROcsgz9RwNni8kchEJu { width:20rem;height:3.375rem;top:3.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nGQIh3BzftA1WvbnfB8Cia5EUOQTQJu1 { width:4.375rem;height:4.375rem;top:10.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhVgSG8Ax4J9Xzbd7TRhHTDCFwSI4dLh { width:17.5rem;height:3.375rem;top:16.4375rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nVZpB3zU5XuQOeSxg55KQQRTk0kz23Sl { display:flex;width:2.5625rem;height:2.5625rem;top:11.0625rem;left:8.3125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #qhLbqusAIFDt5ww9XgZ4fHMP1KHUPqcR { display:flex;width:2.5625rem;height:2.5625rem;top:22.875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xpb70zwCHpOtvbgn5pbFMMuCTlmii5ST { width:14.9375rem;height:2.25rem;top:28.3125rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNFedxkyXvfKqdUM6mMsXnWx9Dybf8fL { display:flex;width:2.5625rem;height:2.5625rem;top:33.5625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GQsyKgQ0WTrotPNpxFfoLT708THlvSHN { width:13.25rem;height:2.25rem;top:38.9375rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xaUhhRGHNlyyoN7CrvT56p4qIzTvTHqP { width:4.375rem;height:4.375rem;top:21.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARbBEdsINwGnXdGTZWseTEATCMCD7fuz { width:4.375rem;height:4.375rem;top:32.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4LaecqnAnGtfxpdRmMszvB6qEH4MeCU { width:4.375rem;height:4.375rem;top:43.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIeO53bTKExIvwZP4TFbM3H1aOayogn { display:flex;width:2.5625rem;height:2.5625rem;top:44.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fXgin1BrVxcHheGLTRrZlmksbbxGcFks { width:14.75rem;height:2.25rem;top:49.4375rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqevx7lkTLHG4S8ciTxvc5OxA7yKLMKI { width:20rem;height:2.25rem;top:60.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsmEKqUJHBtwEh45cnTDnSPvqNeNdI4W { width:4.375rem;height:4.375rem;top:54.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4GPpHWFlHy4aToEsEW2eT91L71ZMg9a { display:flex;width:2.5625rem;height:2.5625rem;top:55.0625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #m1DAwtWwQ3Ak2bgWrcvIz8ThSEV54yK5 { width:13.125rem;height:2.25rem;top:71.0625rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3gFQdqTdiNoEUP0XGcHcSiMyWXrPClT { width:4.375rem;height:4.375rem;top:64.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkNFKTSn7OiRW4dQM8Acu9iu9JmQDTy { display:flex;width:2.6875rem;height:2.6875rem;top:65.8125rem;left:8.6875rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a { background-color:#ffffff;background-image:none;display:block; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container { background-color: transparent; background-image: none; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container > .video-iframe-container { display: none; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row > .video-iframe-container { display: none; }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .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); }#mxeHohvEh4eDAl3QxNiVUZyWiDEL7p6a > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb4xv77mTFmhWHfudE1TRU4Ddo9qwTnw { width:20rem;height:6.75rem;top:3.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6 { width:20rem;height:11.6875rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/095409f7-caf1-4dde-9af3-c479fe71f1a0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6.adaptive-delivery-prevent-bg, #HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6.lazyload, #HBInLMu3rvsVXk0OUnm3CBRGJOzFzdU6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LKtRfbK7sohtMq3EXOxK7A1irQ7WLWS3 { width:14.6875rem;height:3.75rem;top:47.5625rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU1tEwZBaTc3XFFpWLALA3kydIzT7fg8 { display:block; }
 }@media only screen and (max-width: 763px) { #t3B15aTcLzTk7zTEC6hDOpzfnlKr4ck1 { top:12.53750038147rem;left:0rem;width:20rem;height:10.875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nciSHXZQnesT0zz7qX5EkdycDfXrJJnf { width:20rem;height:11.0375rem;top:34.474998474121rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#nciSHXZQnesT0zz7qX5EkdycDfXrJJnf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #bMgla971XKSiuckdKI838mOKvUCrzAe7 { width:20rem;height:8.575rem;top:25.35000038147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #o8MTgqk6p7JaMob649TN2FDl3oQNSW4i { background-color:#ffffff;background-image:none;display:block; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container { background-color: transparent; background-image: none; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container > .video-iframe-container { display: none; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row > .video-iframe-container { display: none; }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .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); }#o8MTgqk6p7JaMob649TN2FDl3oQNSW4i > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBqQ9Kvwx3qQ1yulpHkKHS4b0Ozy9unR { width:18.8125rem;height:3.375rem;top:3.875rem;left:0.59375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H { width:20rem;height:11.6875rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/095409f7-caf1-4dde-9af3-c479fe71f1a0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H.adaptive-delivery-prevent-bg, #TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H.lazyload, #TnCuGARNsKXkR7eTpB0JIXa0ZJ1sca4H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cZvhSnwL7iDLJtJkodfFsxZIVJUfpRNR { width:14.6875rem;height:3.75rem;top:48.849998474121rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLz30425ON5eh0TUMwW3gQ0LnrXLWbnB { display:block; }
 }@media only screen and (max-width: 763px) { #ov6UqgRsR04RWrkBkN9yJfFdFaFb7QR2 { top:9.22500038147rem;left:0rem;width:20rem;height:10.875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ht0mvTfh4zokSR3WFuE7fMZPWDBEM4zE { width:20rem;height:11.9rem;top:21.72500038147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RBSWw7qr8XsCQmzJ0Ga8kVppK3EzmPZ5 { width:20rem;height:12.525rem;top:34.16250038147rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#RBSWw7qr8XsCQmzJ0Ga8kVppK3EzmPZ5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT { background-color:#ffffff;background-image:none;display:block; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container { background-color: transparent; background-image: none; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container > .video-iframe-container { display: none; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row > .video-iframe-container { display: none; }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .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); }#MzHnnO3MaZ5bEMcZrNDWVJnbVM7Tk2dT > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEoZT6UMLVw7LEP5CSTnWSxsi2mTJRFI { width:18.8125rem;height:3.375rem;top:3.75rem;left:0.59375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM { width:20rem;height:11.6875rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/095409f7-caf1-4dde-9af3-c479fe71f1a0/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:none; }#z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM.adaptive-delivery-prevent-bg, #z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM.lazyload, #z71D8ZRJTiU3DUr7m5mI3Dg5ZU2Km5OM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KZvJEPHNmpLOTU5oqcXskVmHrQVx0P2z { width:14.6875rem;height:3.75rem;top:41.125rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAZRNaB1v2veHqpIrd07ds0ERFQHH4Oi { display:block; }
 }@media only screen and (max-width: 763px) { #EvUN5wBQt5XhhRIiwtpHobci7Wc0OPsQ { top:8.9750061035156rem;left:0rem;width:20rem;height:10.9375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DIWfhcsbcNVPb4pOy4nVte1Tc3BkDEva { width:20rem;height:15.8125rem;top:21.787498474121rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#DIWfhcsbcNVPb4pOy4nVte1Tc3BkDEva li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/3d5a463b-43e0-472d-9a29-7ddf517e48fe/7a.png); }
 }@media only screen and (max-width: 763px) { #HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 { display:block; }#HNJpOcLJCTJUGHG1kSP1PMulgSOW6ak5 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkHEtrge73tbi5tHiwwHQArEJ0MfX6Su { width:20rem;height:5.0625rem;top:3.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GiBXf9VVTPoJSavsbDirCz11bXLmo9UW { display:block; }#GiBXf9VVTPoJSavsbDirCz11bXLmo9UW > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWxTPzgeOKb5tdna8ObQnDuqqSu0DzaJ { width:20rem;height:30.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntcyqu4oGJzW99T7GcbFXKKmArh9HhOR { width:8.8125rem;height:2.75rem;top:23.6875rem;left:5.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCTIQWr4ZPSm89i9QXTq9FpLFMzosifC { width:11.625rem;height:1.375rem;top:17.125rem;left:4.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RT6UlULF9kaJIdOE5umde0BHznwvMHB8 { width:7.6875rem;height:1.375rem;top:5.0249996185303rem;left:4.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rhJePdpCiW0ZDBrGKSGf8xxw2vVp6z9w { width:6.25rem;height:8.25rem;top:7.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZmfbAOQTDc8QH9looBvH54mF0Itd1Iy { width:4.5rem;height:1.925rem;top:4.75rem;left:10.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sEmFLtT626IflGnRhoWmXRVwKP6y8TrP { width:6.125rem;height:7.8125rem;top:39.518749237061rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTFBeRwJWLIpaGaq1cqtxlDdrSmUIl9 { width:7.6875rem;height:1.925rem;top:36.162498474121rem;left:9.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mpnL58ZlCDiQhql7HAFUOx3oAE6dKUdw { width:20rem;height:10.0625rem;top:114.325rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGbRPVfrCRIkFqw8xpJwUP9JIFHMdoQC { width:20rem;height:30.5625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3NJmRxqwmqDzFId3JQGKGbSLpBOA7E3 { width:20rem;height:10.0625rem;top:138.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLLXhe7lFIg6TbdVMlFnWu4iFwLXPytn { width:14.375rem;height:2.45rem;top:19.33749961853rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #I3RFxour7uFO48wMNC43Ct86HpGeCaUT { width:14.375rem;height:2.45rem;top:51.05624961853rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #fJ4qTsOyieHo7LcZwmOPdddv4vJ0OeuS { width:20rem;height:3.675rem;top:27.075000762939rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #gkhGU0KEOut5lLizy6WMlIJanlmkEWxO { width:20rem;height:3.675rem;top:59.237499237061rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #drtG0zzhbuv142pXudMLOTR306KJNph9 { width:20rem;height:6.75rem;top:125.6375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmyAX5V7zPo7KdnIoSZg0KIMq19OZR0P { width:20rem;height:6.75rem;top:102.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNeythihvrpmaZpDEPmvTCVrmAT7trxV { width:7.6875rem;height:1.375rem;top:36.4375rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fIRNHPD7QIvG5bMTsIqQbUNovKNiAE0F { width:11.625rem;height:1.375rem;top:49.03125rem;left:4.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fdku24lIzzARdvVytaNGO3bO5uZJmEUA { width:8.8125rem;height:2.75rem;top:55.6875rem;left:5.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIdLSOrH51taffIbshzRTDLFhdSO3Td { width:20rem;height:3.75rem;top:3.625rem;left:0rem;font-size:1.5625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { width:15.4375rem;height:7.875rem;top:8.7499990463256rem;left:3.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { display:flex;width:3.25rem;height:3.25rem;top:10.487500190735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gS0uF4gakDrlZcNourADKT3gUb9TndNn { width:16.9375rem;height:3.25rem;top:20.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { width:19.875rem;height:28.9375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:1.25rem;font-size:1.1875rem;overflow:hidden;height:3.4375rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { width:17.5rem;height:auto;top:24.625rem;left:0rem;background-color:transparent;background-image:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { width:17.5rem;height:auto;top:24.625rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP {  }
 }@media only screen and (max-width: 763px) { #xH63yGOef8M1ToArvrIDA04lrwc5GHMO { display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { width:20rem;height:6.075rem;top:4.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZiANoKR4L1PMS08FurPtsInqXbECtXA { width:20rem;height:32.125rem;top:32.174999237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeTd2RoQhOfyyB9HFON4vq5qHAoeZOpF { width:14.6875rem;height:3.75rem;top:13.6875rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2uENGsWZsfKxHouHQVBI8iec1r8X9IF { display:block; }
 }@media only screen and (max-width: 763px) { #QcOlhNi6tLVVinGig8aFLkR8NKOmvHKG { top:20.5rem;left:0rem;width:20rem;height:27.1875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { width:20rem;height:95.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbTxrRUPeuovPWC3i7cRkACogOwx9oz7 { width:15.6875rem;height:1.875rem;top:4.125rem;left:2.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbpTQnllTsWGeTkhNIE81FlFnPX9UNDQ { width:7.5625rem;height:2.5rem;top:9.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBg1te9Tnnnfr10odeWLQ5TTav0oozTL { width:7.5625rem;height:2.5rem;top:9.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JRigSa45ofNX7WtVxdI6vpxFwl4DrL { width:7.5rem;height:2.5rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vtH1i42PTLbkUaIJrQUgOD5k7fO6bB { width:7.5rem;height:2.5rem;top:13rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7yNpp7TC3TSbXXzdntslVdQbV7RuChA { width:7.5rem;height:2.5rem;top:17rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TJOwMSc1oFmCKmyPMDg9P6tpg9Zm7F { width:7.5rem;height:2.5rem;top:17rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZpNVhOL1RgkAsBXp6GgxBrGkgBDVwW { width:7.5rem;height:2.5rem;top:20.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCf6tR7UdonLSw8IXZkKSUfGddhrkZxp { width:7.5rem;height:2.5rem;top:24.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc6WrWlMDHhc6d1Dk9b7Em7G5chsLf59 { width:7.5rem;height:2.5rem;top:28.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOygwOrTXuWOqB3eBi53VbE8qIVlQ51H { width:7.5rem;height:2.5rem;top:32.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKds5lzqh0PMybX51dSqBEmiIWN8aeo { width:7.5rem;height:2.5rem;top:28.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkMK5Rw2ER9HHNpb9W0f9PLmRDz59sv { width:7.5rem;height:2.5rem;top:32.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1oc4nJhCCqqsgKgP9b93UkgmRQmggK { width:7.5rem;height:2.5rem;top:24.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGeGkiQPHLkBxa2inwcQyxZuAp12FXCe { width:7.5rem;height:2.5rem;top:20.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cncqf4g0vyww6wsRvaI94T8Fd3VEGwgl { width:7.5rem;height:2.5rem;top:40.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDhdBgC9TnTr9JUbclazOTf2lbaSWbP { width:7.5rem;height:2.5rem;top:40.75rem;left:11.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #i8Hd8eTtWx2iUHKdHSGEHnP7hOrMlM4w { width:7.5rem;height:2.5rem;top:44.8125rem;left:11.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vmmacZtXT1a9Tmi8hWEeTuTPxgPKMBfJ { width:7.5rem;height:2.5rem;top:44.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEyTZE2y6GDuimaDETT6H4FfPkWMAupn { width:7.5rem;height:2.5rem;top:48.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POSnuKAV5dG3c1TwcRKy5BIsI4OI9640 { width:7.5rem;height:2.5rem;top:36.75rem;left:11.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NfzRbChPZXHvr5M4674MEM26Z1BZF9xg { width:7.5rem;height:2.5rem;top:36.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgw7cCAt6w0OT6nKzOJ6wtSp4UNMq9LJ { width:7.5rem;height:2.5rem;top:56.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q37zmSP5HPdDvSF4miiCfz9JNXbvNECP { width:7.5rem;height:2.5rem;top:56.875rem;left:11.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #IXWp6ExB0GTv1waI87C70Tkgbfioktfk { width:7.5rem;height:2.5rem;top:61rem;left:11.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mEzwzLFTJnq98JkcuGiTW4gQcBDGB9s1 { width:7.5rem;height:2.5rem;top:61rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raxL6TmGZn8KzTWtV9TpeziuTgwVNUkP { width:7.5rem;height:2.5rem;top:48.8125rem;left:11.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mlxNJE5Pkf4ar8Q38dzD7ElODiBSxzOZ { width:7.5rem;height:2.5rem;top:52.875rem;left:11.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #w6Efgfr29LLP2HaMv5Wp0ZwtIRNrPZKC { width:7.5rem;height:2.5rem;top:52.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1RfVu2uzEpvh9TDHqhqTNnsaHwAcTi2 { width:7.5rem;height:2.5rem;top:69.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ10AyKdFBOOlpbE5AdLA13tfRwTJS4X { width:7.5rem;height:2.5rem;top:69.125rem;left:11.625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Zay40gCoxJkeqNIl3HwRiZS773VgPSim { width:7.5rem;height:2.5rem;top:77.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhMoQ9y2o567QVSUncHsHGM4HB1g2NQ { width:7.5rem;height:2.5rem;top:73.1875rem;left:11.625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #m4N4Z9BeRM2PfK8u4LXDh2W68Si6EkEn { width:7.5rem;height:2.5rem;top:73.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzAt18Mt2BhrlOlbf40dgX9oq8a5rpGA { width:7.5rem;height:2.5rem;top:65.0625rem;left:11.625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #p9d2O5IK0sO7NvnDSWQbVfyrQfzZkAQT { width:7.5rem;height:2.5rem;top:65.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPx8leo1u6mA6BGvhXDkIKMGRr05CsSD { width:7.5rem;height:2.5rem;top:81.1875rem;left:11.625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #a31bkN9xMu7bQgnmCKGac4DpErc34q3T { width:7.5rem;height:2.5rem;top:85.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6QzrQZ4n3apAkhEps2eOT1rhT9Rbht { width:7.5rem;height:2.5rem;top:89.25rem;left:11.625rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #AFEZ1KLGiyuGMrbFSDnOXDQ9vBiLnfkv { width:7.5rem;height:2.5rem;top:89.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeQagQbttJ9pHHZR2LmzAaJGJUWMAT4Z { width:7.5rem;height:2.5rem;top:85.1875rem;left:11.625rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #I6eMcKRubKH9dNdnPzZx2agEtyacpWw3 { width:7.5rem;height:2.5rem;top:81.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyzH8BdM5Cb7TNwFrcKwSdB3WdqBSRm { width:7.5rem;height:2.5rem;top:77.125rem;left:11.625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #erodALLvp9zVcOHxza4QiA5NQsyrueGm { width:9.625rem;height:9.625rem;top:90.625rem;left:5.1875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c305162-e63a-443f-a84c-2e661074bc90/ws1013.jpeg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8.adaptive-delivery-prevent-bg, #F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8.lazyload, #F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8.lazyloading { background-image: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container { background-color: transparent; background-image: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container > .video-iframe-container { display: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.82); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row > .video-iframe-container { display: none; }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .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); }#F4ewcUq59CNqyyMZEEDT6FVr6pK75Sf8 > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXwqEluFrJ6cZ1XPagHkFfuZy2LLcFFZ { width:20rem;height:2rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnrBpTIXzadxO2uiifHTvtZcIhKtVnuU { width:20rem;height:4.2rem;top:6.1000003814697rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gheaxrRMCAGlvSrefSXszyDX5ECnw6Np { width:15rem;height:1.9125rem;top:18.125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8vDggoCVnLQFFFcEeTKf3E7uhFeeTkJ { width:15rem;height:1.9125rem;top:29.5rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVP9G0lcJsCR0LT7akF23fTKTZnSGnW7 { display:flex;width:1.625rem;height:1.625rem;top:14.125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #QSdPJrN5zWv3fDqivRRUgVEEu9Jb6h7T { width:3.875rem;height:3.875rem;top:13rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgRubCd041TJcJcK9dDVv8VTJ6iHpwu3 { display:flex;width:1.625rem;height:1.625rem;top:25.5rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #wnXEP7xKXSagxI0rZ1hlyyr6taKkyoxw { width:3.875rem;height:3.875rem;top:24.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { width:13.75rem;height:1.5rem;top:20.562488555908rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { width:13.75rem;height:1.5rem;top:32.000000953674rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e6kFgv5sgpvKkvJ1HCq3MvxCSTCaxSoJ { display:flex;width:5.5625rem;height:5.5625rem;top:34.75rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i { display:block; }#rPPC2CRo3cuxZKf2MB4KOPV6s7n1Cl0i > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-heading-text { font-size:1rem;height:auto; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1.3;overflow:hidden; }
#mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 { display:flex;height:auto;width:20rem;top:9.91250038147rem;left:0rem;gap:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #DVJ1Av9LGykyiNVqLqCHqaTDx6lPmJmH {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EBUvziGV25XVLLMqbW2CQXVIy2WNvV9U {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #NXSRzCin6cWipSsPPDy7nZJinZsnVZrf {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #rShnBoi1yI2P84CLLwghyJ5s2O52a9ny {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Rliqk68RSPK3AzlIdGrhLJAFH4ZGCgZM {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #otdagD2WB8w2VkSxwx6RHNpqHwzUBweb {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #foQN4TnPCf4RsMM6XCNJg1lNUHz1Tr3c {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HoGD16hG3OVPhMa3PerpAGfxasTq3wbv {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ZohrxSEPud4mq0TyVHRkONUwU2wCtDCQ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #TUT2gaF5Ei42HIDvFoFUPWxVsBGJt6OA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Q3PGxgtpJBNawCUIyFdmMke2RR5Np7q6 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #yWSoapqRNIF0ZFRz6DR2XTUu1bcBxVr6 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #b18WOrtqX5aKGWa03fZelFiLQVUURowf {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #c7uDcMv2zAEhUFBECK4K1knrAwcRcVHp {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ktnF4Fgk9hBT4NZoN15D2iI9XqDJ1So9 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #scn7T8mvox9atdA7kmr09ufwkD8Xa34O {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #UM4ipUiAPEbxDoVCbspPr6ZUqqvy6okZ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #b0nTxKKxqTxdCBcJLJMh5KTvya7n07DF {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #u3SQS0WPokuhETHqd0KsWycbCOdQc5EP {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dTu0JIPSshp6yd3xXvAEMgpUoeZAqxKK {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #zsPvqXdlUXPNeR2hgbeKHvtt6MpT9MxO {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #OTMGBzcvTNWeDslTrvoSGvAmAppHV3Uw {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Ol6yWkc5fFpLVc0wspqE32TstcW7QUeT {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #eHr5hnerAmstenIRmEoNa9rHq1WT727q {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #f8rWVR7W2vSnXMHMsMKn1AuBVAZ3hTog {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #R3FqMGZ3kdJXH2BfhsyyOVHTchCGHZPB {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #FscD1XDhdw7lzRHxrZxIHN7zlkKk95r3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #XrmWxlrcT2anA42InRd9yOcetZsGJsJt {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #cL1WdCghT8FUeGQaGF52iOalspOqygcV {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EP6rwf2ooBfu2pwd6iqhKzAyq3UCfhUH {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #EuX25KnnPsdC9ax219d4Swzy2tiC9izD {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #KqHW4XeBeSzOmkb72NH9VN8qNeNiOwf8 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #TACUmPDZ4Up6lgczUnD2FQMSQQdmH7Un {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #VGwukutBAUtDDg6qAr3OdbWDGodBNTmK {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HioDHQcS0oBmJIeAWrsahvx287ehWFFn {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #K9b1vRnmPAH6i6MnNDxHG3pTTUXSsOxz {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #bf4DQZ8tw9XL8PEV6fs6eB97So6LyPG8 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ANbd1ZkoRGmTEWJubJ91bN6bHZBETto7 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wAPIXXNtJ2xMUkrNhJypNqG1Ma5W6r1m {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #efHelOsacSyMpNgxIfz0FUtMagikJrD3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Dxgv5ZN2J7XM6AJstN6MvFkoioaDVdvb {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #eNNSZQ95NqRNl8qJ8SycAPUcQ4MHEzIM {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #KVegIvMK3FRF5DQIXM18DypccBTrAvFx {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #NuuarfLVu0Sexd3Nor51vArgCpFWSZxr {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Gq7CJDkPQSXN3TCZb8w2tLqb0Oso64BJ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #gfpzcPfSlTzXVUyMMLEasb5lBdwg4ogf {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #fEbi5auNrXiCe7DBK0UX6ReUBZVhxz40 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #cmvKH5qcRM466ILc0qQM7Ant6lnvTGto {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Z23A2mBVnxMZzT90sOvo2vVBa8TGvbr9 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #aV34UVXc0kDATXPDWpx4mCErDTm1lSfg {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #HwmsIEQBSkhD7HNtaLoTsmmeValJf9Eg {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wQZtFImSptQVIg9iNDnDnZgLxiWznM0I {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ERauigGcNaM6DwOKfCADU7LVWytaGFxk {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ozCKVE9HQbMvQb0pprtncI0tt63VwqUz {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #Le2bWiqdFXcpJJM4a5rgap1xiUHH7zzA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #DUv7RZtKdqIHq3Vll09LR4q93NICoSEu {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #LN9CtX8GWwkcPawlZSIA8H2SBnNCusdP {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #AztV7pk6RXJqz4AlSkZG0XNxeH7nvdnc {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #ts5Qxi7f2JM96XkUuber9HawULy8vW2u {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #sw5nA8Zka0J1gAUShkmOaf4mTW5hdky3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #lMVDZcNpHTFUSwzuZURrvXvlmpZtJpKI {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #q5t02H68M232ThQdaoPRaOnnhFBlTkBA {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #GQVEKcqIT3IQn6gzsxirxHBvFemvIV8i {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #glvtylWu0rgOoeAie2E2lO8yMQKaRkoZ {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #dfTd6B3re6565tomPFne36S2kgcLVTMX {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #gTPWlDTf8MknPqrK0TbO97u6m5BA82gu {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #S6deCGkz01ZJ0iQD8INHdif6isVt8PB3 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #vrcMMHgV379wdA8DVP1OJvsetoK0C9sy {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #wzRJSeA3vTVRD1J1XsEMVC8sb9kEWk89 {  }
 }@media only screen and (max-width: 763px) { #mE3aqAuhgRfe7zmUX1fy0zD1hoV0Vnc5 #f2LP65Li70tSq9Q3IcpwzBruTIGikWsk {  }
 }@media only screen and (max-width: 763px) { #TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { width:20rem;height:3.25rem;top:4.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { display:block; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porPd8CShCxUJBQnEc2BJ43slp144afL { width:12.625rem;height:3.9rem;top:2rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdNKBDMauEJF0BVabKEz30bywD9dTTv { width:4.125rem;height:4.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { width:9.375rem;height:3.125rem;top:7.25rem;left:5.3125rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block; }
 }