.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,242,217;--color-primary-1:254,211,129;--color-primary-2:252,166,2;--color-primary-3:126,83,1;--color-primary-4:38,25,0;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:51,51,51;--color-tertiary-2:39,39,39;--color-tertiary-3:3,4,4;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cfa476bf-efd3-4764-a0aa-798906eeb39a/HEADERLAN.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;overflow:visible;position:relative;display:block; }#hQhKtanibX8s6M5qgDKwkE0ToWA0u3wd { color:rgba(var(--color-tertiary-0),1);display:block;width:57.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:3.8999rem;font-style:normal;display:block; }
#DHZETL2kyBLWbLaFsblLhrRTlmJpmSLe { color:rgba(var(--color-tertiary-0),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.68701171875rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#dyHIuJV3BP15pIGeidGTWANVaVPTEwK5 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:30.5625rem;width:20.875rem;top:16.5rem;left:0rem;display:block; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-form-header {  }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:#19232e;width:16.0625rem;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;font-style:normal;overflow:hidden; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #787578;border-left:0.0625rem solid #787578;border-right:0.0625rem solid #787578;border-bottom:0.0625rem solid #787578;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:16.0625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:roboto;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #787578;border-left:0.0625rem solid #787578;border-right:0.0625rem solid #787578;border-bottom:0.0625rem solid #787578;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:16.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:roboto;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .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:16.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .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; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:rgba(var(--color-tertiary-2),1);width:16.0625rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:15rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .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; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-container:first-of-type{padding-top:0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-container:last-of-type{padding-bottom:0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:1.15625rem;top:23.625rem;z-index:15016;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.0625rem;display:block;vertical-align:top; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT {display:block;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:1.15625rem;top:23.625rem;z-index:15016;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #HM4uvcuRbn1x0UeoKTf1CxCOmxN4K5HN { position:relative;z-index:1; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #RZPK56Ta6i9MzTuTTI0rP0Ws69KN6B0i { position:relative;display:none; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xw8R1RtOpEdaItHwD7wRnAymJtb5ncxo { position:relative; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #leTurr74xBngAb0V1d2pRq4zkZ5NNbq3 { position:relative;z-index:1; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xpH2NAMveIy9VJ1TNsUlXO09ELfIvIKT { position:relative;display:none; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #hKZghsKmg619ZaLVdh1Uq8F1rXFxtCCE { position:relative; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #gd7AlhoGqxskAxmt8xyDfwGuLSpEOgz9 { position:relative;z-index:1; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xh1rTIb93LaiKbibgxvaERdc4lSxX1U7 { position:relative;display:none; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #tmJwyAxbgXh5TFS0Xe1XMoXXoqlTRmFE { position:relative; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #PyxZWqCz3sfZMK9RvA9IPrB0NBJUHKWG { position:relative; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #h4KbPA64Zkufst9thTwqEGehyaa8hAh1 { position:relative;display:block; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #eTXib2aISILSHOwx9SH1sT37TgapMQnS { position:relative; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #XQISLwIo7p7gkmlmc6bTZuTarlyqDhd6 { position:relative; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #dzllS6aTtJWPTeQ2dJvTVdn27G0J5la8 { position:relative;z-index:2; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #lZav4Bkcsu5ohGRLhaSdVti8qwKJTQZg { position:relative; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #iLrQ5VoSDDIqTMh6vXfEqcHZqhV9gaHf { position:relative;z-index:1; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #HkeeUmUBzgUfqnaMES74983EL94ftK5m { position:relative; }
#JGyLDxD93XO8phXux7UKPw6oDZTQnbwN { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:20.46875rem;left:2.3125rem;height:2.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nxuTiltLmPiSVTpyC7UsIoM5twiKNTm8 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:20.875rem;top:15.562133789062rem;left:0rem;display:block; }
#apaWIZGyGcJ5cRU9zf16vesOwt85KXKg { color:rgba(var(--color-tertiary-2),1);display:block;width:18.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.499633789062rem;left:1.279296875rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heflAroFxXN6cJp8JTsZdfwIS4U2zO73 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.311625rem;width:21.998875rem;top:17.874145507812rem;left:29.910278320312rem;overflow:hidden;display:block; }
#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/dj5sv6JN/05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI.adaptive-delivery-prevent-bg, #bsUpzutoIoLDM2GonRtAM2RV38TAmCfI.lazyload, #bsUpzutoIoLDM2GonRtAM2RV38TAmCfI.lazyloading { background-image: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container { background-color: transparent; background-image: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container > .video-iframe-container { display: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row > .video-iframe-container { display: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .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); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container { border-width: 0; border-radius: 0; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#p2wxOKNSD5n0Q7tJSXyuI1QTMgTV4GSE { color:rgba(var(--color-tertiary-0),1);display:block;width:56.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.67822265625rem;left:1.75rem;height:9.0175625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR.adaptive-delivery-prevent-bg, #OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR.lazyload, #OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR.lazyloading { background-image: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container { background-color: transparent; background-image: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f9f9; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container > .video-iframe-container { display: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f9f9; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row > .video-iframe-container { display: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .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); }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container { border-width: 0; border-radius: 0; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#ZTcfWHDSnW2TIUdlumNAIRAHRimMb7mI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:0.625rem;display:block; }
#X5TyScXRX4z2DSvSHimQOZLJBgTMeJa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqFiVPGewVbpvu8TlTRnXlK8POEtqDKo { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:1.875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBWdUPKytSuXUzKZFiKUV9wH2mr90aay { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:20.625rem;display:block; }
#mp6OeGCWTDJSz75fV6kqQzypEgxzX4VT { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.875rem;left:21.875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SaBMiXFeTNM7ASMla8PGriJTUIg1eelm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnx282dguCs8ieyH12RB8EefTuTAkfKe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#q5D3wi4IaieITeAMbdxPiywUyROD7Ga5 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.875rem;left:41.875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#luExFb3CeaJ3tavQpClnr8y7C6Huizx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tOTerrhbkEmykoaEMUuPMC7pFO4qeZhd { color:#090808;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fxN8T9L8BTDaaW9sx0GkyWUM12OBFsNi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.96875rem;left:11.125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XJ3vEfO7VWZ4GcMvgghQIQxO1JBOgxnT { 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:15012;opacity:1;top:12.9375rem;left:8.4375rem; }
#tWuIJz71CXqzLqdJ6mZELOIVq7Wlgff4 { 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:15013;opacity:1;top:13.274047851562rem;left:29.16015625rem; }
#s4TGokXfVPbkDkvicXlcAyoiyu9vB5U0 { 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:15014;opacity:1;top:13.602172851562rem;left:48.84765625rem; }
#x34TtU2FilQXaBGDQxT6uySuHagSeSCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn.adaptive-delivery-prevent-bg, #x34TtU2FilQXaBGDQxT6uySuHagSeSCn.lazyload, #x34TtU2FilQXaBGDQxT6uySuHagSeSCn.lazyloading { background-image: none; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row .container { background-color: transparent; background-image: none; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row .container > .video-iframe-container { display: none; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row > .video-iframe-container { display: none; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .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); }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row .container { border-width: 0; border-radius: 0; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#nx0Si0mDToxd1XFhRrtFE5ly9dLbMy11 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.46875rem;left:0rem;height:3.00598125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.adaptive-delivery-prevent-bg, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyload, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyloading { background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { background-color: transparent; background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .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); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { border-width: 0; border-radius: 0; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#pPEMF673Rt1h19nTRUOuBEBkPboxMBKO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:40.125rem;width:18.875rem;top:1.71875rem;left:10.405883789062rem;display:block; }
#yp8EscKAA4gPcTpaAIAV7C9xAuOtJQIG { position:absolute;display:block;z-index:15001;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.4375rem;width:18.8125rem;top:1.71875rem;left:10.404663085938rem;overflow:hidden;display:block; }
#bX0MNgHNToy0D1kS1Di1AdgVDyHNCb8b { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.974609375rem;left:11.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FF0qTgfRBsZm9lXcEyyDbC1egOTUVTI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.39990234375rem;left:12.34375rem;height:6.822275rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pFBJVyr8nPkMtpavPUsKIAoh94TgFiJS { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:40.1875rem;width:18.875rem;top:1.7498779296875rem;left:30.687255859375rem;display:block; }
#JnN3KTGwTNdzaVndb7PrHhdsNPE9gT9s { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.399536132812rem;left:32.62451171875rem;height:5.8476625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#MhwqZeTfDWPgOaEWtaPppqi0M2m47l6q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.974609375rem;left:31.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8Z0pfBe1QZAwMhMPlVbkHyPDg3bo3mi { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:18.875rem;top:1.781005859375rem;left:30.687255859375rem;overflow:hidden;display:block; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .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:#e3e3e3;background-image:none;vertical-align:top; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .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; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.75rem;height:auto; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .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; }#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-trigger.adaptive-delivery-prevent-bg, #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-trigger.lazyload, #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-trigger.lazyloading { background-image: none; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR { box-sizing:content-box;height:auto;width:16.3110625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:rgba(var(--color-secondary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:22.247314453125rem;left:10.43701171875rem; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #Z8tq1qTtnl16WMUhR5mnRpqTMmtifR9T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #fbzf3zxOeewzXs0hw8kIGqV8ul3cPe2C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A { display:block;position:relative; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #ewgB2VMGn6yZHeeI5qkIyqE9tqG7zhuk {  }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #kBWnPWVMQcSnc9ExuvtyJTCNqzdzPeHz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #KkN5hzKrOs1VEsSOPflQzMg98lMoK1pF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms { display:block;position:relative; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #siXXZoJLdx9JOHFgM8aF81ecX1NZxgyD { display:none; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #xPlfLZKwcd6KKUZH1MosrHNn32XkJ1yv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #uhVsIxgWGVTZR5aJrLcmS3my9F2MhBxa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #KyfmkIRlP2rqqizuttZBHmTrLbTdvupk { display:block;position:relative; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #U8nDsmsqpvpUPLiZ9iasGpv42UnSmJNZ {  }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #psm2o0ppBrI4tihB89oOGZVWLmLLgPTU { display:none; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .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:#e3e3e3;background-image:none;vertical-align:top; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .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; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.75rem;height:auto; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .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; }#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-trigger.adaptive-delivery-prevent-bg, #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-trigger.lazyload, #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-trigger.lazyloading { background-image: none; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ { box-sizing:content-box;height:auto;width:16.3110625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-secondary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:22.247314453125rem;left:30.718383789062rem; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #qK9s9baeTkMTOoaInygnzTUvZ5rL5U2w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #qHzPeDT7K1VuGDVh2t9gfnsJ7MBGE7qV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A { display:block;position:relative; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #KThRlmDnpdQne5dK0HkO1XyTPVf9hh7n {  }
#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD.adaptive-delivery-prevent-bg, #r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD.lazyload, #r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD.lazyloading { background-image: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container { background-color: transparent; background-image: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container > .video-iframe-container { display: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row > .video-iframe-container { display: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .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); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container { border-width: 0; border-radius: 0; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#NX9JVoOKr75zcazH1Q399D6y7HcvPiWG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:37.25rem;width:18.875rem;top:1.71875rem;left:10.405883789062rem;display:block; }
#FxLa4ztwSmtLxh0cTFQbrFD0bs44l3aH { position:absolute;display:block;z-index:15001;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:18.8745rem;top:1.71875rem;left:10.404663085938rem;overflow:hidden;display:block; }
#H5kwIIdmb7BTB6znuPJXrdnIIXaBqGI1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.974609375rem;left:11.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URtUuEASTzp934AfxXv6mGuMdvd5JXVR { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.77490234375rem;left:12.342529296875rem;height:6.822275rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#D0MzThRk5iobLEr6KRKqOekrBv0d3xuG { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:37.375rem;width:18.875rem;top:1.7498779296875rem;left:30.687255859375rem;display:block; }
#iuZAopShnNwySW2NIkw21N7Zmsk1SftP { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:16.77490234375rem;left:32.623901367188rem;height:4.87305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vJ07H9upIH4PTMVDUBwnwVJnsowtb9gK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.974609375rem;left:31.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHfqLOk3Tb98DMQ6SzeJnCETExtdPDC3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:18.937375rem;top:1.71875rem;left:30.654296875rem;overflow:hidden;display:block; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .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:#e3e3e3;background-image:none;vertical-align:top; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .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; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.75rem;height:auto; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .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; }#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-trigger.adaptive-delivery-prevent-bg, #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-trigger.lazyload, #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-trigger.lazyloading { background-image: none; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av { box-sizing:content-box;height:auto;width:16.3110625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:rgba(var(--color-secondary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:23.567504882812rem;left:10.43701171875rem; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #i6ie2Fbe3FytSCbIv01UyR1PBKZ3wQvW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #f37QqdJsfSuLUrSAr0doDIVoxtrn5h6Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A { display:block;position:relative; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #xvlTiteHkM6KgT3f6Z1eIb0Ppmbs12bn {  }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #mBszhPR5WDAgATPby5keJMUhvSFr7LHC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #QnA406ViSquPI1IOKHso6x7BBX31lA4Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms { display:block;position:relative; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #VeT57qedkicOC5xcOqkkcBPQeDiRd4FU { display:none; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .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:#e3e3e3;background-image:none;vertical-align:top; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .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; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.75rem;height:auto; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .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; }#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-trigger.adaptive-delivery-prevent-bg, #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-trigger.lazyload, #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-trigger.lazyloading { background-image: none; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz { box-sizing:content-box;height:auto;width:16.3110625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:rgba(var(--color-secondary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:23.567504882812rem;left:30.718383789062rem; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #dEf7WULRy89TQKxiWpyHh7bEPi2t68tA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #MhGXuOSTQdpi4nm7XaCJfHcFOOkvvx4h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A { display:block;position:relative; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #bLlbeoenPyEMEf9Zy6GWepv4FA3GJLHd {  }
#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh.adaptive-delivery-prevent-bg, #VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh.lazyload, #VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh.lazyloading { background-image: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container { background-color: transparent; background-image: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container > .video-iframe-container { display: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row > .video-iframe-container { display: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .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); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container { border-width: 0; border-radius: 0; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#zvtx0kdSCzEWq3elA3FuzCDVcencNfdN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:37rem;width:18.875rem;top:1.8125rem;left:10.43701171875rem;display:block; }
#n7Z1M1HGebdlBmfd2nBgdMKiXpOmrNTS { position:absolute;display:block;z-index:15001;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:18.875rem;top:1.8125rem;left:10.43701171875rem;overflow:hidden;display:block; }
#BPp2hXcugZMbOsdqV9WpPlhI004qRpyI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.953125rem;left:10.28125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybAXPPdgQmllv1yvOiwLeZOmkiHPdncW { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17.388671875rem;left:12.37451171875rem;height:5.8476625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .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:#e3e3e3;background-image:none;vertical-align:top; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .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; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.75rem;height:auto; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .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; }#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-trigger.adaptive-delivery-prevent-bg, #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-trigger.lazyload, #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-trigger.lazyloading { background-image: none; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis { box-sizing:content-box;height:auto;width:16.3110625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15026;background-color:rgba(var(--color-secondary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:23.8095703125rem;left:10.46875rem; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #lQ52csgnhFwTSIFEPeIu7RoAaGz2pTJT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #qzaSQ8cfRrSVZIJyO4bQJJ5MEtUdn7SU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A { display:block;position:relative; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #DRDO6fEVCxQSdWnt1c3E04i3aXRzPhfU {  }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #XBlRW1kHm41TsIcCOl5TtMBTeAGATVTG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #TcJq2ey3kidcrA3DeqiGVJsUpFOm1eiH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms { display:block;position:relative; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #zkQwZnBc9ux4TdOpOrAbdJAeKPAIdVt8 { display:none; }
#aaA7NL9oAyTfRhyBLFIeB58e04oLliBH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:37rem;width:18.875rem;top:1.8125rem;left:31.37451171875rem;display:block; }
#BCDppwJbz6fVTpdVU1TziJUOxrBI0Lap { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.953125rem;left:31.37451171875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9zT9Kn5cX8mg5LhTXl177ynIrDe6qzN { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.388671875rem;left:33.31201171875rem;height:5.8476625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .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:#e3e3e3;background-image:none;vertical-align:top; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .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; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.75rem;height:auto; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;height:auto; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .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; }#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-trigger.adaptive-delivery-prevent-bg, #OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-trigger.lazyload, #OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-trigger.lazyloading { background-image: none; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn { box-sizing:content-box;height:auto;width:16.3110625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15027;background-color:rgba(var(--color-secondary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:24.9423828125rem;left:31.40625rem; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn #pRJ4Gax1PtuXnCBUr5ABFee6WPytB8rd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn #oaWT3laKPq5vh0vGdB3OqrT4CmRszviV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn #mNKRFA5WmSrtDVROLqO6Aua82PJ7FXx4 { display:block;position:relative; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn #DKuxkN5LlL4f5R7hISDyvS1WTkIyH2St {  }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn #zB2u8Musp0rSOJXhMQn50XKoN46su6iS {  }
#hBUx5k90NVnIQIfTKTmFXps8gvyyalTn { 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.5rem;width:18.75rem;top:1.8125rem;left:31.49951171875rem;overflow:hidden;display:block; }
#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/nea0E6fZ/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD.adaptive-delivery-prevent-bg, #ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD.lazyload, #ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD.lazyloading { background-image: none; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row .container { background-color: transparent; background-image: none; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row .container > .video-iframe-container { display: none; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row > .video-iframe-container { display: none; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .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); }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row .container { border-width: 0; border-radius: 0; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#VoGw8EETpF2P54Z1JTUT5bDwBPTLNTd6 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.24658203125rem;left:0rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/4u778l6a/03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.adaptive-delivery-prevent-bg, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyload, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyloading { background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { background-color: transparent; background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .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); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { border-width: 0; border-radius: 0; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#NU82bZebpbP1Eh2Gw43G3OtKGevuNQ3k { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:2.0625rem;display:block; }
#hEPpI5eoVg13n6EosdKEu1DJakW4Mdg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.3125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8dbTPu4svWfWGsKNGL2IfTfdlEfNfAQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.5rem;left:7.3125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZKazAwLZTIWxCccf0APeQAmGwkMf8Vl { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:23.6875rem;display:block; }
#S3WddXVvbgUgu6qJgT8UhJ25DgB7IbkK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yx1o8PeefxnUxRwzUNGPOusDh4CqrKPa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.5rem;left:28.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v4IdMxOtBOdsMEpH1NXZEX64aBawFLqa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:8.2415771484375rem;left:48.063354492188rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHk8xWTh1MgbPomBIHlOHkq4uDrcqHVt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.5rem;left:48.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQVibauNgsith4MQ4MOvKRKkzkoZg1aG { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:4.8125rem;left:43.1875rem;display:block; }
#qkCLEflp4gFNL8gsofar5rxXytUUuLtF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:5.59375rem;left:3rem; }
#c6k52UdpZPiwINz03ynThQ67tJNmmGzA { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:5.59375rem;left:24.625rem; }
#w7ITqMdXekd7Jr39qXcvN8S56wPEEiWI { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:5.375rem;left:43.90625rem; }
#n590qDct2QPrZth72ho5TAyfOER23xik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2wpUMB56/04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik.adaptive-delivery-prevent-bg, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyload, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyloading { background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { background-color: transparent; background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .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); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { border-width: 0; border-radius: 0; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:18.25rem;width:33.75rem;top:6.1875rem;left:13.125rem;display:block; }
#Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.625rem;left:15.9375rem;height:2.84375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.9384765625rem;left:16.46875rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw { position:relative;display:block; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw { background-color: transparent; background-image: none; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row .container > .video-iframe-container { display: none; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row > .video-iframe-container { display: none; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .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); }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw { border-width: 0; border-radius: 0; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DFecOSPLBwh2bwyORRWBmepoLqPkvWNx { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.56201171875rem;left:0rem;height:6.44925rem;font-style:normal;display:block; }
#gvwVuymDWXu9zx2KR1ofgak3sbEPBceA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10.625rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#AkR2W3gRalvEsXoZWktfktTeLUMMNeCf { 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.25rem;width:14.5625rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
#i6Kh3TywP3lCZvVkbfBd03P2JcRvmKoK { 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:14.125rem;width:14.5rem;top:16.0625rem;left:15.1875rem;overflow:hidden;display:block; }
#iitTDzlJtbNfSuaHO5NGh7PZB9ey8tOG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.5625rem;top:16.0625rem;left:30.15625rem;overflow:hidden;display:block; }
#ItizRd49KbZP4iMkOH4oHU5RgFpvPsHt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.5625rem;top:16.0625rem;left:45.3125rem;overflow:hidden;display:block; }
#eHUMsrxIaIzmQ15UReh83ZGI04JVZnMm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.5625rem;top:33.4375rem;left:0rem;overflow:hidden;display:block; }
#Tdz9gW81mRo2MnT52PwgtgrC4Tol0kyi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.5625rem;top:33.4375rem;left:15.1875rem;overflow:hidden;display:block; }
#xrduU9RM3rFd0I5IQkXTxiHo2SPGtmF0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.5625rem;top:33.4375rem;left:30.1875rem;overflow:hidden;display:block; }
#ZJETvW86m1e48gloqvTBLXITIezRGCQT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:14.5625rem;top:33.4375rem;left:45.3125rem;overflow:hidden;display:block; }
#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/PqRvLsjD_TU/unsplash/saad-salim-PqRvLsjD_TU-photo-1533378890784-b2a5b0a59d40.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.adaptive-delivery-prevent-bg, #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.lazyload, #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf.lazyloading { background-image: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { background-color: transparent; background-image: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container > .video-iframe-container { display: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container { display: none; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .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); }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { border-width: 0; border-radius: 0; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { color:rgba(var(--color-tertiary-0),1);display:block;width:53.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.6875rem;left:5.625rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sRoniSFwtKqVECJQ6UkNJr7znmWlcKhc { color:#8e8e8e;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.6875rem;left:39.90625rem;height:2.4375rem;font-style:normal;display:block; }
#mXlfbb037kqsn8F3cgtTFcVH41Lb6xoe { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:20.875rem;top:11.6875rem;left:37.5625rem;display:block; }
#HTlhR8DLKD1w0cLwq5RdTSFfTMdFgSI2 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:12.59375rem;left:38.71875rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1KHlRNCoS6k0hZx1Lkw1FQJ5JCxV8kM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0.4375rem 0.75rem 0.875rem rgba(var(--color-tertiary-4),0.14) ;height:27.5625rem;width:20.875rem;top:15rem;left:37.5625rem;display:block; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-form-header {  }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:#19232e;width:16.0625rem;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;font-style:normal;overflow:hidden; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #787578;border-left:0.0625rem solid #787578;border-right:0.0625rem solid #787578;border-bottom:0.0625rem solid #787578;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:16.0625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:roboto;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-text {padding-top: 0; padding-bottom: 0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #787578;border-left:0.0625rem solid #787578;border-right:0.0625rem solid #787578;border-bottom:0.0625rem solid #787578;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:16.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.6875rem;overflow:hidden;font-family:roboto;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .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:16.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-select {padding-top: 0; padding-bottom: 0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .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; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:rgba(var(--color-tertiary-2),1);width:16.0625rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:roboto;font-size:0.8125rem; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:15rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .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; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-container:first-of-type{padding-top:0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-container:last-of-type{padding-bottom:0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:38.71875rem;top:19.0625rem;z-index:15017;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.0625rem;display:block;vertical-align:top; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc {display:block;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:38.71875rem;top:19.0625rem;z-index:15017;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #AcCMv04Mc3EzIoZMnRgXqkyVUzokhkng { position:relative;z-index:1; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #KQRmrWiGniBgLTTrNfuMenmCN0CcktZw { position:relative;display:none; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #AaPTr8NMQkT7W0kfndsoi4bHXThsTrxD { position:relative; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #cDRdgWhZdIovw3s9zu7f9aStXtzIUPN3 { position:relative;z-index:1; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #oAO5Go29Cr815bFa2De5uqfTbPg5fr2n { position:relative;display:none; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #PXqNvwcHTlUmnNZ797yEzDCxTEV5kGHC { position:relative; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #drQ8laTvInKkZHhRHASoDlILZFb0p8TI { position:relative;z-index:1; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #GNmy1GvaHWM6QMRZR1OQh56QBEsmrsfv { position:relative;display:none; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #nq99d8Ry9FpJHsm5z2lNcP4eLPb6ZP9o { position:relative; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #wTaQA6ThscFwTLTZJufr3CHq6BRlvT7P { position:relative; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #yD7gHBfeNPvCMdAXo6GlTb4LSQOvhN1T { position:relative;display:block; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #vAO20wTvfrgT7KL3BWztAW4KaNXw8we2 { position:relative; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #dQN3PpUzW0H9emaMlNsyTqTV4oP2Kblh { position:relative; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #DcSZyOqtXxOG4bMTg7PErdO2FxG1KC4T { position:relative;z-index:2; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #bWViVDClEHHBo7886C3LuTAhLiKAiUL3 { position:relative; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #EAyyiCmfFkzW5Ou0wPnnfzoG9q98eMK3 { position:relative;z-index:1; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #NAteall6XvTzRSar8nBAncdmDTXBcdOZ { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQhKtanibX8s6M5qgDKwkE0ToWA0u3wd { width:47.75rem;height:3.875rem;top:6.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHZETL2kyBLWbLaFsblLhrRTlmJpmSLe { width:47.75rem;height:4.0625rem;top:11.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHIuJV3BP15pIGeidGTWANVaVPTEwK5 { width:20.875rem;height:30.5625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT  { width:16.0625rem;height:auto;top:23.625rem;left:0rem; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT {display:block;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT { width:16.0625rem;height:auto;top:23.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #HM4uvcuRbn1x0UeoKTf1CxCOmxN4K5HN {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #RZPK56Ta6i9MzTuTTI0rP0Ws69KN6B0i { display:none; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xw8R1RtOpEdaItHwD7wRnAymJtb5ncxo {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #leTurr74xBngAb0V1d2pRq4zkZ5NNbq3 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xpH2NAMveIy9VJ1TNsUlXO09ELfIvIKT { display:none; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #hKZghsKmg619ZaLVdh1Uq8F1rXFxtCCE {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #gd7AlhoGqxskAxmt8xyDfwGuLSpEOgz9 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xh1rTIb93LaiKbibgxvaERdc4lSxX1U7 { display:none; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #tmJwyAxbgXh5TFS0Xe1XMoXXoqlTRmFE {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #PyxZWqCz3sfZMK9RvA9IPrB0NBJUHKWG {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #h4KbPA64Zkufst9thTwqEGehyaa8hAh1 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #eTXib2aISILSHOwx9SH1sT37TgapMQnS {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #XQISLwIo7p7gkmlmc6bTZuTarlyqDhd6 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #dzllS6aTtJWPTeQ2dJvTVdn27G0J5la8 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #lZav4Bkcsu5ohGRLhaSdVti8qwKJTQZg {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #iLrQ5VoSDDIqTMh6vXfEqcHZqhV9gaHf {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #HkeeUmUBzgUfqnaMES74983EL94ftK5m {  }
 }@media only screen and (max-width: 763px) { #JGyLDxD93XO8phXux7UKPw6oDZTQnbwN { width:16.25rem;height:2.4375rem;top:20.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxuTiltLmPiSVTpyC7UsIoM5twiKNTm8 { width:20.875rem;height:4rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apaWIZGyGcJ5cRU9zf16vesOwt85KXKg { width:18.25rem;height:2.875rem;top:16.4375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #heflAroFxXN6cJp8JTsZdfwIS4U2zO73 { top:17.8125rem;left:23.785278320312rem;width:21.9375rem;height:21.252167369354rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsUpzutoIoLDM2GonRtAM2RV38TAmCfI { display:block; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2wxOKNSD5n0Q7tJSXyuI1QTMgTV4GSE { width:47.75rem;height:9rem;top:5.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR { display:block; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTcfWHDSnW2TIUdlumNAIRAHRimMb7mI { width:18.75rem;height:17rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5TyScXRX4z2DSvSHimQOZLJBgTMeJa3 { width:18.75rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqFiVPGewVbpvu8TlTRnXlK8POEtqDKo { width:16.25rem;height:1.5625rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBWdUPKytSuXUzKZFiKUV9wH2mr90aay { width:18.75rem;height:17rem;top:10.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6OeGCWTDJSz75fV6kqQzypEgxzX4VT { width:16.25rem;height:1.5625rem;top:19.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaBMiXFeTNM7ASMla8PGriJTUIg1eelm { width:18.75rem;height:1.625rem;top:17.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnx282dguCs8ieyH12RB8EefTuTAkfKe { width:18.75rem;height:17rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5D3wi4IaieITeAMbdxPiywUyROD7Ga5 { width:16.25rem;height:1.5625rem;top:19.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luExFb3CeaJ3tavQpClnr8y7C6Huizx1 { width:18.75rem;height:1.625rem;top:17.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTerrhbkEmykoaEMUuPMC7pFO4qeZhd { width:47.75rem;height:;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxN8T9L8BTDaaW9sx0GkyWUM12OBFsNi { width:37.6875rem;height:5.8125rem;top:1.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ3vEfO7VWZ4GcMvgghQIQxO1JBOgxnT { top:12.9375rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWuIJz71CXqzLqdJ6mZELOIVq7Wlgff4 { top:13.25rem;left:22.97265625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TGokXfVPbkDkvicXlcAyoiyu9vB5U0 { top:13.5625rem;left:38.53515625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x34TtU2FilQXaBGDQxT6uySuHagSeSCn { display:block; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx0Si0mDToxd1XFhRrtFE5ly9dLbMy11 { width:47.75rem;height:3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd { display:block; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPEMF673Rt1h19nTRUOuBEBkPboxMBKO { width:18.875rem;height:40.125rem;top:1.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp8EscKAA4gPcTpaAIAV7C9xAuOtJQIG { width:18.8125rem;height:11.4375rem;top:1.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX0MNgHNToy0D1kS1Di1AdgVDyHNCb8b { width:16.75rem;height:1.25rem;top:13.9375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF0qTgfRBsZm9lXcEyyDbC1egOTUVTI9 { width:15rem;height:6.8125rem;top:16.375rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFBJVyr8nPkMtpavPUsKIAoh94TgFiJS { width:18.875rem;height:40.1875rem;top:1.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnN3KTGwTNdzaVndb7PrHhdsNPE9gT9s { width:15.4375rem;height:5.8125rem;top:16.375rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhwqZeTfDWPgOaEWtaPppqi0M2m47l6q { width:16.5rem;height:1.25rem;top:13.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Z0pfBe1QZAwMhMPlVbkHyPDg3bo3mi { width:18.875rem;height:11.5rem;top:1.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR { display:flex;height:auto;width:16.25rem;top:23.125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #Z8tq1qTtnl16WMUhR5mnRpqTMmtifR9T {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #fbzf3zxOeewzXs0hw8kIGqV8ul3cPe2C {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #ewgB2VMGn6yZHeeI5qkIyqE9tqG7zhuk {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #kBWnPWVMQcSnc9ExuvtyJTCNqzdzPeHz {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #KkN5hzKrOs1VEsSOPflQzMg98lMoK1pF {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #siXXZoJLdx9JOHFgM8aF81ecX1NZxgyD {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #xPlfLZKwcd6KKUZH1MosrHNn32XkJ1yv {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #uhVsIxgWGVTZR5aJrLcmS3my9F2MhBxa {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #KyfmkIRlP2rqqizuttZBHmTrLbTdvupk {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #U8nDsmsqpvpUPLiZ9iasGpv42UnSmJNZ {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #psm2o0ppBrI4tihB89oOGZVWLmLLgPTU {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ { display:flex;height:auto;width:16.25rem;top:23.125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #qK9s9baeTkMTOoaInygnzTUvZ5rL5U2w {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #qHzPeDT7K1VuGDVh2t9gfnsJ7MBGE7qV {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #KThRlmDnpdQne5dK0HkO1XyTPVf9hh7n {  }
 }@media only screen and (max-width: 763px) { #r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD { display:block; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NX9JVoOKr75zcazH1Q399D6y7HcvPiWG { width:18.875rem;height:37.25rem;top:1.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxLa4ztwSmtLxh0cTFQbrFD0bs44l3aH { width:18.875rem;height:11.500304643832rem;top:1.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5kwIIdmb7BTB6znuPJXrdnIIXaBqGI1 { width:16.75rem;height:1.25rem;top:13.9375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URtUuEASTzp934AfxXv6mGuMdvd5JXVR { width:15rem;height:6.8125rem;top:16.75rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0MzThRk5iobLEr6KRKqOekrBv0d3xuG { width:18.875rem;height:37.375rem;top:1.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZAopShnNwySW2NIkw21N7Zmsk1SftP { width:15rem;height:4.8125rem;top:16.75rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ07H9upIH4PTMVDUBwnwVJnsowtb9gK { width:16.4375rem;height:1.25rem;top:13.9375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHfqLOk3Tb98DMQ6SzeJnCETExtdPDC3 { width:18.9375rem;height:11.500075908092rem;top:1.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av { display:flex;height:auto;width:16.25rem;top:23.125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #i6ie2Fbe3FytSCbIv01UyR1PBKZ3wQvW {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #f37QqdJsfSuLUrSAr0doDIVoxtrn5h6Q {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #xvlTiteHkM6KgT3f6Z1eIb0Ppmbs12bn {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #mBszhPR5WDAgATPby5keJMUhvSFr7LHC {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #QnA406ViSquPI1IOKHso6x7BBX31lA4Q {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #VeT57qedkicOC5xcOqkkcBPQeDiRd4FU {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz { display:flex;height:auto;width:16.25rem;top:23.125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #dEf7WULRy89TQKxiWpyHh7bEPi2t68tA {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #MhGXuOSTQdpi4nm7XaCJfHcFOOkvvx4h {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #bLlbeoenPyEMEf9Zy6GWepv4FA3GJLHd {  }
 }@media only screen and (max-width: 763px) { #VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh { display:block; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvtx0kdSCzEWq3elA3FuzCDVcencNfdN { width:18.875rem;height:37rem;top:1.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Z1M1HGebdlBmfd2nBgdMKiXpOmrNTS { width:18.875rem;height:11.5rem;top:1.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPp2hXcugZMbOsdqV9WpPlhI004qRpyI { width:19.125rem;height:1.1875rem;top:14.9375rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybAXPPdgQmllv1yvOiwLeZOmkiHPdncW { width:15rem;height:5.8125rem;top:17.375rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis { display:flex;height:auto;width:16.25rem;top:23.125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #lQ52csgnhFwTSIFEPeIu7RoAaGz2pTJT {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #qzaSQ8cfRrSVZIJyO4bQJJ5MEtUdn7SU {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #DRDO6fEVCxQSdWnt1c3E04i3aXRzPhfU {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #XBlRW1kHm41TsIcCOl5TtMBTeAGATVTG {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #TcJq2ey3kidcrA3DeqiGVJsUpFOm1eiH {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #zkQwZnBc9ux4TdOpOrAbdJAeKPAIdVt8 {  }
 }@media only screen and (max-width: 763px) { #aaA7NL9oAyTfRhyBLFIeB58e04oLliBH { width:18.875rem;height:37rem;top:1.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCDppwJbz6fVTpdVU1TziJUOxrBI0Lap { width:19.125rem;height:1.1875rem;top:14.9375rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9zT9Kn5cX8mg5LhTXl177ynIrDe6qzN { width:15rem;height:5.8125rem;top:17.375rem;left:24.12451171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn { display:flex;height:auto;width:16.25rem;top:23.125rem;left:5.125rem; }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #pRJ4Gax1PtuXnCBUr5ABFee6WPytB8rd {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #oaWT3laKPq5vh0vGdB3OqrT4CmRszviV {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #mNKRFA5WmSrtDVROLqO6Aua82PJ7FXx4 {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #DKuxkN5LlL4f5R7hISDyvS1WTkIyH2St {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #zB2u8Musp0rSOJXhMQn50XKoN46su6iS {  }
 }@media only screen and (max-width: 763px) { #hBUx5k90NVnIQIfTKTmFXps8gvyyalTn { width:18.75rem;height:11.5rem;top:1.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD { display:block; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoGw8EETpF2P54Z1JTUT5bDwBPTLNTd6 { width:47.75rem;height:3rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi { display:block; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NU82bZebpbP1Eh2Gw43G3OtKGevuNQ3k { width:4.375rem;height:4.375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEPpI5eoVg13n6EosdKEu1DJakW4Mdg5 { width:16rem;height:1.25rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dbTPu4svWfWGsKNGL2IfTfdlEfNfAQ { width:12.5rem;height:3.625rem;top:7.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZKazAwLZTIWxCccf0APeQAmGwkMf8Vl { width:4.375rem;height:4.375rem;top:4.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3WddXVvbgUgu6qJgT8UhJ25DgB7IbkK { width:11.1875rem;height:1.1875rem;top:7.5rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx1o8PeefxnUxRwzUNGPOusDh4CqrKPa { width:12.5625rem;height:1.25rem;top:5.4375rem;left:19.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4IdMxOtBOdsMEpH1NXZEX64aBawFLqa { width:11.875rem;height:1.1875rem;top:8.1875rem;left:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHk8xWTh1MgbPomBIHlOHkq4uDrcqHVt { width:13.25rem;height:2.375rem;top:5.4375rem;left:34.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQVibauNgsith4MQ4MOvKRKkzkoZg1aG { width:4.375rem;height:4.375rem;top:4.8125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkCLEflp4gFNL8gsofar5rxXytUUuLtF { width:2.75rem;height:2.75rem;top:5.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6k52UdpZPiwINz03ynThQ67tJNmmGzA { width:2.75rem;height:2.75rem;top:5.5625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ITqMdXekd7Jr39qXcvN8S56wPEEiWI { width:3.1875rem;height:3.1875rem;top:5.375rem;left:33.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n590qDct2QPrZth72ho5TAyfOER23xik { display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { width:33.75rem;height:18.25rem;top:6.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { width:28.125rem;height:2.8125rem;top:9.5625rem;left:9.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { width:27rem;height:3.875rem;top:13.9375rem;left:10.343505859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw { display:block; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFecOSPLBwh2bwyORRWBmepoLqPkvWNx { top:3.5rem;left:0rem;width:16.625rem;height:6.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvwVuymDWXu9zx2KR1ofgak3sbEPBceA { top:10.625rem;left:0rem;width:19.5rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkR2W3gRalvEsXoZWktfktTeLUMMNeCf { top:16.0625rem;left:0rem;width:14.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Kh3TywP3lCZvVkbfBd03P2JcRvmKoK { top:16.0625rem;left:9.1875rem;width:14.5rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iitTDzlJtbNfSuaHO5NGh7PZB9ey8tOG { top:16.0625rem;left:21.125rem;width:14.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItizRd49KbZP4iMkOH4oHU5RgFpvPsHt { top:16.0625rem;left:33.0625rem;width:14.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHUMsrxIaIzmQ15UReh83ZGI04JVZnMm { top:33.4375rem;left:0rem;width:14.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdz9gW81mRo2MnT52PwgtgrC4Tol0kyi { top:33.4375rem;left:9.1875rem;width:14.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrduU9RM3rFd0I5IQkXTxiHo2SPGtmF0 { top:33.4375rem;left:21.125rem;width:14.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJETvW86m1e48gloqvTBLXITIezRGCQT { top:33.4375rem;left:33.0625rem;width:14.5625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf { display:block; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { width:47.75rem;height:4.0625rem;top:5.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRoniSFwtKqVECJQ6UkNJr7znmWlcKhc { width:16.1875rem;height:2.4375rem;top:16.6875rem;left:31.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXlfbb037kqsn8F3cgtTFcVH41Lb6xoe { width:20.875rem;height:3.3125rem;top:11.6875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlhR8DLKD1w0cLwq5RdTSFfTMdFgSI2 { width:18.5625rem;height:1.5rem;top:12.5625rem;left:29.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1KHlRNCoS6k0hZx1Lkw1FQJ5JCxV8kM { width:20.875rem;height:27.5625rem;top:15rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-text {padding-top: 0; padding-bottom: 0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-select {padding-top: 0; padding-bottom: 0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc  { width:16.0625rem;height:auto;top:19.0625rem;left:29.1875rem; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc {display:block;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc { width:16.0625rem;height:auto;top:19.0625rem;left:29.1875rem; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #AcCMv04Mc3EzIoZMnRgXqkyVUzokhkng {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #KQRmrWiGniBgLTTrNfuMenmCN0CcktZw { display:none; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #AaPTr8NMQkT7W0kfndsoi4bHXThsTrxD {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #cDRdgWhZdIovw3s9zu7f9aStXtzIUPN3 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #oAO5Go29Cr815bFa2De5uqfTbPg5fr2n { display:none; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #PXqNvwcHTlUmnNZ797yEzDCxTEV5kGHC {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #drQ8laTvInKkZHhRHASoDlILZFb0p8TI {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #GNmy1GvaHWM6QMRZR1OQh56QBEsmrsfv { display:none; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #nq99d8Ry9FpJHsm5z2lNcP4eLPb6ZP9o {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #wTaQA6ThscFwTLTZJufr3CHq6BRlvT7P {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #yD7gHBfeNPvCMdAXo6GlTb4LSQOvhN1T {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #vAO20wTvfrgT7KL3BWztAW4KaNXw8we2 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #dQN3PpUzW0H9emaMlNsyTqTV4oP2Kblh {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #DcSZyOqtXxOG4bMTg7PErdO2FxG1KC4T {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #bWViVDClEHHBo7886C3LuTAhLiKAiUL3 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #EAyyiCmfFkzW5Ou0wPnnfzoG9q98eMK3 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #NAteall6XvTzRSar8nBAncdmDTXBcdOZ {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cfa476bf-efd3-4764-a0aa-798906eeb39a/HEADERLAN.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQhKtanibX8s6M5qgDKwkE0ToWA0u3wd { width:20rem;height:5.0371125rem;top:8.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHZETL2kyBLWbLaFsblLhrRTlmJpmSLe { width:19.375rem;height:2.5996125rem;top:14.63623046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHIuJV3BP15pIGeidGTWANVaVPTEwK5 { width:20rem;height:29.9375rem;top:18.9853515625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:raleway; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:raleway; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT  { width:16.0625rem;height:auto;top:25.83056640625rem;left:0.71875rem;z-index:15027; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT {display:block;}#VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT { width:16.0625rem;height:auto;top:25.83056640625rem;left:0.71875rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #HM4uvcuRbn1x0UeoKTf1CxCOmxN4K5HN {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #RZPK56Ta6i9MzTuTTI0rP0Ws69KN6B0i { display:none; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xw8R1RtOpEdaItHwD7wRnAymJtb5ncxo {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #leTurr74xBngAb0V1d2pRq4zkZ5NNbq3 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xpH2NAMveIy9VJ1TNsUlXO09ELfIvIKT { display:none; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #hKZghsKmg619ZaLVdh1Uq8F1rXFxtCCE {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #gd7AlhoGqxskAxmt8xyDfwGuLSpEOgz9 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #xh1rTIb93LaiKbibgxvaERdc4lSxX1U7 { display:none; }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #tmJwyAxbgXh5TFS0Xe1XMoXXoqlTRmFE {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #PyxZWqCz3sfZMK9RvA9IPrB0NBJUHKWG {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #h4KbPA64Zkufst9thTwqEGehyaa8hAh1 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #eTXib2aISILSHOwx9SH1sT37TgapMQnS {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #XQISLwIo7p7gkmlmc6bTZuTarlyqDhd6 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #dzllS6aTtJWPTeQ2dJvTVdn27G0J5la8 {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #lZav4Bkcsu5ohGRLhaSdVti8qwKJTQZg {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #iLrQ5VoSDDIqTMh6vXfEqcHZqhV9gaHf {  }
 }@media only screen and (max-width: 763px) { #VIeKtBcfDvv5TlbHz0eAtZUzSGsV07CT #HkeeUmUBzgUfqnaMES74983EL94ftK5m {  }
 }@media only screen and (max-width: 763px) { #JGyLDxD93XO8phXux7UKPw6oDZTQnbwN { width:16.7495rem;height:2.5996125rem;top:23.23095703125rem;left:1.6240234375rem;text-align:left;text-align-last:left;z-index:15025;font-size:1rem;color:#0b0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #nxuTiltLmPiSVTpyC7UsIoM5twiKNTm8 { width:20rem;height:3.312375rem;top:18.985595703125rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #apaWIZGyGcJ5cRU9zf16vesOwt85KXKg { width:16.875rem;height:2.5996125rem;top:19.342041015625rem;left:1.5625rem;z-index:15024;color:#070707;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heflAroFxXN6cJp8JTsZdfwIS4U2zO73 { width:9.0625rem;height:8.75rem;top:0rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsUpzutoIoLDM2GonRtAM2RV38TAmCfI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/B00A7a2e/Group-121.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI.adaptive-delivery-prevent-bg, #bsUpzutoIoLDM2GonRtAM2RV38TAmCfI.lazyload, #bsUpzutoIoLDM2GonRtAM2RV38TAmCfI.lazyloading { background-image: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container { background-color: transparent; background-image: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container > .video-iframe-container { display: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row > .video-iframe-container { display: none; }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .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); }#bsUpzutoIoLDM2GonRtAM2RV38TAmCfI > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2wxOKNSD5n0Q7tJSXyuI1QTMgTV4GSE { width:16.0625rem;height:8.125rem;top:3.28125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR.adaptive-delivery-prevent-bg, #OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR.lazyload, #OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR.lazyloading { background-image: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container { background-color: transparent; background-image: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f9f9; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container > .video-iframe-container { display: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f9f9f9; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row > .video-iframe-container { display: none; }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .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); }#OlMUOIzhkDlEhCXdMQhSHKv9UuKyzFwR > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTcfWHDSnW2TIUdlumNAIRAHRimMb7mI { width:18.75rem;height:13.5rem;top:9.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5TyScXRX4z2DSvSHimQOZLJBgTMeJa3 { width:18.75rem;height:1.29980625rem;top:15.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqFiVPGewVbpvu8TlTRnXlK8POEtqDKo { width:16.25rem;height:1.5996125rem;top:18.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBWdUPKytSuXUzKZFiKUV9wH2mr90aay { width:18.75rem;height:13.0625rem;top:24.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp6OeGCWTDJSz75fV6kqQzypEgxzX4VT { width:16.25rem;height:3.19921875rem;top:32.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaBMiXFeTNM7ASMla8PGriJTUIg1eelm { width:18.75rem;height:1.29980625rem;top:29.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnx282dguCs8ieyH12RB8EefTuTAkfKe { width:18.75rem;height:13.5rem;top:38.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5D3wi4IaieITeAMbdxPiywUyROD7Ga5 { width:16.25rem;height:1.5996125rem;top:47.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luExFb3CeaJ3tavQpClnr8y7C6Huizx1 { width:18.75rem;height:1.29980625rem;top:45.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOTerrhbkEmykoaEMUuPMC7pFO4qeZhd { width:20rem;height:1.29980625rem;top:3.9248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxN8T9L8BTDaaW9sx0GkyWUM12OBFsNi { width:18.875rem;height:2.5996125rem;top:3.9248046875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ3vEfO7VWZ4GcMvgghQIQxO1JBOgxnT { display:flex;width:3.125rem;height:3.125rem;top:11.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tWuIJz71CXqzLqdJ6mZELOIVq7Wlgff4 { display:flex;width:3.125rem;height:3.125rem;top:25.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #s4TGokXfVPbkDkvicXlcAyoiyu9vB5U0 { display:flex;width:3.125rem;height:3.125rem;top:41.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #x34TtU2FilQXaBGDQxT6uySuHagSeSCn { display:block; }#x34TtU2FilQXaBGDQxT6uySuHagSeSCn > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nx0Si0mDToxd1XFhRrtFE5ly9dLbMy11 { width:18.999625rem;height:1.950075rem;top:2.149658203125rem;left:0.4986572265625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/57a6dYJ1/Group-9.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.adaptive-delivery-prevent-bg, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyload, #Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd.lazyloading { background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { background-color: transparent; background-image: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row > .video-iframe-container { display: none; }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .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); }#Vds0XyvDc3BFFeUOQdbTCRa8BO0IudWd > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPEMF673Rt1h19nTRUOuBEBkPboxMBKO { width:18.875rem;height:38.8125rem;top:0rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp8EscKAA4gPcTpaAIAV7C9xAuOtJQIG { width:18.81225rem;height:11.437375rem;top:0rem;left:0.5926513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX0MNgHNToy0D1kS1Di1AdgVDyHNCb8b { width:9.9365rem;height:1.29980625rem;top:12.2802734375rem;left:5.0311279296875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF0qTgfRBsZm9lXcEyyDbC1egOTUVTI9 { width:16.7486875rem;height:5.8476625rem;top:14.093017578125rem;left:1.6253662109375rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFBJVyr8nPkMtpavPUsKIAoh94TgFiJS { width:18.9375rem;height:35.5625rem;top:40.998901367188rem;left:0.5316162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnN3KTGwTNdzaVndb7PrHhdsNPE9gT9s { width:15.9375rem;height:5.8476625rem;top:56.85546875rem;left:2.03125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhwqZeTfDWPgOaEWtaPppqi0M2m47l6q { width:15.9985625rem;height:1.29980625rem;top:54.691772460938rem;left:2.0001220703125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Z0pfBe1QZAwMhMPlVbkHyPDg3bo3mi { width:18.9361875rem;height:12.6233125rem;top:40.99853515625rem;left:0.5316162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-heading-text { font-family:raleway; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR .accordion-desc-text { font-family:raleway; }
#iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR { display:flex;height:auto;width:16.25rem;top:19.224243164062rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #Z8tq1qTtnl16WMUhR5mnRpqTMmtifR9T {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #fbzf3zxOeewzXs0hw8kIGqV8ul3cPe2C {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #ewgB2VMGn6yZHeeI5qkIyqE9tqG7zhuk {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #kBWnPWVMQcSnc9ExuvtyJTCNqzdzPeHz {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #KkN5hzKrOs1VEsSOPflQzMg98lMoK1pF {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #siXXZoJLdx9JOHFgM8aF81ecX1NZxgyD {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #xPlfLZKwcd6KKUZH1MosrHNn32XkJ1yv {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #uhVsIxgWGVTZR5aJrLcmS3my9F2MhBxa {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #KyfmkIRlP2rqqizuttZBHmTrLbTdvupk {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #U8nDsmsqpvpUPLiZ9iasGpv42UnSmJNZ {  }
 }@media only screen and (max-width: 763px) { #iK92gUkEmfZ5tQTRNPXepa7t0EIZWUBR #psm2o0ppBrI4tihB89oOGZVWLmLLgPTU {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-heading-text { font-family:raleway; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ .accordion-desc-text { font-family:raleway; }
#nxSiCZ5PRPersInx1GT6Te4Kb357abZQ { display:flex;height:auto;width:16.25rem;top:62.722778320312rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #qK9s9baeTkMTOoaInygnzTUvZ5rL5U2w {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #qHzPeDT7K1VuGDVh2t9gfnsJ7MBGE7qV {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #nxSiCZ5PRPersInx1GT6Te4Kb357abZQ #KThRlmDnpdQne5dK0HkO1XyTPVf9hh7n {  }
 }@media only screen and (max-width: 763px) { #r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/57a6dYJ1/Group-9.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD.adaptive-delivery-prevent-bg, #r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD.lazyload, #r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD.lazyloading { background-image: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container { background-color: transparent; background-image: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container > .video-iframe-container { display: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row > .video-iframe-container { display: none; }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .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); }#r97BRlr8wbsgRsgoyGwr6ucWcv54tuzD > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NX9JVoOKr75zcazH1Q399D6y7HcvPiWG { width:18.875rem;height:38.4375rem;top:1.312255859375rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxLa4ztwSmtLxh0cTFQbrFD0bs44l3aH { width:18.9375rem;height:12.625rem;top:1.312255859375rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5kwIIdmb7BTB6znuPJXrdnIIXaBqGI1 { width:14.8125rem;height:1.29980625rem;top:15.09375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URtUuEASTzp934AfxXv6mGuMdvd5JXVR { width:14.8125rem;height:6.822275rem;top:17.59375rem;left:2.5rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0MzThRk5iobLEr6KRKqOekrBv0d3xuG { width:18.9375rem;height:30.9375rem;top:41.749267578125rem;left:0.52978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuZAopShnNwySW2NIkw21N7Zmsk1SftP { width:15.9375rem;height:4.87305rem;top:58.311767578125rem;left:2.03125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ07H9upIH4PTMVDUBwnwVJnsowtb9gK { width:16.3745rem;height:1.29980625rem;top:55.8740234375rem;left:1.8121337890625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHfqLOk3Tb98DMQ6SzeJnCETExtdPDC3 { width:18.93675rem;height:12.623875rem;top:41.749267578125rem;left:0.5316162109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-heading-text { font-family:raleway; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av .accordion-desc-text { font-family:raleway; }
#biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av { display:flex;height:auto;width:16.25rem;top:24.415283203125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #i6ie2Fbe3FytSCbIv01UyR1PBKZ3wQvW {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #f37QqdJsfSuLUrSAr0doDIVoxtrn5h6Q {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #xvlTiteHkM6KgT3f6Z1eIb0Ppmbs12bn {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #mBszhPR5WDAgATPby5keJMUhvSFr7LHC {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #QnA406ViSquPI1IOKHso6x7BBX31lA4Q {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
 }@media only screen and (max-width: 763px) { #biJJMDA3mmmGnuzTAdTP36yeOiyxC8Av #VeT57qedkicOC5xcOqkkcBPQeDiRd4FU {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-heading-text { font-family:raleway; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz .accordion-desc-text { font-family:raleway; }
#WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz { display:flex;height:auto;width:16.25rem;top:63.997802734375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #dEf7WULRy89TQKxiWpyHh7bEPi2t68tA {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #MhGXuOSTQdpi4nm7XaCJfHcFOOkvvx4h {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #WF00kiIJldyTgIHPW3MAoFwXgQw2k8hz #bLlbeoenPyEMEf9Zy6GWepv4FA3GJLHd {  }
 }@media only screen and (max-width: 763px) { #VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/57a6dYJ1/Group-9.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh.adaptive-delivery-prevent-bg, #VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh.lazyload, #VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh.lazyloading { background-image: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container { background-color: transparent; background-image: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container > .video-iframe-container { display: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row > .video-iframe-container { display: none; }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .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); }#VMZwQnW5CMl3SS9CUE1XoBEuOr4gW3bh > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvtx0kdSCzEWq3elA3FuzCDVcencNfdN { width:18.875rem;height:37.4375rem;top:1.8524169921875rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Z1M1HGebdlBmfd2nBgdMKiXpOmrNTS { width:19.875rem;height:12.625rem;top:1.85205078125rem;left:0.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPp2hXcugZMbOsdqV9WpPlhI004qRpyI { width:18.8733125rem;height:1.29980625rem;top:15.45166015625rem;left:0.562744140625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybAXPPdgQmllv1yvOiwLeZOmkiHPdncW { width:14.8108125rem;height:5.8476625rem;top:17.798461914062rem;left:3.1573486328125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-heading-text { font-family:raleway; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis .accordion-desc-text { font-family:raleway; }
#XaTC0nETDItg3DXAaSwnBdcTD5XLcUis { display:flex;height:auto;width:16.25rem;top:23.646240234375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #lQ52csgnhFwTSIFEPeIu7RoAaGz2pTJT {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #qzaSQ8cfRrSVZIJyO4bQJJ5MEtUdn7SU {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #VTBAIwuTm2wCUgq6vqQ91K8ca2yWef0A {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #tdwORxicZKOeRqZDTLWTo68KZ6VZu1m4 {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #DRDO6fEVCxQSdWnt1c3E04i3aXRzPhfU {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #XBlRW1kHm41TsIcCOl5TtMBTeAGATVTG {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #TcJq2ey3kidcrA3DeqiGVJsUpFOm1eiH {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #ybhWTRWybvZHwW4EKS2EpNd1ktgbRoms {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #lBV3ffetH3LEhU5qVnpTQTHarJPLTBBB {  }
 }@media only screen and (max-width: 763px) { #XaTC0nETDItg3DXAaSwnBdcTD5XLcUis #zkQwZnBc9ux4TdOpOrAbdJAeKPAIdVt8 {  }
 }@media only screen and (max-width: 763px) { #aaA7NL9oAyTfRhyBLFIeB58e04oLliBH { width:18.875rem;height:33.875rem;top:40.53955078125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCDppwJbz6fVTpdVU1TziJUOxrBI0Lap { width:18.1875rem;height:2.5996125rem;top:52.18017578125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9zT9Kn5cX8mg5LhTXl177ynIrDe6qzN { width:15rem;height:5.8476625rem;top:56.11572265625rem;left:2.5rem;text-align:justify;text-align-last:initial;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-heading-text { font-family:raleway; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn .accordion-desc-text { font-family:raleway; }
#OCoeMGByE2h1aEhfl9McR38JQULmhKWn { display:flex;height:auto;width:16.25rem;top:61.96337890625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #pRJ4Gax1PtuXnCBUr5ABFee6WPytB8rd {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #oaWT3laKPq5vh0vGdB3OqrT4CmRszviV {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #mNKRFA5WmSrtDVROLqO6Aua82PJ7FXx4 {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #DKuxkN5LlL4f5R7hISDyvS1WTkIyH2St {  }
 }@media only screen and (max-width: 763px) { #OCoeMGByE2h1aEhfl9McR38JQULmhKWn #zB2u8Musp0rSOJXhMQn50XKoN46su6iS {  }
 }@media only screen and (max-width: 763px) { #hBUx5k90NVnIQIfTKTmFXps8gvyyalTn { width:18.75rem;height:11.5rem;top:39.28955078125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD { display:block; }#ZLi77LFCrmx7VN4R6zbOGzn0gtAsMiTD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoGw8EETpF2P54Z1JTUT5bDwBPTLNTd6 { width:19rem;height:3.8994125rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eQL25baA/Group-10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.adaptive-delivery-prevent-bg, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyload, #FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi.lazyloading { background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { background-color: transparent; background-image: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row > .video-iframe-container { display: none; }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .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); }#FGgoki7uzMxqwn6U7ZNBkvNSUqyHsGNi > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NU82bZebpbP1Eh2Gw43G3OtKGevuNQ3k { width:4.375rem;height:4.375rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEPpI5eoVg13n6EosdKEu1DJakW4Mdg5 { width:18.125rem;height:1.4624rem;top:7.025390625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8dbTPu4svWfWGsKNGL2IfTfdlEfNfAQ { width:18.125rem;height:2.5996125rem;top:8.4248046875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZKazAwLZTIWxCccf0APeQAmGwkMf8Vl { width:4.375rem;height:4.375rem;top:12.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3WddXVvbgUgu6qJgT8UhJ25DgB7IbkK { width:18.125rem;height:1.29980625rem;top:20.2119140625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx1o8PeefxnUxRwzUNGPOusDh4CqrKPa { width:18.125rem;height:1.4624rem;top:18.287109375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4IdMxOtBOdsMEpH1NXZEX64aBawFLqa { width:11.75rem;height:1.29980625rem;top:30.4365234375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHk8xWTh1MgbPomBIHlOHkq4uDrcqHVt { width:18.125rem;height:1.4624rem;top:28.44921875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQVibauNgsith4MQ4MOvKRKkzkoZg1aG { width:4.375rem;height:4.375rem;top:23.199225rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkCLEflp4gFNL8gsofar5rxXytUUuLtF { width:2.75rem;height:2.75rem;top:2.03125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6k52UdpZPiwINz03ynThQ67tJNmmGzA { width:2.75rem;height:2.75rem;top:13.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ITqMdXekd7Jr39qXcvN8S56wPEEiWI { width:2.75rem;height:2.75rem;top:23.980475rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n590qDct2QPrZth72ho5TAyfOER23xik { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LsTeskQz/Group-111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#n590qDct2QPrZth72ho5TAyfOER23xik.adaptive-delivery-prevent-bg, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyload, #n590qDct2QPrZth72ho5TAyfOER23xik.lazyloading { background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { background-color: transparent; background-image: none; }#n590qDct2QPrZth72ho5TAyfOER23xik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row > .video-iframe-container { display: none; }#n590qDct2QPrZth72ho5TAyfOER23xik > .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); }#n590qDct2QPrZth72ho5TAyfOER23xik > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3he4bi5vE3kMkgovtKG2dzf27zaqDvc { width:20rem;height:18.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg8POTkTEv3I9H7LJZdTaTwUOzdobHqg { width:20rem;height:1.950075rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwmqBuzqAoFVBAPhbwgrrmqdgkch5Nx { width:17.5625rem;height:4.548825rem;top:10.125rem;left:1.21875rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw { display:block; }#GqrOcqB8FPLWUDin1eOaBgWMCJs5TWWw > .row .container { width:20rem;height:130.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFecOSPLBwh2bwyORRWBmepoLqPkvWNx { width:12.5rem;height:4.79980625rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gvwVuymDWXu9zx2KR1ofgak3sbEPBceA { width:19.5625rem;height:1.75rem;top:7.25rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkR2W3gRalvEsXoZWktfktTeLUMMNeCf { width:14.5625rem;height:14.25rem;top:12rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Kh3TywP3lCZvVkbfBd03P2JcRvmKoK { width:14.5rem;height:14.125rem;top:41.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iitTDzlJtbNfSuaHO5NGh7PZB9ey8tOG { width:14.5625rem;height:14.25rem;top:71.5625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItizRd49KbZP4iMkOH4oHU5RgFpvPsHt { width:14.5625rem;height:14.25rem;top:100.8125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHUMsrxIaIzmQ15UReh83ZGI04JVZnMm { width:14.5625rem;height:14.25rem;top:26.8125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdz9gW81mRo2MnT52PwgtgrC4Tol0kyi { width:14.5625rem;height:14.25rem;top:56.75rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrduU9RM3rFd0I5IQkXTxiHo2SPGtmF0 { width:14.5625rem;height:14.25rem;top:86.5625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJETvW86m1e48gloqvTBLXITIezRGCQT { width:14.5625rem;height:14.25rem;top:115.8125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf { display:block; }#R27vWqguXXQMuP8FS7pJBdLtvR0VWUnf > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTFIMqzlHaeFNh6gqEVlwv9Q0zqD0F4r { width:16.8125rem;height:2.4375rem;top:1.5625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRoniSFwtKqVECJQ6UkNJr7znmWlcKhc { width:16.4375rem;height:2.5996125rem;top:10rem;left:1.8125rem;text-align:left;text-align-last:left;z-index:15031;font-size:1rem;color:#050505;display:block; }
 }@media only screen and (max-width: 763px) { #mXlfbb037kqsn8F3cgtTFcVH41Lb6xoe { width:20rem;height:3.3125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTlhR8DLKD1w0cLwq5RdTSFfTMdFgSI2 { width:17.3125rem;height:1.29980625rem;top:6.25rem;left:1.375rem;z-index:15030;color:#ffffff;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1KHlRNCoS6k0hZx1Lkw1FQJ5JCxV8kM { width:20rem;height:27.5625rem;top:8.5rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-text {padding-top: 0; padding-bottom: 0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:raleway; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-select {padding-top: 0; padding-bottom: 0;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-input-button { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:raleway; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc  { width:16.0625rem;height:auto;top:16.99951171875rem;left:1.15625rem;z-index:15027; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc {display:block;}#G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc { width:16.0625rem;height:auto;top:12.5625rem;left:1.1875rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #AcCMv04Mc3EzIoZMnRgXqkyVUzokhkng {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #KQRmrWiGniBgLTTrNfuMenmCN0CcktZw { display:none; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #AaPTr8NMQkT7W0kfndsoi4bHXThsTrxD {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #cDRdgWhZdIovw3s9zu7f9aStXtzIUPN3 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #oAO5Go29Cr815bFa2De5uqfTbPg5fr2n { display:none; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #PXqNvwcHTlUmnNZ797yEzDCxTEV5kGHC {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #drQ8laTvInKkZHhRHASoDlILZFb0p8TI {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #GNmy1GvaHWM6QMRZR1OQh56QBEsmrsfv { display:none; }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #nq99d8Ry9FpJHsm5z2lNcP4eLPb6ZP9o {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #wTaQA6ThscFwTLTZJufr3CHq6BRlvT7P {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #yD7gHBfeNPvCMdAXo6GlTb4LSQOvhN1T {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #vAO20wTvfrgT7KL3BWztAW4KaNXw8we2 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #dQN3PpUzW0H9emaMlNsyTqTV4oP2Kblh {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #DcSZyOqtXxOG4bMTg7PErdO2FxG1KC4T {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #bWViVDClEHHBo7886C3LuTAhLiKAiUL3 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #EAyyiCmfFkzW5Ou0wPnnfzoG9q98eMK3 {  }
 }@media only screen and (max-width: 763px) { #G3ieLHuPIsC7wwqeOni7QxnOG7pPSuoc #NAteall6XvTzRSar8nBAncdmDTXBcdOZ {  }
 }