.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:231,239,236;--color-secondary-1:175,203,193;--color-secondary-2:95,151,130;--color-secondary-3:48,76,65;--color-secondary-4:14,23,20;--color-tertiary-0:217,222,222;--color-tertiary-1:128,145,145;--color-tertiary-2:0,35,35;--color-tertiary-3:0,18,18;--color-tertiary-4:0,5,5;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP { position:relative;display:block; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP { background-color: transparent; background-image: none; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container > .video-iframe-container { display: none; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row > .video-iframe-container { display: none; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .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); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP { border-width: 0; border-radius: 0; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container.adaptive-delivery-prevent-bg, #Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container.lazyload, #Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container.lazyloading { background-image: none; }#tETGuRsKXtqBMbhlcyP0Z6beHk56ikl2 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-form-header {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:bold;color:#a41354;width:18.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:18.9375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#b92968;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#f2f9ff;width:18.9375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .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:lato;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:17.75rem;overflow:hidden;font-style:normal; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .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; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-container:first-of-type{padding-top:0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-container:last-of-type{padding-bottom:0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0.4375rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.375rem solid rgba(var(--color-primary-3),1);z-index:15196;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;position:absolute;top:44.6875rem;left:21.4375rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 {display:block;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0.4375rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.375rem solid rgba(var(--color-primary-3),1);z-index:15196;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;position:absolute;top:44.6875rem;left:21.4375rem;display:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #FcgQ9DZHRTngTrr2nu9vF80Rpy5QZaz6 { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #XGVUuOP0qsbqXZ1bCOvUEqODSuah9DGE { position:relative;display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #LItEgXRXP6PlHiNu60ei4xb11dGtTZxF { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #oQIAQZ1cGd4AMwOxSGePc2QuEM9qgoOD { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #TTtLAQkIuCNps56v4wLcvplQCrMvF1wL { position:relative;display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #uF8wwDCugkD0Kdmy9XdKJAzZWuPfEFqR { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #EI5VggmRxTDCIlDpbei4K6gKEwraZK39 { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #HUiKM0A4SJsoHv7soZigq1HOSHazQJc8 { position:relative;display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #wZJg9l8qfp8rxDQDimQOyF6mhMs0vd8J { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #PGvxhFZO38zvUllk39UMBToiQL1Z4b9u { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #TZvxwPAparh8904Qt6noJevuyGp3yFww { position:relative;display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #yD1uS0uIVcR9tRdEVCxE3cviS5PJkvKk { position:relative; }
#lTb53zssku43NmLG3au5vHC2INaZfSSF { position:relative;display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #OK80Oogz2wbKED1CNr8aTfSqG2M8Tp4z { position:relative; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #z1US3CL1rh8tdll6eZCkgTLvL3h6T1LS { position:relative; }
#AhfCAxswNMb7moXkJD3VwRHFEy8hDwdp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:38.375rem;display:none; }
#TBIJhztW08ZuHiGtxJvWBEQafayKbB0m { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#HZCMhiZ5yTMomEwJML7VqenC1ltLmQ3t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTFTmwrqATVPA17kFw7RTZe6DGPGTEN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:12.125rem;left:1.75rem;display:none; }
#l3VlxZn98VgviJB97vLHCGOXgHwfxZZv { color:#020202;display:block;width:21.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15134;line-height:1.5;letter-spacing:0;top:15.58203125rem;left:19.03125rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s2GU4ur4d4lZCEuT5M9CSpO6f3dbsiSw { color:#020202;display:block;width:21.9361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.5;letter-spacing:0;top:21.250001907349rem;left:19.028648376465rem;height:15.46875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gmk9dtwRi4qTKiMSUXEgNxnO8I8p55Tr { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:43.9375rem;left:0rem;display:none; }
#uUhLkLwZqm5EuWkGQH3hHJMbFJHylHaK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:48.6875rem;left:0rem;display:none; }
#BpKpccZnbuzbK2hSxfBIc3FOoEmprPge { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:61.8125rem;left:0rem;display:none; }
#N8ZnSG6iVnDTWZB3uTAtw2at2cXwJtDi { background-color:rgba(var(--color-secondary-2),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.20832824707rem;left:39.718751907349rem;display:none; }
#CSLiUqvnxxxJZELxLxmPLmdSPMI6AzrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZuvJ1ttmFhfKn0qSR2c1kWUfWJ091EtL { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:56.375rem;left:0rem;display:none; }
#uybWIFs1DfVosKESGugOZO3PNmCon7zL { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.37426875rem;width:7.124rem;top:2.8515625rem;left:17.91259765625rem;overflow:hidden;display:block; }
#xZrq5nhSbEeur0kT2zhAqFnf8uucRLsD { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:8.125rem;top:2.821044921875rem;left:3.663330078125rem;overflow:hidden;display:none; }
#yvhNTwLaeawpNNEnXobKNsPClA5pKeQ8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:36.5rem;display:none; }
#uSXsLO2PQ59PZlW9OUaqniv5CWTtgKAT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:32.9375rem;display:none; }
#rLW7FiBAbMCGymsZ1nzwcai3hXhy1InL { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:5.75rem;top:1.1328125rem;left:31.256103515625rem;overflow:hidden;display:block; }
#TO9FITQFpsDZpl3tqEwH3Z9IpC3BbgkT { position:absolute;display:block;z-index:15199;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.31176875rem;width:13.18725rem;top:2.3828125rem;left:40.318603515625rem;overflow:hidden;display:none; }
#W2xaH6cTbLlV8nSiqK1fv62FbNFl6t4x { position:absolute;display:block;z-index:15135;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.5615rem;width:16.9995rem;top:48.8125rem;left:41.375rem;display:block; }
#A1tu3HLhsPr7mVsH69CFn6GfoHWp3lGn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:34.25rem;display:none; }
#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 { position:relative;display:block; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 { background-color: transparent; background-image: none; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container > .video-iframe-container { display: none; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row > .video-iframe-container { display: none; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .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); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 { border-width: 0; border-radius: 0; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:82.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container.adaptive-delivery-prevent-bg, #mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container.lazyload, #mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container.lazyloading { background-image: none; }#k6kKQS20AlkTrBPoAhwt33iwV9V0aoua { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WshSEMXAL4zfaMIprbQhNJodFr5Uwi4h { position:absolute;display:block;z-index:15136;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.5603125rem;width:16.9983125rem;top:48.8125rem;left:22.8125rem;display:block; }
#KRNunLLsaBuoEO4K4MhZfTHhT31nhGA1 { position:absolute;display:block;z-index:15137;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.5603125rem;width:16.9983125rem;top:48.8125rem;left:2.9375rem;display:block; }
#QTHBMMGh6DwCd26gGrBhCgxDJTv5FGea { box-sizing:content-box;color:#6c3a84;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:212.125rem;left:49.3125rem;display:none; }
#Iy3EtBUvkT3oWz1xTLd6XBDL1D50J2Tl { color:#e2bc89;display:block;width:52.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:7.5625rem;left:2.625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#qvS5lncF11LQnlNJl0cPmpGUW9K59gZ9 { position:absolute;display:block;z-index:15020;height:23.125rem;width:59.6875rem;top:12.1875rem;left:0.3125rem;display:block; }
#RFzM1XIdyACZ7nnXVV0D5aDJvEe3wRzR { position:absolute;display:block;z-index:15000;height:25.5625rem;width:45.6875rem;top:2.0980834960938E-5rem;left:0rem;display:none; }
#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC { position:relative;display:none; }#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC { border-width: 0; border-radius: 0; }#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:52.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC > .row .container.adaptive-delivery-prevent-bg, #v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC > .row .container.lazyload, #v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC > .row .container.lazyloading { background-image: none; }#eZ9fIwQytE3Z9f2Z2XO7NoqTBOslISJ6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:31.604166030884rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hf8MRINdLrPcW4aO4WUsCfFuQiDXetpu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:16rem;top:0rem;left:43.80560308433rem;display:block; }
#ynTrKro9ksqvHACokTQvmpTmOtQtxksc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.56175rem;width:15.99975rem;top:0rem;left:21.998291015625rem;display:block; }
#lPf5x8iBrUQ9kVyN7ySvKfmTrO8zNwQS { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5605625rem;width:15.9985625rem;top:0rem;left:0rem;display:block; }
#Xl3GZ12AZVFzvI5Cvnq1Jbq5313X66Gg { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:16rem;top:27.1875rem;left:43.8125rem;display:block; }
#Tvii3DJTdXta431xouG4l5ynhTHLhluJ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.56175rem;width:15.99975rem;top:27.1875rem;left:22rem;display:block; }
#bhygekwM4yOgkF7NNlfSCiPFsgUyVSnQ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5605625rem;width:15.9985625rem;top:27.1875rem;left:0rem;display:block; }
#EgvVWO6IZKWTAmPgulWa793UN8vJrwIN { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ia3seuJ7ooS8Mz0yw6hQvmoWECR5ILl7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XnatVTSJS3LAQxPRKE8FGT5uVOAa5ky8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sSHHi1ONwWZiXK7TykPl2DJMc9AoEHgl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dgd0uPk9EEBUod6pe64T2Cf0LSrfuBeV { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sXUxuOlfWZRvbwUJpzGbvtTTqp5S9rs7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kAv8qddkm0BKAkNl9NvrQhoxexykrFEZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP > .row .container { border-width: 0; border-radius: 0; }#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;position:relative;display:none; }#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .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:transparent;background-image:none;vertical-align:top; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .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; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family); }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .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; }#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-trigger.adaptive-delivery-prevent-bg, #x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-trigger.lazyload, #x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-trigger.lazyloading { background-image: none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.75rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #v2JveTqvIJiiFghaIyddKXUz3opGPa7q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #qrFI6fBHdEneEz07enKLbIaDftTmS2Cq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #TAcLRlaJqyGlrhIaLlQch95egBg0X0aQ { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #xm5iw4qW5KATaMpJJFpfMofTJyOvWF2a {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #peQ679Ggs6od8u5VquVTKwRuJPOQr8oQ {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #EREDsZuWPeQqf2XU7mrCnhZ9rUd3EgH0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ZrnkOMTRA4cZiT1MwTQxAfnnGefqoqDO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #VfnMn4tMQsDe8UBvhpcpzq0q3yDlaVxO { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #LrTGnmhBL5SnQWUXJ0vGkMe1Xx4n4W29 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #gVcohacUsCDhg6xtPUlXRPNJIVsq3tTl { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #dRyEc3hbxTsQNPyBitMpE92QWH8gnNgt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #kpA4qtJbplVv24D5m2T6TcmyUg2OxkBG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #nPpSwzUrBH90B8voaON9CkxBT5B0wQeh { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #HnqAC4vHhQwSHoC0BygGqxPpLkObZwzs {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #BGSfJTC5cI7UhThQ6WhSyCTutFGPqaPw { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Ha080QZzbgBWDBznODTOtSbGnWHNirJQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ZreCmXebN16rgqcNGyc8TTpJp1M3mXfi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #SWGesUzLT3QGiRMbwXn9zHeTo1OhfpBI { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #M4vwgym9MfqDZlGkOXOKXsTZcSwfTA02 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #hDFn52pZwc1UHrMasVsAiGqnr6aO8Mg0 { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #F9lcdlLTIFmWVPwnfuHq54IwhnuieFWi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #vCzJsAhPnF5RmFToiJVXIwRfmdPMFKRs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #iIfaprEGCc7IFXZTNT3gx2T281cT1OzT { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #CcsLGDLpcXTFbtGEzGPfUlKgm9sf2ETE {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #atht6aa5xwc3cuqQXdTw2lWKXJSPryDr { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #zRm80Lp9I3MaHBJdkAQ7ZQBL6bkpgfmx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #IaeTwS9WHBwOSUt7UONyfypW9gQC3Zh9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #NPF25RgX2195uDaG69iy5IDpBMOzQHNP { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #l9ZgwvMRzWvEah3GkZ7AqihalSdrfLO9 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #T3fURrgS1z6SoGa8Uo4tFLluHwGIGDmT { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #q2TDuh9KTDrMcZ6MJRvZWEzAppem7TaI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #PLTmvu3ufTQoRtsTdzBtC7bdCBHwrv3s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #bMdnwd5QIhVT2C6c0AdMrU9JzuK8E8gh { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #wCU2K0vnlIkHJV5Vyyky2bkoJ0GqUKtw {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ruRgfoWSd98bUQWaEfnmuV3Lfl6n4viA { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #cdbFfdcThdIrhVUuapAX0h4DpODVfTQy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #qhG1HUAGLLbrR9s2VLTvKWh8qQvmGriI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #DbUvPpfT2UMDLNOnxmbEKCq1OpHxE9NK { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #VsKMIw6LNUcD5TGCsWI1xpsebTpT92vB {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Nbfr4bT0kxT8DTF0RamTkfNBSLwib5Wc { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #HW9sSqhGCJ1hqbgPMTIC29PeaHandpmu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #WhzKguf5ZJJ6nHCQry76ayMV56iLQrmy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #cTM5vzit4u5wZsMNFdCTMpzgZURE2fHW { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #WBZwxDK8HJyIOvxBdalDzAiK3V4e1NnL {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #kLOHRLri5MNQxDbUbzGpoaw1Z1vG7Pqe { display:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Ni6u2JcDATP3Bazhb5Jdhy2nZ6hekr47 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #e9QUmoQDkpXlTw9TKeQt5O6Gi5k8T8E1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #fhTtXgvTrmkQW5cAVlIZC7dpATkOA5JT { display:block;position:relative; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #NSIkMube1tlboJ6hx2lTrOTrxSVFWATM {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #QgJtcXFkOQfd3qJ2Kg3JewRw3Qmf4siT { display:none; }
#EMT1Wxhp1yVezdO0wENQVWeuDKSyizw1 { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8125rem;height:2.0317375rem;font-style:normal;display:none; }
body { position:relative;display:block; }
#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP { display:none; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container { width:47.75rem;position:relative;display:none; }#tETGuRsKXtqBMbhlcyP0Z6beHk56ikl2 { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 {display:block;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #FcgQ9DZHRTngTrr2nu9vF80Rpy5QZaz6 {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #XGVUuOP0qsbqXZ1bCOvUEqODSuah9DGE { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #LItEgXRXP6PlHiNu60ei4xb11dGtTZxF {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #oQIAQZ1cGd4AMwOxSGePc2QuEM9qgoOD {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #TTtLAQkIuCNps56v4wLcvplQCrMvF1wL { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #uF8wwDCugkD0Kdmy9XdKJAzZWuPfEFqR {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #EI5VggmRxTDCIlDpbei4K6gKEwraZK39 {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #HUiKM0A4SJsoHv7soZigq1HOSHazQJc8 { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #wZJg9l8qfp8rxDQDimQOyF6mhMs0vd8J {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #PGvxhFZO38zvUllk39UMBToiQL1Z4b9u {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #TZvxwPAparh8904Qt6noJevuyGp3yFww { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #yD1uS0uIVcR9tRdEVCxE3cviS5PJkvKk {  }
#lTb53zssku43NmLG3au5vHC2INaZfSSF { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #OK80Oogz2wbKED1CNr8aTfSqG2M8Tp4z {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #z1US3CL1rh8tdll6eZCkgTLvL3h6T1LS {  }
#AhfCAxswNMb7moXkJD3VwRHFEy8hDwdp { width:30.5625rem;height:17.5rem;display:none; }
#TBIJhztW08ZuHiGtxJvWBEQafayKbB0m { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
#HZCMhiZ5yTMomEwJML7VqenC1ltLmQ3t { display:block; }
#BTFTmwrqATVPA17kFw7RTZe6DGPGTEN2 { top:12.125rem;left:0rem;width:18.25rem;height:5.1875rem;font-size:1rem;display:none; }
#l3VlxZn98VgviJB97vLHCGOXgHwfxZZv { top:84.5rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#s2GU4ur4d4lZCEuT5M9CSpO6f3dbsiSw { top:88.25rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:block; }
#Gmk9dtwRi4qTKiMSUXEgNxnO8I8p55Tr { top:43.9375rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#uUhLkLwZqm5EuWkGQH3hHJMbFJHylHaK { top:48.6875rem;left:0rem;width:20rem;height:5.8125rem;font-size:0.75rem;display:none; }
#BpKpccZnbuzbK2hSxfBIc3FOoEmprPge { top:61.8125rem;left:0rem;width:20rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#N8ZnSG6iVnDTWZB3uTAtw2at2cXwJtDi { width:12.875rem;height:2.8125rem;top:52.1875rem;left:33.593751907349rem;display:none; }
#CSLiUqvnxxxJZELxLxmPLmdSPMI6AzrB { display:block; }
#ZuvJ1ttmFhfKn0qSR2c1kWUfWJ091EtL { top:56.375rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
#uybWIFs1DfVosKESGugOZO3PNmCon7zL { top:2.8125rem;left:11.78759765625rem;width:7.0625rem;height:2.3537721851312rem;display:block; }
#xZrq5nhSbEeur0kT2zhAqFnf8uucRLsD { top:2.8125rem;left:0rem;width:8.125rem;height:2.436525rem;display:none; }
#yvhNTwLaeawpNNEnXobKNsPClA5pKeQ8 { width:36.5rem;height:20.9375rem;display:none; }
#uSXsLO2PQ59PZlW9OUaqniv5CWTtgKAT { width:32.9375rem;height:27.75rem;display:none; }
#rLW7FiBAbMCGymsZ1nzwcai3hXhy1InL { top:1.125rem;left:25.131103515625rem;width:5.75rem;height:1.6875rem;display:block; }
#TO9FITQFpsDZpl3tqEwH3Z9IpC3BbgkT { top:2.375rem;left:34.193603515625rem;width:13.125rem;height:3.296135649491rem;display:none; }
#W2xaH6cTbLlV8nSiqK1fv62FbNFl6t4x { top:48.8125rem;left:30.8125rem;width:16.9375rem;height:30.450037133445rem;display:block; }
#A1tu3HLhsPr7mVsH69CFn6GfoHWp3lGn { width:34.25rem;height:33.875rem;display:none; }
#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 { display:block; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container { width:47.75rem;position:relative;display:block; }#k6kKQS20AlkTrBPoAhwt33iwV9V0aoua { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
#WshSEMXAL4zfaMIprbQhNJodFr5Uwi4h { top:48.8125rem;left:16.6875rem;width:16.9375rem;height:30.450981117611rem;display:block; }
#KRNunLLsaBuoEO4K4MhZfTHhT31nhGA1 { top:48.8125rem;left:0rem;width:16.9375rem;height:30.450981117611rem;display:block; }
#QTHBMMGh6DwCd26gGrBhCgxDJTv5FGea { top:212.125rem;left:43.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
#Iy3EtBUvkT3oWz1xTLd6XBDL1D50J2Tl { width:47.75rem;height:1.9375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:none; }
#qvS5lncF11LQnlNJl0cPmpGUW9K59gZ9 { top:12.1875rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
#RFzM1XIdyACZ7nnXVV0D5aDJvEe3wRzR { top:0rem;left:0rem;width:45.6875rem;height:25.5625rem;display:none; }
#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC { display:block; }#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC > .row .container { width:47.75rem;position:relative;display:block; }#eZ9fIwQytE3Z9f2Z2XO7NoqTBOslISJ6 { width:10.6875rem;height:1.75rem;top:28.4375rem;left:26.104166030884rem;font-size:1.4375rem;display:none; }
#Hf8MRINdLrPcW4aO4WUsCfFuQiDXetpu { top:0rem;left:31.75rem;width:16rem;height:24.5625rem;display:block; }
#ynTrKro9ksqvHACokTQvmpTmOtQtxksc { top:0rem;left:15.873291015625rem;width:15.9375rem;height:24.466187948249rem;display:block; }
#lPf5x8iBrUQ9kVyN7ySvKfmTrO8zNwQS { top:0rem;left:0rem;width:15.9375rem;height:24.466820993683rem;display:block; }
#Xl3GZ12AZVFzvI5Cvnq1Jbq5313X66Gg { top:27.1875rem;left:31.75rem;width:15.9375rem;height:24.466187948249rem;display:block; }
#Tvii3DJTdXta431xouG4l5ynhTHLhluJ { top:27.1875rem;left:15.875rem;width:15.9375rem;height:24.466820993683rem;display:block; }
#bhygekwM4yOgkF7NNlfSCiPFsgUyVSnQ { top:27.1875rem;left:0rem;width:15.9375rem;height:24.466820993683rem;display:block; }
#EgvVWO6IZKWTAmPgulWa793UN8vJrwIN { display:none; }
#ia3seuJ7ooS8Mz0yw6hQvmoWECR5ILl7 { display:none; }
#XnatVTSJS3LAQxPRKE8FGT5uVOAa5ky8 { display:none; }
#sSHHi1ONwWZiXK7TykPl2DJMc9AoEHgl { display:none; }
#dgd0uPk9EEBUod6pe64T2Cf0LSrfuBeV { display:none; }
#sXUxuOlfWZRvbwUJpzGbvtTTqp5S9rs7 { display:none; }
#kAv8qddkm0BKAkNl9NvrQhoxexykrFEZ { display:none; }
#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP { display:none; }#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP > .row .container { width:47.75rem;position:relative;display:none; }#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #v2JveTqvIJiiFghaIyddKXUz3opGPa7q {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #qrFI6fBHdEneEz07enKLbIaDftTmS2Cq {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #TAcLRlaJqyGlrhIaLlQch95egBg0X0aQ {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #xm5iw4qW5KATaMpJJFpfMofTJyOvWF2a {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #peQ679Ggs6od8u5VquVTKwRuJPOQr8oQ {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #EREDsZuWPeQqf2XU7mrCnhZ9rUd3EgH0 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ZrnkOMTRA4cZiT1MwTQxAfnnGefqoqDO {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #VfnMn4tMQsDe8UBvhpcpzq0q3yDlaVxO {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #LrTGnmhBL5SnQWUXJ0vGkMe1Xx4n4W29 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #gVcohacUsCDhg6xtPUlXRPNJIVsq3tTl {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #dRyEc3hbxTsQNPyBitMpE92QWH8gnNgt {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #kpA4qtJbplVv24D5m2T6TcmyUg2OxkBG {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #nPpSwzUrBH90B8voaON9CkxBT5B0wQeh {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #HnqAC4vHhQwSHoC0BygGqxPpLkObZwzs {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #BGSfJTC5cI7UhThQ6WhSyCTutFGPqaPw {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Ha080QZzbgBWDBznODTOtSbGnWHNirJQ {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ZreCmXebN16rgqcNGyc8TTpJp1M3mXfi {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #SWGesUzLT3QGiRMbwXn9zHeTo1OhfpBI {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #M4vwgym9MfqDZlGkOXOKXsTZcSwfTA02 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #hDFn52pZwc1UHrMasVsAiGqnr6aO8Mg0 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #F9lcdlLTIFmWVPwnfuHq54IwhnuieFWi {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #vCzJsAhPnF5RmFToiJVXIwRfmdPMFKRs {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #iIfaprEGCc7IFXZTNT3gx2T281cT1OzT {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #CcsLGDLpcXTFbtGEzGPfUlKgm9sf2ETE {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #atht6aa5xwc3cuqQXdTw2lWKXJSPryDr {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #zRm80Lp9I3MaHBJdkAQ7ZQBL6bkpgfmx {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #IaeTwS9WHBwOSUt7UONyfypW9gQC3Zh9 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #NPF25RgX2195uDaG69iy5IDpBMOzQHNP {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #l9ZgwvMRzWvEah3GkZ7AqihalSdrfLO9 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #T3fURrgS1z6SoGa8Uo4tFLluHwGIGDmT {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #q2TDuh9KTDrMcZ6MJRvZWEzAppem7TaI {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #PLTmvu3ufTQoRtsTdzBtC7bdCBHwrv3s {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #bMdnwd5QIhVT2C6c0AdMrU9JzuK8E8gh {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #wCU2K0vnlIkHJV5Vyyky2bkoJ0GqUKtw {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ruRgfoWSd98bUQWaEfnmuV3Lfl6n4viA {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #cdbFfdcThdIrhVUuapAX0h4DpODVfTQy {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #qhG1HUAGLLbrR9s2VLTvKWh8qQvmGriI {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #DbUvPpfT2UMDLNOnxmbEKCq1OpHxE9NK {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #VsKMIw6LNUcD5TGCsWI1xpsebTpT92vB {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Nbfr4bT0kxT8DTF0RamTkfNBSLwib5Wc {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #HW9sSqhGCJ1hqbgPMTIC29PeaHandpmu {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #WhzKguf5ZJJ6nHCQry76ayMV56iLQrmy {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #cTM5vzit4u5wZsMNFdCTMpzgZURE2fHW {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #WBZwxDK8HJyIOvxBdalDzAiK3V4e1NnL {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #kLOHRLri5MNQxDbUbzGpoaw1Z1vG7Pqe {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Ni6u2JcDATP3Bazhb5Jdhy2nZ6hekr47 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #e9QUmoQDkpXlTw9TKeQt5O6Gi5k8T8E1 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #fhTtXgvTrmkQW5cAVlIZC7dpATkOA5JT {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #NSIkMube1tlboJ6hx2lTrOTrxSVFWATM {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #QgJtcXFkOQfd3qJ2Kg3JewRw3Qmf4siT {  }
#EMT1Wxhp1yVezdO0wENQVWeuDKSyizw1 { top:10.6875rem;left:0rem;width:15.4375rem;height:1.75rem;font-size:1.5rem;display:none; }
body { position:relative;display:block; }
#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP { display:block; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP { background-color: transparent; background-image: none; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container > .video-iframe-container { display: none; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row > .video-iframe-container { display: none; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .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); }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP { border-width: 0; border-radius: 0; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container { width:20rem;height:148rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb109ab0-4465-45c1-b3fb-bb0d09885605/noroot.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container.adaptive-delivery-prevent-bg, #Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container.lazyload, #Dwmaadsqc9WEUGulC6u1EH1Rgq9qcfMP > .row .container.lazyloading { background-image: none; }#tETGuRsKXtqBMbhlcyP0Z6beHk56ikl2 { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-form-header { font-size:1.1875rem; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;color:#000000;font-size:1.1875rem;overflow:hidden;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:right;text-align-last:right;vertical-align:top; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;line-height:.1;overflow:hidden;display:block;vertical-align:top; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;line-height:.1;overflow:hidden;display:block;vertical-align:top; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem;font-weight:700;font-style:normal;display:block;vertical-align:top; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem;background-color:#0b2c5d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-radio-label { float:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;font-size:0; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-container:first-of-type{padding-top:0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .widget-container:last-of-type{padding-bottom:0;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4  { width:17.25rem;height:auto;top:16.287109375rem;left:0rem;border-top:0.375rem solid #1b57c7;border-left:0.125rem solid #1b57c7;border-right:0.125rem solid #1b57c7;border-bottom:0.3125rem solid #1b57c7;z-index:15008;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image:none;font-size:1.1875rem;box-shadow: none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 {display:block;}#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 { width:17.25rem;height:auto;top:16.287109375rem;left:0rem;border-top:0.375rem solid #1b57c7;border-left:0.125rem solid #1b57c7;border-right:0.125rem solid #1b57c7;border-bottom:0.3125rem solid #1b57c7;z-index:15008;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:transparent;background-image:none;font-size:1.1875rem;box-shadow: none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #FcgQ9DZHRTngTrr2nu9vF80Rpy5QZaz6 {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #XGVUuOP0qsbqXZ1bCOvUEqODSuah9DGE { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #LItEgXRXP6PlHiNu60ei4xb11dGtTZxF {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #oQIAQZ1cGd4AMwOxSGePc2QuEM9qgoOD {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #TTtLAQkIuCNps56v4wLcvplQCrMvF1wL { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #uF8wwDCugkD0Kdmy9XdKJAzZWuPfEFqR {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #EI5VggmRxTDCIlDpbei4K6gKEwraZK39 {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #HUiKM0A4SJsoHv7soZigq1HOSHazQJc8 { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #wZJg9l8qfp8rxDQDimQOyF6mhMs0vd8J {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #PGvxhFZO38zvUllk39UMBToiQL1Z4b9u {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #TZvxwPAparh8904Qt6noJevuyGp3yFww { display:none; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #yD1uS0uIVcR9tRdEVCxE3cviS5PJkvKk {  }
#lTb53zssku43NmLG3au5vHC2INaZfSSF { display:block; }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #OK80Oogz2wbKED1CNr8aTfSqG2M8Tp4z {  }
#CZF00FZdb3K2kM9EhgsvM9w20qe7oyX4 #z1US3CL1rh8tdll6eZCkgTLvL3h6T1LS {  }
#AhfCAxswNMb7moXkJD3VwRHFEy8hDwdp { top:1rem;left:2.65625rem;width:15.3125rem;height:8.3125rem;z-index:15107;overflow:hidden;display:block; }
#TBIJhztW08ZuHiGtxJvWBEQafayKbB0m { width:12.1875rem;height:2.5rem;top:92.875rem;left:3.90625rem;z-index:15022;background-color:#2a6f06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#HZCMhiZ5yTMomEwJML7VqenC1ltLmQ3t { display:block; }
#BTFTmwrqATVPA17kFw7RTZe6DGPGTEN2 { top:9.25rem;left:0rem;width:20rem;height:5.19921875rem;z-index:15108;text-align:center;text-align-last:center;color:#052956;font-size:1rem;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; }
#l3VlxZn98VgviJB97vLHCGOXgHwfxZZv { width:20rem;height:5.625rem;top:78.25rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#000000;font-weight:700;font-style:normal;display:block; }
#s2GU4ur4d4lZCEuT5M9CSpO6f3dbsiSw { width:20rem;height:6.5625rem;top:85.0625rem;left:0rem;font-size:0.875rem;line-height:1.5;color:#020202;font-weight:700;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; }
#Gmk9dtwRi4qTKiMSUXEgNxnO8I8p55Tr { top:46.0625rem;left:0rem;width:20rem;height:2.236325rem;z-index:15103;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-size:0.8125rem;color:#640f24;display:block; }
#uUhLkLwZqm5EuWkGQH3hHJMbFJHylHaK { top:49.8125rem;left:0rem;width:20rem;height:5.84765625rem;z-index:15203;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#030507;font-size:0.75rem;display:block; }
#BpKpccZnbuzbK2hSxfBIc3FOoEmprPge { top:57.8125rem;left:0rem;width:20rem;height:2.236325rem;z-index:15104;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-size:0.8125rem;color:#050756;display:block; }
#N8ZnSG6iVnDTWZB3uTAtw2at2cXwJtDi { width:12.1875rem;height:2.5rem;top:62.25rem;left:4.21875rem;z-index:15023;background-color:#2a6f06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#CSLiUqvnxxxJZELxLxmPLmdSPMI6AzrB { display:block; }
#ZuvJ1ttmFhfKn0qSR2c1kWUfWJ091EtL { top:136.125rem;left:0rem;width:20rem;height:1.4433625rem;z-index:15104;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-size:1.0625rem;color:#020919;display:block; }
#uybWIFs1DfVosKESGugOZO3PNmCon7zL { width:5.625rem;height:1.8125rem;top:138.8125rem;left:0.875rem;display:block; }
#xZrq5nhSbEeur0kT2zhAqFnf8uucRLsD { width:5rem;height:1.4375rem;top:139rem;left:6.875rem;z-index:15189;display:block; }
#yvhNTwLaeawpNNEnXobKNsPClA5pKeQ8 { top:141.9375rem;left:6.5rem;width:5.3125rem;height:2.9375rem;z-index:15202;overflow:hidden;display:block; }
#uSXsLO2PQ59PZlW9OUaqniv5CWTtgKAT { top:141.6875rem;left:1.6875rem;width:4.0625rem;height:3.375rem;z-index:15201;overflow:hidden;display:block; }
#rLW7FiBAbMCGymsZ1nzwcai3hXhy1InL { width:6.6875rem;height:1.875rem;top:142.4375rem;left:12.8125rem;overflow:hidden;display:block; }
#TO9FITQFpsDZpl3tqEwH3Z9IpC3BbgkT { width:6.125rem;height:1.4375rem;top:139rem;left:13.0625rem;z-index:15200;display:block; }
#W2xaH6cTbLlV8nSiqK1fv62FbNFl6t4x { width:20rem;height:35.69925rem;top:96.75rem;left:0rem;display:block; }
#A1tu3HLhsPr7mVsH69CFn6GfoHWp3lGn { top:65.625rem;left:4.03125rem;width:11.9375rem;height:11.8125rem;z-index:15204;overflow:hidden;display:block; }
#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 { display:block; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 { background-color: transparent; background-image: none; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container > .video-iframe-container { display: none; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row > .video-iframe-container { display: none; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .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); }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 { border-width: 0; border-radius: 0; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container { width:20rem;height:62.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb109ab0-4465-45c1-b3fb-bb0d09885605/noroot.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container.adaptive-delivery-prevent-bg, #mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container.lazyload, #mnef7VMK74NNDtfwpeFVpsAlTvHPO550 > .row .container.lazyloading { background-image: none; }#k6kKQS20AlkTrBPoAhwt33iwV9V0aoua { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#WshSEMXAL4zfaMIprbQhNJodFr5Uwi4h { width:16.9375rem;height:30.450981117611rem;top:201.14502539062rem;left:1.5rem;display:none; }
#KRNunLLsaBuoEO4K4MhZfTHhT31nhGA1 { width:16.9375rem;height:30.450981117611rem;top:169.44458789063rem;left:1.5rem;display:none; }
#QTHBMMGh6DwCd26gGrBhCgxDJTv5FGea { width:2.375rem;height:2.375rem;top:1.6875rem;left:8.8125rem;font-size:1.625rem;z-index:15010;color:#1a1003;display:block; }
#Iy3EtBUvkT3oWz1xTLd6XBDL1D50J2Tl { width:18.75rem;height:2.798825rem;top:4.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;color:#05143c;display:block; }
#qvS5lncF11LQnlNJl0cPmpGUW9K59gZ9 { width:20rem;height:23.875rem;top:37.1875rem;left:0rem;display:block; }
#RFzM1XIdyACZ7nnXVV0D5aDJvEe3wRzR { width:20rem;height:27.125rem;top:8.8125rem;left:0rem;z-index:15001;display:block; }
#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC.adaptive-delivery-prevent-bg, #v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC.lazyload, #v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC.lazyloading { background-image: none; }#v3zTRLC4ckgUzO8CPZW5fyEOzrkpgHbC > .row .container { width:20rem;height:174.4375rem;position:relative;display:none; }#eZ9fIwQytE3Z9f2Z2XO7NoqTBOslISJ6 { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#Hf8MRINdLrPcW4aO4WUsCfFuQiDXetpu { width:16rem;height:24.5625rem;top:58.75rem;left:2rem;display:block; }
#ynTrKro9ksqvHACokTQvmpTmOtQtxksc { width:15.9375rem;height:24.464875rem;top:29.1875rem;left:2.03125rem;display:block; }
#lPf5x8iBrUQ9kVyN7ySvKfmTrO8zNwQS { width:15.9375rem;height:24.4668125rem;top:1.125rem;left:2.03125rem;display:block; }
#Xl3GZ12AZVFzvI5Cvnq1Jbq5313X66Gg { width:15.9375rem;height:24.466187948249rem;top:146.6875rem;left:2rem;display:block; }
#Tvii3DJTdXta431xouG4l5ynhTHLhluJ { width:15.9375rem;height:24.466820993683rem;top:118.125rem;left:2rem;display:block; }
#bhygekwM4yOgkF7NNlfSCiPFsgUyVSnQ { width:15.9375rem;height:24.4668125rem;top:89.5625rem;left:2.03125rem;display:block; }
#EgvVWO6IZKWTAmPgulWa793UN8vJrwIN { top:172.5rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15029;background-color:#e2bc89;background-image:none;display:block; }
#ia3seuJ7ooS8Mz0yw6hQvmoWECR5ILl7 { top:144.5rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15030;background-color:#e2bc89;background-image:none;display:block; }
#XnatVTSJS3LAQxPRKE8FGT5uVOAa5ky8 { top:115.8125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15031;background-color:#e2bc89;background-image:none;display:block; }
#sSHHi1ONwWZiXK7TykPl2DJMc9AoEHgl { top:86.3125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15032;background-color:#e2bc89;background-image:none;display:block; }
#dgd0uPk9EEBUod6pe64T2Cf0LSrfuBeV { top:56.0625rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15033;background-color:#e2bc89;background-image:none;display:block; }
#sXUxuOlfWZRvbwUJpzGbvtTTqp5S9rs7 { top:27.0625rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15034;background-color:#e2bc89;background-image:none;display:block; }
#kAv8qddkm0BKAkNl9NvrQhoxexykrFEZ { top:0.3125rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15035;background-color:#e2bc89;background-image:none;display:block; }
#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP > .row .container { border-width: 0; border-radius: 0; }#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bz49slrTGlWPl3OpXlwroyw2G2tVuseP > .row .container { width:20rem;height:54.375rem;position:relative;display:none; }#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-element-container { background-color:#9b7d8c;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:#ffffff; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-desc-text { font-family:cairo;font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:#ffffff;line-height:1.6;overflow:hidden; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg"); }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s { display:flex;height:auto;width:18.2454375rem;top:4.1859130859375rem;left:0.12734371423721rem;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;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:#ffffff;background-image:none; }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #v2JveTqvIJiiFghaIyddKXUz3opGPa7q {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #qrFI6fBHdEneEz07enKLbIaDftTmS2Cq {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #TAcLRlaJqyGlrhIaLlQch95egBg0X0aQ {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #xm5iw4qW5KATaMpJJFpfMofTJyOvWF2a {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #peQ679Ggs6od8u5VquVTKwRuJPOQr8oQ {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #EREDsZuWPeQqf2XU7mrCnhZ9rUd3EgH0 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ZrnkOMTRA4cZiT1MwTQxAfnnGefqoqDO {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #VfnMn4tMQsDe8UBvhpcpzq0q3yDlaVxO {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #LrTGnmhBL5SnQWUXJ0vGkMe1Xx4n4W29 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #gVcohacUsCDhg6xtPUlXRPNJIVsq3tTl {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #dRyEc3hbxTsQNPyBitMpE92QWH8gnNgt {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #kpA4qtJbplVv24D5m2T6TcmyUg2OxkBG {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #nPpSwzUrBH90B8voaON9CkxBT5B0wQeh {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #HnqAC4vHhQwSHoC0BygGqxPpLkObZwzs {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #BGSfJTC5cI7UhThQ6WhSyCTutFGPqaPw {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Ha080QZzbgBWDBznODTOtSbGnWHNirJQ {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ZreCmXebN16rgqcNGyc8TTpJp1M3mXfi {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #SWGesUzLT3QGiRMbwXn9zHeTo1OhfpBI {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #M4vwgym9MfqDZlGkOXOKXsTZcSwfTA02 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #hDFn52pZwc1UHrMasVsAiGqnr6aO8Mg0 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #F9lcdlLTIFmWVPwnfuHq54IwhnuieFWi {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #vCzJsAhPnF5RmFToiJVXIwRfmdPMFKRs {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #iIfaprEGCc7IFXZTNT3gx2T281cT1OzT {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #CcsLGDLpcXTFbtGEzGPfUlKgm9sf2ETE {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #atht6aa5xwc3cuqQXdTw2lWKXJSPryDr {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #zRm80Lp9I3MaHBJdkAQ7ZQBL6bkpgfmx {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #IaeTwS9WHBwOSUt7UONyfypW9gQC3Zh9 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #NPF25RgX2195uDaG69iy5IDpBMOzQHNP {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #l9ZgwvMRzWvEah3GkZ7AqihalSdrfLO9 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #T3fURrgS1z6SoGa8Uo4tFLluHwGIGDmT {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #q2TDuh9KTDrMcZ6MJRvZWEzAppem7TaI {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #PLTmvu3ufTQoRtsTdzBtC7bdCBHwrv3s {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #bMdnwd5QIhVT2C6c0AdMrU9JzuK8E8gh {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #wCU2K0vnlIkHJV5Vyyky2bkoJ0GqUKtw {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #ruRgfoWSd98bUQWaEfnmuV3Lfl6n4viA {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #cdbFfdcThdIrhVUuapAX0h4DpODVfTQy {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #qhG1HUAGLLbrR9s2VLTvKWh8qQvmGriI {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #DbUvPpfT2UMDLNOnxmbEKCq1OpHxE9NK {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #VsKMIw6LNUcD5TGCsWI1xpsebTpT92vB {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Nbfr4bT0kxT8DTF0RamTkfNBSLwib5Wc {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #HW9sSqhGCJ1hqbgPMTIC29PeaHandpmu {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #WhzKguf5ZJJ6nHCQry76ayMV56iLQrmy {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #cTM5vzit4u5wZsMNFdCTMpzgZURE2fHW {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #WBZwxDK8HJyIOvxBdalDzAiK3V4e1NnL {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #kLOHRLri5MNQxDbUbzGpoaw1Z1vG7Pqe {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #Ni6u2JcDATP3Bazhb5Jdhy2nZ6hekr47 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #e9QUmoQDkpXlTw9TKeQt5O6Gi5k8T8E1 {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #fhTtXgvTrmkQW5cAVlIZC7dpATkOA5JT {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #NSIkMube1tlboJ6hx2lTrOTrxSVFWATM {  }
#x9MDBA363ZT6zdobiV1rWg3CzKPm636s #QgJtcXFkOQfd3qJ2Kg3JewRw3Qmf4siT {  }
#EMT1Wxhp1yVezdO0wENQVWeuDKSyizw1 { width:15.4375rem;height:1.94921875rem;top:1.312518119812rem;left:2.2812500596046rem;font-size:1.5rem;color:#000000;z-index:15015;text-align:center;text-align-last:center;display:block; }
