.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:219,222,225;--color-secondary-1:137,147,157;--color-secondary-2:18,38,58;--color-secondary-3:9,19,29;--color-secondary-4:3,6,9;--color-tertiary-0:255,255,255;--color-tertiary-1:206,211,215;--color-tertiary-2:91,107,123;--color-tertiary-3:46,54,62;--color-tertiary-4:9,11,12;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13070698-4de4-4339-9715-9ea451dad755/bm5horizontal_2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:71.125rem;width:75rem;overflow:visible;position:relative;display:block; }#PMxhoW57KEwzrBsAZ4GgtSmKhOOZfpyx { color:rgba(var(--color-secondary-3),1);display:block;width:43.6870625rem;position:absolute;font-family:inter;font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:6.75rem;left:12.875rem;height:7.561875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ox4ZHsacUAxZEV1hG049q8RsgcDStTcc { color:rgba(var(--color-secondary-1),1);display:block;width:34.8746875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:14.875rem;left:17.6875rem;height:3.49935rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-form-header { font-size:0.75rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:24.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e6eaed;border-left:0.0625rem solid #e6eaed;border-right:0.0625rem solid #e6eaed;border-bottom:0.0625rem solid #e6eaed;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:24.375rem;box-sizing:border-box;height:2.5625rem;color:#3966c3;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-text {padding-top: 0; padding-bottom: 0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e6eaed;border-left:0.0625rem solid #e6eaed;border-right:0.0625rem solid #e6eaed;border-bottom:0.0625rem solid #e6eaed;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:24.375rem;box-sizing:border-box;height:2.5625rem;color:#3966c3;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e6eaed;border-left:0.0625rem solid #e6eaed;border-right:0.0625rem solid #e6eaed;border-bottom:0.0625rem solid #e6eaed;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:24.375rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-select {padding-top: 0; padding-bottom: 0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-button { border-top-left-radius:7.9375rem;border-top-right-radius:7.9375rem;border-bottom-left-radius:7.9375rem;border-bottom-right-radius:7.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:2.5625rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:19.25rem;height:3.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]:-moz-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;font-style:normal; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]::-moz-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;font-style:normal; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]:-ms-input-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;font-style:normal; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]::-webkit-input-placeholder { color:#cdd2de;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;font-style:normal; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.1875rem;overflow:hidden;font-style:normal;float:none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .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; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-container:first-of-type{padding-top:0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-container:last-of-type{padding-bottom:0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:42.530925750733rem;top:23.238389968872rem;z-index:15071;position:absolute;font-size:0.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.375rem;display:block;vertical-align:top; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.9375rem;line-height:1.3;font-weight:700;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk {display:block;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:42.5625rem;top:24.75rem;z-index:15071;position:absolute;font-size:0.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #xPXfXCslJ0s2PRp4hbyzST2uCahXJF3l { position:relative;display:block;z-index:15000; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #ttJoSZK5wSvG9p6fsMTnoLRKgpooh1bI { position:relative;display:block;z-index:15000; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #eeMoG7KHuk9JTnqe3TRNAHm6vAlPw5Qg { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #GF34uR53WlfNf8xXb4gDm5FBBKeCEMhX { position:relative;display:block; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #FqEiU7At5HWEf0Z0vqCbesMQEUoTsre7 { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #FnTpgglMua0mFtcvg2rf5GVnWCCogPQM { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #VaO2XNSpMAsStZfy7fxyKDtO5GC2IXr9 { position:relative;display:block; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #AT6dBvodRFvyCzoioyO4OTa73orH3p0w { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #L2cysbeIWQQLBTRCIAlwyEuwBMOxPaXX { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #zniXnl5eU4su4x7TOpzdAEWBdxE8cTwn { position:relative;display:block; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #M1zt2TpOExDbbAosaqFGG9cvGmqTftRn { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #NqPsXvEkoRSM8L69xHKgMsmmwxMe4wd5 { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #vNQTtpJv6L82GLmCVTo8vuQeoUQfWrR1 { position:relative;display:block; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #nip12AFTnKTbbTs72a2W8B2qUrFb00es { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #c0rmhqpz6mxAL1mFqTRQFWde4r1Pb9wA { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #WUXnAOtIgkuQHVHk4RPwHKrHgTRUQdDD { position:relative;display:block; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #NTk9H4WolMotggkCDCshiAJwofPFLu8n { position:relative; }
#yTTLQmBaRGL6TizZv7Fv6uEsviMvLVm8 { position:relative;display:block; }
#eqtTRPTMqbXSVvzXe9TNd4N5OlnTEX8O { position:relative;display:block; }
#BpLTMEXq3h2NCantf5WybDUCgSKoNc8D { position:relative;display:block; }
#nPRWIkzrz5dSAc04KXtEwfka4ppdTSpl { position:relative;display:block; }
#qJCvHNI7oWFJJ1rizQDxJsaIUzCRbgNO { position:relative;display:block; }
#Q6U45oBdfRO7RVadaZSRkbWUyG8PvlIM { position:relative;display:block; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #DxZD4MpEVEFKz7DhzbvKerTz8osEpdQx { position:relative; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #Md8le8OP5Ga1q9WtNXGTleoH5LSoT6vy { position:relative; }
#B7TnLFTQzKHbxhGgk8QTPR50pB927Tvq { color:rgba(var(--color-tertiary-2),1);display:block;width:23.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:30rem;left:43.375rem;height:2.27430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GQIxObN2VSrIRoyc7vIkSQ2c5rGcRADT { color:rgba(var(--color-secondary-2),1);display:block;width:24.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15073;line-height:1.1;letter-spacing:0;top:26rem;left:42.5625rem;height:3.0240875rem;text-align:center;text-align-last:center;display:block; }
#IryTGGGVz9mGhALA8SBLIvoDs879XiLr { box-sizing:content-box;height:39.9375rem;width:30.5rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.9375rem;left:40.875rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
#VVgXE5chRrxDE7chEoN2kNzcrdFbBPxr { position:absolute;display:block;z-index:15074;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:4rem;width:9.3125rem;top:0.87456601858137rem;left:29.4677734375rem;overflow:hidden;display:block; }
#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9fc;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; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row .container { background-color: transparent; background-image: none; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row .container > .video-iframe-container { display: none; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row > .video-iframe-container { display: none; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .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); }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row .container { border-width: 0; border-radius: 0; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#rb5kAu8efB6Jte6nG5Wg8RDIcqiPF99s { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.875rem;left:39.6875rem;overflow:hidden;display:block; }
#ohsUK8Too229DSb0xmulzZrIrk3sgMvS { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.875rem;left:55.625rem;overflow:hidden;display:block; }
#EsZK6oTFFu3hMG1z5tSSdei19l5342xX { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.875rem;left:23.9375rem;overflow:hidden;display:block; }
#WADuiXtnTn71yyUOv0JuZw0lrxcNI2Cr { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:19.625rem;left:7.625rem;height:3.41161875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GWkVTdrUgEJ6GTPMmFnkM5e5TT9s9puI { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:12.875rem;left:7.625rem;overflow:hidden;display:block; }
#fD5TQDwMTQ4af1f2t2fQepLEXaFCHA1K { color:rgba(var(--color-secondary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:17.75rem;left:7.625rem;height:1.13720625rem;font-style:normal;display:block; }
#M6o34cEu2MHgKTtBoLOpKpTKJZXTohsU { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15048;line-height:.9;letter-spacing:0;top:5.1875rem;left:-0.0625rem;height:2.530925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAxlKICBEx3Qdof6DPAeSrauTNu02BlQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:28.75rem;left:29.46875rem;display:block; }
#FX0GHX0A2vc60HftcMr8v5iPRET3sygd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGRnnFTSP6ni1ubHgIavc5TTZNe3hoWy { box-sizing:content-box;height:15rem;width:14.875rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:11.25rem;left:6.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#sMsNqO7R7g4oaWGhknmaTpzRWL6Zaq1L { color:rgba(var(--color-primary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0.0625rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idxpx1RpWPpVHI9soN1ABbpBK9S9vHVf { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:19.6875rem;left:23.9375rem;height:3.41161875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QG0hhCHD4xvTrdIyQoZZDDhzfpqiy9Ru { color:rgba(var(--color-secondary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:17.8125rem;left:23.9375rem;height:1.13720625rem;font-style:normal;display:block; }
#M9gSMPboM5QKw8ozGJc4OP15XSKhyTzR { box-sizing:content-box;height:15rem;width:14.875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:11.3125rem;left:22.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#uhx1WgDBsUukeqW1KKtukl2qbpKvDCAw { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:19.625rem;left:39.6875rem;height:3.41161875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ViCgK3GuaxNc7FzUeQAhcRrGDDGPP7O0 { color:rgba(var(--color-secondary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:17.75rem;left:39.6875rem;height:1.13720625rem;font-style:normal;display:block; }
#VSN37tps8RTXFpWDWgegZTV14Oa7inI9 { box-sizing:content-box;height:15rem;width:14.875rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:11.25rem;left:38.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#erOWMxKAs4iB44LyukGrSTvelcqhSHTH { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:19.625rem;left:55.625rem;height:3.41161875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EFTyxUAlppzacp8RasD2Rz4xN3fHcRpC { color:rgba(var(--color-secondary-2),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:17.75rem;left:55.625rem;height:1.13720625rem;font-style:normal;display:block; }
#bP43JiKBt9qCBpzNhagP0WcE3VgRo8Pd { box-sizing:content-box;height:15rem;width:14.875rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:11.25rem;left:54.0625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Twnk5AfllTM05pnHrDzJMesU6g8i0R3a { box-sizing:content-box;height:15rem;width:14.875rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:11.3125rem;left:22.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#xtwMzeG836s8e0GsDIud9WT2INeSzzk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#xtwMzeG836s8e0GsDIud9WT2INeSzzk1 > .row .container { border-width: 0; border-radius: 0; }#xtwMzeG836s8e0GsDIud9WT2INeSzzk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xtwMzeG836s8e0GsDIud9WT2INeSzzk1 > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:none; }#TCo545TxwFUkvMB42qZhMKiqoR6ZLBdm { box-sizing:content-box;height:26.875rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.5625rem;left:0.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#Vq5dOG6XJ2KVwy5flTffCFoi7DTkxEbR { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:6rem;width:5.6875rem;top:19.5rem;left:1.25rem;overflow:hidden;display:block; }
#EmXldRBy0TeZSomLPTUxDJdG1KsgCB13 { color:rgba(var(--color-secondary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:7.3125rem;left:18.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#faHN6vwSdT83c0BLAG13pNLGufFQ3unX { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:35.4375rem;left:1.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IxRWIWipywe0zrRdIxhkT46eA9qC1faU { color:rgba(var(--color-secondary-4),1);display:block;width:18.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:34.0625rem;left:1.75rem;height:1.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#S9cC2vgK7DK5hVS4DldyaSpkLkyXF7No { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.625rem;top:29.625rem;left:1.75rem;overflow:hidden;display:none; }
#rMv8HaHzD0vpdCPmSFOheXNDK2Gc7iP7 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:5.8125rem;width:4.1875rem;top:19.5rem;left:1.25rem;overflow:hidden;display:none; }
#axBvnmC12Ad3EJiwqqm6E9bHoQkofumt { color:#6d20f7;display:block;width:31.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:15.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MS71s8nOD4QTyG3t74uQhr51vKmiyJgm { position:absolute;display:block;z-index:15039;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:4.5625rem;width:4.625rem;top:17.359375rem;left:58.4375rem;overflow:hidden;display:none; }
#X3rIPbn0Cd7FpC8MeHXOKX5eICRDt3IB { color:rgba(var(--color-secondary-4),1);display:block;width:18.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:34.0625rem;left:1.75rem;height:1.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#btwUaaIHTLFRsf9GsnZLy9SAFTDA28RH { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:35.4375rem;left:1.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ltwllx1p8rMVknUgulQE4Orz1GBzU0q8 { box-sizing:content-box;height:26.875rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.5625rem;left:0.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#LT4XWRnMg5x3MHREnS5XBDcV9IkKzeha { box-sizing:content-box;height:26.875rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:17.5625rem;left:0.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:none; }
#paS5LiWiglJagG5MHqdvfGDezwoumEMG { color:rgba(var(--color-secondary-3),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.2;letter-spacing:0;top:35.4375rem;left:1.75rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Mq151NrROwixoDetVCxsOlWTwvi9d4CI { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:3.75rem;width:5.6875rem;top:19.5rem;left:1.25rem;overflow:hidden;display:none; }
#QbaHactQzIHrBKTlQm5n1SvtCvmlarJo { color:rgba(var(--color-secondary-4),1);display:block;width:18.6866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:34.0625rem;left:1.75rem;height:1.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gKqKNyCSv8SydhHhBIIIRRz1B4XZ7wAe { position:absolute;display:block;z-index:15039;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:4.5625rem;width:4.625rem;top:17.359375rem;left:58.4375rem;overflow:hidden;display:none; }
#dVGuUGuUTSZggkxr5kD94pZGmwKkf7zW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:90.25rem;left:29.5rem;display:none; }
#I3GTOvqkEekZLfHocB73T2XokW9noqvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nit5POeO3w279tChxyWizJQpEsyiT0HJ { position:relative;display:block; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ { background-color: transparent; background-image: none; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row .container > .video-iframe-container { display: none; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row > .video-iframe-container { display: none; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .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); }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ { border-width: 0; border-radius: 0; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:97.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MvL6qtLkESr4gEbWx0RyLwpUc1iuM38H { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:24.1875rem;width:22.9375rem;top:16.4375rem;left:12.5rem;overflow:hidden;display:block; }
#UCL8dfN2VPdsnUACGi6wQV5rG1T39nkM { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:51.0625rem;top:16.4375rem;left:13.375rem;display:block; }
#IN7QW7xszUMPsew2izkRnnEoA96sOmyU { color:rgba(var(--color-secondary-2),1);display:block;width:18.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15049;line-height:.9;letter-spacing:0;top:24.8125rem;left:40.8125rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XcaoN2MnQZ4rBmH2rdfxuBo0aPTP6qlV { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.4;letter-spacing:0;top:27.4375rem;left:40.875rem;height:4.7249375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxMqCZLEr34sHmLFdk4kz4CowNwaioNB { position:absolute;display:block;z-index:15039;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:4.5625rem;width:4.625rem;top:17.359375rem;left:58.4375rem;overflow:hidden;display:block; }
#V9BBGyzL5KokevEPHmDCXCgJnGTJhU2x { color:rgba(var(--color-primary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:.9;letter-spacing:0;top:22.3125rem;left:41.625rem;height:0.78721875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEobDSdkyzRXnEhcmqwKwwaGOPrOu09Q { box-sizing:content-box;height:1.5rem;width:11.3125rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:21.9375rem;left:40.8125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#IFkLC4Vlt0oPTFTGWTwndLs8WogBCWrn { color:rgba(var(--color-secondary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:6.8125rem;left:19.125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icWWlEqaRK57Rx5X8lOKG6k9q6CTJ5cf { color:rgba(var(--color-primary-1),1);display:block;width:31.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:4.8125rem;left:22.25rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOB53wuzbNBFQyqeWZpKXgNRirCuOudC { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:51.0625rem;top:41.5625rem;left:13.375rem;display:block; }
#HkPSWRckkXy0aZyTb2tcDnKgr4zqWNsr { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:23.8125rem;width:21.875rem;top:40.625rem;left:42.532631215469rem;overflow:hidden;display:block; }
#Z7CnyuuCiNtZScng6DweBRMXHHoQ579Q { color:rgba(var(--color-tertiary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:51.9375rem;left:21.5rem;height:4.7249375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OsheFFy1CKQc0exmD5COBmoHk5gibXrF { color:rgba(var(--color-secondary-2),1);display:block;width:18.6860625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15057;line-height:.9;letter-spacing:0;top:49.3125rem;left:21.4375rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kAdfMnV544T5DGQGGen290X1segKo3aT { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.625rem;top:42.9375rem;left:14.5rem;overflow:hidden;display:block; }
#V90mHOmM2CPf3zirCtqsOQTX94h1S7T7 { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:19.3125rem;width:51.0625rem;top:67.8125rem;left:13.4375rem;display:block; }
#RlhkU8A8CdSGb8Fhw7zA0gCIovMc5xsX { position:absolute;display:block;z-index:15076;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:23.0625rem;width:34.625rem;top:67.8125rem;left:7.0625rem;overflow:hidden;display:block; }
#o58hfEnCoG8JVJr2GAfZNs3BIRdgfdVt { color:rgba(var(--color-tertiary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:78.1875rem;left:41.8125rem;height:4.7249375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PqIe6I5MRFTutptWLkfiCm77ekzsdDno { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15057;line-height:.9;letter-spacing:0;top:75.5625rem;left:41.75rem;height:1.9124375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X0popixTnMqb1f8qCLUHcJrqCWBPRS0S { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.625rem;top:69.1875rem;left:58.375rem;overflow:hidden;display:block; }
#OqigMZ8tpVEx5BMLebM3Kv9pLqcWMPGw { box-sizing:content-box;height:1.5rem;width:12.5625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:72.6875rem;left:41.75rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#Rn8ZVMpeFDnyGbbEbSsATdHtqOpB7eHE { color:rgba(var(--color-primary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15066;line-height:.9;letter-spacing:0;top:73.0625rem;left:42.75rem;height:0.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DWXGBiJvJs4hGyV0bOp8Zaq7qANJserA { color:rgba(var(--color-primary-2),1);display:block;width:8.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15068;line-height:.9;letter-spacing:0;top:46.75rem;left:22.5rem;height:0.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xlZGRKbaqeu4NaaExwKBsztE9sN1sgei { box-sizing:content-box;height:1.5rem;width:10.4375rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:46.375rem;left:21.5rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#BcyRvMIxTGioV120pZk1u4H7Mp6QwP5t { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:90.25rem;left:29.5rem;display:block; }
#RqUvBEOuV2pQ8ykS8JczoegAGfS7wKni { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9fc;background-image:url("https://images.assets-landingi.com/uc/b22bae87-6e18-436b-9338-20201043f751/banner.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z.adaptive-delivery-prevent-bg, #LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z.lazyload, #LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z.lazyloading { background-image: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container { background-color: transparent; background-image: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container > .video-iframe-container { display: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row > .video-iframe-container { display: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .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); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container { border-width: 0; border-radius: 0; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#gbHx7JWuwminyukKTN7I2Jn0u2F1fUvO { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15048;line-height:.9;letter-spacing:0;top:4.375rem;left:19.5rem;height:5.06185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwHevrkO1bnDAM1eIyJABcT0a259EEBR { color:rgba(var(--color-tertiary-2),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:15rem;left:47.875rem;height:2.27430625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IA4G1uKRxNWeMXsPfkDCCJKw4nPbS9fB { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.6875rem;left:47.875rem;height:1.13715rem;font-style:normal;display:block; }
#zRuUW7ioZ3QpNuQiW1d1unoJpVdvULTZ { box-sizing:content-box;height:6.875rem;width:31.25rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:12.3125rem;left:41.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#XkuwWhmcp1QdpiKtIZH2PqnHJrK7wuaV { position:absolute;display:block;z-index:15049;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:4.874675rem;width:4.4987rem;top:29.625rem;left:42.125rem;overflow:hidden;display:block; }
#UhPtIyBteqcH6CnuwihTq0RX1GlTl95T { position:absolute;display:block;z-index:15050;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:4.874675rem;width:4.62456875rem;top:13.125rem;left:42.0625rem;overflow:hidden;display:block; }
#WQWkWCC03BE7yoTOu1tBE5Wo2GHBDRBh { position:absolute;display:block;z-index:15051;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68706875rem;width:3.68706875rem;top:21.625rem;left:42.5rem;overflow:hidden;display:block; }
#pL6bTwudGhXOEroVxzT18SSMKDGu4GHO { color:rgba(var(--color-tertiary-2),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:22.875rem;left:47.9375rem;height:2.27430625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pUtDJtzruxKw1TB0ngOAlBiwSkSTPgOh { box-sizing:content-box;height:6.875rem;width:31.25rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:20.1875rem;left:41.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#CVvUgCWrdseMMUKw68VtS5nmqCasHJV1 { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:21.5625rem;left:47.9375rem;height:1.13715rem;font-style:normal;display:block; }
#NB5P19Jb5yCohEgBQl8sSXcTOTakJdxo { color:rgba(var(--color-tertiary-2),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:31.5625rem;left:47.875rem;height:2.27430625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BJqMwoHPTRfNkU7CJTiIhx9O0Cv9UTXk { box-sizing:content-box;height:6.875rem;width:31.25rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:28.5625rem;left:41.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#w5Q6OG3y5r97GOWE3XtK11kEi7OZg4Bd { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:38.9375rem;left:47.875rem;height:3.41145625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uDw577Wdz1iX5rD0gB3r15TbOt8oqZdR { box-sizing:content-box;height:6.875rem;width:31.25rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:36.4375rem;left:41.4375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#WP5TVEDoEUOfVeGlS06TBwOA2h2JryTF { position:absolute;display:block;z-index:15062;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:38.0625rem;left:42.5rem;overflow:hidden;display:block; }
#SFkRdCRp6CPAAuRm9X2XNDLu4DQATNCI { color:rgba(var(--color-secondary-2),1);display:block;width:11.4371875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:37.8125rem;left:47.875rem;height:1.13715rem;font-style:normal;display:block; }
#RhvAf1Xl56Lil5X7JiysyhkKLTbDBM22 { color:rgba(var(--color-secondary-2),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:29.9375rem;left:47.875rem;height:1.13715rem;font-style:normal;display:block; }
#J4W1NUVIyVDmVZ8aJArespDl266PC3qJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3123125rem;height:3.37456875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:45.810546875rem;left:44.721141815186rem;display:block; }
#BTty3BXw80rhBhDKR5GKDxHpZDbsGmN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMlU0TdJKlp1c4r9c8Fp2BIkFCsgOOOo { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5625rem;left:19.625rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLobwT52U8854haNc9vKSg49q18y94Re { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sLobwT52U8854haNc9vKSg49q18y94Re > .row .container { background-color: transparent; background-image: none; }#sLobwT52U8854haNc9vKSg49q18y94Re::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLobwT52U8854haNc9vKSg49q18y94Re > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLobwT52U8854haNc9vKSg49q18y94Re > .row .container > .video-iframe-container { display: none; }#sLobwT52U8854haNc9vKSg49q18y94Re > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLobwT52U8854haNc9vKSg49q18y94Re > .row > .video-iframe-container { display: none; }#sLobwT52U8854haNc9vKSg49q18y94Re > .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); }#sLobwT52U8854haNc9vKSg49q18y94Re > .row .container { border-width: 0; border-radius: 0; }#sLobwT52U8854haNc9vKSg49q18y94Re > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sLobwT52U8854haNc9vKSg49q18y94Re > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#SJQ84VlSLkAbfIxQe44hsTxxBaRKXyl8 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15049;line-height:.9;letter-spacing:0;top:6.125rem;left:0rem;height:5.06185rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ys9igzOJ3MkAqJ5mCgGhSCvWIfbNLNqX { box-sizing:content-box;height:24.3125rem;width:16.1875rem;position:absolute;display:block;z-index:15037;background-color:#0e0e0e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:14.9375rem;left:1.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#pXbtoUMOIyRlw72iQpJoaIe30NAl9wTR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:32.625rem;left:1.1875rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ao2V0k0R6A3ipUAWhJSn5es41b2KcNEP { color:rgba(var(--color-secondary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:34.4375rem;left:2.8125rem;height:3.41145625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VvKUnKC2sTTSE1SyFZ21X9eaTfQwJRtA { position:absolute;display:block;z-index:15052;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:12.25rem;width:8.625rem;top:18.625rem;left:5.0625rem;overflow:hidden;display:block; }
#lqQecnnLKrrhp94hTKFUbzNoNrmyCQrT { box-sizing:content-box;height:24.3125rem;width:16.1875rem;position:absolute;display:block;z-index:15041;background-color:#0e0e0e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:15rem;left:20rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#DPgtiZVhrcNmygGtTH4798IbWVxhyTen { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:32.6875rem;left:20rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTE7beU5lmboaf7VSrIcxJOl7kEIuPba { color:rgba(var(--color-secondary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:34.5rem;left:21.5625rem;height:3.41145625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SiD7ltrLW90nPIzTBHCby6ey9k6zpvrb { position:absolute;display:block;z-index:15056;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:12.25rem;width:8.5625rem;top:18.6875rem;left:23.875rem;overflow:hidden;display:block; }
#aDehgVfflURoPiOG0okDdXuu6APqepwV { box-sizing:content-box;height:24.3125rem;width:16.1875rem;position:absolute;display:block;z-index:15049;background-color:#0e0e0e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:15.0625rem;left:57.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#ltzKDDgr0ruBOrrPlyRZTdAnpzVBtkDk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:32.75rem;left:57.5rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6AQ4TuMKKwhQxiH7WOtN0zgxbCksXMZ { color:rgba(var(--color-secondary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:34.6875rem;left:59.0625rem;height:3.41145625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RpNhn3LTfW6MWTHGOy0lnkDBvDizQPEJ { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:10.0625rem;top:18.625rem;left:60.625rem;overflow:hidden;display:block; }
#om2iGtpQ3XTl6Ktxk2K99pZRhkLgu7WA { box-sizing:content-box;height:24.3125rem;width:16.1875rem;position:absolute;display:block;z-index:15045;background-color:#0e0e0e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.21);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.21);top:15rem;left:38.75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#WsE1cJw4xbQlG4y3Lp0OmEgc4aVxJS2d { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:32.6875rem;left:38.6875rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWaKDnk4RpIrPkZqOKha6z5wQ1y2J831 { color:rgba(var(--color-secondary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:34.5rem;left:40.3125rem;height:3.41145625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CkxKwVCF73zZeu2C1Vy4VQbXsDUZzeZg { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.3125rem;top:18.9375rem;left:38.75rem;overflow:hidden;display:block; }
#XSz3OPRRZNA5Hr3RVIsCtGCa8UHJr5pW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0620625rem;height:3.37456875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:43.499893188476rem;left:25.967884063721rem;display:block; }
#GIEeqsrd3rZfxyoEwutVXHuQHT8v1uN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:block; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container { background-color: transparent; background-image: none; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container > .video-iframe-container { display: none; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row > .video-iframe-container { display: none; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .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); }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container { border-width: 0; border-radius: 0; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container { width:75rem;height:52rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZtPoZZVn3pb4naeMnQG9IZv7fGXkcSkZ { color:rgba(var(--color-tertiary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.9375rem;left:21.5rem;height:3.6002625rem;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; }
#H9Qe4Tp827ndqPHwf7CTXckXzoMzJcJT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.9375rem;width:42.8125rem;top:17.1875rem;left:15.8125rem;display:block; }
#DaipfRZETtQ8NOT8vQf3CqINT5zmQ2TB { color:rgba(var(--color-secondary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:3.125rem;left:13.875rem;height:5.83333125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sp95ASrHW0QsJBbKl7e3lEGkrXDPSBFO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.5625rem;left:29.1875rem;display:block; }
#o2BWAOvFoin1fwq3rLR3OnD3ayGgnB1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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;display:none; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container { border-width: 0; border-radius: 0; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container { width:75rem;height:36.375rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#TUUsl12DZHiD7OByquGSXO83s4bPNhnV { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.86328125rem;left:5.3125rem;height:5.3994125rem;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; }
#xdKgTR4u4b1TRa72CTcrw52xvT28Wr9T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.9375rem;width:42.8125rem;top:4.9375rem;left:32.1875rem;display:block; }
#dPeTJHLSyIq7zSDkf0km0wrHghuPA6XX { color:rgba(var(--color-secondary-2),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:7.5rem;left:5.3125rem;height:8.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RSKcgUMr8vaubcmCsFqh2nWD54TXcRG7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.0625rem;left:5.3125rem;display:block; }
#c1ef91UkLNlaoxEA2uv4tPpeOc3fIJd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row .container { background-color: transparent; background-image: none; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row .container > .video-iframe-container { display: none; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row > .video-iframe-container { display: none; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .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); }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row .container { border-width: 0; border-radius: 0; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#eXMB5yQcOiuexyiJ6K5LQfGTqLSnCoSg { box-sizing:content-box;height:9.75rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:0rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#CXSNGiVsa50ZAJULv8Ui2TU32HBoOM8n { background-color:#f6f9fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:7.4375rem;left:54.0625rem;display:block; }
#b46wuf4qyadt5BGTIzQQSa2mLHJ4HOIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdfnN1xzdaPkAU5EGFLlWiKW4OSrbdT3 { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.1;letter-spacing:0;top:9.4375rem;left:3.375rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puqwubBBMWUko1gDBOi8Lvrht1u8uDhL { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15034;line-height:.9;letter-spacing:0;top:6.625rem;left:3.375rem;height:2.1375875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f9fc;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; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row .container { background-color: transparent; background-image: none; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row .container > .video-iframe-container { display: none; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row > .video-iframe-container { display: none; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .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); }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row .container { border-width: 0; border-radius: 0; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#Na887HEkeffOzPTWMUU8l7brO9s6OFsC { color:rgba(var(--color-secondary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:8.625rem;left:3.4375rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R4nUmqXupd6KRQwoH7RcWm7B54Kvx020 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.4375rem;height:4.63053125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gvlW8pW5yc1ZL0yz7LpQDyVqmwymbNvR { position:absolute;display:block;z-index:15077;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.8125rem;top:3rem;left:17.1875rem;overflow:hidden;display:block; }
#nKmF1GxgTFX1X0oNDVXCbsPxqSXiNgLT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:53.875rem;left:26.9375rem;display:block; }
#LU0gMI0sVTWlmexO3i4s7Wo04rrr0A9K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rt9aftl2JxtDtWT9M5RNsVInnH7k9o5C { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:25.8125rem;left:3.4375rem;height:1.5435125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-element-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .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; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;height:auto; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-1),1);font-weight:300;font-style:normal; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .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_00725fee6cfd29af20e7bfb224bdc1e6d393c39a.svg");background-size:contain !important; }#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-trigger.adaptive-delivery-prevent-bg, #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-trigger.lazyload, #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-trigger.lazyloading { background-image: none; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15078;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:27.35546875rem;left:2.1875rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #K1Kf6P5X2qe9K6O6OGkiiklmWfdGP1H1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #ATWyplMFA70ybwt73qdGtkaRiOgfGGCP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #EUnOrQmtTluZNkFvVatSAtMrOIJmMkfT { display:block;position:relative; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #Ek2PKTEsZfkKOcLEXr4SON7F1fmyezb8 {  }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #GEtf2F0zXsnnuB5mgVUfAg3lSJ4PsNmQ {  }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #VgC6crDh0lSGKQONBv22hF4mkAsV3Pgv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #BBAoQ7aS6hn6kozDeouBSTsxdrATXzG3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #zLwMlN1T3sduNuCU53PL5w1SZvIC22Ti { display:block;position:relative; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #QWdk6dU3VA1vDifcNoM2ksdwiEFlkwls {  }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #ArDT1W9yGuOyzT927U7EmAliBXxhseF4 { display:none; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #VSvDZpG5Cr5ghZ3MI4bpOtZNybqu1xJB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #EFfDfRTzXkTowyacksurEAQkwpCgCmXv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #T1uQthQBUSuDqso8H5hFhyKm0Bhsb6Pw { display:block;position:relative; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #mCF5q4dvqdNnnH0TeBo3PT1hF88rTU0z {  }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #TinnE4MmslPxc8hTpy1qL63MrAUPtWvi { display:none; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #d40DGeM5pHUb4KHpiw7sG3RFNrwevbIs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #PZo5XMQDaiT86dUhQJlRCmfvAorFd8KV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #GEbIwsnpmPMzHM1S5sMl9OCzEkOFTx0G { display:block;position:relative; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #PtU8Z7CerTXemLoJlEg8PplZupqoTerS {  }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #d2GfFd84x1BsEX5WqE42DEgBC8PxLB6f { display:none; }
#nSmo19Cz8NOVwPdTB6fqQDdJS64sruRS { position:absolute;display:block;z-index:15079;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:31.125rem;width:75rem;top:14.125rem;left:38.125rem;overflow:hidden;display:block; }
#Te5QrlTQTLnxy01UuQCiFQLeb1DDcPC8 { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8.8125rem;top:3rem;left:3.4375rem;overflow:hidden;display:block; }
#dxrQpwZeUQe3RLE5b9slukbyTMREOFRM { position:relative;display:none; }#dxrQpwZeUQe3RLE5b9slukbyTMREOFRM { border-width: 0; border-radius: 0; }#dxrQpwZeUQe3RLE5b9slukbyTMREOFRM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dxrQpwZeUQe3RLE5b9slukbyTMREOFRM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zgezEmVwbfCFgLirgVQVQnAAzlxTKWei { position:absolute;display:block;z-index:15000;height:21.7496875rem;width:38.75rem;top:5.0618495941162rem;left:18.964845657349rem;display:block; }
#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container { background-color: transparent; background-image: none; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container > .video-iframe-container { display: none; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row > .video-iframe-container { display: none; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .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); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container { border-width: 0; border-radius: 0; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#FMVxUrtbmHRFHU3SDaiikmNEo9Wbbufu { box-sizing:content-box;height:0.0623915rem;width:65.6875rem;position:absolute;display:block;z-index:15012;background-color:#2f2f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.922853469849rem;left:4.6554908752441rem;display:block; }
#hecRszUtVPRpo0sNO3Bfev0xqKkiWiE8 { color:rgba(var(--color-secondary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.99853515625rem;left:47.4375rem;height:1.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W0zpaykkke4ihuPV2ih5ZhO528OKNG7f { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:25rem;top:3.75rem;left:5.375rem;overflow:hidden;display:block; }
#WeuZsuOHi5cKILXKsPOyCt94Ph9JIqKf { color:#707070;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:10.291015625rem;left:6.25rem;height:1.54394375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wESl31yb0N1rbnvKnDlONewrqXTQwOO3 { box-sizing:content-box;height:0.0623915rem;width:65.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.922853469849rem;left:4.6554908752441rem;display:none; }
#BJst2VJUpf9ox606PKRuz7KTIHEbwXe8 { color:#f1f1f1;display:block;width:23.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:11.9375rem;left:47.375rem;height:1.59985625rem;text-align:left;text-align-last:left;display:block; }#BJst2VJUpf9ox606PKRuz7KTIHEbwXe8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BJst2VJUpf9ox606PKRuz7KTIHEbwXe8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e31d468c081e00caeba5753c390448e76c40817.svg); }
#a7hyTRh1lwRsosHl1ixz4B8bU8DFSJ1z { color:#f1f1f1;display:block;width:23.0620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:9.9375rem;left:47.375rem;height:1.59985625rem;text-align:left;text-align-last:left;display:block; }#a7hyTRh1lwRsosHl1ixz4B8bU8DFSJ1z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a7hyTRh1lwRsosHl1ixz4B8bU8DFSJ1z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d312acb4bf3c56ffa6f71cc9b37bdb97c99d4207.svg); }
#dDIBvQ2SOTaJV7l25aWublpJvNsTr40w { color:#f1f1f1;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.875rem;left:47.375rem;height:1.59985625rem;text-align:left;text-align-last:left;display:block; }#dDIBvQ2SOTaJV7l25aWublpJvNsTr40w li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dDIBvQ2SOTaJV7l25aWublpJvNsTr40w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_36e50fb79555429e0c1a3819060a06f7b3e8a830.svg); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMxhoW57KEwzrBsAZ4GgtSmKhOOZfpyx { top:6.75rem;left:0rem;width:43.625rem;height:7.5rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox4ZHsacUAxZEV1hG049q8RsgcDStTcc { top:14.875rem;left:4.0625rem;width:34.8125rem;height:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-regular-label { display:block;width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-text {padding-top: 0; padding-bottom: 0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-select {padding-top: 0; padding-bottom: 0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk  { width:18.75rem;height:auto;top:1.25rem;left:13.25rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk {display:block;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk { width:18.75rem;height:auto;top:1.25rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #xPXfXCslJ0s2PRp4hbyzST2uCahXJF3l {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #ttJoSZK5wSvG9p6fsMTnoLRKgpooh1bI {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #eeMoG7KHuk9JTnqe3TRNAHm6vAlPw5Qg {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #GF34uR53WlfNf8xXb4gDm5FBBKeCEMhX { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #FqEiU7At5HWEf0Z0vqCbesMQEUoTsre7 {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #FnTpgglMua0mFtcvg2rf5GVnWCCogPQM {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #VaO2XNSpMAsStZfy7fxyKDtO5GC2IXr9 { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #AT6dBvodRFvyCzoioyO4OTa73orH3p0w {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #L2cysbeIWQQLBTRCIAlwyEuwBMOxPaXX {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #zniXnl5eU4su4x7TOpzdAEWBdxE8cTwn { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #M1zt2TpOExDbbAosaqFGG9cvGmqTftRn {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #NqPsXvEkoRSM8L69xHKgMsmmwxMe4wd5 {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #vNQTtpJv6L82GLmCVTo8vuQeoUQfWrR1 { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #nip12AFTnKTbbTs72a2W8B2qUrFb00es {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #c0rmhqpz6mxAL1mFqTRQFWde4r1Pb9wA {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #WUXnAOtIgkuQHVHk4RPwHKrHgTRUQdDD { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #NTk9H4WolMotggkCDCshiAJwofPFLu8n {  }
 }@media only screen and (max-width: 763px) { #yTTLQmBaRGL6TizZv7Fv6uEsviMvLVm8 { display:block; }
 }@media only screen and (max-width: 763px) { #eqtTRPTMqbXSVvzXe9TNd4N5OlnTEX8O { display:block; }
 }@media only screen and (max-width: 763px) { #BpLTMEXq3h2NCantf5WybDUCgSKoNc8D { display:block; }
 }@media only screen and (max-width: 763px) { #nPRWIkzrz5dSAc04KXtEwfka4ppdTSpl { display:block; }
 }@media only screen and (max-width: 763px) { #qJCvHNI7oWFJJ1rizQDxJsaIUzCRbgNO { display:block; }
 }@media only screen and (max-width: 763px) { #Q6U45oBdfRO7RVadaZSRkbWUyG8PvlIM { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #DxZD4MpEVEFKz7DhzbvKerTz8osEpdQx {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #Md8le8OP5Ga1q9WtNXGTleoH5LSoT6vy {  }
 }@media only screen and (max-width: 763px) { #B7TnLFTQzKHbxhGgk8QTPR50pB927Tvq { top:30rem;left:24.4375rem;width:23.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQIxObN2VSrIRoyc7vIkSQ2c5rGcRADT { top:26rem;left:22.875rem;width:24.875rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryTGGGVz9mGhALA8SBLIvoDs879XiLr { top:23.9375rem;left:17.25rem;width:30.4375rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVgXE5chRrxDE7chEoN2kNzcrdFbBPxr { top:0.8125rem;left:15.8427734375rem;width:9.3125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 { display:block; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb5kAu8efB6Jte6nG5Wg8RDIcqiPF99s { top:12.875rem;left:26.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsUK8Too229DSb0xmulzZrIrk3sgMvS { top:12.875rem;left:42rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsZK6oTFFu3hMG1z5tSSdei19l5342xX { top:12.875rem;left:10.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WADuiXtnTn71yyUOv0JuZw0lrxcNI2Cr { top:19.625rem;left:0rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWkVTdrUgEJ6GTPMmFnkM5e5TT9s9puI { top:12.875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD5TQDwMTQ4af1f2t2fQepLEXaFCHA1K { top:17.75rem;left:0rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6o34cEu2MHgKTtBoLOpKpTKJZXTohsU { top:5.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAxlKICBEx3Qdof6DPAeSrauTNu02BlQ { width:16.0625rem;height:3.375rem;top:28.75rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0GHX0A2vc60HftcMr8v5iPRET3sygd { display:block; }
 }@media only screen and (max-width: 763px) { #zGRnnFTSP6ni1ubHgIavc5TTZNe3hoWy { top:11.25rem;left:0rem;width:14.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMsNqO7R7g4oaWGhknmaTpzRWL6Zaq1L { top:3.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idxpx1RpWPpVHI9soN1ABbpBK9S9vHVf { top:19.6875rem;left:10.3125rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG0hhCHD4xvTrdIyQoZZDDhzfpqiy9Ru { top:17.8125rem;left:10.3125rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9gSMPboM5QKw8ozGJc4OP15XSKhyTzR { top:11.3125rem;left:8.75rem;width:14.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhx1WgDBsUukeqW1KKtukl2qbpKvDCAw { top:19.625rem;left:26.0625rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViCgK3GuaxNc7FzUeQAhcRrGDDGPP7O0 { top:17.75rem;left:26.0625rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSN37tps8RTXFpWDWgegZTV14Oa7inI9 { top:11.25rem;left:24.5rem;width:14.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOWMxKAs4iB44LyukGrSTvelcqhSHTH { top:19.625rem;left:37rem;width:10.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFTyxUAlppzacp8RasD2Rz4xN3fHcRpC { top:17.75rem;left:35rem;width:12.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP43JiKBt9qCBpzNhagP0WcE3VgRo8Pd { top:11.25rem;left:32.75rem;width:14.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twnk5AfllTM05pnHrDzJMesU6g8i0R3a { top:11.3125rem;left:8.75rem;width:14.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtwMzeG836s8e0GsDIud9WT2INeSzzk1 { display:none; }#xtwMzeG836s8e0GsDIud9WT2INeSzzk1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCo545TxwFUkvMB42qZhMKiqoR6ZLBdm { top:17.5625rem;left:0rem;width:17.0625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5dOG6XJ2KVwy5flTffCFoi7DTkxEbR { top:19.5rem;left:0rem;width:5.6875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmXldRBy0TeZSomLPTUxDJdG1KsgCB13 { top:2.5625rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHN6vwSdT83c0BLAG13pNLGufFQ3unX { top:48rem;left:0.34375rem;width:11.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxRWIWipywe0zrRdIxhkT46eA9qC1faU { top:46.125rem;left:0.28125rem;width:8.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9cC2vgK7DK5hVS4DldyaSpkLkyXF7No { top:29.625rem;left:0rem;width:3.625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMv8HaHzD0vpdCPmSFOheXNDK2Gc7iP7 { top:19.5rem;left:0rem;width:4.1875rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #axBvnmC12Ad3EJiwqqm6E9bHoQkofumt { top:1.6875rem;left:0rem;width:20rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MS71s8nOD4QTyG3t74uQhr51vKmiyJgm { top:17.3125rem;left:38rem;width:4.625rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3rIPbn0Cd7FpC8MeHXOKX5eICRDt3IB { top:26.5625rem;left:3rem;width:8.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #btwUaaIHTLFRsf9GsnZLy9SAFTDA28RH { top:27.9375rem;left:0.4375rem;width:11.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ltwllx1p8rMVknUgulQE4Orz1GBzU0q8 { top:17.5625rem;left:0rem;width:17.0625rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LT4XWRnMg5x3MHREnS5XBDcV9IkKzeha { top:17.5625rem;left:0rem;width:17.0625rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #paS5LiWiglJagG5MHqdvfGDezwoumEMG { top:95.3125rem;left:0.4375rem;width:11.5rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mq151NrROwixoDetVCxsOlWTwvi9d4CI { top:19.5rem;left:0rem;width:5.6875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbaHactQzIHrBKTlQm5n1SvtCvmlarJo { top:93.8125rem;left:2.65625rem;width:8.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKqKNyCSv8SydhHhBIIIRRz1B4XZ7wAe { top:17.3125rem;left:38rem;width:4.625rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVGuUGuUTSZggkxr5kD94pZGmwKkf7zW { width:16.0625rem;height:3.375rem;top:90.25rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3GTOvqkEekZLfHocB73T2XokW9noqvi { display:block; }
 }@media only screen and (max-width: 763px) { #Nit5POeO3w279tChxyWizJQpEsyiT0HJ { display:block; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvL6qtLkESr4gEbWx0RyLwpUc1iuM38H { top:16.4375rem;left:0.9375rem;width:22.9375rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCL8dfN2VPdsnUACGi6wQV5rG1T39nkM { top:16.4375rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7QW7xszUMPsew2izkRnnEoA96sOmyU { top:24.8125rem;left:23.875rem;width:18.625rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcaoN2MnQZ4rBmH2rdfxuBo0aPTP6qlV { top:27.4375rem;left:23.875rem;width:18.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxMqCZLEr34sHmLFdk4kz4CowNwaioNB { top:17.3125rem;left:38rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9BBGyzL5KokevEPHmDCXCgJnGTJhU2x { top:22.3125rem;left:23.875rem;width:9.6875rem;height:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEobDSdkyzRXnEhcmqwKwwaGOPrOu09Q { top:21.9375rem;left:23.875rem;width:11.3125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFkLC4Vlt0oPTFTGWTwndLs8WogBCWrn { top:6.8125rem;left:0rem;width:37.5625rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icWWlEqaRK57Rx5X8lOKG6k9q6CTJ5cf { top:4.8125rem;left:0rem;width:31.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOB53wuzbNBFQyqeWZpKXgNRirCuOudC { top:41.5625rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkPSWRckkXy0aZyTb2tcDnKgr4zqWNsr { top:40.625rem;left:23.875rem;width:21.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7CnyuuCiNtZScng6DweBRMXHHoQ579Q { top:51.9375rem;left:3.4375rem;width:20.4375rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsheFFy1CKQc0exmD5COBmoHk5gibXrF { top:49.3125rem;left:5.25rem;width:18.625rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAdfMnV544T5DGQGGen290X1segKo3aT { top:42.9375rem;left:7.6875rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V90mHOmM2CPf3zirCtqsOQTX94h1S7T7 { top:67.8125rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlhkU8A8CdSGb8Fhw7zA0gCIovMc5xsX { top:67.8125rem;left:0rem;width:34.625rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o58hfEnCoG8JVJr2GAfZNs3BIRdgfdVt { top:78.1875rem;left:23.875rem;width:18.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqIe6I5MRFTutptWLkfiCm77ekzsdDno { top:75.5625rem;left:23.875rem;width:18.4375rem;height:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0popixTnMqb1f8qCLUHcJrqCWBPRS0S { top:69.1875rem;left:37.9375rem;width:4.625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqigMZ8tpVEx5BMLebM3Kv9pLqcWMPGw { top:72.6875rem;left:23.875rem;width:12.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn8ZVMpeFDnyGbbEbSsATdHtqOpB7eHE { top:73.0625rem;left:23.875rem;width:10.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWXGBiJvJs4hGyV0bOp8Zaq7qANJserA { top:46.75rem;left:15.125rem;width:8.75rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlZGRKbaqeu4NaaExwKBsztE9sN1sgei { top:46.375rem;left:13.3125rem;width:10.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyRvMIxTGioV120pZk1u4H7Mp6QwP5t { width:16.0625rem;height:3.375rem;top:90.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqUvBEOuV2pQ8ykS8JczoegAGfS7wKni { display:block; }
 }@media only screen and (max-width: 763px) { #LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z { display:block; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbHx7JWuwminyukKTN7I2Jn0u2F1fUvO { top:4.375rem;left:5.875rem;width:37.375rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwHevrkO1bnDAM1eIyJABcT0a259EEBR { top:15rem;left:27.4375rem;width:20.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA4G1uKRxNWeMXsPfkDCCJKw4nPbS9fB { top:13.6875rem;left:34.25rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRuUW7ioZ3QpNuQiW1d1unoJpVdvULTZ { top:12.3125rem;left:16.375rem;width:31.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkuwWhmcp1QdpiKtIZH2PqnHJrK7wuaV { top:29.625rem;left:28.5rem;width:4.4375rem;height:4.8083602624091rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhPtIyBteqcH6CnuwihTq0RX1GlTl95T { top:13.125rem;left:28.4375rem;width:4.5625rem;height:4.8092494435292rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQWkWCC03BE7yoTOu1tBE5Wo2GHBDRBh { top:21.625rem;left:28.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6bTwudGhXOEroVxzT18SSMKDGu4GHO { top:22.875rem;left:28rem;width:19.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUtDJtzruxKw1TB0ngOAlBiwSkSTPgOh { top:20.1875rem;left:16.375rem;width:31.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvUgCWrdseMMUKw68VtS5nmqCasHJV1 { top:21.5625rem;left:34.3125rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB5P19Jb5yCohEgBQl8sSXcTOTakJdxo { top:31.5625rem;left:27.625rem;width:20.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJqMwoHPTRfNkU7CJTiIhx9O0Cv9UTXk { top:28.5625rem;left:16.375rem;width:31.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Q6OG3y5r97GOWE3XtK11kEi7OZg4Bd { top:38.9375rem;left:28.6875rem;width:19.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDw577Wdz1iX5rD0gB3r15TbOt8oqZdR { top:36.4375rem;left:16.375rem;width:31.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP5TVEDoEUOfVeGlS06TBwOA2h2JryTF { top:38.0625rem;left:28.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFkRdCRp6CPAAuRm9X2XNDLu4DQATNCI { top:37.8125rem;left:34.25rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhvAf1Xl56Lil5X7JiysyhkKLTbDBM22 { top:29.9375rem;left:34.25rem;width:11.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4W1NUVIyVDmVZ8aJArespDl266PC3qJ { width:22.25rem;height:3.3125rem;top:45.75rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTty3BXw80rhBhDKR5GKDxHpZDbsGmN7 { display:block; }
 }@media only screen and (max-width: 763px) { #DMlU0TdJKlp1c4r9c8Fp2BIkFCsgOOOo { top:2.5625rem;left:6rem;width:37.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLobwT52U8854haNc9vKSg49q18y94Re { display:block; }#sLobwT52U8854haNc9vKSg49q18y94Re > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJQ84VlSLkAbfIxQe44hsTxxBaRKXyl8 { top:6.0625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys9igzOJ3MkAqJ5mCgGhSCvWIfbNLNqX { top:14.9375rem;left:0rem;width:16.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXbtoUMOIyRlw72iQpJoaIe30NAl9wTR { top:32.625rem;left:0rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao2V0k0R6A3ipUAWhJSn5es41b2KcNEP { top:34.4375rem;left:0rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvKUnKC2sTTSE1SyFZ21X9eaTfQwJRtA { top:18.625rem;left:1.65625rem;width:8.5625rem;height:12.161548425668rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQecnnLKrrhp94hTKFUbzNoNrmyCQrT { top:15rem;left:7.5625rem;width:16.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPgtiZVhrcNmygGtTH4798IbWVxhyTen { top:32.6875rem;left:7.5625rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTE7beU5lmboaf7VSrIcxJOl7kEIuPba { top:34.5rem;left:10.6875rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiD7ltrLW90nPIzTBHCby6ey9k6zpvrb { top:18.6875rem;left:13.65625rem;width:8.5rem;height:12.160726147288rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDehgVfflURoPiOG0okDdXuu6APqepwV { top:15.0625rem;left:31.4375rem;width:16.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzKDDgr0ruBOrrPlyRZTdAnpzVBtkDk { top:32.75rem;left:31.4375rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6AQ4TuMKKwhQxiH7WOtN0zgxbCksXMZ { top:34.6875rem;left:34.5625rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpNhn3LTfW6MWTHGOy0lnkDBvDizQPEJ { top:18.625rem;left:36.78125rem;width:10rem;height:13.416191505485rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2iGtpQ3XTl6Ktxk2K99pZRhkLgu7WA { top:15rem;left:19.5rem;width:16.125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsE1cJw4xbQlG4y3Lp0OmEgc4aVxJS2d { top:32.6875rem;left:19.5rem;width:16.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWaKDnk4RpIrPkZqOKha6z5wQ1y2J831 { top:34.5rem;left:22.625rem;width:13.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkxKwVCF73zZeu2C1Vy4VQbXsDUZzeZg { top:18.9375rem;left:20.5rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSz3OPRRZNA5Hr3RVIsCtGCa8UHJr5pW { width:23rem;height:3.3125rem;top:43.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIEeqsrd3rZfxyoEwutVXHuQHT8v1uN6 { display:block; }
 }@media only screen and (max-width: 763px) { #vocMady7l5dH3E4ud3BMmcRCiucmxJ82 { display:block; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtPoZZVn3pb4naeMnQG9IZv7fGXkcSkZ { width:31.4375rem;height:3.5625rem;top:10.9375rem;left:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Qe4Tp827ndqPHwf7CTXckXzoMzJcJT { top:17.1875rem;left:2.1875rem;width:42.8125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaipfRZETtQ8NOT8vQf3CqINT5zmQ2TB { top:3.125rem;left:0.25rem;width:46.75rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp95ASrHW0QsJBbKl7e3lEGkrXDPSBFO { width:16.0625rem;height:3.375rem;top:45.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2BWAOvFoin1fwq3rLR3OnD3ayGgnB1p { display:block; }
 }@media only screen and (max-width: 763px) { #wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc { display:block; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUUsl12DZHiD7OByquGSXO83s4bPNhnV { width:22.25rem;height:5.375rem;top:17.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdKgTR4u4b1TRa72CTcrw52xvT28Wr9T { top:4.9375rem;left:4.9375rem;width:42.8125rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPeTJHLSyIq7zSDkf0km0wrHghuPA6XX { top:4.4375rem;left:0rem;width:15.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSKcgUMr8vaubcmCsFqh2nWD54TXcRG7 { width:16.0625rem;height:3.375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ef91UkLNlaoxEA2uv4tPpeOc3fIJd4 { display:block; }
 }@media only screen and (max-width: 763px) { #rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI { display:block; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXMB5yQcOiuexyiJ6K5LQfGTqLSnCoSg { top:4.5rem;left:0rem;width:47.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXSNGiVsa50ZAJULv8Ui2TU32HBoOM8n { width:18.6875rem;height:3.875rem;top:7.4375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46wuf4qyadt5BGTIzQQSa2mLHJ4HOIr { display:block; }
 }@media only screen and (max-width: 763px) { #SdfnN1xzdaPkAU5EGFLlWiKW4OSrbdT3 { top:9.4375rem;left:0rem;width:44.875rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqwubBBMWUko1gDBOi8Lvrht1u8uDhL { top:6.625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB { display:block; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Na887HEkeffOzPTWMUU8l7brO9s6OFsC { top:8.625rem;left:0rem;width:33.5625rem;height:6.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4nUmqXupd6KRQwoH7RcWm7B54Kvx020 { top:16.875rem;left:0rem;width:23.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvlW8pW5yc1ZL0yz7LpQDyVqmwymbNvR { top:3rem;left:10.375rem;width:8.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKmF1GxgTFX1X0oNDVXCbsPxqSXiNgLT { width:20.875rem;height:3.375rem;top:53.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU0gMI0sVTWlmexO3i4s7Wo04rrr0A9K { display:block; }
 }@media only screen and (max-width: 763px) { #rt9aftl2JxtDtWT9M5RNsVInnH7k9o5C { top:25.8125rem;left:0rem;width:23.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU { display:flex;height:auto;width:27.8125rem;top:29.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #K1Kf6P5X2qe9K6O6OGkiiklmWfdGP1H1 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #ATWyplMFA70ybwt73qdGtkaRiOgfGGCP {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #EUnOrQmtTluZNkFvVatSAtMrOIJmMkfT {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #Ek2PKTEsZfkKOcLEXr4SON7F1fmyezb8 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #GEtf2F0zXsnnuB5mgVUfAg3lSJ4PsNmQ {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #VgC6crDh0lSGKQONBv22hF4mkAsV3Pgv {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #BBAoQ7aS6hn6kozDeouBSTsxdrATXzG3 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #zLwMlN1T3sduNuCU53PL5w1SZvIC22Ti {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #QWdk6dU3VA1vDifcNoM2ksdwiEFlkwls {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #ArDT1W9yGuOyzT927U7EmAliBXxhseF4 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #VSvDZpG5Cr5ghZ3MI4bpOtZNybqu1xJB {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #EFfDfRTzXkTowyacksurEAQkwpCgCmXv {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #T1uQthQBUSuDqso8H5hFhyKm0Bhsb6Pw {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #mCF5q4dvqdNnnH0TeBo3PT1hF88rTU0z {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #TinnE4MmslPxc8hTpy1qL63MrAUPtWvi {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #d40DGeM5pHUb4KHpiw7sG3RFNrwevbIs {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #PZo5XMQDaiT86dUhQJlRCmfvAorFd8KV {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #GEbIwsnpmPMzHM1S5sMl9OCzEkOFTx0G {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #PtU8Z7CerTXemLoJlEg8PplZupqoTerS {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #d2GfFd84x1BsEX5WqE42DEgBC8PxLB6f {  }
 }@media only screen and (max-width: 763px) { #nSmo19Cz8NOVwPdTB6fqQDdJS64sruRS { top:14.125rem;left:0rem;width:47.75rem;height:19.81625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te5QrlTQTLnxy01UuQCiFQLeb1DDcPC8 { top:3rem;left:0rem;width:8.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxrQpwZeUQe3RLE5b9slukbyTMREOFRM { display:block; }#dxrQpwZeUQe3RLE5b9slukbyTMREOFRM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgezEmVwbfCFgLirgVQVQnAAzlxTKWei { top:5rem;left:5.3398456573486rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV { display:block; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMVxUrtbmHRFHU3SDaiikmNEo9Wbbufu { top:15.875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hecRszUtVPRpo0sNO3Bfev0xqKkiWiE8 { top:16.9375rem;left:20.1875rem;width:27.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0zpaykkke4ihuPV2ih5ZhO528OKNG7f { top:3.75rem;left:0rem;width:25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeuZsuOHi5cKILXKsPOyCt94Ph9JIqKf { top:10.25rem;left:0rem;width:18.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wESl31yb0N1rbnvKnDlONewrqXTQwOO3 { top:15.875rem;left:0rem;width:47.75rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #BJst2VJUpf9ox606PKRuz7KTIHEbwXe8 { top:11.9375rem;left:24.75rem;width:23rem;height:;font-size:1rem;display:block; }#BJst2VJUpf9ox606PKRuz7KTIHEbwXe8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e31d468c081e00caeba5753c390448e76c40817.svg); }
 }@media only screen and (max-width: 763px) { #a7hyTRh1lwRsosHl1ixz4B8bU8DFSJ1z { top:9.9375rem;left:24.75rem;width:23rem;height:;font-size:1rem;display:block; }#a7hyTRh1lwRsosHl1ixz4B8bU8DFSJ1z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d312acb4bf3c56ffa6f71cc9b37bdb97c99d4207.svg); }
 }@media only screen and (max-width: 763px) { #dDIBvQ2SOTaJV7l25aWublpJvNsTr40w { top:7.875rem;left:33.75rem;width:13.3125rem;height:;font-size:1rem;display:block; }#dDIBvQ2SOTaJV7l25aWublpJvNsTr40w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_36e50fb79555429e0c1a3819060a06f7b3e8a830.svg); }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d1d5b451-63a6-4855-b258-670b097dd512/bm5mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMxhoW57KEwzrBsAZ4GgtSmKhOOZfpyx { width:15.75rem;height:5.99935rem;top:5.0625rem;left:2.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ox4ZHsacUAxZEV1hG049q8RsgcDStTcc { width:17.125rem;height:3.18685rem;top:12.625rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-secondary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-regular-label { display:block;width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-size:0.75rem;overflow:hidden; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.5625rem;background-color:#ffffff;background-image:none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-text {padding-top: 0; padding-bottom: 0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.0625rem;background-color:#ffffff;background-image:none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-select {padding-top: 0; padding-bottom: 0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-input-button { width:13.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem;height:2.75rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-container:first-of-type{padding-top:0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-container:last-of-type{padding-bottom:0;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk  { width:17.375rem;height:auto;top:17.375rem;left:0.125rem; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk .widget-info-text { font-size:1rem;overflow:hidden;height:auto; }
#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk {display:block;}#O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk { width:17.375rem;height:auto;top:17.375rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #xPXfXCslJ0s2PRp4hbyzST2uCahXJF3l {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #ttJoSZK5wSvG9p6fsMTnoLRKgpooh1bI {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #eeMoG7KHuk9JTnqe3TRNAHm6vAlPw5Qg {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #GF34uR53WlfNf8xXb4gDm5FBBKeCEMhX { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #FqEiU7At5HWEf0Z0vqCbesMQEUoTsre7 {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #FnTpgglMua0mFtcvg2rf5GVnWCCogPQM {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #VaO2XNSpMAsStZfy7fxyKDtO5GC2IXr9 { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #AT6dBvodRFvyCzoioyO4OTa73orH3p0w {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #L2cysbeIWQQLBTRCIAlwyEuwBMOxPaXX {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #zniXnl5eU4su4x7TOpzdAEWBdxE8cTwn { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #M1zt2TpOExDbbAosaqFGG9cvGmqTftRn {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #NqPsXvEkoRSM8L69xHKgMsmmwxMe4wd5 {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #vNQTtpJv6L82GLmCVTo8vuQeoUQfWrR1 { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #nip12AFTnKTbbTs72a2W8B2qUrFb00es {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #c0rmhqpz6mxAL1mFqTRQFWde4r1Pb9wA {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #WUXnAOtIgkuQHVHk4RPwHKrHgTRUQdDD { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #NTk9H4WolMotggkCDCshiAJwofPFLu8n {  }
 }@media only screen and (max-width: 763px) { #yTTLQmBaRGL6TizZv7Fv6uEsviMvLVm8 { display:block; }
 }@media only screen and (max-width: 763px) { #eqtTRPTMqbXSVvzXe9TNd4N5OlnTEX8O { display:block; }
 }@media only screen and (max-width: 763px) { #BpLTMEXq3h2NCantf5WybDUCgSKoNc8D { display:block; }
 }@media only screen and (max-width: 763px) { #nPRWIkzrz5dSAc04KXtEwfka4ppdTSpl { display:block; }
 }@media only screen and (max-width: 763px) { #qJCvHNI7oWFJJ1rizQDxJsaIUzCRbgNO { display:block; }
 }@media only screen and (max-width: 763px) { #Q6U45oBdfRO7RVadaZSRkbWUyG8PvlIM { display:block; }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #DxZD4MpEVEFKz7DhzbvKerTz8osEpdQx {  }
 }@media only screen and (max-width: 763px) { #O2xgn8hTlcE1fdlOZRTZTCJuMBRwFXUk #Md8le8OP5Ga1q9WtNXGTleoH5LSoT6vy {  }
 }@media only screen and (max-width: 763px) { #B7TnLFTQzKHbxhGgk8QTPR50pB927Tvq { width:16.8120625rem;height:3.41145625rem;top:22.6875rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQIxObN2VSrIRoyc7vIkSQ2c5rGcRADT { width:13.75rem;height:2.33615625rem;top:19.75rem;left:3.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IryTGGGVz9mGhALA8SBLIvoDs879XiLr { width:20rem;height:36.0625rem;top:17.375rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.79);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VVgXE5chRrxDE7chEoN2kNzcrdFbBPxr { width:7.9996875rem;height:3.4375rem;top:0rem;left:1.8750002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 { display:block; }#QpAOwBcInEpoo2vmAcFqICQ1L0b8Ify0 > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb5kAu8efB6Jte6nG5Wg8RDIcqiPF99s { width:2.8125rem;height:2.8125rem;top:42.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohsUK8Too229DSb0xmulzZrIrk3sgMvS { width:2.8125rem;height:2.8125rem;top:58.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsZK6oTFFu3hMG1z5tSSdei19l5342xX { width:2.8125rem;height:2.8125rem;top:26.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WADuiXtnTn71yyUOv0JuZw0lrxcNI2Cr { width:12.249875rem;height:2.88736875rem;top:16rem;left:3.9375rem;font-size:0.875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWkVTdrUgEJ6GTPMmFnkM5e5TT9s9puI { width:2.8125rem;height:2.8125rem;top:9.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD5TQDwMTQ4af1f2t2fQepLEXaFCHA1K { width:16.1246875rem;height:1.13715rem;top:14.0625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6o34cEu2MHgKTtBoLOpKpTKJZXTohsU { width:20rem;height:1.93739375rem;top:3.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #VAxlKICBEx3Qdof6DPAeSrauTNu02BlQ { width:18.6865rem;height:3.87424375rem;top:73.123374938962rem;left:0.65646708011625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX0GHX0A2vc60HftcMr8v5iPRET3sygd { display:block; }
 }@media only screen and (max-width: 763px) { #zGRnnFTSP6ni1ubHgIavc5TTZNe3hoWy { width:18.4375rem;height:6.25rem;top:6.8125rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMsNqO7R7g4oaWGhknmaTpzRWL6Zaq1L { width:20rem;height:1.21875rem;top:1.9375rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idxpx1RpWPpVHI9soN1ABbpBK9S9vHVf { width:10.75rem;height:2.88736875rem;top:31.6875rem;left:4.1875rem;font-size:0.875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QG0hhCHD4xvTrdIyQoZZDDhzfpqiy9Ru { width:12.75rem;height:1.13715rem;top:29.8125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9gSMPboM5QKw8ozGJc4OP15XSKhyTzR { width:14.875rem;height:15rem;top:23.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhx1WgDBsUukeqW1KKtukl2qbpKvDCAw { width:10.75rem;height:2.88736875rem;top:48.0625rem;left:4.1875rem;font-size:0.875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ViCgK3GuaxNc7FzUeQAhcRrGDDGPP7O0 { width:12.75rem;height:1.13715rem;top:46.1875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSN37tps8RTXFpWDWgegZTV14Oa7inI9 { width:14.875rem;height:15rem;top:39.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOWMxKAs4iB44LyukGrSTvelcqhSHTH { width:10.75rem;height:2.88736875rem;top:64.4375rem;left:4.1875rem;font-size:0.875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EFTyxUAlppzacp8RasD2Rz4xN3fHcRpC { width:12.75rem;height:1.13715rem;top:62.5625rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP43JiKBt9qCBpzNhagP0WcE3VgRo8Pd { width:14.875rem;height:15rem;top:56.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twnk5AfllTM05pnHrDzJMesU6g8i0R3a { width:14.875rem;height:15rem;top:7.125rem;left:2.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xtwMzeG836s8e0GsDIud9WT2INeSzzk1 { display:block; }#xtwMzeG836s8e0GsDIud9WT2INeSzzk1 > .row .container { width:20rem;height:107.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCo545TxwFUkvMB42qZhMKiqoR6ZLBdm { width:16rem;height:28.6875rem;top:10.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5dOG6XJ2KVwy5flTffCFoi7DTkxEbR { width:17.5rem;height:18.4375rem;top:10.2314453125rem;left:-1.8733618951613rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EmXldRBy0TeZSomLPTUxDJdG1KsgCB13 { width:18.3125rem;height:5.06185rem;top:3.2060546875rem;left:0.84375rem;font-size:1.6875rem;color:rgba(var(--color-secondary-2),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #faHN6vwSdT83c0BLAG13pNLGufFQ3unX { width:11.5rem;height:5.623375rem;top:48rem;left:3.625rem;font-size:0.9375rem;z-index:15034;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #IxRWIWipywe0zrRdIxhkT46eA9qC1faU { width:8.9375rem;height:1.01236875rem;top:46.125rem;left:3.5625rem;font-size:1.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #S9cC2vgK7DK5hVS4DldyaSpkLkyXF7No { width:3.3125rem;height:3.25rem;top:43.3125rem;left:13.5625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rMv8HaHzD0vpdCPmSFOheXNDK2Gc7iP7 { width:13.875rem;height:19.625rem;top:53.336698688476rem;left:4.0716615244599rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #axBvnmC12Ad3EJiwqqm6E9bHoQkofumt { width:20rem;height:0.89355625rem;top:1.6875rem;left:0rem;font-size:0.6875rem;font-weight:300;font-style:normal;z-index:15015;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #MS71s8nOD4QTyG3t74uQhr51vKmiyJgm { width:2.9375rem;height:2.875rem;top:13.2939453125rem;left:13.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #X3rIPbn0Cd7FpC8MeHXOKX5eICRDt3IB { width:8.9375rem;height:1.01236875rem;top:28.3125rem;left:5.53125rem;font-size:1.125rem;z-index:15035;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #btwUaaIHTLFRsf9GsnZLy9SAFTDA28RH { width:11.5rem;height:4.4987rem;top:29.8125rem;left:5.41015625rem;font-size:0.9375rem;z-index:15036;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ltwllx1p8rMVknUgulQE4Orz1GBzU0q8 { width:16rem;height:28.6875rem;top:42rem;left:2rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #LT4XWRnMg5x3MHREnS5XBDcV9IkKzeha { width:15.999875rem;height:22.7495625rem;top:76.99978637695rem;left:1.9992406368256rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #paS5LiWiglJagG5MHqdvfGDezwoumEMG { width:11.5rem;height:4.4987rem;top:91.9997882843rem;left:5.9375004768372rem;font-size:0.9375rem;z-index:15044;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Mq151NrROwixoDetVCxsOlWTwvi9d4CI { width:20rem;height:13.125rem;top:76.999784469606rem;left:-2.0567491650581rem;overflow:hidden;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QbaHactQzIHrBKTlQm5n1SvtCvmlarJo { width:8.9375rem;height:1.01236875rem;top:90.499681472781rem;left:6.0622835159302rem;font-size:1.125rem;z-index:15043;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #gKqKNyCSv8SydhHhBIIIRRz1B4XZ7wAe { width:2.9375rem;height:2.875rem;top:77.875rem;left:14rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dVGuUGuUTSZggkxr5kD94pZGmwKkf7zW { width:16.0623125rem;height:3.37456875rem;top:101.99978637695rem;left:1.9683160781861rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #I3GTOvqkEekZLfHocB73T2XokW9noqvi { display:block; }
 }@media only screen and (max-width: 763px) { #Nit5POeO3w279tChxyWizJQpEsyiT0HJ { display:none; }#Nit5POeO3w279tChxyWizJQpEsyiT0HJ > .row .container { width:20rem;height:105.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MvL6qtLkESr4gEbWx0RyLwpUc1iuM38H { width:11.3125rem;height:11.9375rem;top:10.64355625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCL8dfN2VPdsnUACGi6wQV5rG1T39nkM { width:20rem;height:19.3125rem;top:23.83105625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7QW7xszUMPsew2izkRnnEoA96sOmyU { width:18.625rem;height:1.79980625rem;top:29.70605625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcaoN2MnQZ4rBmH2rdfxuBo0aPTP6qlV { width:18.625rem;height:3.1484375rem;top:32.33105625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxMqCZLEr34sHmLFdk4kz4CowNwaioNB { width:4.625rem;height:4.5625rem;top:24.75293125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9BBGyzL5KokevEPHmDCXCgJnGTJhU2x { width:7.125rem;height:0.84375rem;top:27.20605625rem;left:11.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEobDSdkyzRXnEhcmqwKwwaGOPrOu09Q { width:9rem;height:1.5rem;top:26.83105625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFkLC4Vlt0oPTFTGWTwndLs8WogBCWrn { width:20rem;height:6rem;top:3.39355625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icWWlEqaRK57Rx5X8lOKG6k9q6CTJ5cf { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOB53wuzbNBFQyqeWZpKXgNRirCuOudC { width:20rem;height:19.3125rem;top:44.39355625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkPSWRckkXy0aZyTb2tcDnKgr4zqWNsr { width:1.625rem;height:1.8125rem;top:102.76855625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7CnyuuCiNtZScng6DweBRMXHHoQ579Q { width:20rem;height:3.1484375rem;top:52.89355625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsheFFy1CKQc0exmD5COBmoHk5gibXrF { width:18.625rem;height:1.79980625rem;top:50.26855625rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAdfMnV544T5DGQGGen290X1segKo3aT { width:4.625rem;height:4.5625rem;top:45.76855625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V90mHOmM2CPf3zirCtqsOQTX94h1S7T7 { width:20rem;height:19.3125rem;top:77.58105625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlhkU8A8CdSGb8Fhw7zA0gCIovMc5xsX { width:17.0625rem;height:11.375rem;top:64.95605625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o58hfEnCoG8JVJr2GAfZNs3BIRdgfdVt { width:18.625rem;height:3.1484375rem;top:86.08105625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqIe6I5MRFTutptWLkfiCm77ekzsdDno { width:18.4375rem;height:1.79980625rem;top:83.45605625rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0popixTnMqb1f8qCLUHcJrqCWBPRS0S { width:4.625rem;height:4.5625rem;top:78.95605625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqigMZ8tpVEx5BMLebM3Kv9pLqcWMPGw { width:9rem;height:1.5rem;top:80.58105625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn8ZVMpeFDnyGbbEbSsATdHtqOpB7eHE { width:7.125rem;height:0.84375rem;top:80.95605625rem;left:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWXGBiJvJs4hGyV0bOp8Zaq7qANJserA { width:8.75rem;height:0.84375rem;top:47.70605625rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlZGRKbaqeu4NaaExwKBsztE9sN1sgei { width:10.4375rem;height:1.5rem;top:47.33105625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcyRvMIxTGioV120pZk1u4H7Mp6QwP5t { width:16.0625rem;height:3.375rem;top:98.14355625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqUvBEOuV2pQ8ykS8JczoegAGfS7wKni { display:block; }
 }@media only screen and (max-width: 763px) { #LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z { background-color:#f6f9fc;background-image:url("https://images.assets-landingi.com/uc/d1d5b451-63a6-4855-b258-670b097dd512/bm5mobile.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z.adaptive-delivery-prevent-bg, #LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z.lazyload, #LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z.lazyloading { background-image: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container { background-color: transparent; background-image: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container > .video-iframe-container { display: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row > .video-iframe-container { display: none; }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .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); }#LEnIOWt4fgNyG0KM4t7IpgrT1oqOGr1z > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbHx7JWuwminyukKTN7I2Jn0u2F1fUvO { width:16.9375rem;height:3.375rem;top:3.96875rem;left:0.90625rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #BwHevrkO1bnDAM1eIyJABcT0a259EEBR { width:11.5rem;height:2.88736875rem;top:13.8125rem;left:6.5rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IA4G1uKRxNWeMXsPfkDCCJKw4nPbS9fB { width:10.8125rem;height:1.13715rem;top:12rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRuUW7ioZ3QpNuQiW1d1unoJpVdvULTZ { width:17.8125rem;height:8.4375rem;top:10.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkuwWhmcp1QdpiKtIZH2PqnHJrK7wuaV { width:4.625rem;height:4.625rem;top:30.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhPtIyBteqcH6CnuwihTq0RX1GlTl95T { width:4.5rem;height:4.5rem;top:10.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQWkWCC03BE7yoTOu1tBE5Wo2GHBDRBh { width:3.1875rem;height:3.1875rem;top:21.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL6bTwudGhXOEroVxzT18SSMKDGu4GHO { width:10.75rem;height:3.849825rem;top:23.375rem;left:6.6875rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pUtDJtzruxKw1TB0ngOAlBiwSkSTPgOh { width:17.8125rem;height:8.4375rem;top:20.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVvUgCWrdseMMUKw68VtS5nmqCasHJV1 { width:11.4375rem;height:1.13715rem;top:21.75rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB5P19Jb5yCohEgBQl8sSXcTOTakJdxo { width:9.3125rem;height:2.88736875rem;top:33.1875rem;left:6.6875rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BJqMwoHPTRfNkU7CJTiIhx9O0Cv9UTXk { width:17.8125rem;height:8.4375rem;top:30.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Q6OG3y5r97GOWE3XtK11kEi7OZg4Bd { width:10.3125rem;height:4.81228125rem;top:43rem;left:6.6875rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uDw577Wdz1iX5rD0gB3r15TbOt8oqZdR { width:17.8125rem;height:8.4375rem;top:40rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP5TVEDoEUOfVeGlS06TBwOA2h2JryTF { width:3.75rem;height:3.75rem;top:41.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFkRdCRp6CPAAuRm9X2XNDLu4DQATNCI { width:11.4375rem;height:1.13715rem;top:41.375rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhvAf1Xl56Lil5X7JiysyhkKLTbDBM22 { width:11.4375rem;height:1.13715rem;top:31.5625rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4W1NUVIyVDmVZ8aJArespDl266PC3qJ { width:15.374875rem;height:2.687175rem;top:50.967884302139rem;left:2.3117406368256rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTty3BXw80rhBhDKR5GKDxHpZDbsGmN7 { display:block; }
 }@media only screen and (max-width: 763px) { #DMlU0TdJKlp1c4r9c8Fp2BIkFCsgOOOo { width:20rem;height:0;top:54.842895507812rem;left:0rem;font-size:0.6875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLobwT52U8854haNc9vKSg49q18y94Re { display:block; }#sLobwT52U8854haNc9vKSg49q18y94Re > .row .container { width:20rem;height:120.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJQ84VlSLkAbfIxQe44hsTxxBaRKXyl8 { width:14.5625rem;height:5.06185rem;top:2.1875rem;left:2.71875rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ys9igzOJ3MkAqJ5mCgGhSCvWIfbNLNqX { width:16.1875rem;height:24.3125rem;top:9.94921875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXbtoUMOIyRlw72iQpJoaIe30NAl9wTR { width:16.3125rem;height:1.13720625rem;top:27.625rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao2V0k0R6A3ipUAWhJSn5es41b2KcNEP { width:13.1875rem;height:2.88736875rem;top:29.44921875rem;left:3.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VvKUnKC2sTTSE1SyFZ21X9eaTfQwJRtA { width:8.625rem;height:12.25rem;top:13.63671875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqQecnnLKrrhp94hTKFUbzNoNrmyCQrT { width:16.1875rem;height:24.3125rem;top:35.63671875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPgtiZVhrcNmygGtTH4798IbWVxhyTen { width:16.3125rem;height:1.13720625rem;top:53.32421875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTE7beU5lmboaf7VSrIcxJOl7kEIuPba { width:13.1875rem;height:2.88736875rem;top:55.13671875rem;left:3.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SiD7ltrLW90nPIzTBHCby6ey9k6zpvrb { width:8.5625rem;height:12.25rem;top:39.32421875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDehgVfflURoPiOG0okDdXuu6APqepwV { width:16.1875rem;height:24.3125rem;top:87.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltzKDDgr0ruBOrrPlyRZTdAnpzVBtkDk { width:16.3125rem;height:1.13720625rem;top:105.1875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6AQ4TuMKKwhQxiH7WOtN0zgxbCksXMZ { width:13.1875rem;height:2.88736875rem;top:107rem;left:3.4375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RpNhn3LTfW6MWTHGOy0lnkDBvDizQPEJ { width:10.0625rem;height:13.5rem;top:91.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2iGtpQ3XTl6Ktxk2K99pZRhkLgu7WA { width:16.1875rem;height:24.3125rem;top:61.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsE1cJw4xbQlG4y3Lp0OmEgc4aVxJS2d { width:16.3125rem;height:1.13720625rem;top:78.875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWaKDnk4RpIrPkZqOKha6z5wQ1y2J831 { width:13.1875rem;height:2.88736875rem;top:81rem;left:3.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CkxKwVCF73zZeu2C1Vy4VQbXsDUZzeZg { width:15.3125rem;height:15.3125rem;top:66rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSz3OPRRZNA5Hr3RVIsCtGCa8UHJr5pW { width:18.6875rem;height:3.875rem;top:113.625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIEeqsrd3rZfxyoEwutVXHuQHT8v1uN6 { display:block; }
 }@media only screen and (max-width: 763px) { #vocMady7l5dH3E4ud3BMmcRCiucmxJ82 { border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0rem solid #0e9ae5;background-color:#f1f1f1;background-image:none;display:none; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container { border-width: 0; border-radius: 0; }#vocMady7l5dH3E4ud3BMmcRCiucmxJ82 > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZtPoZZVn3pb4naeMnQG9IZv7fGXkcSkZ { width:20rem;height:4.4619125rem;top:18.787109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #H9Qe4Tp827ndqPHwf7CTXckXzoMzJcJT { height:10.9375rem;width:20rem;top:26.998046875rem;left:0rem;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #DaipfRZETtQ8NOT8vQf3CqINT5zmQ2TB { width:15.8125rem;height:12.82225rem;top:4.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sp95ASrHW0QsJBbKl7e3lEGkrXDPSBFO { width:16.0625rem;height:3.375rem;top:42.060546875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2BWAOvFoin1fwq3rLR3OnD3ayGgnB1p { display:block; }
 }@media only screen and (max-width: 763px) { #wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc { border-top:0rem solid #0e9ae5;border-left:0rem solid #0e9ae5;border-right:0rem solid #0e9ae5;border-bottom:0rem solid #0e9ae5;background-color:#f1f1f1;background-image:none;display:block; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container { background-color: transparent; background-image: none; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container > .video-iframe-container { display: none; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row > .video-iframe-container { display: none; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .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); }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container { border-width: 0; border-radius: 0; }#wfq7cW15f6KhLXrwLbdEvhKs0CIUavRc > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUUsl12DZHiD7OByquGSXO83s4bPNhnV { width:20rem;height:4.4612625rem;top:10.7353515625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xdKgTR4u4b1TRa72CTcrw52xvT28Wr9T { height:10.9375rem;width:20rem;top:18.310546875rem;left:0rem;border-top:0rem solid #5d92ff;border-left:0rem solid #5d92ff;border-right:0rem solid #5d92ff;border-bottom:0rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #dPeTJHLSyIq7zSDkf0km0wrHghuPA6XX { width:15.8125rem;height:7.1484375rem;top:4.4375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RSKcgUMr8vaubcmCsFqh2nWD54TXcRG7 { width:16.0625rem;height:3.375rem;top:32.248046875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1ef91UkLNlaoxEA2uv4tPpeOc3fIJd4 { display:block; }
 }@media only screen and (max-width: 763px) { #rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI { display:block; }#rF1qAclc2CpLLZOofQOTdQa22ZmWLQEI > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXMB5yQcOiuexyiJ6K5LQfGTqLSnCoSg { width:20rem;height:26.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXSNGiVsa50ZAJULv8Ui2TU32HBoOM8n { width:15.75rem;height:3.1875rem;top:21.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b46wuf4qyadt5BGTIzQQSa2mLHJ4HOIr { display:block; }
 }@media only screen and (max-width: 763px) { #SdfnN1xzdaPkAU5EGFLlWiKW4OSrbdT3 { width:13.8125rem;height:6.25rem;top:11.8125rem;left:2.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #puqwubBBMWUko1gDBOi8Lvrht1u8uDhL { width:14.6875rem;height:5.99935rem;top:5.25rem;left:2.65625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB { display:block; }#Spz3ZlTlTOHTpKn0yrpCiGNRGQPLLTKB > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Na887HEkeffOzPTWMUU8l7brO9s6OFsC { width:15.3125rem;height:3.50043125rem;top:11.6435546875rem;left:2.34375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R4nUmqXupd6KRQwoH7RcWm7B54Kvx020 { width:15.125rem;height:3.8981125rem;top:16.8994140625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvlW8pW5yc1ZL0yz7LpQDyVqmwymbNvR { width:6.125rem;height:2.6875rem;top:5.125rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKmF1GxgTFX1X0oNDVXCbsPxqSXiNgLT { width:16.0625rem;height:3.375rem;top:66.29931640625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU0gMI0sVTWlmexO3i4s7Wo04rrr0A9K { display:block; }
 }@media only screen and (max-width: 763px) { #rt9aftl2JxtDtWT9M5RNsVInnH7k9o5C { width:17.5rem;height:1.29980625rem;top:22.07470703125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU { display:flex;height:auto;width:16.25rem;top:23.37451171875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #K1Kf6P5X2qe9K6O6OGkiiklmWfdGP1H1 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #ATWyplMFA70ybwt73qdGtkaRiOgfGGCP {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #EUnOrQmtTluZNkFvVatSAtMrOIJmMkfT {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #Ek2PKTEsZfkKOcLEXr4SON7F1fmyezb8 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #GEtf2F0zXsnnuB5mgVUfAg3lSJ4PsNmQ {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #VgC6crDh0lSGKQONBv22hF4mkAsV3Pgv {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #BBAoQ7aS6hn6kozDeouBSTsxdrATXzG3 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #zLwMlN1T3sduNuCU53PL5w1SZvIC22Ti {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #QWdk6dU3VA1vDifcNoM2ksdwiEFlkwls {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #ArDT1W9yGuOyzT927U7EmAliBXxhseF4 {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #VSvDZpG5Cr5ghZ3MI4bpOtZNybqu1xJB {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #EFfDfRTzXkTowyacksurEAQkwpCgCmXv {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #T1uQthQBUSuDqso8H5hFhyKm0Bhsb6Pw {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #mCF5q4dvqdNnnH0TeBo3PT1hF88rTU0z {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #TinnE4MmslPxc8hTpy1qL63MrAUPtWvi {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #d40DGeM5pHUb4KHpiw7sG3RFNrwevbIs {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #PZo5XMQDaiT86dUhQJlRCmfvAorFd8KV {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #GEbIwsnpmPMzHM1S5sMl9OCzEkOFTx0G {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #PtU8Z7CerTXemLoJlEg8PplZupqoTerS {  }
 }@media only screen and (max-width: 763px) { #Xhu4Fsdpkt3tBfD0WoWLG64Z9wJTKtlU #d2GfFd84x1BsEX5WqE42DEgBC8PxLB6f {  }
 }@media only screen and (max-width: 763px) { #nSmo19Cz8NOVwPdTB6fqQDdJS64sruRS { width:20rem;height:8.3rem;top:54.1123046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te5QrlTQTLnxy01UuQCiFQLeb1DDcPC8 { width:8.8125rem;height:3.875rem;top:4.53125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxrQpwZeUQe3RLE5b9slukbyTMREOFRM { display:block; }#dxrQpwZeUQe3RLE5b9slukbyTMREOFRM > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgezEmVwbfCFgLirgVQVQnAAzlxTKWei { width:20rem;height:21.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV { position:relative;z-index:auto;background-color:#2f2f2f;background-image:none;display:block; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container { background-color: transparent; background-image: none; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container > .video-iframe-container { display: none; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row > .video-iframe-container { display: none; }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .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); }#Veny0FJ0F1voEHHmHxTV5FmhBrXCdCCV > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMVxUrtbmHRFHU3SDaiikmNEo9Wbbufu { width:20rem;height:0;top:32.604185449219rem;left:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #hecRszUtVPRpo0sNO3Bfev0xqKkiWiE8 { width:20rem;height:1.3999rem;top:19.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0zpaykkke4ihuPV2ih5ZhO528OKNG7f { width:20rem;height:2.5rem;top:2.1357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeuZsuOHi5cKILXKsPOyCt94Ph9JIqKf { width:18.125rem;height:1.0563125rem;top:6.884765625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wESl31yb0N1rbnvKnDlONewrqXTQwOO3 { width:14.75rem;height:0.125rem;top:11.6875rem;left:0.9375rem;z-index:15013;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BJst2VJUpf9ox606PKRuz7KTIHEbwXe8 { width:18.4375rem;height:1.5996125rem;top:29.7236328125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#BJst2VJUpf9ox606PKRuz7KTIHEbwXe8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5e31d468c081e00caeba5753c390448e76c40817.svg); }
 }@media only screen and (max-width: 763px) { #a7hyTRh1lwRsosHl1ixz4B8bU8DFSJ1z { width:14.3125rem;height:3.19921875rem;top:25.7744140625rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#a7hyTRh1lwRsosHl1ixz4B8bU8DFSJ1z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d312acb4bf3c56ffa6f71cc9b37bdb97c99d4207.svg); }
 }@media only screen and (max-width: 763px) { #dDIBvQ2SOTaJV7l25aWublpJvNsTr40w { width:13.3125rem;height:1.5996125rem;top:23.1748046875rem;left:0.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#dDIBvQ2SOTaJV7l25aWublpJvNsTr40w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_36e50fb79555429e0c1a3819060a06f7b3e8a830.svg); }
 }