.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#95bcdd;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); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d5d5d5;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;z-index:auto;display:block; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { background-color: transparent; background-image: none; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container > .video-iframe-container { display: none; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row > .video-iframe-container { display: none; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .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); }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { border-width: 0; border-radius: 0; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#zL8vVz9VIzDwA9IEgbut35ugWbLkQcP8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:20.375rem;top:0.9375rem;left:47.125rem;overflow:hidden;display:none; }
#VGekXRDtonzPnxn4zgwzTTwpF0DgPTy2 { color:#000000;display:block;width:6.375rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.8125rem;left:66.75rem;height:1.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ftbwLJTo492gfuSvKdyye7CnDQ1p3RFr { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:3.2875003814698rem;left:64.625rem;display:block; }
#TL3PdccMBxR7OJ4T9RcdDWlmpLWm4qib { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.8125rem;left:58.1875rem;height:1.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fmSyyNHh22rtWyVwScO2Lku8MKoJuOrT { box-sizing:content-box;color:#000000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:3.3500003814698rem;left:56.1875rem;display:block; }
#JJsmS7iKgexqA8SPIsPbCmEmusZuQSFQ { color:#000000;display:block;width:10.5rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.8125rem;left:45.25rem;height:1.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPUl1a2y1Htk580N4eHQ1ZXq9ETtGeTP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10.6875rem;top:1.8125rem;left:11.875rem;overflow:hidden;display:none; }
#yvQyul82QsQ0K8heqRFlS20ZB7dk46g6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:14.125rem;top:2.9937496185302rem;left:16.313541412354rem;overflow:hidden;display:block; }
#ORvSVlycQX1LMkcVc9XzBMZR15ge99nS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.75rem;top:2.2437496185302rem;left:0rem;overflow:hidden;display:block; }
#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e9e4;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; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row .container { background-color: transparent; background-image: none; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row .container > .video-iframe-container { display: none; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row > .video-iframe-container { display: none; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .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); }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row .container { border-width: 0; border-radius: 0; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#V8UyJx33qRxmmiXqxL9uUzntwBOuxTdi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:19.34375rem;left:28.625rem;overflow:hidden;display:block; }
#dgRo6AD05kMb9e47kJzE9mXBlbkiE01A { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:11.375rem;top:19.40625rem;left:16.125rem;overflow:hidden;display:block; }
#BUcCEV9AhJx0o9cBn9eOATFdB4aA94Tg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:19.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#yozGqxK0b3CrR8Uf0lxzXiS2lN1X0Ppi { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:49.5625rem;top:12.625rem;left:25.4375rem;overflow:hidden;display:block; }
#T3sXWNG3hBnM65RN2c6fKdJytzT48yP4 { color:#f21557;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5375003814697rem;left:0rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qdJXLhv2KzUlpbqNfvJnrhncC6vaBSdC { color:#22052f;display:block;width:57.125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.99374961853rem;left:8.9375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omkHIiGNogIhdC5gnIzBayydGXEbqOMP { color:#22052f;display:block;width:57.125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.625rem;left:8.9375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eg6JiOHq1EEUPTVEvk1DBbR2gZGXVv8Z { color:#22052f;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.7687501907349rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6zBy2NrrGy4WChnWvg6erE7pJ3RIOss { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:21.8125rem;display:none; }
#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f21557;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; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row .container { background-color: transparent; background-image: none; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row .container > .video-iframe-container { display: none; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row > .video-iframe-container { display: none; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .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); }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row .container { border-width: 0; border-radius: 0; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 { 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; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row .container { background-color: transparent; background-image: none; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row .container > .video-iframe-container { display: none; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row > .video-iframe-container { display: none; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .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); }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row .container { border-width: 0; border-radius: 0; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;position:relative;display:block; }#P1CRQTJVdDnoSa4OVEf9MkMKlB6UcKOv { color:#000000;display:block;width:54.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.59375rem;left:4.46875rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Tq9qTt2GeCZ4sW6rMrTc9aQc4prPpaAE { color:#000000;display:block;width:60.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:34.6875rem;left:7.03125rem;height:13.1625rem;font-style:normal;display:block; }
#wW1FMb3l3AgonsO8NNvNs5h7cE4NJlVh { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:11.40625rem;left:9.28125rem;height:;font-style:normal;display:block; }#wW1FMb3l3AgonsO8NNvNs5h7cE4NJlVh li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#wW1FMb3l3AgonsO8NNvNs5h7cE4NJlVh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a19191e087ff283a2ae5528a6a63b487d0e5e99.svg); }
#ZRJm4eIgpFkkTHbVDI5OfpOrCEvv0cvT { color:#f21557;display:block;width:63.375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:50.199996948243rem;left:7.03125rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6HThbsozS9DdCfsS4SfFGMnTmuJFkqm { color:#000000;display:block;width:57.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:8.46875rem;left:4.46875rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#irUFo84AH7aeptJwOWKaPXVDkNIlgJ27 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.875rem;left:4.46875rem;height:1.4625rem;display:block; }
#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f21557;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; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row .container { background-color: transparent; background-image: none; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row .container > .video-iframe-container { display: none; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row > .video-iframe-container { display: none; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .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); }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row .container { border-width: 0; border-radius: 0; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#r3TXv4Vatv3H2LgKd2aPk0eLXgoThvkq { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.63437652587888rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#fWhN478dzTqPciDVbAU5y3hHekG8UqNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1e0eb;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; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row .container { background-color: transparent; background-image: none; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row .container > .video-iframe-container { display: none; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row > .video-iframe-container { display: none; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .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); }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row .container { border-width: 0; border-radius: 0; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#WeETTbTxlscF3c87ZTw8D23Jgo7UOSlh { color:#f21557;display:block;width:33.8125rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.59375rem;left:3.0625rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mxzwFzHXAiufu2aXXZxVQlLudDqIWvJy { color:#000000;display:block;width:60.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8rem;left:3.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kkEwRKyTSsg5XdTXKumSIJ2AUdDUqfCx { color:#000000;display:block;width:33.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1625061035156rem;left:3.21875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GEm1zgrOJtcve2nmgVdN4UfdGRaqIu3B { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.5625rem;left:13.0625rem;display:none; }
#H4s6HAdImlGmziemTqOlG2sKSlRlLKN9 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:5.8125rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ge4qZ7TUbG1r98ucOKNPHng6TsROJ9iU { color:#000000;display:block;width:8.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:16.1875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mzCUX8TZSUSe1gGl3NaUxWVkuZ8P2Qfh { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.4375rem;left:2.875rem;display:none; }
#QF10nKmC7o4ZUk54aeKqLfKWRc2OML7N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:70.5rem;top:0rem;left:4.5rem;overflow:hidden;display:block; }
#NEsAwp5cBqAE5cg2AHt3lwVzwkwKeaPS { background-color:#f21557;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:10.493751525879rem;left:38.71875rem;display:block; }
#VDUBTN5mZzp0TyEp0BzwDJrcr8OFZz2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryfGTCyssnnTflenCG2rprXsXypQ58sz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:21.8125rem;display:none; }
#nfX25e13b6xq3T25xvFHvggLoVEygzMA { 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; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container { background-color: transparent; background-image: none; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container > .video-iframe-container { display: none; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row > .video-iframe-container { display: none; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .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); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container { border-width: 0; border-radius: 0; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#glMDIr0uIJg3vRM4vvgGHHcbH0FcQJF2 { color:#d10202;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:14.5rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ppLu5apXgcFsldHz97ZamgqrLCvp0v0J { color:#000000;display:block;width:52.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.875rem;left:3.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .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; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:300;font-size:1.25rem;font-style:normal;text-align:center;text-align-last:center; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:roboto;font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-trigger.adaptive-delivery-prevent-bg, #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-trigger.lazyload, #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-trigger.lazyloading { background-image: none; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ { box-sizing:content-box;height:auto;width:65.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:38.25rem;left:3.5625rem;display:none; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #ychd0nJgf6KZCeohqtDoA9Imvw17TXTX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #wucZQgSWBT9uSI66JGSmxfm0kzipTs8S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #UXWZa6tPD1fkTTTuh4S1C6xhfhgC9THH { display:block;position:relative; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #KE8qIWbomHpyg7WoPibOt81Qxn3TX2tx {  }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #CeSGDppAQmu6RytUbS77PAlk2SQKM7b3 {  }
#nqMLfdm80bL7oPZdNhhq0VcTNUsA5ATh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.25rem;left:3.0625rem; }
#vtMkHTp4WRbsoN5WaJXuqbVZGR3mQkU2 { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6rem;left:6.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zXDgeLTITeHsQ01vSRD47JL0k5DQClfw { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:10.5rem;left:3.0625rem;display:block; }
#ZnKz32qsW3pOoNMXHT6AVJFW7Kn5gJZX { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.9375rem;left:2.8125rem; }
#Lz5rDKNxBAP1NE50QSnfnf3Vwa9uOvyJ { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.125rem;left:6.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ff8FxSyk2E0TwmmQR7uvTv7HuGcIAIu5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:43.0625rem;left:3.125rem;overflow:hidden;display:block; }
#reC0uhB7LBMi8kL7XksJzXl2rvFePXLV { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:45.125rem;left:14.5rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nilfsDyxAZ2K5oFbzoImT6TIQUVpckE7 { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:5.625rem;left:14.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HG5zLpnT0XhSMSyqBuTsrlXWaqxCffOR { box-sizing:content-box;height:6.25rem;width:0.1875rem;position:absolute;display:block;z-index:15021;background-color:#f21557;background-image:none;top:2.125rem;left:13.03125rem;display:block; }
#rL8DPhcUs9lN7Tk2UPl61noZOBWP1qog { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:.08;top:34.515625rem;left:71.875rem; }
#rL8DPhcUs9lN7Tk2UPl61noZOBWP1qog > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#esIF9wLpBTPxEycgI9h2Vm90kGq70wXo { color:#000000;display:block;width:48.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:17.4375rem;left:5.75rem;height:;font-style:normal;overflow:hidden;display:block; }#esIF9wLpBTPxEycgI9h2Vm90kGq70wXo li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#esIF9wLpBTPxEycgI9h2Vm90kGq70wXo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
#Mr1E8SifvPb9TOsbL36OMvyI09r93THz { color:#000000;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:15.5rem;left:5.75rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#kZMQ5UJH4deHRcGcuTBRwuTuZii1zOM7 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:43.5625rem;left:14.5rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huFTeTWBP8CB8yJvP9vKvbIR1tcgXT22 { 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.125rem solid #eae6ed;border-left:0.125rem solid #eae6ed;border-right:0.125rem solid #eae6ed;border-bottom:0.125rem solid #eae6ed;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#f21557;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:38.6875rem;left:42.375rem;display:block; }
#vBITISe7fpl6HQOHiIbvKxfq4E5y9Qzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKaivGaIwZ5x0OzeT7HILHpBW6rn4Kgh { color:#000000;display:block;width:52.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:33.4375rem;left:3.125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#IHxWXkM8OZlQVbJNLrdnD5E4nfknNbru { color:#000000;display:block;width:52.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:35.75rem;left:3.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9bfc8;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; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container { background-color: transparent; background-image: none; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container > .video-iframe-container { display: none; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row > .video-iframe-container { display: none; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .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); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container { border-width: 0; border-radius: 0; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#hZV6MMqSgtLxABwsnh2nFNMwdTtlV3Bx { color:#f21557;display:block;width:46.875rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.5812501907349rem;left:2.9375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ufgv1LyRXBzizrnv1xwixZfZlrHzfL5v { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.5625rem;left:13.0625rem;display:none; }
#kJMfH9u1n76zFPPsxbxehlg0cWQd0Iy6 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:5.8125rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sxLeHnnOwXTDgIp3MKuxLOay26QIndJP { color:#000000;display:block;width:8.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:16.1875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bUuKtb5uPfAgiLaZJ8ok0IdaWndILt1G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.4375rem;left:2.875rem;display:none; }
#Ob55FZTIJIccyl2ZcAQyeKCv0696dcJI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:74.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JRV12RFm5ZUdJoV5sv2WiH0PGXWlK4KN { color:#000000;display:block;width:33.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.2124996185302rem;left:3.21875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GmnVifnnKXyET6SP4adIqII8DvmIkgen { background-color:#f21557;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.049999237061rem;left:32.71875rem;display:block; }
#hNTvVHUtgcE18Ms78utHl1v6Mou4N2Cl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0c8GHKkyZFqTwn4imHEdobG34p7veTr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:21.8125rem;display:none; }
#A6zBAEqSNxqiOiSiFHF0I9OugZwnOX2A { color:#000000;display:block;width:60.125rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.268749237061rem;left:2.9375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh { 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; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container { background-color: transparent; background-image: none; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container > .video-iframe-container { display: none; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row > .video-iframe-container { display: none; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .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); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container { border-width: 0; border-radius: 0; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#BalKIcRWs9fMzrahO7tqlUngp38zZMIo { color:#f21557;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.8125rem;left:14.25rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEuJm8JuC2Kq0fULCh0aQ1ExqbrT8lma { color:#000000;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:11.875rem;left:3.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .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; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:300;font-size:1.25rem;font-style:normal;text-align:center;text-align-last:center; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:roboto;font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-trigger.adaptive-delivery-prevent-bg, #kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-trigger.lazyload, #kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-trigger.lazyloading { background-image: none; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 { box-sizing:content-box;height:auto;width:65.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:38.25rem;left:3.5625rem;display:none; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#kLyWAhOyxNfAtbED89TcERww01IIL502 #bwsffKtEbHBE3gXMA5IAfe9zJ3nkyD7E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 #Eh8QBDhAsbS9wKy1Fcd45qUNFKJtBOFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 #bkMUvLirvvoigkKgciqXM1ffdeIa1XQM { display:block;position:relative; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 #dVmo3ZIQWvVvOwArKE2GT9gvy3GMCNOt {  }
#kLyWAhOyxNfAtbED89TcERww01IIL502 #TXmEJs1vdkBTKQ0cQaUXk9a4kqiCcdle {  }
#GVKVIVxvgEP2BBz6xKg5gCxK6DXQoUbs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.25rem;left:3.0625rem; }
#k8BKwuTxzGXoPMP7F4DEWGf4SKBdTClS { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6rem;left:6.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XTNB6Fdt1D5II4hHMMTwCRBn5iVTVhSd { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:10.5rem;left:3.0625rem;display:block; }
#kpE6oFw1WA63iNBdMoGRWcuZ6rrKomqm { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.9375rem;left:2.8125rem; }
#AwprllnlpGIxlWoF7pHaKaNhKoFKc6Th { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.125rem;left:6.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWg2anUhlgxrGnPOTzH1fqCmi9TfQEcg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:39.625rem;left:3.9375rem;overflow:hidden;display:block; }
#xfFqhxrtFgxS5CtypQNozNZUhfeT985T { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:41.3125rem;left:15.375rem;height:6.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXCBnJLJvit7qXEbTLZ3UveKO6JFrci1 { box-sizing:content-box;height:6.25rem;width:0.1875rem;position:absolute;display:block;z-index:15021;background-color:#f21557;background-image:none;top:2.125rem;left:13.03125rem;display:block; }
#zRnwVmdC8AMEhaHJaA8C5uPu3SDizxPw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:.08;top:34.515625rem;left:71.875rem; }
#zRnwVmdC8AMEhaHJaA8C5uPu3SDizxPw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fEFqTIn9QW0zpZTMxd8JAoxT3Hvb4SMP { color:#000000;display:block;width:68.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.125rem;left:6.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#F8QMLTHWCKb7OwgmWU6KP0Gx1IHMtoyh { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:39.625rem;left:15.25rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MaohOIiiUNmpt7w1Tvt6wWRNugETApfQ { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:6.0625rem;left:14.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vvz2T6vb0LiLG4V3AsUZpUylSNJGWM7M { color:#000000;display:block;width:48.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:18.25rem;left:6.25rem;height:;font-style:normal;overflow:hidden;display:block; }#vvz2T6vb0LiLG4V3AsUZpUylSNJGWM7M li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#vvz2T6vb0LiLG4V3AsUZpUylSNJGWM7M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
#M1m0LXGVFIzMbJXKMQuF3uAC8TBkH49J { 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.125rem solid #eae6ed;border-left:0.125rem solid #eae6ed;border-right:0.125rem solid #eae6ed;border-bottom:0.125rem solid #eae6ed;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#f21557;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:36.1875rem;left:47.1875rem;display:block; }
#AHyNk8WKihBUTOxGtcwonkuLrEVmLnKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DA7fDOnEZe7hRVPsyc3R744f8w7va4I4 { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:33.1875rem;left:3.125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1798d8;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; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container { background-color: transparent; background-image: none; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container > .video-iframe-container { display: none; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row > .video-iframe-container { display: none; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .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); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container { border-width: 0; border-radius: 0; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#fmaPW3JXugJFHGxpDLWe7xvrz2LyNa0T { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:inter;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7906246185302rem;left:2.9375rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xiRzOLUuixzrMBDO9yahPn7kdsP3Cd95 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.5625rem;left:13.0625rem;display:none; }
#czb3BhG6zC5WsgmB4dTUB6z5t5seNHan { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:5.8125rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bxdw071403U8IEZ6TKhylgJD9PzBUXFK { color:#000000;display:block;width:8.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.125rem;left:16.1875rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ueB52UuS8XloTURl8RzFxCTEnvlAmCH7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.4375rem;left:2.875rem;display:none; }
#bEt7uDSCKzLTVwTnncyhmWvF63WV5p6R { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:74.375rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#uheyUxWtZNuaRzu5KHkl9MFUxc3wduLS { color:#ffffff;display:block;width:33.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5250015258789rem;left:2.9375rem;height:1.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nm1bfx3xgtCIHV73bi5QqvvvgfgU2LpW { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.012500762939rem;left:2.9375rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KFLispzBH8yAFbwsL69CFrVXBUvEwtE3 { background-color:#f21557;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:11.487499237061rem;left:34.03125rem;display:block; }
#ic4MBr87yCOqyDCh35egICvKJ2l1W2Ms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zA8CfgGJ91VtTMpnX6xT34JAnS4CrgRp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:21.8125rem;display:none; }
#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF { 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; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container { background-color: transparent; background-image: none; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container > .video-iframe-container { display: none; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row > .video-iframe-container { display: none; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .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); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container { border-width: 0; border-radius: 0; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#ZceuzxaxI9T7FzBhuADxWQB3H0mhlhsG { color:#f21557;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:3.125rem;left:14.25rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fc05LToPCPOJfXV12oSLPGBTSp5rx7rA { color:#000000;display:block;width:68rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:10.6875rem;left:3.5rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .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; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-heading-text { display:block;position:relative;width:100%;font-family:roboto;font-weight:300;font-size:1.25rem;font-style:normal;text-align:center;text-align-last:center; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:roboto;font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-trigger.adaptive-delivery-prevent-bg, #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-trigger.lazyload, #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-trigger.lazyloading { background-image: none; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks { box-sizing:content-box;height:auto;width:65.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:38.25rem;left:3.5625rem;display:none; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #Txx5VZaUFQBOuGmoOvKIqSIRTFGNzXf0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #kFi7ByBhct3faPpwBP4uCXhINaUTGTaO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #ate29MZsJif3eJGZ9dPlkOuQzqVbtOrJ { display:block;position:relative; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #qfTO2iE4Rw5MzIc7OPiTmrIus36HBRmE {  }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #s1VmdpVnwFh9q6Xhg9M5qAvH4ExoLfLf {  }
#PgrBeimP7I3Muk5OqKsMZIObKH4UGWZi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.25rem;left:3.0625rem; }
#g2s1Iq2H9GnHGlyeZJ5b5ORRLxQ1Mz6u { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6rem;left:6.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ybm3uQKCLpb7mFUmx8fUfbwwhT61bFTo { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:9.25rem;left:3.0625rem;display:block; }
#CL8Et6NViGbcKDL7TSG8TG0WwZK6xD57 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.9375rem;left:2.8125rem; }
#CHRyPrK0LnHpd3rKe6s5ftd1rlyDv91M { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:3.125rem;left:6.4375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uK678pi19Bsz633O1cLwWXyTPDOt7Rpl { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:36.9375rem;left:3.5rem;overflow:hidden;display:block; }
#J8fWaf0UhTVNDJUkJiFewurbEcbDJs2t { color:#000000;display:block;width:29.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:38.8125rem;left:14.9375rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L2kv0OrNfLGfVlArPwcHTUR4elCzAgZS { box-sizing:content-box;height:6.25rem;width:0.1875rem;position:absolute;display:block;z-index:15021;background-color:#f21557;background-image:none;top:2.125rem;left:13.03125rem;display:block; }
#vsfoLzrcPT20WbilNTvBQ4ZGbw1xg9QZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:.08;top:26.078125rem;left:71.875rem; }
#vsfoLzrcPT20WbilNTvBQ4ZGbw1xg9QZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FzJNFssHS9nSVr1fnSf3X2FHQLM381u5 { color:#000000;display:block;width:55.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:5.375rem;left:14.25rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ecaN4yFuJ9zoLCRWM0BZLImXczmpMZ6G { color:#000000;display:block;width:30.875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:36.9375rem;left:14.9375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#clzxdFwkg8XphZoKbmzc4T00PiTnfBmX { color:#000000;display:block;width:48.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:19.0625rem;left:5.75rem;height:;font-style:normal;overflow:hidden;display:block; }#clzxdFwkg8XphZoKbmzc4T00PiTnfBmX li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#clzxdFwkg8XphZoKbmzc4T00PiTnfBmX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
#TCTmRPmIdlSV6NtzklsQtVkQhd0VzySz { color:#000000;display:block;width:68rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:29.203125rem;left:3.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }
#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22052f;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; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row .container { background-color: transparent; background-image: none; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row .container > .video-iframe-container { display: none; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row > .video-iframe-container { display: none; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .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); }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row .container { border-width: 0; border-radius: 0; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#AHtheoZpML58RxpqUqA8XdlAe4uJ45lB { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:58.4375rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQPCl1JQM1tM3QxadOAP9WlLWzkzILHT { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.0625rem;left:20.90625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ScEfZJ7NUnNEkKCW6f9wofAGVNrDhEJN { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.0625rem;left:38.281253814698rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKHGK7lvV1rrOmTtDu5EQnnXFr15BFcU { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:1.09375rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dc1RRRQyNLrfeHmmaSCNvJBrcFsZanm7 { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.875rem;left:25.625rem; }
#ipwys8UfkHzEAAZZNLBdwUHM2Fc9Z7Ie { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.125rem;left:6.21875rem; }
#T7xUVghUv7OarIMBvHyTkItyrTuuJZCi { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.875rem;left:44.375rem; }
#zPOifqCozPVego4ThbPecAuCe8uQ75aP { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.3343753814698rem;left:64.21875rem; }
#EodlHVIZTHVezBHDlmNz7m7gH0kNu6ol { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.82187461853025rem;left:1.09375rem;height:1.95rem;font-style:normal;display:block; }
#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f21557;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; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row .container { background-color: transparent; background-image: none; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row .container > .video-iframe-container { display: none; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row > .video-iframe-container { display: none; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .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); }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row .container { border-width: 0; border-radius: 0; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#CysrRIRsWybBRSGWxPqrDgddmXOWT46U { color:#22052f;display:block;width:59.8125rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:0.51874923706055rem;left:4.125rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#61516b;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; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { background-color: transparent; background-image: none; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container > .video-iframe-container { display: none; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row > .video-iframe-container { display: none; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .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); }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { border-width: 0; border-radius: 0; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { font-size:0.875rem;font-family:arial;height:105.6875rem;width:75rem;position:relative;display:block; }#qmNL4Q7L38arMTQnhioJsmcbViDArEFq { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4249992370606rem;left:23.59375rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6l6PtSVoVOl4PRJLSLVVIovRc0KZDUT { color:#f7f7f7;display:block;width:50.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:50.78125rem;left:11.25rem;height:2.1125rem;display:none; }
#iDmEeBVNKsOCS657PisXUd6lMfOJp70L { color:#ffffff;display:block;width:50rem;position:absolute;font-family:inter;font-size:1.6875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:6.4625015258787rem;left:12.5rem;height:4.725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1yzmvoTXJmyS5pHgdQlJbLyu0DC3qpo { position:absolute;display:block;z-index:15010;height:38.125rem;width:50rem;top:15.437497138977rem;left:12.500003814698rem;display:none; }
#T0PmmZxqXD2W0kODXWxNTCrwvAuPrN5G { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-form-header {  }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:bold;color:#000000;width:47.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.5;overflow:hidden; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:47.5rem;box-sizing:border-box;height:2.8125rem;color:#535353;font-size:0.8125rem;overflow:hidden;font-family:roboto;box-shadow: none;vertical-align:top;line-height:1.3; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.5rem;box-sizing:border-box;height:4.375rem;color:#535353;font-size:0.8125rem;overflow:hidden;font-family:roboto;box-shadow: none;vertical-align:top;line-height:1.3; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:47.5rem;box-sizing:border-box;height:2.5rem;color:#535353;font-family:roboto;font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.25rem;margin-bottom:0.25rem;margin-left:14.25rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f21557;width:19rem;height:3.4375rem;font-family:roboto;overflow:hidden;font-style:normal;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 [class*="-text"]:-moz-placeholder { color:#535353;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 [class*="-text"]::-moz-placeholder { color:#535353;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 [class*="-text"]:-ms-input-placeholder { color:#535353;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 [class*="-text"]::-webkit-input-placeholder { color:#535353;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .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:roboto;font-size:1.125rem;font-weight:300;color:#ffffff;vertical-align:top;width:46.4375rem;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-container:first-of-type{padding-top:0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-container:last-of-type{padding-bottom:0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8  { background-color:#61516b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:12.5rem;top:11.587493896484rem;z-index:14987;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:47.5rem;display:block;vertical-align:top; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 {display:block;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 { background-color:#61516b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:47.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:12.5rem;top:11.587493896484rem;z-index:14987;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #diPAaGvSnNtOT73Q7zDc0y06T0bQJAX3 { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #T3KdkRckK8kKXmk67tqQJwKGF6GhrzJH { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #H69BCsDDZ1QG7QRhynw9uvBxVztTFxcv { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #LNVRVJ5xsFggfJvQXD2EixLTXzelCNdm { position:relative;display:block;z-index:15000; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #EzsRMtW5Mxo5vkJ7ZEEXKi6LpWFIPvEE { position:relative;display:block;z-index:15000; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #l1Pg0vS9iEgO0GlE3OwC8xPnsvhzIdFd { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #vX5ZcsA85uyTdSE427gD2g9aOswyfBfu { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #miH59t9GVWvggu7f5TbqPVs9x0h0aNHJ { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #I29Ftii5HeoTXlQUP16GhJrMcLw6ZSSR { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #HzB9zRK5vQNxE3hAtD12niepN6mnwsFF { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #A78VIgR0cFAWMd1ZT9IXWMkVbMGq4Cvl { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #eqB7bwZfWVJK4HMsxeo6eHpngWxzI9E0 { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #uBJfDZrmTkWVeIHntErCim6CrcqVOHxk { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #zH87JfaA3EmNSLCTSRkfLCStDhpLdJPm { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #mHVq3B0rb4cbsgJXu59hxhgfR6UDoK7n { position:relative;display:block;z-index:15000; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #cuJt9dirCDgNer5XbIFvDa6h4ZTBbeGW { position:relative;display:block;z-index:15000; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #wVpUbOH5E4MEo2USS31WXBQp6uPLQ2Vk { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #TAxvZLigKBpHPl6wThHypSHZ8rQPP4i8 { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #dtO9d7MFA5KzsmqXi9TtJ8gghWkD1Mle { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #SNqPD30TByZApuvgFF5OVX04HQOi743x { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #AXRAMohuSqUDc8lk8B5dcJaT1obPe3EK { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Kyn1eS3ps6TyJ1NCoRGKuvPsmfQCvw1T { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #tdqkxcrwNa1OQ6D4JXUaRsZ6DxPs0LgI { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #m6rbR4gHC8PfhZR6NUgFglhmlQ59281s { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #NkM9pncoGCbmLAakH9afTOI2zyxNomXm { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #eavbtww9XAvKXRQ4U1Xr3ALM067ylTFq { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #leSfP2Ln6Cr4gOsek5IZl2Te7ragUEKA { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #z3vW2agRfxdHJR9B2vNCaWJMa3T74QDD { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #c0hwOGFwTIqWcilbxdopQtg8b2xhDhuQ { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #QGpymclKGoi22ASJn5Vazi9UoE7JCK8h { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #oCvP8dXZmQbKsl4Tiw4um56k5z3i3bCS { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #t5JKrm6iOh1Kd52UsoeWHO7d4N3alTVN { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #vQHaWTUAO2yDd88yoJPFDQ6BACeVmnnw { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #tFIunvuEUggyTih3k4eruiSTJxTdpTou { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #mTfoBTto36zoQgV0Trm5QOAcyZ290EgX { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #XuUXm8h9PT6eci1rriN8snk4hvTk44Jg { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Jbr9EbDEU4BlHKzd4s07ksDTq8igEnHu { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #FR5ewCTVHwamKGpiqoDB8pZiGKs02d0r { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #qKuM7mpFSySl6fv2UtkEXxX3WirEaOLx { position:relative;display:none; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #BPJm8VFacuGexys5imzFLG23Hsu5PsDH { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #S4UnXE4Ut65fWAwKsTZCXIcqubEFqJUV { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #trMG0ffFAycb9prgePEqgai8GtkKIZbD { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #xMxVsRoxtPmca4fOE6U5wWgSy6tVTuNN { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #abAgt4zW47rGyVlzytQTZsTHe1f0lfHM { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #x7lLXQq7bsHsNrDRwucDUc8ak56GF8MS { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #XIcLUuKyxUpBHCyHzEU5K1hkVFNXB3yT { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #z1EGI0M2Gtd4QovQlMvnxymzwqpnMyTh { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #pJ6snhfuNytFSOhQR9W9zzp3VCZUCStV { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #U0TLCW0wJKmZKDfofJXPTiNsTQh61V43 { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #KpmrkI19GTgXNyzMCBKNTOH7IIScenhz { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #LCrIAhfmBH7cSAcO2zTA0gqR90ztMLkX { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Nys7nkXdB9RZ2HvyZcDpIB5TWntG22q3 { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #X5LGGEetIq0N1KG84ci4taunLKPbhkSz { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #IqJ9iVWq6am7SlwaC3yERVxekkgw3mQ4 { position:relative;z-index:2; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #BTRWccTp7SupLsTkgXnk000bAndrDLZe { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Sk2HJFxT4Lbr45B6oXJtsd8P75rLB84F { position:relative;display:block;z-index:15000; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #UgF9lr20ws9IM8QUiPkivaTIaw53LZkf { position:relative;display:block;z-index:15000; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #s0MJpyN32u8MbdmLSVVQFnBGeTtp7piW { position:relative;display:block;z-index:15000; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #J9IyTQ4zghn4mhcPWUtFS7LFJEZdsC3l { position:relative;display:block;z-index:15000; }
#XAwIcZqdJfqlmDDApvK2e4ORskJKyPVz { position:relative;display:block; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #m8haPymOUlrdF81S7QbKVFrAzAIhO6Jz { position:relative; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #PK15hXBd7PAsDxo0Odf0kTOz8XbL2DRA { position:relative; }
#f0uie0PLeUEkaAn8Kx8QpHiT6qZxPTSL { box-sizing:content-box;height:88.0625rem;width:58.875rem;position:absolute;display:block;z-index:14986;background-color:#61516b;background-image:none;top:12.1875rem;left:7.375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#LPC8mrxONSKgzplunGxb2Fck29HOT18h { border-top:0.125rem solid #ffffff;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;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; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row .container { background-color: transparent; background-image: none; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row .container > .video-iframe-container { display: none; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row > .video-iframe-container { display: none; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .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); }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row .container { border-width: 0; border-radius: 0; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Zvn6lcMTgI37s9LoTp3xm2zbEsH1kNaQ { color:#000000;display:block;width:12rem;position:absolute;font-family:inter;font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.625rem;height:1.1375rem;font-style:normal;display:block; }
#R2fMTWeITZ4Ccv5McSbnlq2N4iBz4kBZ { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.5625rem;left:60.3125rem;display:block; }
#dT1u4BXyGlKtcAoA7iILoK6IQMTyZqR5 { box-sizing:content-box;color:#343434;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5625rem;left:66.5625rem;display:block; }
#nsk822Is9xA7xrCNOMIXBTv68hOgCmNK { color:#000000;display:block;width:10.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.875rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PGA1yKfryEW0EWryd8eisXGwMcmUooTE { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:1.9375rem;left:35.0625rem;display:block; }
#VzpaM6A5F7htxaF3QpPsP8QVx9Rvgenb { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:37.5625rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#laIMRs4a6RSvtellIkP7tr2tefCy59Bz { box-sizing:content-box;color:#000000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.875rem;left:43.875rem;display:block; }
#icscpZKx3feqsKsiyfBMiiLdTyJBAMyd { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:46.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z8KycpNHpTUFsd7XzLWgzPbseTyC5QvQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:2.15625rem;left:64.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d { display:block; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zL8vVz9VIzDwA9IEgbut35ugWbLkQcP8 { top:0.9375rem;left:27.375rem;width:20.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGekXRDtonzPnxn4zgwzTTwpF0DgPTy2 { top:3.8125rem;left:41.375rem;width:6.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftbwLJTo492gfuSvKdyye7CnDQ1p3RFr { top:3.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL3PdccMBxR7OJ4T9RcdDWlmpLWm4qib { top:3.8125rem;left:41.6875rem;width:6.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmSyyNHh22rtWyVwScO2Lku8MKoJuOrT { top:3.3125rem;left:42.5625rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJsmS7iKgexqA8SPIsPbCmEmusZuQSFQ { top:3.8125rem;left:31.625rem;width:10.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPUl1a2y1Htk580N4eHQ1ZXq9ETtGeTP { top:1.8125rem;left:0rem;width:10.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQyul82QsQ0K8heqRFlS20ZB7dk46g6 { top:2.9375rem;left:2.6885414123535rem;width:14.125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvSVlycQX1LMkcVc9XzBMZR15ge99nS { top:2.1875rem;left:0rem;width:9.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl { display:block; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8UyJx33qRxmmiXqxL9uUzntwBOuxTdi { top:19.3125rem;left:15rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRo6AD05kMb9e47kJzE9mXBlbkiE01A { top:19.375rem;left:2.5rem;width:11.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUcCEV9AhJx0o9cBn9eOATFdB4aA94Tg { top:19.4375rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yozGqxK0b3CrR8Uf0lxzXiS2lN1X0Ppi { top:12.625rem;left:0rem;width:47.75rem;height:19.870744010088rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3sXWNG3hBnM65RN2c6fKdJytzT48yP4 { top:5.5rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdJXLhv2KzUlpbqNfvJnrhncC6vaBSdC { top:8.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omkHIiGNogIhdC5gnIzBayydGXEbqOMP { top:12.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg6JiOHq1EEUPTVEvk1DBbR2gZGXVv8Z { top:1.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6zBy2NrrGy4WChnWvg6erE7pJ3RIOss { width:21.8125rem;height:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 { display:block; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 { display:block; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1CRQTJVdDnoSa4OVEf9MkMKlB6UcKOv { top:2.5625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9qTt2GeCZ4sW6rMrTc9aQc4prPpaAE { top:34.6875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW1FMb3l3AgonsO8NNvNs5h7cE4NJlVh { top:11.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#wW1FMb3l3AgonsO8NNvNs5h7cE4NJlVh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a19191e087ff283a2ae5528a6a63b487d0e5e99.svg); }
 }@media only screen and (max-width: 763px) { #ZRJm4eIgpFkkTHbVDI5OfpOrCEvv0cvT { top:50.1875rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6HThbsozS9DdCfsS4SfFGMnTmuJFkqm { top:8.4375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irUFo84AH7aeptJwOWKaPXVDkNIlgJ27 { top:31.875rem;left:0rem;width:27.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 { display:block; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3TXv4Vatv3H2LgKd2aPk0eLXgoThvkq { top:0.625rem;left:0rem;width:31.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWhN478dzTqPciDVbAU5y3hHekG8UqNG { display:block; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeETTbTxlscF3c87ZTw8D23Jgo7UOSlh { top:4.5625rem;left:0rem;width:33.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxzwFzHXAiufu2aXXZxVQlLudDqIWvJy { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkEwRKyTSsg5XdTXKumSIJ2AUdDUqfCx { top:2.125rem;left:0rem;width:33.25rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEm1zgrOJtcve2nmgVdN4UfdGRaqIu3B { top:10.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4s6HAdImlGmziemTqOlG2sKSlRlLKN9 { top:11.125rem;left:0rem;width:7.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge4qZ7TUbG1r98ucOKNPHng6TsROJ9iU { top:11.125rem;left:2.5625rem;width:8.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCUX8TZSUSe1gGl3NaUxWVkuZ8P2Qfh { top:10.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF10nKmC7o4ZUk54aeKqLfKWRc2OML7N { top:0rem;left:0rem;width:47.75rem;height:9.9479166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEsAwp5cBqAE5cg2AHt3lwVzwkwKeaPS { width:13.4375rem;height:2.6875rem;top:10.4375rem;left:25.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDUBTN5mZzp0TyEp0BzwDJrcr8OFZz2v { display:block; }
 }@media only screen and (max-width: 763px) { #ryfGTCyssnnTflenCG2rprXsXypQ58sz { width:21.8125rem;height:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfX25e13b6xq3T25xvFHvggLoVEygzMA { display:block; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glMDIr0uIJg3vRM4vvgGHHcbH0FcQJF2 { top:3.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLu5apXgcFsldHz97ZamgqrLCvp0v0J { top:11.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ { display:flex;height:auto;width:27.8125rem;top:2.125rem;left:11.28125rem; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #ychd0nJgf6KZCeohqtDoA9Imvw17TXTX {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #wucZQgSWBT9uSI66JGSmxfm0kzipTs8S {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #UXWZa6tPD1fkTTTuh4S1C6xhfhgC9THH {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #KE8qIWbomHpyg7WoPibOt81Qxn3TX2tx {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #CeSGDppAQmu6RytUbS77PAlk2SQKM7b3 {  }
 }@media only screen and (max-width: 763px) { #nqMLfdm80bL7oPZdNhhq0VcTNUsA5ATh { top:5.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtMkHTp4WRbsoN5WaJXuqbVZGR3mQkU2 { top:6rem;left:0rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXDgeLTITeHsQ01vSRD47JL0k5DQClfw { top:10.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnKz32qsW3pOoNMXHT6AVJFW7Kn5gJZX { top:1.9375rem;left:0rem;width:3.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5rDKNxBAP1NE50QSnfnf3Vwa9uOvyJ { top:3.125rem;left:0rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff8FxSyk2E0TwmmQR7uvTv7HuGcIAIu5 { top:43.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reC0uhB7LBMi8kL7XksJzXl2rvFePXLV { top:45.125rem;left:0.875rem;width:30.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilfsDyxAZ2K5oFbzoImT6TIQUVpckE7 { top:5.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG5zLpnT0XhSMSyqBuTsrlXWaqxCffOR { top:2.125rem;left:0rem;width:0.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8DPhcUs9lN7Tk2UPl61noZOBWP1qog { top:34.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#rL8DPhcUs9lN7Tk2UPl61noZOBWP1qog > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #esIF9wLpBTPxEycgI9h2Vm90kGq70wXo { top:17.4375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#esIF9wLpBTPxEycgI9h2Vm90kGq70wXo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
 }@media only screen and (max-width: 763px) { #Mr1E8SifvPb9TOsbL36OMvyI09r93THz { top:15.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMQ5UJH4deHRcGcuTBRwuTuZii1zOM7 { top:43.5625rem;left:0.875rem;width:30.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huFTeTWBP8CB8yJvP9vKvbIR1tcgXT22 { width:11.8125rem;height:2.4375rem;top:38.6875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBITISe7fpl6HQOHiIbvKxfq4E5y9Qzd { display:block; }
 }@media only screen and (max-width: 763px) { #xKaivGaIwZ5x0OzeT7HILHpBW6rn4Kgh { top:33.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHxWXkM8OZlQVbJNLrdnD5E4nfknNbru { top:35.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE { display:block; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZV6MMqSgtLxABwsnh2nFNMwdTtlV3Bx { top:4.5625rem;left:0rem;width:46.875rem;height:5.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufgv1LyRXBzizrnv1xwixZfZlrHzfL5v { top:10.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJMfH9u1n76zFPPsxbxehlg0cWQd0Iy6 { top:11.125rem;left:0rem;width:7.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxLeHnnOwXTDgIp3MKuxLOay26QIndJP { top:11.125rem;left:2.5625rem;width:8.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUuKtb5uPfAgiLaZJ8ok0IdaWndILt1G { top:10.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob55FZTIJIccyl2ZcAQyeKCv0696dcJI { top:0rem;left:0rem;width:47.75rem;height:9.9512605042017rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRV12RFm5ZUdJoV5sv2WiH0PGXWlK4KN { top:2.1875rem;left:0rem;width:33.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmnVifnnKXyET6SP4adIqII8DvmIkgen { width:13.4375rem;height:2.6875rem;top:11rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNTvVHUtgcE18Ms78utHl1v6Mou4N2Cl { display:block; }
 }@media only screen and (max-width: 763px) { #o0c8GHKkyZFqTwn4imHEdobG34p7veTr { width:21.8125rem;height:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A6zBAEqSNxqiOiSiFHF0I9OugZwnOX2A { top:10.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh { display:block; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BalKIcRWs9fMzrahO7tqlUngp38zZMIo { top:3.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEuJm8JuC2Kq0fULCh0aQ1ExqbrT8lma { top:11.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 { display:flex;height:auto;width:27.8125rem;top:2.125rem;left:11.28125rem; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #bwsffKtEbHBE3gXMA5IAfe9zJ3nkyD7E {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #Eh8QBDhAsbS9wKy1Fcd45qUNFKJtBOFK {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #bkMUvLirvvoigkKgciqXM1ffdeIa1XQM {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #dVmo3ZIQWvVvOwArKE2GT9gvy3GMCNOt {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #TXmEJs1vdkBTKQ0cQaUXk9a4kqiCcdle {  }
 }@media only screen and (max-width: 763px) { #GVKVIVxvgEP2BBz6xKg5gCxK6DXQoUbs { top:5.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8BKwuTxzGXoPMP7F4DEWGf4SKBdTClS { top:6rem;left:0rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNB6Fdt1D5II4hHMMTwCRBn5iVTVhSd { top:10.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpE6oFw1WA63iNBdMoGRWcuZ6rrKomqm { top:1.9375rem;left:0rem;width:3.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwprllnlpGIxlWoF7pHaKaNhKoFKc6Th { top:3.125rem;left:0rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWg2anUhlgxrGnPOTzH1fqCmi9TfQEcg { top:39.625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfFqhxrtFgxS5CtypQNozNZUhfeT985T { top:41.3125rem;left:1.75rem;width:30.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXCBnJLJvit7qXEbTLZ3UveKO6JFrci1 { top:2.125rem;left:0rem;width:0.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRnwVmdC8AMEhaHJaA8C5uPu3SDizxPw { top:34.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#zRnwVmdC8AMEhaHJaA8C5uPu3SDizxPw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fEFqTIn9QW0zpZTMxd8JAoxT3Hvb4SMP { top:16.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8QMLTHWCKb7OwgmWU6KP0Gx1IHMtoyh { top:39.625rem;left:1.625rem;width:30.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaohOIiiUNmpt7w1Tvt6wWRNugETApfQ { top:6.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvz2T6vb0LiLG4V3AsUZpUylSNJGWM7M { top:18.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#vvz2T6vb0LiLG4V3AsUZpUylSNJGWM7M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
 }@media only screen and (max-width: 763px) { #M1m0LXGVFIzMbJXKMQuF3uAC8TBkH49J { width:11.8125rem;height:2.4375rem;top:36.1875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHyNk8WKihBUTOxGtcwonkuLrEVmLnKa { display:block; }
 }@media only screen and (max-width: 763px) { #DA7fDOnEZe7hRVPsyc3R744f8w7va4I4 { top:33.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXpzZuooZw9dbZEsIPaTzmZaT435UDcW { display:block; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmaPW3JXugJFHGxpDLWe7xvrz2LyNa0T { top:3.75rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiRzOLUuixzrMBDO9yahPn7kdsP3Cd95 { top:10.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czb3BhG6zC5WsgmB4dTUB6z5t5seNHan { top:11.125rem;left:0rem;width:7.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdw071403U8IEZ6TKhylgJD9PzBUXFK { top:11.125rem;left:2.5625rem;width:8.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueB52UuS8XloTURl8RzFxCTEnvlAmCH7 { top:10.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEt7uDSCKzLTVwTnncyhmWvF63WV5p6R { top:0rem;left:0rem;width:47.75rem;height:9.9111344537815rem;display:block; }
 }@media only screen and (max-width: 763px) { #uheyUxWtZNuaRzu5KHkl9MFUxc3wduLS { top:1.5rem;left:0rem;width:33.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm1bfx3xgtCIHV73bi5QqvvvgfgU2LpW { top:10rem;left:0rem;width:29.4375rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFLispzBH8yAFbwsL69CFrVXBUvEwtE3 { width:13.4375rem;height:2.6875rem;top:11.4375rem;left:20.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic4MBr87yCOqyDCh35egICvKJ2l1W2Ms { display:block; }
 }@media only screen and (max-width: 763px) { #zA8CfgGJ91VtTMpnX6xT34JAnS4CrgRp { width:21.8125rem;height:24.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yADhXAWoxzSqePwzomoOGmPq6KVJJkfF { display:block; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZceuzxaxI9T7FzBhuADxWQB3H0mhlhsG { top:3.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc05LToPCPOJfXV12oSLPGBTSp5rx7rA { top:10.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks { display:flex;height:auto;width:27.8125rem;top:2.125rem;left:11.28125rem; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #Txx5VZaUFQBOuGmoOvKIqSIRTFGNzXf0 {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #kFi7ByBhct3faPpwBP4uCXhINaUTGTaO {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #ate29MZsJif3eJGZ9dPlkOuQzqVbtOrJ {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #qfTO2iE4Rw5MzIc7OPiTmrIus36HBRmE {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #s1VmdpVnwFh9q6Xhg9M5qAvH4ExoLfLf {  }
 }@media only screen and (max-width: 763px) { #PgrBeimP7I3Muk5OqKsMZIObKH4UGWZi { top:5.25rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2s1Iq2H9GnHGlyeZJ5b5ORRLxQ1Mz6u { top:6rem;left:0rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybm3uQKCLpb7mFUmx8fUfbwwhT61bFTo { top:9.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8Et6NViGbcKDL7TSG8TG0WwZK6xD57 { top:1.9375rem;left:0rem;width:3.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHRyPrK0LnHpd3rKe6s5ftd1rlyDv91M { top:3.125rem;left:0rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK678pi19Bsz633O1cLwWXyTPDOt7Rpl { top:36.9375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8fWaf0UhTVNDJUkJiFewurbEcbDJs2t { top:38.8125rem;left:1.3125rem;width:29.125rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2kv0OrNfLGfVlArPwcHTUR4elCzAgZS { top:2.125rem;left:0rem;width:0.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsfoLzrcPT20WbilNTvBQ4ZGbw1xg9QZ { top:26.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#vsfoLzrcPT20WbilNTvBQ4ZGbw1xg9QZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FzJNFssHS9nSVr1fnSf3X2FHQLM381u5 { top:5.375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecaN4yFuJ9zoLCRWM0BZLImXczmpMZ6G { top:36.9375rem;left:1.3125rem;width:30.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clzxdFwkg8XphZoKbmzc4T00PiTnfBmX { top:19.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#clzxdFwkg8XphZoKbmzc4T00PiTnfBmX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
 }@media only screen and (max-width: 763px) { #TCTmRPmIdlSV6NtzklsQtVkQhd0VzySz { top:29.1875rem;left:0rem;width:47.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 { display:block; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHtheoZpML58RxpqUqA8XdlAe4uJ45lB { top:10.0625rem;left:31.1875rem;width:16.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQPCl1JQM1tM3QxadOAP9WlLWzkzILHT { top:10.0625rem;left:9.4375rem;width:14.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScEfZJ7NUnNEkKCW6f9wofAGVNrDhEJN { top:10.0625rem;left:18.5625rem;width:17.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKHGK7lvV1rrOmTtDu5EQnnXFr15BFcU { top:10.0625rem;left:0rem;width:14.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1RRRQyNLrfeHmmaSCNvJBrcFsZanm7 { top:3.875rem;left:15.40625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipwys8UfkHzEAAZZNLBdwUHM2Fc9Z7Ie { top:4.125rem;left:2.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7xUVghUv7OarIMBvHyTkItyrTuuJZCi { top:3.875rem;left:27.34375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPOifqCozPVego4ThbPecAuCe8uQ75aP { top:3.3125rem;left:40.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EodlHVIZTHVezBHDlmNz7m7gH0kNu6ol { top:0.8125rem;left:0rem;width:31.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh { display:block; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CysrRIRsWybBRSGWxPqrDgddmXOWT46U { top:0.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF { display:block; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmNL4Q7L38arMTQnhioJsmcbViDArEFq { top:3.375rem;left:9.96875rem;width:29.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6l6PtSVoVOl4PRJLSLVVIovRc0KZDUT { top:50.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDmEeBVNKsOCS657PisXUd6lMfOJp70L { top:6.4375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yzmvoTXJmyS5pHgdQlJbLyu0DC3qpo { top:15.375rem;left:0rem;width:47.75rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PmmZxqXD2W0kODXWxNTCrwvAuPrN5G { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-button { width:22.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.3125rem; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-checkbox-label { width:44.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8  { width:45.25rem;height:auto;top:25.75rem;left:0rem; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 {display:block;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 { width:45.25rem;height:auto;top:25.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #diPAaGvSnNtOT73Q7zDc0y06T0bQJAX3 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #T3KdkRckK8kKXmk67tqQJwKGF6GhrzJH {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #H69BCsDDZ1QG7QRhynw9uvBxVztTFxcv {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #LNVRVJ5xsFggfJvQXD2EixLTXzelCNdm {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #EzsRMtW5Mxo5vkJ7ZEEXKi6LpWFIPvEE {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #l1Pg0vS9iEgO0GlE3OwC8xPnsvhzIdFd {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #vX5ZcsA85uyTdSE427gD2g9aOswyfBfu {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #miH59t9GVWvggu7f5TbqPVs9x0h0aNHJ {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #I29Ftii5HeoTXlQUP16GhJrMcLw6ZSSR {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #HzB9zRK5vQNxE3hAtD12niepN6mnwsFF {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #A78VIgR0cFAWMd1ZT9IXWMkVbMGq4Cvl {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #eqB7bwZfWVJK4HMsxeo6eHpngWxzI9E0 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #uBJfDZrmTkWVeIHntErCim6CrcqVOHxk {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #zH87JfaA3EmNSLCTSRkfLCStDhpLdJPm {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #mHVq3B0rb4cbsgJXu59hxhgfR6UDoK7n {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #cuJt9dirCDgNer5XbIFvDa6h4ZTBbeGW {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #wVpUbOH5E4MEo2USS31WXBQp6uPLQ2Vk {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #TAxvZLigKBpHPl6wThHypSHZ8rQPP4i8 { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #dtO9d7MFA5KzsmqXi9TtJ8gghWkD1Mle {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #SNqPD30TByZApuvgFF5OVX04HQOi743x {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #AXRAMohuSqUDc8lk8B5dcJaT1obPe3EK {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Kyn1eS3ps6TyJ1NCoRGKuvPsmfQCvw1T {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #tdqkxcrwNa1OQ6D4JXUaRsZ6DxPs0LgI {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #m6rbR4gHC8PfhZR6NUgFglhmlQ59281s {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #NkM9pncoGCbmLAakH9afTOI2zyxNomXm {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #eavbtww9XAvKXRQ4U1Xr3ALM067ylTFq {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #leSfP2Ln6Cr4gOsek5IZl2Te7ragUEKA { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #z3vW2agRfxdHJR9B2vNCaWJMa3T74QDD {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #c0hwOGFwTIqWcilbxdopQtg8b2xhDhuQ {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #QGpymclKGoi22ASJn5Vazi9UoE7JCK8h { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #oCvP8dXZmQbKsl4Tiw4um56k5z3i3bCS {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #t5JKrm6iOh1Kd52UsoeWHO7d4N3alTVN {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #vQHaWTUAO2yDd88yoJPFDQ6BACeVmnnw {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #tFIunvuEUggyTih3k4eruiSTJxTdpTou {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #mTfoBTto36zoQgV0Trm5QOAcyZ290EgX {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #XuUXm8h9PT6eci1rriN8snk4hvTk44Jg { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Jbr9EbDEU4BlHKzd4s07ksDTq8igEnHu {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #FR5ewCTVHwamKGpiqoDB8pZiGKs02d0r {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #qKuM7mpFSySl6fv2UtkEXxX3WirEaOLx {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #BPJm8VFacuGexys5imzFLG23Hsu5PsDH {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #S4UnXE4Ut65fWAwKsTZCXIcqubEFqJUV {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #trMG0ffFAycb9prgePEqgai8GtkKIZbD { z-index:2; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #xMxVsRoxtPmca4fOE6U5wWgSy6tVTuNN {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #abAgt4zW47rGyVlzytQTZsTHe1f0lfHM {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #x7lLXQq7bsHsNrDRwucDUc8ak56GF8MS { z-index:2; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #XIcLUuKyxUpBHCyHzEU5K1hkVFNXB3yT {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #z1EGI0M2Gtd4QovQlMvnxymzwqpnMyTh {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #pJ6snhfuNytFSOhQR9W9zzp3VCZUCStV {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #U0TLCW0wJKmZKDfofJXPTiNsTQh61V43 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #KpmrkI19GTgXNyzMCBKNTOH7IIScenhz {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #LCrIAhfmBH7cSAcO2zTA0gqR90ztMLkX {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Nys7nkXdB9RZ2HvyZcDpIB5TWntG22q3 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #X5LGGEetIq0N1KG84ci4taunLKPbhkSz {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #IqJ9iVWq6am7SlwaC3yERVxekkgw3mQ4 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #BTRWccTp7SupLsTkgXnk000bAndrDLZe {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Sk2HJFxT4Lbr45B6oXJtsd8P75rLB84F {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #UgF9lr20ws9IM8QUiPkivaTIaw53LZkf {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #s0MJpyN32u8MbdmLSVVQFnBGeTtp7piW {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #J9IyTQ4zghn4mhcPWUtFS7LFJEZdsC3l {  }
 }@media only screen and (max-width: 763px) { #XAwIcZqdJfqlmDDApvK2e4ORskJKyPVz { display:block; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #m8haPymOUlrdF81S7QbKVFrAzAIhO6Jz {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #PK15hXBd7PAsDxo0Odf0kTOz8XbL2DRA {  }
 }@media only screen and (max-width: 763px) { #f0uie0PLeUEkaAn8Kx8QpHiT6qZxPTSL { top:12.1875rem;left:0rem;width:47.625rem;height:88.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPC8mrxONSKgzplunGxb2Fck29HOT18h { display:block; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zvn6lcMTgI37s9LoTp3xm2zbEsH1kNaQ { top:2.5rem;left:0rem;width:12rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2fMTWeITZ4Ccv5McSbnlq2N4iBz4kBZ { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT1u4BXyGlKtcAoA7iILoK6IQMTyZqR5 { top:1.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsk822Is9xA7xrCNOMIXBTv68hOgCmNK { top:2.5rem;left:11.25rem;width:10.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGA1yKfryEW0EWryd8eisXGwMcmUooTE { top:1.9375rem;left:21.4375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzpaM6A5F7htxaF3QpPsP8QVx9Rvgenb { top:2.5rem;left:23.9375rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laIMRs4a6RSvtellIkP7tr2tefCy59Bz { top:1.875rem;left:30.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icscpZKx3feqsKsiyfBMiiLdTyJBAMyd { top:2.5rem;left:32.75rem;width:6.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8KycpNHpTUFsd7XzLWgzPbseTyC5QvQ { top:2.125rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d { position:relative;z-index:auto;display:block; }#cM7a8zDu2Ef5mhlpQneo1FmkzpyTOo9d > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zL8vVz9VIzDwA9IEgbut35ugWbLkQcP8 { width:16.875rem;height:4.4375rem;top:8.375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGekXRDtonzPnxn4zgwzTTwpF0DgPTy2 { width:6.375rem;height:auto;top:3.8125rem;left:6.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ftbwLJTo492gfuSvKdyye7CnDQ1p3RFr { width:2.1875rem;height:2.1875rem;top:3.25rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL3PdccMBxR7OJ4T9RcdDWlmpLWm4qib { width:6.0625rem;height:auto;top:3.8125rem;left:6.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #fmSyyNHh22rtWyVwScO2Lku8MKoJuOrT { width:2.0625rem;height:2.0625rem;top:3.3125rem;left:8.9375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJsmS7iKgexqA8SPIsPbCmEmusZuQSFQ { width:10.5rem;height:auto;top:3.8125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #NPUl1a2y1Htk580N4eHQ1ZXq9ETtGeTP { width:8.5rem;height:3.0625rem;top:7.6875rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvQyul82QsQ0K8heqRFlS20ZB7dk46g6 { width:13.8125rem;height:2.9375rem;top:8.21875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvSVlycQX1LMkcVc9XzBMZR15ge99nS { width:8.25rem;height:3.75rem;top:2.75rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl { display:block; }#EL7GUVldwaNsGcpnUecfDTRPlrwqnKPl > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8UyJx33qRxmmiXqxL9uUzntwBOuxTdi { width:9.8125rem;height:9.8125rem;top:41.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgRo6AD05kMb9e47kJzE9mXBlbkiE01A { width:9.5rem;height:9.5rem;top:33.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUcCEV9AhJx0o9cBn9eOATFdB4aA94Tg { width:9.75rem;height:9.75rem;top:24.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yozGqxK0b3CrR8Uf0lxzXiS2lN1X0Ppi { width:20rem;height:8.3229375rem;top:54.052082061767rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #T3sXWNG3hBnM65RN2c6fKdJytzT48yP4 { width:20rem;height:9rem;top:4.3125rem;left:0rem;font-size:2.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qdJXLhv2KzUlpbqNfvJnrhncC6vaBSdC { width:20rem;height:3.4125rem;top:14.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omkHIiGNogIhdC5gnIzBayydGXEbqOMP { width:20rem;height:4.14375rem;top:18.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg6JiOHq1EEUPTVEvk1DBbR2gZGXVv8Z { width:20rem;height:1.95rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6zBy2NrrGy4WChnWvg6erE7pJ3RIOss { top:49.375rem;left:0rem;width:20rem;height:22.0625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 { display:block; }#o1T9yrO0gP3d9puzk0hN9y3rgTRW6Bl9 > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 { display:block; }#b3DXuNS8wGy4B1WywTK43m1JT4W5Pm15 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P1CRQTJVdDnoSa4OVEf9MkMKlB6UcKOv { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tq9qTt2GeCZ4sW6rMrTc9aQc4prPpaAE { width:20rem;height:27.3rem;top:46.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW1FMb3l3AgonsO8NNvNs5h7cE4NJlVh { width:20rem;height:31.9rem;top:10rem;left:0rem;font-size:1rem;display:block; }#wW1FMb3l3AgonsO8NNvNs5h7cE4NJlVh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5a19191e087ff283a2ae5528a6a63b487d0e5e99.svg); }
 }@media only screen and (max-width: 763px) { #ZRJm4eIgpFkkTHbVDI5OfpOrCEvv0cvT { width:20rem;height:2.925rem;top:78.287498474119rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6HThbsozS9DdCfsS4SfFGMnTmuJFkqm { width:20rem;height:3.9rem;top:8.14999961853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #irUFo84AH7aeptJwOWKaPXVDkNIlgJ27 { width:20rem;height:1.4625rem;top:43.637500762939rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 { display:block; }#NzilTK1bCPuEtT3RZDcZm4b3SEGG6ot9 > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3TXv4Vatv3H2LgKd2aPk0eLXgoThvkq { width:20rem;height:1.86875rem;top:0.50312423706055rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWhN478dzTqPciDVbAU5y3hHekG8UqNG { display:block; }#fWhN478dzTqPciDVbAU5y3hHekG8UqNG > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeETTbTxlscF3c87ZTw8D23Jgo7UOSlh { width:20rem;height:2.1rem;top:2.8625030517578rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mxzwFzHXAiufu2aXXZxVQlLudDqIWvJy { width:16.0625rem;height:3.9rem;top:5.6906242370606rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kkEwRKyTSsg5XdTXKumSIJ2AUdDUqfCx { width:20rem;height:1.21875rem;top:1.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GEm1zgrOJtcve2nmgVdN4UfdGRaqIu3B { display:flex;width:2.1875rem;height:2.1875rem;top:33.128253936767rem;left:5.1875001192093rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4s6HAdImlGmziemTqOlG2sKSlRlLKN9 { width:7.1875rem;height:1.4625rem;top:30.940753936767rem;left:8.2500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #Ge4qZ7TUbG1r98ucOKNPHng6TsROJ9iU { width:6.3125rem;height:2.925rem;top:33.491535186767rem;left:8.2500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #mzCUX8TZSUSe1gGl3NaUxWVkuZ8P2Qfh { display:flex;width:2.1875rem;height:2.1875rem;top:30.565753936767rem;left:5.1875001192093rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QF10nKmC7o4ZUk54aeKqLfKWRc2OML7N { width:20rem;height:4.125rem;top:14.4375rem;left:0rem;overflow:hidden;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #NEsAwp5cBqAE5cg2AHt3lwVzwkwKeaPS { width:13.4375rem;height:2.6875rem;top:10.9375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDUBTN5mZzp0TyEp0BzwDJrcr8OFZz2v { display:block; }
 }@media only screen and (max-width: 763px) { #ryfGTCyssnnTflenCG2rprXsXypQ58sz { top:6.625rem;left:0rem;width:19.9375rem;height:22.0625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nfX25e13b6xq3T25xvFHvggLoVEygzMA { background-color:#ffffff;background-image:none;display:block; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container { background-color: transparent; background-image: none; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container > .video-iframe-container { display: none; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row > .video-iframe-container { display: none; }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .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); }#nfX25e13b6xq3T25xvFHvggLoVEygzMA > .row .container { width:20rem;height:90.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glMDIr0uIJg3vRM4vvgGHHcbH0FcQJF2 { width:20rem;height:1.6875rem;top:1.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ppLu5apXgcFsldHz97ZamgqrLCvp0v0J { width:20rem;height:6.5rem;top:12.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ { display:flex;height:auto;width:17.5rem;top:2.125rem;left:0rem;display:none; }
#Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #ychd0nJgf6KZCeohqtDoA9Imvw17TXTX {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #wucZQgSWBT9uSI66JGSmxfm0kzipTs8S {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #UXWZa6tPD1fkTTTuh4S1C6xhfhgC9THH {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #KE8qIWbomHpyg7WoPibOt81Qxn3TX2tx {  }
 }@media only screen and (max-width: 763px) { #Gdy31NvMUBrJZq5ALs5ff8qMNHF4mRtJ #CeSGDppAQmu6RytUbS77PAlk2SQKM7b3 {  }
 }@media only screen and (max-width: 763px) { #nqMLfdm80bL7oPZdNhhq0VcTNUsA5ATh { display:flex;width:2.5rem;height:2.5rem;top:7rem;left:10.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vtMkHTp4WRbsoN5WaJXuqbVZGR3mQkU2 { width:6.375rem;height:1.5rem;top:7.625rem;left:13.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zXDgeLTITeHsQ01vSRD47JL0k5DQClfw { width:20rem;height:0.0625rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnKz32qsW3pOoNMXHT6AVJFW7Kn5gJZX { display:flex;width:2.875rem;height:3.0625rem;top:6.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Lz5rDKNxBAP1NE50QSnfnf3Vwa9uOvyJ { width:8rem;height:1.5rem;top:7.625rem;left:4.25rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ff8FxSyk2E0TwmmQR7uvTv7HuGcIAIu5 { width:7.5rem;height:7.5rem;top:70.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #reC0uhB7LBMi8kL7XksJzXl2rvFePXLV { width:20rem;height:9.1rem;top:79.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nilfsDyxAZ2K5oFbzoImT6TIQUVpckE7 { width:20rem;height:3rem;top:2.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HG5zLpnT0XhSMSyqBuTsrlXWaqxCffOR { width:0.1875rem;height:6.25rem;top:87.03125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rL8DPhcUs9lN7Tk2UPl61noZOBWP1qog { display:flex;width:2.3125rem;height:2.3125rem;top:64.950000762938rem;left:17.6875rem;font-size:1.5625rem; }
#rL8DPhcUs9lN7Tk2UPl61noZOBWP1qog > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #esIF9wLpBTPxEycgI9h2Vm90kGq70wXo { width:20rem;height:31.05rem;top:22.125rem;left:0rem;font-size:1rem;display:block; }#esIF9wLpBTPxEycgI9h2Vm90kGq70wXo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
 }@media only screen and (max-width: 763px) { #Mr1E8SifvPb9TOsbL36OMvyI09r93THz { width:20rem;height:1.3rem;top:19.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kZMQ5UJH4deHRcGcuTBRwuTuZii1zOM7 { width:20rem;height:1.1375rem;top:68.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #huFTeTWBP8CB8yJvP9vKvbIR1tcgXT22 { width:11.8125rem;height:2.4375rem;top:65.575000762938rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBITISe7fpl6HQOHiIbvKxfq4E5y9Qzd { display:block; }
 }@media only screen and (max-width: 763px) { #xKaivGaIwZ5x0OzeT7HILHpBW6rn4Kgh { width:20rem;height:3.9rem;top:54.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IHxWXkM8OZlQVbJNLrdnD5E4nfknNbru { width:20rem;height:5.2rem;top:59.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE { background-color:#bec3cc;background-image:none;display:block; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container { background-color: transparent; background-image: none; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container > .video-iframe-container { display: none; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row > .video-iframe-container { display: none; }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .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); }#uQg8Vd6kz6HURtgfQXQiLhBGcabmkwtE > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZV6MMqSgtLxABwsnh2nFNMwdTtlV3Bx { width:20rem;height:6.3rem;top:3.2999992370606rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15015;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ufgv1LyRXBzizrnv1xwixZfZlrHzfL5v { display:flex;width:2.1875rem;height:2.1875rem;top:37.128253936767rem;left:5.1875001192093rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJMfH9u1n76zFPPsxbxehlg0cWQd0Iy6 { width:7.1875rem;height:0;top:34.940753936767rem;left:8.2500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #sxLeHnnOwXTDgIp3MKuxLOay26QIndJP { width:6.3125rem;height:0;top:37.491535186767rem;left:8.2500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #bUuKtb5uPfAgiLaZJ8ok0IdaWndILt1G { display:flex;width:2.1875rem;height:2.1875rem;top:34.565753936767rem;left:5.1875001192093rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ob55FZTIJIccyl2ZcAQyeKCv0696dcJI { width:20rem;height:4.125rem;top:21.50625038147rem;left:0rem;overflow:hidden;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JRV12RFm5ZUdJoV5sv2WiH0PGXWlK4KN { width:20rem;height:1.21875rem;top:1.4562492370606rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GmnVifnnKXyET6SP4adIqII8DvmIkgen { width:13.4375rem;height:2.6875rem;top:14.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNTvVHUtgcE18Ms78utHl1v6Mou4N2Cl { display:block; }
 }@media only screen and (max-width: 763px) { #o0c8GHKkyZFqTwn4imHEdobG34p7veTr { top:9.875rem;left:0rem;width:19.9375rem;height:22.0625rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A6zBAEqSNxqiOiSiFHF0I9OugZwnOX2A { width:20rem;height:2.6rem;top:10.568748474121rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh { background-color:#ffffff;background-image:none;display:block; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container { background-color: transparent; background-image: none; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container > .video-iframe-container { display: none; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row > .video-iframe-container { display: none; }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .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); }#hCyvl14OTGnZkwEXiCWTdQOkOIx5nhKh > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BalKIcRWs9fMzrahO7tqlUngp38zZMIo { width:20rem;height:3.5625rem;top:0.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QEuJm8JuC2Kq0fULCh0aQ1ExqbrT8lma { width:20rem;height:9.1rem;top:11.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 { display:flex;height:auto;width:17.5rem;top:2.125rem;left:0rem;display:none; }
#kLyWAhOyxNfAtbED89TcERww01IIL502 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #bwsffKtEbHBE3gXMA5IAfe9zJ3nkyD7E {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #Eh8QBDhAsbS9wKy1Fcd45qUNFKJtBOFK {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #bkMUvLirvvoigkKgciqXM1ffdeIa1XQM {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #dVmo3ZIQWvVvOwArKE2GT9gvy3GMCNOt {  }
 }@media only screen and (max-width: 763px) { #kLyWAhOyxNfAtbED89TcERww01IIL502 #TXmEJs1vdkBTKQ0cQaUXk9a4kqiCcdle {  }
 }@media only screen and (max-width: 763px) { #GVKVIVxvgEP2BBz6xKg5gCxK6DXQoUbs { display:flex;width:2.5rem;height:2.5rem;top:7.4375rem;left:10rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #k8BKwuTxzGXoPMP7F4DEWGf4SKBdTClS { width:6.375rem;height:1.5rem;top:8.0625rem;left:13.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XTNB6Fdt1D5II4hHMMTwCRBn5iVTVhSd { width:20rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpE6oFw1WA63iNBdMoGRWcuZ6rrKomqm { display:flex;width:2.875rem;height:3.0625rem;top:7.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #AwprllnlpGIxlWoF7pHaKaNhKoFKc6Th { width:8rem;height:1.5rem;top:8.0625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FWg2anUhlgxrGnPOTzH1fqCmi9TfQEcg { width:7.5rem;height:7.5rem;top:64.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfFqhxrtFgxS5CtypQNozNZUhfeT985T { width:20rem;height:9.1rem;top:73.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BXCBnJLJvit7qXEbTLZ3UveKO6JFrci1 { width:0.1875rem;height:6.25rem;top:87.03125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRnwVmdC8AMEhaHJaA8C5uPu3SDizxPw { display:flex;width:2.3125rem;height:2.3125rem;top:57.53750038147rem;left:17.6875rem;font-size:1.5625rem; }
#zRnwVmdC8AMEhaHJaA8C5uPu3SDizxPw > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #fEFqTIn9QW0zpZTMxd8JAoxT3Hvb4SMP { width:20rem;height:1.3rem;top:21.58749961853rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F8QMLTHWCKb7OwgmWU6KP0Gx1IHMtoyh { width:20rem;height:1.1375rem;top:63.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MaohOIiiUNmpt7w1Tvt6wWRNugETApfQ { width:16.9375rem;height:2.625rem;top:4.4375rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vvz2T6vb0LiLG4V3AsUZpUylSNJGWM7M { width:20rem;height:26.175rem;top:24.574999809265rem;left:0rem;font-size:1rem;display:block; }#vvz2T6vb0LiLG4V3AsUZpUylSNJGWM7M li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
 }@media only screen and (max-width: 763px) { #M1m0LXGVFIzMbJXKMQuF3uAC8TBkH49J { width:11.8125rem;height:2.4375rem;top:59.85000038147rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHyNk8WKihBUTOxGtcwonkuLrEVmLnKa { display:block; }
 }@media only screen and (max-width: 763px) { #DA7fDOnEZe7hRVPsyc3R744f8w7va4I4 { width:20rem;height:6.5rem;top:52.599998474121rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yXpzZuooZw9dbZEsIPaTzmZaT435UDcW { background-color:#108cca;background-image:none;display:block; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container { background-color: transparent; background-image: none; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container > .video-iframe-container { display: none; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row > .video-iframe-container { display: none; }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .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); }#yXpzZuooZw9dbZEsIPaTzmZaT435UDcW > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmaPW3JXugJFHGxpDLWe7xvrz2LyNa0T { width:20rem;height:6.3rem;top:3.9249992370606rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xiRzOLUuixzrMBDO9yahPn7kdsP3Cd95 { display:flex;width:2.1875rem;height:2.1875rem;top:33.128253936767rem;left:5.1875001192093rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #czb3BhG6zC5WsgmB4dTUB6z5t5seNHan { width:7.1875rem;height:1.4625rem;top:30.940753936767rem;left:8.2500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #bxdw071403U8IEZ6TKhylgJD9PzBUXFK { width:6.3125rem;height:2.925rem;top:33.491535186767rem;left:8.2500005960463rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #ueB52UuS8XloTURl8RzFxCTEnvlAmCH7 { display:flex;width:2.1875rem;height:2.1875rem;top:30.565753936767rem;left:5.1875001192093rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEt7uDSCKzLTVwTnncyhmWvF63WV5p6R { width:20rem;height:4.125rem;top:25.3125rem;left:0rem;overflow:hidden;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #uheyUxWtZNuaRzu5KHkl9MFUxc3wduLS { width:20rem;height:1.21875rem;top:1.7062492370606rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nm1bfx3xgtCIHV73bi5QqvvvgfgU2LpW { width:20rem;height:2.7625rem;top:10.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #KFLispzBH8yAFbwsL69CFrVXBUvEwtE3 { width:13.4375rem;height:2.6875rem;top:14.96875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic4MBr87yCOqyDCh35egICvKJ2l1W2Ms { display:block; }
 }@media only screen and (max-width: 763px) { #zA8CfgGJ91VtTMpnX6xT34JAnS4CrgRp { top:10rem;left:0rem;width:19.9375rem;height:22.0625rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yADhXAWoxzSqePwzomoOGmPq6KVJJkfF { background-color:#ffffff;background-image:none;display:block; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container { background-color: transparent; background-image: none; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container > .video-iframe-container { display: none; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row > .video-iframe-container { display: none; }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .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); }#yADhXAWoxzSqePwzomoOGmPq6KVJJkfF > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZceuzxaxI9T7FzBhuADxWQB3H0mhlhsG { width:14.875rem;height:3.375rem;top:4.9375rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fc05LToPCPOJfXV12oSLPGBTSp5rx7rA { width:20rem;height:15.6rem;top:13.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks { display:flex;height:auto;width:17.5rem;top:2.125rem;left:0rem;display:none; }
#lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #Txx5VZaUFQBOuGmoOvKIqSIRTFGNzXf0 {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #kFi7ByBhct3faPpwBP4uCXhINaUTGTaO {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #ate29MZsJif3eJGZ9dPlkOuQzqVbtOrJ {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #qfTO2iE4Rw5MzIc7OPiTmrIus36HBRmE {  }
 }@media only screen and (max-width: 763px) { #lCFLdazKKnO7xWDi5bdx7QpAQziw9Tks #s1VmdpVnwFh9q6Xhg9M5qAvH4ExoLfLf {  }
 }@media only screen and (max-width: 763px) { #PgrBeimP7I3Muk5OqKsMZIObKH4UGWZi { display:flex;width:2.5rem;height:2.5rem;top:1.4375rem;left:10rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #g2s1Iq2H9GnHGlyeZJ5b5ORRLxQ1Mz6u { width:6.375rem;height:1.5rem;top:2.0625rem;left:13.0625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ybm3uQKCLpb7mFUmx8fUfbwwhT61bFTo { width:20rem;height:0.0625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL8Et6NViGbcKDL7TSG8TG0WwZK6xD57 { display:flex;width:2.875rem;height:3.0625rem;top:1.03125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #CHRyPrK0LnHpd3rKe6s5ftd1rlyDv91M { width:8rem;height:1.5rem;top:2.0625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uK678pi19Bsz633O1cLwWXyTPDOt7Rpl { width:7.5rem;height:7.5rem;top:61.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8fWaf0UhTVNDJUkJiFewurbEcbDJs2t { width:20rem;height:7.9625rem;top:70.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L2kv0OrNfLGfVlArPwcHTUR4elCzAgZS { width:0.1875rem;height:6.25rem;top:87.03125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsfoLzrcPT20WbilNTvBQ4ZGbw1xg9QZ { display:flex;width:2.3125rem;height:2.3125rem;top:59.6875rem;left:17.6875rem;font-size:1.5625rem; }
#vsfoLzrcPT20WbilNTvBQ4ZGbw1xg9QZ > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #FzJNFssHS9nSVr1fnSf3X2FHQLM381u5 { width:20rem;height:2.625rem;top:8.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ecaN4yFuJ9zoLCRWM0BZLImXczmpMZ6G { width:20rem;height:1.1375rem;top:59.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #clzxdFwkg8XphZoKbmzc4T00PiTnfBmX { width:20rem;height:17.2875rem;top:30.537498474121rem;left:0rem;font-size:1rem;display:block; }#clzxdFwkg8XphZoKbmzc4T00PiTnfBmX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_46f905c30e9932faf7cfe799a6beaeb504e65415.svg); }
 }@media only screen and (max-width: 763px) { #TCTmRPmIdlSV6NtzklsQtVkQhd0VzySz { width:20rem;height:11.7rem;top:49.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 { display:block; }#mQDnUxllhaSqZvXCgBgDyLKz3xaKTAD8 > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHtheoZpML58RxpqUqA8XdlAe4uJ45lB { width:20rem;height:2.925rem;top:12.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KQPCl1JQM1tM3QxadOAP9WlLWzkzILHT { width:14.5rem;height:2.925rem;top:22.5rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ScEfZJ7NUnNEkKCW6f9wofAGVNrDhEJN { width:17.625rem;height:2.925rem;top:31.625rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DKHGK7lvV1rrOmTtDu5EQnnXFr15BFcU { width:14.375rem;height:2.925rem;top:42.4375rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1RRRQyNLrfeHmmaSCNvJBrcFsZanm7 { display:flex;width:4.0625rem;height:4.0625rem;top:17.6875rem;left:7.96875rem; }
 }@media only screen and (max-width: 763px) { #ipwys8UfkHzEAAZZNLBdwUHM2Fc9Z7Ie { display:flex;width:4.4375rem;height:4.4375rem;top:26.25rem;left:7.78125rem; }
 }@media only screen and (max-width: 763px) { #T7xUVghUv7OarIMBvHyTkItyrTuuJZCi { display:flex;width:5rem;height:5rem;top:36.875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #zPOifqCozPVego4ThbPecAuCe8uQ75aP { display:flex;width:4.5625rem;height:4.5625rem;top:6.625rem;left:7.53125rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #EodlHVIZTHVezBHDlmNz7m7gH0kNu6ol { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh { display:block; }#UF4mqggI9k92lHvgxU3Co8Dv3TCJk5Mh > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CysrRIRsWybBRSGWxPqrDgddmXOWT46U { width:20rem;height:1.575rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF { display:block; }#WTfUpRDgCZkfhGgUb34SPAg7p4lTS6EF > .row .container { width:20rem;height:117.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmNL4Q7L38arMTQnhioJsmcbViDArEFq { width:20rem;height:1.625rem;top:0.59062576293945rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:14999;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L6l6PtSVoVOl4PRJLSLVVIovRc0KZDUT { width:17.75rem;height:0;top:68.937484741213rem;left:1.1875rem;font-size:0.625rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #iDmEeBVNKsOCS657PisXUd6lMfOJp70L { width:19.875rem;height:2.6rem;top:2.8656253814698rem;left:0.03125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z1yzmvoTXJmyS5pHgdQlJbLyu0DC3qpo { width:20rem;height:46.875rem;top:22.7041015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0PmmZxqXD2W0kODXWxNTCrwvAuPrN5G { top:20.849609375rem;left:0rem;width:20rem;height:46.875rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .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:2.25rem; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .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; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-checkbox { width:0.8125rem;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; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-size:0.875rem;overflow:hidden;height:auto; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-container:first-of-type{padding-top:0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-container:last-of-type{padding-bottom:0;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8  { width:17.375rem;height:auto;top:5.4656257629394rem;left:0rem; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 {display:block;}#coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 { width:17.375rem;height:auto;top:5.4656257629394rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #diPAaGvSnNtOT73Q7zDc0y06T0bQJAX3 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #T3KdkRckK8kKXmk67tqQJwKGF6GhrzJH {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #H69BCsDDZ1QG7QRhynw9uvBxVztTFxcv {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #LNVRVJ5xsFggfJvQXD2EixLTXzelCNdm {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #EzsRMtW5Mxo5vkJ7ZEEXKi6LpWFIPvEE {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #l1Pg0vS9iEgO0GlE3OwC8xPnsvhzIdFd {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #vX5ZcsA85uyTdSE427gD2g9aOswyfBfu {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #miH59t9GVWvggu7f5TbqPVs9x0h0aNHJ {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #I29Ftii5HeoTXlQUP16GhJrMcLw6ZSSR {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #HzB9zRK5vQNxE3hAtD12niepN6mnwsFF {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #A78VIgR0cFAWMd1ZT9IXWMkVbMGq4Cvl {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #eqB7bwZfWVJK4HMsxeo6eHpngWxzI9E0 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #uBJfDZrmTkWVeIHntErCim6CrcqVOHxk {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #zH87JfaA3EmNSLCTSRkfLCStDhpLdJPm {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #mHVq3B0rb4cbsgJXu59hxhgfR6UDoK7n {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #cuJt9dirCDgNer5XbIFvDa6h4ZTBbeGW {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #wVpUbOH5E4MEo2USS31WXBQp6uPLQ2Vk {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #TAxvZLigKBpHPl6wThHypSHZ8rQPP4i8 { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #dtO9d7MFA5KzsmqXi9TtJ8gghWkD1Mle {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #SNqPD30TByZApuvgFF5OVX04HQOi743x {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #AXRAMohuSqUDc8lk8B5dcJaT1obPe3EK {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Kyn1eS3ps6TyJ1NCoRGKuvPsmfQCvw1T {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #tdqkxcrwNa1OQ6D4JXUaRsZ6DxPs0LgI {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #m6rbR4gHC8PfhZR6NUgFglhmlQ59281s {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #NkM9pncoGCbmLAakH9afTOI2zyxNomXm {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #eavbtww9XAvKXRQ4U1Xr3ALM067ylTFq {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #leSfP2Ln6Cr4gOsek5IZl2Te7ragUEKA { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #z3vW2agRfxdHJR9B2vNCaWJMa3T74QDD {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #c0hwOGFwTIqWcilbxdopQtg8b2xhDhuQ {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #QGpymclKGoi22ASJn5Vazi9UoE7JCK8h { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #oCvP8dXZmQbKsl4Tiw4um56k5z3i3bCS {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #t5JKrm6iOh1Kd52UsoeWHO7d4N3alTVN {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #vQHaWTUAO2yDd88yoJPFDQ6BACeVmnnw {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #tFIunvuEUggyTih3k4eruiSTJxTdpTou {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #mTfoBTto36zoQgV0Trm5QOAcyZ290EgX {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #XuUXm8h9PT6eci1rriN8snk4hvTk44Jg { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Jbr9EbDEU4BlHKzd4s07ksDTq8igEnHu {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #FR5ewCTVHwamKGpiqoDB8pZiGKs02d0r {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #qKuM7mpFSySl6fv2UtkEXxX3WirEaOLx { display:none; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #BPJm8VFacuGexys5imzFLG23Hsu5PsDH {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #S4UnXE4Ut65fWAwKsTZCXIcqubEFqJUV {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #trMG0ffFAycb9prgePEqgai8GtkKIZbD { z-index:2; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #xMxVsRoxtPmca4fOE6U5wWgSy6tVTuNN {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #abAgt4zW47rGyVlzytQTZsTHe1f0lfHM {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #x7lLXQq7bsHsNrDRwucDUc8ak56GF8MS { z-index:2; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #XIcLUuKyxUpBHCyHzEU5K1hkVFNXB3yT {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #z1EGI0M2Gtd4QovQlMvnxymzwqpnMyTh {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #pJ6snhfuNytFSOhQR9W9zzp3VCZUCStV {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #U0TLCW0wJKmZKDfofJXPTiNsTQh61V43 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #KpmrkI19GTgXNyzMCBKNTOH7IIScenhz {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #LCrIAhfmBH7cSAcO2zTA0gqR90ztMLkX {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Nys7nkXdB9RZ2HvyZcDpIB5TWntG22q3 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #X5LGGEetIq0N1KG84ci4taunLKPbhkSz {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #IqJ9iVWq6am7SlwaC3yERVxekkgw3mQ4 {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #BTRWccTp7SupLsTkgXnk000bAndrDLZe {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #Sk2HJFxT4Lbr45B6oXJtsd8P75rLB84F {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #UgF9lr20ws9IM8QUiPkivaTIaw53LZkf {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #s0MJpyN32u8MbdmLSVVQFnBGeTtp7piW {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #J9IyTQ4zghn4mhcPWUtFS7LFJEZdsC3l {  }
 }@media only screen and (max-width: 763px) { #XAwIcZqdJfqlmDDApvK2e4ORskJKyPVz { display:block; }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #m8haPymOUlrdF81S7QbKVFrAzAIhO6Jz {  }
 }@media only screen and (max-width: 763px) { #coLCHJQKTvpn7rMTJhSS4EdeEfWEI8y8 #PK15hXBd7PAsDxo0Odf0kTOz8XbL2DRA {  }
 }@media only screen and (max-width: 763px) { #f0uie0PLeUEkaAn8Kx8QpHiT6qZxPTSL { width:19.875rem;height:94.0625rem;top:22.074996948243rem;left:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #LPC8mrxONSKgzplunGxb2Fck29HOT18h { display:block; }#LPC8mrxONSKgzplunGxb2Fck29HOT18h > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zvn6lcMTgI37s9LoTp3xm2zbEsH1kNaQ { width:20rem;height:1.1375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2fMTWeITZ4Ccv5McSbnlq2N4iBz4kBZ { width:3.125rem;height:3.125rem;top:3.125rem;left:5.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT1u4BXyGlKtcAoA7iILoK6IQMTyZqR5 { width:3.125rem;height:3.125rem;top:3.125rem;left:11.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsk822Is9xA7xrCNOMIXBTv68hOgCmNK { width:9.6875rem;height:0;top:7.125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #PGA1yKfryEW0EWryd8eisXGwMcmUooTE { width:2.5rem;height:2.5rem;top:8.875rem;left:5.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzpaM6A5F7htxaF3QpPsP8QVx9Rvgenb { width:6.0625rem;height:0;top:9.5rem;left:7.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #laIMRs4a6RSvtellIkP7tr2tefCy59Bz { width:2.5rem;height:2.5rem;top:11.375rem;left:5.375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #icscpZKx3feqsKsiyfBMiiLdTyJBAMyd { width:5.75rem;height:0;top:12rem;left:8.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #Z8KycpNHpTUFsd7XzLWgzPbseTyC5QvQ { width:1.9375rem;height:1.9375rem;top:3.71875rem;left:9.03125rem;display:block; }
 }