.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:249,219,232;--color-primary-1:236,146,187;--color-primary-2:223,74,141;--color-primary-3:158,4,42;--color-primary-4:45,15,28;--color-secondary-0:248,240,227;--color-secondary-1:235,209,170;--color-secondary-2:221,178,114;--color-secondary-3:192,163,132;--color-secondary-4:44,36,23;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f6f6f6;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); }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC { display:none; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC { border-width: 0; border-radius: 0; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .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; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;width:75rem;height:57.6875rem;font-size:0.875rem;font-family:arial;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:none; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row .container.adaptive-delivery-prevent-bg, #CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row .container.lazyload, #CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row .container.lazyloading { background-image: none; }#Q8yOWquBd6NuTwm3JvzRnoAo3CyWK1Nn { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:15.60390663147rem;left:38.8125rem;height:1.2984375rem;display:none; }
#SxKzIvcxsfP3oelLBnnJzL8PEl2elwG6 { color:#000000;display:block;width:27.9984375rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:9.3125rem;height:4.3139625rem;text-align:center;text-align-last:center;display:none; }
#sMLqnfboURiXcSHvMMLu6FCNz6Z5ixSy { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#BZzHMoyINEugllve0Qs3JEuXJ7FsJm64 { 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:3.125rem;width:8.125rem;top:9.046875rem;left:48.5rem;overflow:hidden;display:none; }
#HP1grOeFcIWSQ5lgNWep2uuBHJ2HsMDp { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:10.0625rem;left:8.6875rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#ttxLVKxO5JwsIHdAS121l65X5l8oT3mp { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.6875rem;top:11.8125rem;left:37.25rem;overflow:hidden;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-form-header {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-container:first-of-type{padding-top:0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-container:last-of-type{padding-bottom:0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD {display:block;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #yWeauRLaMMhRZTEI7GJy3g4DMMXg4KBw { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #C9nlAws3oWxIyCxNyE7ZnxBDSNp7I9Ze { position:relative;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #yHPoeE1kmdWSX2Nq6Xy7AvkT7R095t1H { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #NoWuVirHFv8aUH0fFaTT1TDB8KQM2pdJ { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #uIkmxTUdyCszbHCxitKNryNJf2A1MZiA { position:relative;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #wGyR3ooyHg3dTuWq5iW7HmmA3DxrPOQT { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #qcLLxcBH45dtyHmT7S9iPTqQIuDJgFQF { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #tW2T4NTHCfXl7g56nKQoAqMTntVwUmrJ { position:relative;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #hz1XAWeI3Xkto4JxN8BsqdMzWTkvSg4n { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #h2LXAv0fRD0EHDK3RGpvoZAfTTm641hL { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #JGM9GpxbQKDu2BLvSWpKA8xeRNF8TZfI { position:relative;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #WArrX5zbklqtzA3WG8WqfK4M3g4oUmWR { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #DxH7ak7CFiAOcX4yR9dQcgea82KKzzlH { position:relative; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #Xo6Gie3kKNBOngO2tA6vZrAU4ttBEuQn { position:relative; }
#UXTewllUcnazEoPodJTMHmfeRVXTvt1E { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:28rem;width:28rem;top:12.875rem;left:37.9375rem;display:none; }#UXTewllUcnazEoPodJTMHmfeRVXTvt1E.adaptive-delivery-prevent-bg, #UXTewllUcnazEoPodJTMHmfeRVXTvt1E.lazyload, #UXTewllUcnazEoPodJTMHmfeRVXTvt1E.lazyloading { background-image: none; }
#LshzN3yrCuWrm1rZi3WaQDqb0vu1Z9G2 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:34.6875rem;left:24.375rem;display:none; }
#ES8rCCWAULPcnzopBlZ8nSIO7zCJrDzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oW6JJdwhuGoy6gzAWXbc4v2CQVMORFsK { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:34.6875rem;left:8.0625rem;display:none; }
#uNN40L8z8oMQ59yIws9wL8z7TR8emmiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXsI29VU8AZ5fIW87lF0IU10sD7oz2T5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#Dyl41wcCEDxv0HC5NN9GMfqac51JmTKC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G5cMGOnFiMNMD1rq1w7VkNugdoshcsV9 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#fBAw8np0IFOya7BWoOZ3OlhEb33ftTic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLluSz33IGsniVzVwEiR3dtkviAHpf0m { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#bRfageef5SdDRdGv9mitxqn3XI2dRIFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT5gBV7HWQThh89M27A9gJ8DgEKzwWOJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:43.16250038147rem;left:41.9375rem;display:none; }
#KoL9gI5UGZQ2Ax7iGbA4KfieX764T3UD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O7nHgipJ2wHwIQn8mZqBFEAohQTkZyFM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#vOEdemwfNywoTxMWSwwzKg8GJyTIu1EM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZD1BEw4tzAm1SsoPzAftw89NWQr52CaM { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#luPlV0TSdCcWAoBtt5vELVVcvxlaa3WR { color:#000000;display:block;width:27.9984375rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.8125rem;left:9.3125rem;height:4.3139625rem;text-align:center;text-align-last:center;display:none; }
#AQBooLSLFQ5q6Ermhom2VvrtNEeT7cDH { 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:3.125rem;width:8.125rem;top:9.046875rem;left:48.5rem;overflow:hidden;display:none; }
#TBxHFwbM3yzo9J7oJ5GvDfx8XX7UIrGG { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"alw arabic";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:10.0625rem;left:8.6875rem;height:2.8125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#fzT7bHpp2Gbs5lJro08BHW82bpcRSfDp { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.6875rem;top:11.8125rem;left:37.25rem;overflow:hidden;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-form-header {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-container:first-of-type{padding-top:0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-container:last-of-type{padding-bottom:0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 {display:block;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #e1sOhhREgFWWdklHrHMaeI3MuRUPv0t9 { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #E3KxetQLT7KuQdK0cRyAvcLCcs6KmFt9 { position:relative;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #EpGiSf7GScXC56e6sq4aGwVxRU7ofVtq { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #de4GNTwvgk60VCGWTZtIlo016KsBeldO { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #ZlmOoTK9iFfUecE5xIcAZL0CzdizR6Cc { position:relative;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #MGtDkOMxwew1xQnbTqCEzguF349P62cn { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #iZpfZHdRaqlZEbMWBOtci7O03FAedBIy { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #Es6rnnfi28RsCQi2yVr9HVrtMgnIS78D { position:relative;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #iBmUKkIw1TC7l4pqO297EDXfPSVLqym6 { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #p65NfnOh3ox2ykwrTGPWrvXpCsVcNJSs { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #MZLgXEnTEFcde1ZbspHRdnOooQPJ2IH6 { position:relative;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #N0HrKVUTi0dwHCakLBBgnR5auG2h5H9T { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #JTJ5ItZm4LKcuZba1KNru4NPil6iUZ0y { position:relative; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #HRuFP2oSJqpdN6iyUpVt9m5aNX6FNyfk { position:relative; }
#SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:28rem;width:28rem;top:12.875rem;left:37.9375rem;display:none; }#SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1.adaptive-delivery-prevent-bg, #SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1.lazyload, #SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1.lazyloading { background-image: none; }
#RZWdF4HntVi6wV2cMqJKuBVUM0dJBpvc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:34.6875rem;left:24.375rem;display:none; }
#DobZCaxlQ6nlNDpkWFywVQP30grT1zKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1eU2rBpziiiXpGyiCkuzKdiOGG6Uuo0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:34.6875rem;left:8.0625rem;display:none; }
#duT3fFKJAdcQJJcHcTJbHcm2MeIsB1a2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTa13Pt8On2DMdfKXSNZBwms03VknnKf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#FvrFFFIcVO7mLdML6mbbLSbQoXu7F28R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CGTNhNdNIqEtD8OQL7PrUW6TJHR9tdBP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#yd1UMHkuyJQK6KQJ3aVLTTEo7qotxMPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCqkaKidklVgI5qfaMUXyJeaAZDfm2sD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:43.16250038147rem;left:41.9375rem;display:none; }
#iod37k122TshO9UXkaGWKBHxHl2cdlUN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x4RuTbGZdIedBMwzTPGOyfLCdbIxFnBW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#hupBIKE0AGbk3g4vfiPfK7aCJTuIMe6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aI0HTXbeXq2m9RgdxHAdITUsms22aown { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#aSkoA6CsKD4JBAwFiFECEp7ue3Du66Tb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSXH4Hs3tK3IWeU0WWJKulgn0T5TdtUd { color:#000000;display:block;width:28rem;position:absolute;font-family:amiri;font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.890625rem;left:38.5625rem;height:2.15698125rem;text-align:center;text-align-last:center;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-form-header {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-text {padding-top: 0; padding-bottom: 0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-select {padding-top: 0; padding-bottom: 0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-container:first-of-type{padding-top:0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-container:last-of-type{padding-bottom:0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG {display:block;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #V8PqXIQs9Dd06GlqSZ5g42UElA9RfTF9 { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #HvwGy761O7sTSIN0JpmxSOOTSrprNA4M { position:relative;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #v9MdW1TvqWa9p8HoZWpekCTGHA1vi7Bp { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #PbOuAxM2dRHxPH2W9iDr5L9QB4fvZfTM { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #sh1xMpamB6znTrfFzo1JXSV8378KDZ4f { position:relative;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #iPzowiZTd9XQ6m3qiZlsm2yTZTdcokiG { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #MT1H1FXoK134ln06Ft2NNgxMfNi1Hv1u { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #WLXNwHnZtcfT59WJ8Wk6TmAuMCrEU3qd { position:relative;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #ZI9xhyiT7KvbmPmSHmWizzkf8Tn27UT2 { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #mxac5CKGzGgqGpehxuRPpMCqe9epxoku { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #SCK2po2Nfui1FVEd9b3Z0ROVnPlR410f { position:relative;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #yrrPxUCJvQiC2hW57sxMAXP2E3D48Xhf { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #stMdEaVNXgamN7pfkupsTdHr0LAZMwvR { position:relative; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #PrBz4t7vHOGzSSw6xNEXPR9qtrTLJr06 { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-form-header {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-text {padding-top: 0; padding-bottom: 0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-select {padding-top: 0; padding-bottom: 0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-container:first-of-type{padding-top:0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-container:last-of-type{padding-bottom:0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn {display:block;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #QDNM28WUwBgFC4xmdx1Nx9vQmaukDJ54 { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #iQPlgvlxD3CdfggpLkCxwXgQHwQoKt1X { position:relative;display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #R2WNmDgNAuEBQGJQZCqwD8FtV6uTkcdU { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #hXwtqqt5tbStVZGNMCloxyXBeclI5gx0 { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #f5ay2c1Xguc2xs6NqGAr5OKEPkb6w4uT { position:relative;display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #d5BSa0Nlg7EZPaiewz28i6hu7o8CrplU { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #NdGKoqnZFwSP6Iqsyzwb9CMvp2TEckhJ { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #oTF7fCC5JTMxFgugLyNPBb5obLt6DJUC { position:relative;display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #bXJ5iTZIPVhz1XFNua8DwBM2VXQTea28 { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #BR2OztB4XTafaMTpoankCo6luJeVozQt { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #gLdBZpRnkm7GkCDLhnoexa7Cp8qOi0MQ { position:relative;display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #m2BVWDyZB68hmn0eqI2zt0uKG4fJFTaR { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #cFlZdseWauKw4JhnzxksRrtk6wCChWVM { position:relative; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #PxFT2I6swF13JzvOoQTODp2p3Hprca4J { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-form-header {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-container:first-of-type{padding-top:0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-container:last-of-type{padding-bottom:0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 {display:block;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #W5t3DZXqD13iLli3xO8uPwoceMQQuELo { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #si6WMV2AKO6hGBq5nwrJVElv63OItoiT { position:relative;display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #a92SPPiR0lpIfZ4UkSra59pG7obLSEQd { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #mKI1GqrNCygBgdCsoMZz70yfLRCKe0yi { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #crGADy7axXXGl0ePyKZegbduUg9S6NJ3 { position:relative;display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #XCqTPgcxHRNnAX4SWWfUtn6qL0IITaau { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #uKJpyS8hwSHfCceEHERnLkiXONueoqvu { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #n1PlIqBlvcIO17dTy95iClTL8u2mTvwo { position:relative;display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #azxtpRguuTv12vEe02FSC8UBedvnNBWp { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #TopeF2CsfBvk3vdNOBhzq7UnfOM1TBoc { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #vx5bAQqKW0bM8cO7S6xsT7bDvslkc71A { position:relative;display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #qEIkN4STyV3GFMnZF1hZoL0ym9hfR38L { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #Z8vmFOFCLVmFyRasplMEG0rTJPoDaldK { position:relative; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #Z0eeTT5oQZKCEz9yoPQGitVRoJWkStHi { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-form-header {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-text {padding-top: 0; padding-bottom: 0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-select {padding-top: 0; padding-bottom: 0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-container:first-of-type{padding-top:0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-container:last-of-type{padding-bottom:0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU {display:block;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #Iy7ueg67Xgp6sNZvzx6GpClz2QOFherL { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #k2r7Rg5E2lTMicUKMwl9GWhlW48OglZT { position:relative;display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #mqlyJsQJLmm35MSAQq8LEBDLScDVRnKW { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #dHQL2Cz1TMJp9wWXkaTOJXTWPvrxb6KI { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #SwnOKwHSJVMXoSzoZ128ZUXIMCdiwQMl { position:relative;display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #t4rB1SS8GvNI3Kqhi9nRPArHdWkfZTq0 { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #KUETfvu7b0gwuDu45iTmothcT2yHz4Fr { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #xaJBavQ86WyT45lorNUOB5AQirTKspuo { position:relative;display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #TyFaOE4OCOQIm2TGF3wirIA52VN8TDym { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #KvK3CqlkVivLkF3oEFTf7TK46gJW98P3 { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #TWl7CnJgTXheyi43BpMsDx95CrTOR5lP { position:relative;display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #W5W4DtTiPCJcu2SMACCbsORvirqo26me { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #LzfEdVzqtTG6nlUfRfVKyX2mFZqFR69H { position:relative; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #zsecp7Fy6VoWTFrA8TZvrdryhHAgA1f0 { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-form-header {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-container:first-of-type{padding-top:0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-container:last-of-type{padding-bottom:0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ {display:block;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #iLGoT2KrWRdl2nalrG7Q1Es1aA180v2X { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #ZTGxK1QNfxRsWlJ84EXaks5VnxOK46ri { position:relative;display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #KD9NB7FphkWcuLleLDRKicRJDtJTelmi { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #w9CKK3mQ3L4RRIEUrUPhWiuuVofmVpvJ { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #bUvZm6NTcZtkR5KRExrf3r0LZpcIchXM { position:relative;display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #FisPnULrtGuHT0PDr6Zygy2U2emwrT0W { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #u4R3hyU7mJECZwEhHMaVlQFddAOf7Thp { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #OAvnOrvxH426PJ57cyvwLkF6fBV7JXH1 { position:relative;display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #u1ZW61nueKN6BDDxmCZ854F75ZDT4Rr0 { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #JKl9fFMZOF9F60RngzoyoPxWQDA9rqHy { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #xPCC7soLFUFbx6lHpU4F08Mae664tzJT { position:relative;display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #yLZt4eddPRJmb0kKSSvXvqVtQMVAnl1B { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #yBP7u8z0boEmSb1O10uBP5cDGzOaq2Bm { position:relative; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #Cx0ea2G7rVT2zitv595nJ4Z5iPTSVUFd { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-form-header {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.4;vertical-align:top; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .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:23.125rem;box-sizing:border-box;height:2.9375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-text {padding-top: 0; padding-bottom: 0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;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(0,0,0,0.5) ;vertical-align:top; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:700;font-style:normal;vertical-align:top; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-select {padding-top: 0; padding-bottom: 0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .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; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .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:#e1093f;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:23.125rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g [class*="-text"]:-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g [class*="-text"]::-moz-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g [class*="-text"]:-ms-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g [class*="-text"]::-webkit-input-placeholder { color:#010000;font-family:"br font n-day";font-size:0.875rem;font-weight:700;font-style:normal; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .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:#ffffff;vertical-align:top;width:21.9375rem;overflow:hidden;font-style:normal;float:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .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; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-container:first-of-type{padding-top:0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-container:last-of-type{padding-bottom:0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:2.8984375rem; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g {display:block;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.875rem;left:10.375rem;display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #bbuufdhn3lPDhMK84rGgNy6EzQ7v02Vd { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #qMlnyC6yy3OiKBquSWlF32cSfnPahkOs { position:relative;display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #AtTcrrsQbWzHMPZUTgTprSbT1Hc1wz7g { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #Luy0ImQvpEdAbStdVTC7n7Ea5ERGb25J { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #yAfxcqnrSU3SFym28FNS0HnPxc4NvcXT { position:relative;display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #asTTZ6AEFTJCra0QqyCSsaxs8hbXiiui { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #WD9tOJZuoHqL1Sg57nhCZTflTalxtlXT { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #AvTG7rigTTDtrk8HxD5I7xwANw2e5LZC { position:relative;display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #dvxcCGK6dvltsrpx35r54GMVvdn4Kiwe { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #To2RcaprJVci2McOGEIAIt9fB5w1issm { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #W580BoKCLkKkXmcxycM7Lx78EmC3rpRm { position:relative;display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #uANGWpDgnIdorHAcDDFE7pUW06Lxriv8 { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #rTWSpFoSkSIT3D7fS1TUabExeoWJbboD { position:relative; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #cstk8i8BdotFEVOeTBtmdQ4dBHUnKFUW { position:relative; }
#SyDLVkxmobKlCWVCUtEM4ZhiUx1irTUr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:6.1875rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:43.78662109375rem;left:42.5rem;display:none; }
#E22sFzVerR5JMooq99mh97qKtfZMbeLL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyesgBbG7X2afNfzwwI17WoTt5gMDpPF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#zvi6GNRUCthaN8TzPCw4INIcVTAiruxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUfIUcEQ3xHRbcpCgt0PLifk21EclZVa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#RKNcOczDV9NKAV0O3K6P0BrNIsWFRUDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzyuMFp7bTu6RFXoCwneGpbCtWOl2cDp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#fMnAmNs4DtHGQ5EyUy11NOkPN3Q4E1B1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rqtZLwWrtG4fb6Q7JJ1JUatoz72rp3mu { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#ve3kN2xHdFLmubgrS7FCydybTPhz0s1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNa3P5HS9rN5pZ6g8Ktnz75xzE0FsegI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:46.75rem;left:16.9375rem;display:none; }
#ihDMk7yzaK5eJXoZWXGgym4kfMmy6H6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UoRzvZBcukDwhtghcW7Rgep21TKAxECt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:38.9375rem;left:8.75rem;display:none; }
#Hg12T86J4IG5G9OJ2XitN7n3CQTbamuk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKA3CFGvCnwDB14FxgalskKsOTAEI4OB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:3.1875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:42.8125rem;left:8.5rem;display:none; }
#exkX7Vp7AUEA0ZIGKF5TnDdeIT5JDgkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4scXO82L2wvzRLPIgT0VlQPmNC8nKQ6 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:2.875rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:43rem;left:25.1875rem;display:none; }
#FaQRa9A1Vi1ldSdS9l3kJLIthf2BnNFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bf7T1KPQ03qbT4pXApduCK0iR4KFOipO { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.3125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:39.1875rem;left:24.5625rem;display:none; }
#PhETlGVZIbdSEwWEkUehRlHcR0kB7e0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eyERAnnTHFwgyB1ONLtMlT7nIlDhgI7B { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;z-index:15085;text-align:center;text-align-last:center;top:46.75rem;left:16.9375rem;display:none; }
#h1EyeJTbL30QfafVtbJ8WFNiTyUmtp1k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ix5yIHBKb6fQBTxduR3szOFRT0U0CiTn { color:#c59656;display:block;width:21.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15158;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:49.25rem;left:38.875rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oX2WJkBCdXVB3TbXoMssz9ya3wSp9nUT { color:#c59656;display:block;width:21.4375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:51.6875rem;left:39.25rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oD7Pvfs2T6HPJ7hLq2cM4g0SBkXOs71q { color:#c59656;display:block;width:22.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:53.9375rem;left:37.8125rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dT8TgcL1IpuTndNaF2938unKJF64rTlw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:48.9375rem;left:61.125rem; }
#yrDHhGnatAtekubWpRcD44VNCgdh5Da5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:51.25rem;left:61.1875rem; }
#gneyEwplAnFZJoTieecsK63VVWPf0LNb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15163;opacity:1;top:53.5625rem;left:61.125rem; }
#TT0qHZn8RKJDmVg75llUJ2bbTnTUVsza { position:absolute;display:block;z-index:15100;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.12460625rem;width:5.4375rem;top:31.9375rem;left:53.4375rem;overflow:hidden;display:block; }
#zaBtIokMr4RP3FkOcxg0mA0eWa1WCdun { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.124625rem;top:31.75rem;left:44.8125rem;overflow:hidden;display:block; }
#BarePRfhqTeGi4xh9Iq0TmmlHQvu5TVg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.125rem;top:9.0062408447262rem;left:51.25rem;overflow:hidden;display:none; }
#Ew2HDbiTwcb7suUTZeXOy9MgHOtvO5R9 { position:absolute;display:block;z-index:15099;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.125rem;width:5.4375rem;top:9.0062408447262rem;left:60.1875rem;overflow:hidden;display:none; }
#MdXyz1BkO7uZMo2xeiFlIANkGxfcOCik { color:#395b92;display:block;width:17.625rem;position:absolute;font-family:"alw arabic";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.416794776916rem;left:26.920310974121rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RnaXGQSZFnFwo3DTdpTIHTL0shDRXq0k { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:22.998957395554rem;left:90.029165267944rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xzuWtb3E9Tyi00vfZPrJ9xKwdsXIKSKu { position:absolute;display:block;z-index:15095;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.4375rem;width:10.3125rem;top:33.958330869674rem;left:95.779165267944rem;overflow:hidden;display:block; }
#wwAP3tbJJTlZCB5EsdMwgCW0frkTkniH { z-index:15097;top:34.895830869674rem;left:95.279165267944rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3734375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TViiNzJ4K4lIMc1nCZCu4PSMTMl6czum { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfywxVM2lFsMeA2ANM7euWTfoQrmIrlx { color:#80511b;display:block;width:34.4355625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:8.8769369125369rem;left:18.515625rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gA9WChr80QSyB5fraZqdGGuFHIVgyrfe { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xWtTrGCi1ZqakvFcTZXbJuZcqlX40P7K { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CDvA60gPSlNKiCyoqvyCKo5cOcqMdoKE { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kA4VzWv0alm2O9lNEef3HzeBLAVspwBB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qc8TkfVVX7d1lBbX0UOcJScx0e94VkWH { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aVWDIOdKvt9Twenpx6n3BiDAvS0BnkXa { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #l9RrSChpaiGQrMeKfMBxxexU9t7iowMh { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MvWMEISUgUHelHVeLCwAmf4yZVV8GKUV { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VFEEbqOBGllnI7BdeXg8cmA2TTH4VBOk { position:relative; }
#T4WvVNR4tvocUB3gHschcKSgm4qbHqnZ { position:relative;display:block; }
#loFGILIzyOClrLw3a56RHpIxRUMi9EPR { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #H5qWcDwVvwbDKXLE3xbctzuJ62xmlK4Z { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #cV89R7g7Dg3E8WHPQue6hRTPvU3TUnge { position:relative; }
#TNfGxTKrvsSMDGchLun976PdAlkWvCMM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:3.6339840888977rem;left:19.337108612061rem; }
#TNfGxTKrvsSMDGchLun976PdAlkWvCMM > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#Dh6wiBwFrvEJCIpXs7EW51uR5Z4EILCU { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.125rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:37.375rem;left:16.25rem;display:block; }
#LrxHMmvKTcfJZcULy5l1tk6oDfchomvO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgVGWT7E3kQWhSL65ZWm7E6q7oA8GbKD { color:#c59656;display:block;width:21.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15159;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:29.9375rem;left:41.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sChnSdd4eFoWqZTFgPGzJTSUJNmJ0VNL { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:38.498435974121rem;left:41.748046875rem;display:block; }
#N2zwNoPcM7ezxGS2ZeQByN7k1wGdeI4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIFknJaCcortDKe07yzEBh2vfxEumv7K { background-color:#c0a384;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:43.187107086182rem;left:42.062103271484rem;display:block; }
#K7sOTuUUFrZUy1gs36UUpeHngQ6BApzp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIGEZJAOGcdo9OmtePDNDziWWd2xLAhw { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.68671875rem;width:3.68671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:3.1652340888977rem;left:16.475387573243rem;display:block; }
#L7WfqkqEix8BdcdzJbT9iTTirTzUBn77 { position:absolute;display:block;z-index:15169;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:5.93671875rem;width:5.93671875rem;top:27.616405487061rem;left:22.461326599121rem;overflow:hidden;display:block; }
#aTGgRqwpFbDIQK50Xk0wK3kzJQNgcC5O { background-color:#5dc35c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15170;text-align:center;text-align-last:center;top:45rem;left:15.1875rem;display:block; }
#a59I6rGBdr7ZGMq6JACKk5uqSdwTSTAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcne74A0yGgFxq6PoUmvTZDiREo8SVKc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:45rem;left:15.8125rem; }
#fcne74A0yGgFxq6PoUmvTZDiREo8SVKc > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#z2DD8sWXpJXZiG0hqJ9nXahq3NhhRye0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:28.125rem;display:none; }
#P5uslZgvbHOnfNgeTAixOdTpb9Tm62Q6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:27.25rem;display:none; }
#yZIteIE6wXlWN5cudlSgalx1N2fucXbT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.4375rem;width:27.25rem;display:none; }
#cRyuvy4twf9NWzkxJmKWIUB5tRvpGtam { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.4375rem;width:27.1875rem;display:none; }
#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK { position:relative;display:block; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK { background-color: transparent; background-image: none; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row .container > .video-iframe-container { display: none; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row > .video-iframe-container { display: none; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .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); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK { border-width: 0; border-radius: 0; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .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; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .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:4.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X6R4EAs5p7MC7xgFH0ENsKRtqP8BBzeG { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1585941314698rem;left:41.6875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cXbC045dGQdLeTUQPZiTlC8om3gKl0ZL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.2820358276368rem;left:41.8125rem;display:block; }
#OOM4IfLIbfP1MKFhvUbCVO5FO5dAqXFg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGzhbq68KaxQbVQIrwTFwSoWQ1TFpPHH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.71875rem;left:34.8125rem;display:block; }
#AKsETcUP973Vs1JR11zbeTG4u14bTnap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHMbp7tqXK0nLTJyfPq1HKEyH1If1Aia { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.78125rem;left:29.1875rem;display:block; }
#CspdMKcMKieKTQkJ3Nctdea0amGV93d7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FfFaFRnRllCES7VbBWDae8L72bfRaGaz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.0625rem;left:40.4375rem;display:block; }
#ZpLvSFq3t1wKNN8r8MKKSTzWbs6oevXJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 { position:relative;display:block; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 { background-color: transparent; background-image: none; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container > .video-iframe-container { display: none; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row > .video-iframe-container { display: none; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .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); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 { border-width: 0; border-radius: 0; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .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; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container.adaptive-delivery-prevent-bg, #kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container.lazyload, #kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container.lazyloading { background-image: none; }#XyQC6IcLtHhsww941x68TG82bFAx3Zx9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:17.25rem;display:none; }
#Hgk1UMQL3ZnXTFc7apULc9KbkikbWUC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e58WRa5ZJu8gcBeGZqNXByoI3PLDX9ct { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:17.25rem;display:none; }
#O8W0z2JRGVxQuFS4Th6rEZqxtmAwM8Ww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrkwcIp0XyiFqbXxDvQn7eMwJI5mFztb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:17.1875rem;display:none; }
#yxDE4PpqzPHEw2nc77x5CJdqXi3MM7nV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkImZyemk4qI7nTScJClzZbWb5zzFRZC { 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:15000;opacity:1;top:32.812501430511rem;left:30rem;display:none; }
#EkImZyemk4qI7nTScJClzZbWb5zzFRZC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pvZQMOangMq5PyWex8MM0Vod599os4xq { 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:15000;opacity:1;top:27.998048305511rem;left:29.875rem;display:none; }
#pvZQMOangMq5PyWex8MM0Vod599os4xq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Bls3X4n7hLQr1UqT3Kb8XZXRxvlWxtxM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:17.125rem;display:none; }
#M2P6R6zDVnxBTbz64fo7TdfDEu5B55og { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcThh2ZhFfXQpgpAOZrFGg35IotTaWyQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#mTpcTn14o2NcxXD1J7TrnIZTqA7oIbUr { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:7.5rem;display:none; }
#Jld2TeulBrxGKERm7HVDS34rSH1JQlnH { 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:15000;opacity:1;display:none; }
#FWCL5GAhtFCF3xoZqcr8FwshA44eMkLb { 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:15000;opacity:1;top:37.5rem;left:35.9375rem; }
#sMVBAGLp7nL2ytDtPp3a3ElVt5T6L0wa { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:41.375rem;left:30.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vrC2ECu7siy23lHIrQL4dpXeNnibpR21 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.462675rem;top:43.375rem;left:32.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iZUQAzLtCHt9NCEptPgnbgFB7tt5waAT { 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:15000;opacity:1;display:none; }
#mEgDtZuneX3TMoXy1OGUmNew0PaQh2an { 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:15000;opacity:1;display:none; }
#MikKTepb7TF1kWWqPViDlES0SJS7HIBh { color:#0e849e;display:block;width:23.25rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1015625rem;left:24.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaktQ75tuazbFMlPovJOQXD3Bnb7ZJ9X { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:58.5rem;display:none; }
#zlK8w4k9RBKuENHs0WHh10qrJ9EJzNzG { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:11.25rem;display:none; }
#f61W92dICyy4J40UibMAnBuRUKDDcA31 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:block; }
#lbBeO2oD69itThUezA06tGKVMlGFbsON { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EoJORwKpvrqkqwdl2woETDN7nWohZ5ew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:20.186719894409rem;left:35.0625rem; }
#ZXmWQRqQe13ToFeT0Jos9tF5wBa8lgVb { 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:15195;opacity:1;top:19.780469894409rem;left:42.5rem; }
#ZXmWQRqQe13ToFeT0Jos9tF5wBa8lgVb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NmTcddAwC9sxIL6BcEEdspDk2Bkz698V { box-sizing:content-box;height:8.625rem;width:5.1875rem;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:27.6015625rem;left:40.8125rem;display:block; }
#AO0tbqQa3AATBvK9eGTd0MDa4oRwgxk5 { box-sizing:content-box;height:9.3125rem;width:5.6875rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:28.186721801757rem;left:34.625rem;display:block; }
#gSAhKqtw0EHCuDwCqLGTL6HxKsXTMczs { box-sizing:content-box;height:9.3125rem;width:6.0625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:27.467971801757rem;left:27.875rem;display:block; }
#bnTDsWWHdlJGOAhOqFwB8OGrK8hZcMAf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:27.7265625rem;left:41.0625rem;overflow:hidden;display:block; }
#drhHXy0dtpRAJ3p3W43533ZIBSPT2ZRD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.5625rem;width:4.6875rem;top:28.4990234375rem;left:35.15625rem;overflow:hidden;display:block; }
#TUTrnzcBkq26Sp3aGUAMdEG2AquAJlT7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.3125rem;width:4.875rem;top:27.6640625rem;left:28.5rem;overflow:hidden;display:block; }
#SyciKITuSWWyNwn0Dol11k75EHnS1DZd { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.425003051757rem;left:40.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJ9Lm4dD4tNfKRPF5SJHMG4JVJ1HIrUT { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33.6640625rem;left:35.125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8U3pE1VSEfRlTpRnT9J2ufJNspKlIxE { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.4150390625rem;left:27.8125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5HOcxNgk49N0z8kNrs2OPkcxLnrH8Bh { position:absolute;display:block;z-index:15099;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.25rem;width:18.125rem;top:46.25rem;left:28.4375rem;overflow:hidden;display:block; }
#ENFXEEkuHNhT2SHH66MKxPCxc7BmD7TF { position:absolute;display:block;z-index:15100;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:22.5rem;width:22.5rem;top:30.850002288818rem;left:16.25rem;overflow:hidden;display:none; }
#TmVR9eJJlD7axu5JC5EUtKIyaUrM5TSh { 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:15167;opacity:1;top:4.6875rem;left:17.8125rem;display:none; }
#TmVR9eJJlD7axu5JC5EUtKIyaUrM5TSh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Nds0GihONxM6S5B7UafPAuB3d0g4ZgtU { color:#006c35;display:block;width:6.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.284375190735rem;left:48rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cVBVqzlcy4R7dPhie0AO9HmmmILDtOuN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#BIbbq9gFM2x4KrFEieyUUDSkwNLWkGdM { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:10.375rem;left:0.25rem;display:none; }
#FurdFLCwZ5fXLNGtcz0riHT7WbHqHUMZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:26.593751907349rem;display:none; }
#E8CSvRc7P37g8n29bxcETOKqgs1XuNTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uoOrRSCnvO8mz9wdaGrcmB2JKJmUAAcF { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:12.9375rem;left:0.5rem;display:none; }
#dwVc4JLp7ant8hVUclOcyfEJaFJDqEfd { 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:22.5rem;width:22.5rem;display:none; }
#Z6L7pGOzJTXtnSTStQPCnGr5EJkoX3xW { color:#0e849e;display:block;width:17.625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.6875rem;left:28.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fH53n1pwXSSbMt97eeKazHc80K8FVKvT { 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:12.5rem;width:11.75rem;display:none; }
#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr { position:relative;display:none; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr { border-width: 0; border-radius: 0; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .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; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .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/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.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:148.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container.adaptive-delivery-prevent-bg, #v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container.lazyload, #v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container.lazyloading { background-image: none; }#IObWMmv7teu8KarcaWy27Puw2nUil5nQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:6.8125rem;width:12.375rem;top:7.375rem;left:31.875rem;overflow:hidden;display:block; }
#mFfTwrpdSgWzBCILEFeZeFkRwTNgT3lq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:5.375rem;width:12.3125rem;top:8rem;left:51.25rem;overflow:hidden;display:block; }
#yCAwsFwqcNEIRNperm9P7qI5g37fmke1 { color:#0f86a9;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:2.3125rem;left:51.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fVPtGozLgaaXxt6ygBDyIxbzksdH7Jgc { color:#0f86a9;display:block;width:12.621875rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5625rem;left:30.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGofxhmmUZ8kdOW0eeT5SH3U6i3o2wnk { position:absolute;display:block;z-index:15087;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.4375rem;width:10.3125rem;top:16.125rem;left:52.25rem;overflow:hidden;display:block; }
#xhPwk2PIoD1lH11bBwZ9zznRTykQQSxH { z-index:15089;top:16.75rem;left:51.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CR3iUyTzC3kyTKOVRBHRs3JzgZpPvPwh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRenqsBanXKr7hTz3q6GaBG6O1aT2Th3 { position:absolute;display:block;z-index:15089;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.4375rem;width:10.3125rem;top:16.125rem;left:32.375rem;overflow:hidden;display:block; }
#C3PTys2UlVrIzZkUVXPkSnZ9iCi7SiLH { z-index:15091;top:16.75rem;left:31.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CzHsutcJo0ZC57cJOAZTe1o0oObdB7To { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNVkRypPdCqAsJPTzBBTWkyVKlPqCchN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:9.0625rem;width:13.9375rem;top:5.9367179870606rem;left:10.061717987061rem;overflow:hidden;display:block; }
#ioFp7BrvZIdJ77Oupo0raT5emgPHEEqJ { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5rem;left:5.6871070861816rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M0oo4OGN1xwegzeiWduFsy26wM2VDlBd { position:absolute;display:block;z-index:15091;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.4375rem;width:10.3125rem;top:16.125rem;left:11.124607086182rem;overflow:hidden;display:block; }
#do6aiWc1M3UHkKKrXCKep8xWUHlCTGMy { z-index:15093;top:16.436721801757rem;left:10.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3729375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#WlyWan7EiTU3chPhbJWkW1PFKTvzNzTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP { position:relative;display:none; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP { border-width: 0; border-radius: 0; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .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; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UtvFAOErOeb95u0tRuHxhRbS0C8DxtPc { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:22.3125rem;left:37.75rem;overflow:hidden;display:block; }
#hUnEerVlTqPSouOP8MOfzJoGmuVJEbJh { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5rem;left:4.9375rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xeBuV7qL7MdoUZnVSCHHZm8ABPT2Iht1 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:22.3125rem;left:7.9375rem;overflow:hidden;display:block; }
#qeuxSELwcPWT2eHON2S24ISKyzDo3Kc9 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:84.25rem;left:5.3125rem;display:none; }
#OZ9O8W4AVpnPxbeyTDp8FypsDZcmKAdI { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:7.125rem;overflow:hidden;display:block; }
#hOFwgW6RgKoMr8AXhq8QKhwWamWI52H2 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:block; }
#NAPOv60F0ogwdD2IIqzXVOyb4ygxPAuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyGMFDLkZqR6eI9155ds7Gy4lCQneczk { color:#000000;display:block;width:17.312125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:68.644916534425rem;left:13.436717987061rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fiMOJuutV3sX3MHzeTeWHN6B6ledDOru { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:36.5625rem;left:4.6875rem;display:none; }
#ZTcurtBQD7fvi0RtqHHll8cwPLsDFyBA { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#nevSmVJfl37ZLefThIxdfoaUeSJRAeFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcQr8x3Ct9bw3raKXf5yOOzsC9amyoAL { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:block; }
#yau5lsUOSWKVCggDZ3ZqVl1w2CkvtIJB { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:130.9375rem;left:1.3125rem;display:none; }
#uPgCse190ullzy3ygynCyBKcBQ48Uxg2 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:74.8125rem;left:9.125rem;display:none; }
#WRVkXr2exdQKOeLNqFzTi5H7Z5iDbdJ5 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#tT2yBdfJA5oBlFUOZrqLabcPuyM9B8TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0bH3H7cmh5orFlXlmVJ4sSWRx14qIf1 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#a1npf4WvfdRwAEqSkLRoTIUeex3peUvE { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:93.625rem;left:4.875rem;display:none; }
#SzCyMutvP01GE0nD2FBgwf8Vnd9RyS3i { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.9375rem;top:96.75rem;left:4.3125rem;display:none; }
#RgIpJrNgzmAgcsqimtN8SsCDUH4IDGdJ { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#WlqhETpChZvnQhMT9uw4p4r1gGHDuR2A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bu8OGvG4t27v2Ow9N3kxTocR5WMCSwrB { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#gX4C0wfoIUCS8PfHtoTJATQEztnihNN7 { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.75rem;top:121.125rem;left:4.25rem;display:none; }
#Z6vL1NuM3WOwGByusD0veWiDfuXGtvoU { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:117.25rem;left:7.1875rem;display:none; }
#p86biyvHVzN9m8elApb6tdVPp6z864K4 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#U9ZBc2Bd58QQtk80TmmmVzqlG1wqpMT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gz3ciKFFk4RORLRPOkze8x5pmLHo8Tvd { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#ruUM1s8xEC6y5xQVPq6dKdE7K8dJcRFW { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:144.4375rem;left:4.125rem;display:none; }
#LmJqPHaEG2uG49kUBi21Uhy9fURAyrT5 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:140rem;left:8.875rem;display:none; }
#UDwGy13M2IcSQq1zPsgbcl35LJdvEDnc { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#O9JvtOqHHte85OzrZJaXygk6LBo8VRvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlugBZisgeS0vF8bKqod8Kozo5C3NLGn { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#hyFiknMTN8OAaduDhS1cDHDeSZTBWEcF { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:166.5625rem;left:6.125rem;display:none; }
#cyoC4VR7cTAJxT1U7GWsqWqlDvGksFpg { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:169.3125rem;left:5.6875rem;display:none; }
#aauobCn0OgDTqKAVyv6bQNLHaLTIeHUz { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#K5vJFid6vd9zR4IRfZ1ceIicDDQT5Tbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMLV7vcPCO2mu7kdpEOplhGmTKl8r1T5 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#DGuyJq8r7NnUTa7257lMJ8kXPuhmOmkq { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:187.4375rem;left:6.125rem;display:none; }
#LItxtzufW35lbLDZTTHMPShiylnAU0BT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.8125rem;top:190.125rem;left:7.0625rem;display:none; }
#vC1ZEr3uzRwztsmvO0WQTJSUoXy178dV { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#dXTAW4aXISp9U9S8KcfJFEHmyEAyIVEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6TX3ymB5OxT039IJkkcJga7Z80A4q2B { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#SNxRuQOGceFPJhJRl39sZ1TZusqSefKu { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:208.5625rem;left:0.5rem;display:none; }
#lpSTCSEz7gWNsGGcBzZLCRMFTK2p3RKn { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:211.5625rem;left:5.25rem;display:none; }
#igTSpJ8OM1BAFLVnf4ZiXDxvEgU17kZ4 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#lCU2hcBtvZUoTLKI6HuIFx59htUguhOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxfMNwUEhyaK8lCpxhoNDRVATIPdSmTU { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:3.0625rem;display:none; }
#RpMnIPlJ0bQyILE5iCzMEODrsukEkmvk { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:1.125rem;display:none; }
#RC92TBe93NsKFF8tLC2t7Hi1AmE83KF9 { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#TEcAIozemIWgQiPzk7nAoXXcoWZUJNTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw { position:relative;display:none; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw { border-width: 0; border-radius: 0; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .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; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HTU5RG5UrsnqDspXMDqRSIpNXc8cc5T4 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.7875rem;top:1.9375rem;left:20.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#seIBskqe2bTQ3BCMMapsdQPplkvNxLl4 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:20.75rem;left:5.0625rem;display:none; }
#xyTtmTkMTTSkZ68tTsJKKGD1dNdlZeCt { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:17rem;left:3.3125rem;display:none; }
#dBIcJWHvG1KVsGUlgPNTorm3FK7P09zi { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#MlqHTdOqCmgKuM6rpOWuQXIH30p7uz4L { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#m9F5tt3a52VwJU8cOBNnGtaXb2xKK1TX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQoDiqd8DsrJ9U4Kza3qSL6EkOtfkSe8 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#viyxWJ97VwqOxs0KRW0BVCt4dcnJJk6I { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:38.125rem;left:6.25rem;display:none; }
#NlAX4bgo08LKJUQNZA2MxpClCF8X0lHT { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:42.0625rem;left:5.1875rem;display:none; }
#RyilQ86cTvzTyx6tTaA6kxKRQ37ldo1c { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#k9qNpbNIaqxGa7y2tx232l7sJnM0haUM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0X9TMBW4gVZP6gBvMeBWKghXkUCd9MS { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#tRosFLObqSOwzACIOrxvvDDlT5ZQK9Mz { color:#000000;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:57.4375rem;left:7.875rem;display:none; }
#nBWQ54G7Kxbkb81HtdTbBOTspxXDCXaM { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:61.625rem;left:3.25rem;display:none; }
#ufqmyiVp0yuTAp149iQZL8Meg5fUC92W { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#Rf27wD4U0yCNvPoKEo1c5s09cTCFLspX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fD7PAddH1cNI9WWdK3TNmPRIQNSHMsbJ { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:28.0625rem;top:49.875rem;left:37.8125rem;overflow:hidden;display:none; }
#BdFVL9a2f3XK8TmLtsUglKvk8IpIy0PC { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.75rem;left:5.625rem;display:none; }
#ITtnQnngNu7cTkpyGsH58RTI89PIn5Pe { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:19.75rem;left:5.0625rem;display:none; }
#a61Oa4GRQOnHqlGLs8XKr0fpaLKc0mfG { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:20.3125rem;left:3.375rem;display:none; }
#WCVwgvqzJ0TvBTUc7klimUPg6nnyTqtI { background-color:#c0a384;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:42.499603271484rem;display:none; }
#BTqMmnQuhIPAo7UJiF9PxxwkUopB6VTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir { position:relative;display:block; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir { background-color: transparent; background-image: none; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container > .video-iframe-container { display: none; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row > .video-iframe-container { display: none; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .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); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir { border-width: 0; border-radius: 0; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .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; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,246,246,0.39);background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:73.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container.adaptive-delivery-prevent-bg, #QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container.lazyload, #QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container.lazyloading { background-image: none; }#KtDu4l0ncemhCIvU8t8d6s6G6TgawmCx { box-sizing:content-box;height:2.74921875rem;width:22.562125rem;position:absolute;display:block;z-index:15000;background-color:#0a2033;background-image:none;top:1.9371089935302rem;left:24.709762573243rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#c8ACnkQZZnKZiTV4nD6QTMgm0RgaOie3 { color:#ffffff;display:block;width:19.187125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.091796875rem;left:26.394138336182rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NCruE4c2s5WREvg25OtIP2AwSvgWdhTV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.499625rem;width:31.187125rem;top:40.6875rem;left:21.875rem;display:block; }
#H953EQ9cOlOyqq1MvHeuR8Ttlcp9wsUf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:30.437125rem;top:8.68710899353rem;left:22.279685974121rem;display:block; }
#baPXGvEIqzTVtxDnLDnarLSaQl9UyT4N { background-color:#ddb272;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:67.749607086181rem;left:28.749607086182rem;display:block; }
#gO1tDThTfKDlrXcV6e1QNFNFnxOizymB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abavLDuz78CRQK1mq6r8iwXZBhPOrnHb { background-color:#ddb272;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.873827934265rem;left:28.749607086182rem;display:block; }
#LQTGPtClzo8IQZBq1gDFJvnLSVdmP8be { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsvI224Gd02FtXnuQCD94K4e7iHle61m { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:5.19921875rem;top:60.375rem;left:28.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkrD17nxVeKr2QLUGbkRDnPu6ke4nqrm { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:5.19921875rem;top:27.443357467651rem;left:29.094921112061rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gR3sf5wmuIldDVUvKAc7Fkpv6W6V0rzc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:30.375rem;top:8.68710899353rem;left:22.279685974121rem;display:none; }
#SBNzUBACesquuAvSdL3gFdV06AoxZw9M { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZqfAChh97NqgmRAtngzkOJI82UI0IXVv { color:#322e6c;display:block;width:18rem;position:absolute;font-family:"mykonos ar";font-size:0.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:20.9375rem;left:37.375rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XnrnKHCEFtZ3xxLUJ3BsROsuLG2Pa2P6 { background-color:#ddb272;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499625rem;height:3.43710625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:33.873827934265rem;left:28.749607086182rem;display:none; }
#AroSHc1QVsZyvdFT9MwO6TPWy6L4y22M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { position:relative;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { background-color: transparent; background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .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); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { border-width: 0; border-radius: 0; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .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; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.adaptive-delivery-prevent-bg, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.lazyload, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container.lazyloading { background-image: none; }#pzT7Jf8V99C01HoKJy1SqelarsTzROKd { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.76269375rem;font-style:normal;display:block; }
#NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;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:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { color:#707b8b;display:block;width:53rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9365234375rem;left:12.4365234375rem;height:2.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:14.875rem;left:63.1875rem;display:block; }
#R75WL3895UGhqnndApaMKZBX61CAqzO1 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:15rem;left:63.3125rem;display:block; }
#Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.25rem;left:36.875rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:14.25rem;left:41.8125rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:17.125rem;left:63.375rem;display:block; }
#loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:17.0625rem;left:63.1875rem;display:block; }
#MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:19.4375rem;left:63.375rem;display:block; }
#sC6xH93duXGASnTStOm0t5v1c42IJL6S { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:19.3125rem;left:63.1875rem;display:block; }
#HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:16.5625rem;left:51.1875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:21.0625rem;left:51.1875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:21.625rem;left:63.375rem;display:block; }
#k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-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-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:21.5rem;left:63.1875rem;display:block; }
#iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:18.875rem;left:51.1875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN { position:relative;display:block; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN { background-color: transparent; background-image: none; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row .container > .video-iframe-container { display: none; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row > .video-iframe-container { display: none; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .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); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN { border-width: 0; border-radius: 0; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .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; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .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:24.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xbh7OA451e2aqVOilu86sdprdWnqwvB7 { position:absolute;display:block;z-index:15172;height:21.75rem;width:38.7480625rem;top:1.2796874046326rem;left:19.601951599121rem;display:block; }
#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { position:relative;display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { background-color: transparent; background-image: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .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); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { border-width: 0; border-radius: 0; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .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; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container.adaptive-delivery-prevent-bg, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container.lazyload, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container.lazyloading { background-image: none; }#KEHyhOyWJ4UZMzsHn2T9ZuhH6e8E9c5z { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#mIoTWvkueHPRbCNEm2W7aBPfdOlZREqc { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:13.5rem;display:none; }
#SPNruqGwZCH95F6TeyqeE7mqMrnthKcf { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.573436737061rem;left:33.0625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LxWaNbtLTmT5rleb4WEAbnTEErcosGTM { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:13.0625rem;left:42.6875rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#totGdmT2PRpIed4d0oorXHnWXqeQMc6G { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #fdbd61 ;height:2.9375rem;width:20.1875rem;top:12.0625rem;left:37.25rem;display:block; }
#fvoAdDrLRvLaPTS0PnuPPmybeSLkXOwd { color:#026499;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.712890625rem;left:20.78125rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wQIHRguS3kRCTwEMytsQzd8OlmCinsiE { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:6.5rem;left:56.8125rem;display:block; }
#hpeMdLM5IHDIJWFxWq8DG1eoTt0asWnr { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:7.375rem;left:12.25rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tn93twOWQ5gAPB7cRlVlndMD68lhkT5e { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:12rem;left:41.75rem;display:block; }
#RQh1Fu2yHrLLO6qnyg0wPVE3eMTMOCsL { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:12rem;left:45.875rem;display:block; }
#GhsaldUTzKyRCA4exQdouCx9n16mJC5m { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:12rem;left:49.875rem;display:block; }
#SNMoRmhIG8Q4uOQkTXXC13PJ4bzSs30q { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:14.75rem;left:0rem;display:none; }
#XWFrqOGScnFbKdHDUqZBoUQLMowXH6Py { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:3.6339840888977rem;left:19.337108612061rem;display:none; }
#XWFrqOGScnFbKdHDUqZBoUQLMowXH6Py > img { max-width: 100%;max-height:100%; width:3.12421875rem; height:3.12421875rem; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { border-width: 0; border-radius: 0; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:none; }#G5ewUFKOiEh1ImuhWELqE4n9MCwsVlcZ { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:45.125rem;left:12.5rem;display:block; }
#J4G6K2AEOiRHay1Sz4dsazdFCWBGOxLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1qhfJ3XoJ6TZkH835MZD2DDv2kbX81a { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.9375rem;left:32.1875rem;display:block; }
#xFT6cVbdaIktk8fgfrW1wNVDM7MlMDbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWvn0x9PMI5UusTnZXi5snXPwCMEC5eP { 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:15195;opacity:1;top:21.1875rem;left:32.8125rem; }
#nPJtoAs2Q4mc30WnCenQuK27oWE2B1Sl { position:absolute;display:block;z-index:15158;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;height:16.0625rem;width:12.8125rem;top:3.75rem;left:32.5625rem;overflow:hidden;display:block; }
#PL1CePaSmMBz8cVipXNrwyRZbme6gShZ { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:12.8125rem;top:27.875rem;left:12.9375rem;overflow:hidden;display:block; }
#c1kH9pguyy1O5woutLpuJA3VOfp31hpR { 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:15196;opacity:1;top:45.6875rem;left:13.3125rem; }
#BTgGZAApJp9R6uZaVahmXTxzH67lkP2Q { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:3.75rem;left:51.625rem;overflow:hidden;display:block; }
#ayKICDCQdQXu8CWTXaLfFQKXT5teREuc { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:3.75rem;left:12.9375rem;overflow:hidden;display:block; }
#lWp85sevOMIXlufs9FlJ4qTS5n30UED0 { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.9375rem;left:51rem;display:block; }
#mzxCrd1hhGoT2azkC3THupsHGOIN0gvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUV7gToELWTuzW7RPGlP7x2gETRy5M5m { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:13rem;display:block; }
#HOMCMB0h8iTEG6TId4QH2n0DJmiN5OW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgeFTT17u05MDa19W3z083BEVsMaQOt1 { 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:15197;opacity:1;top:21.125rem;left:51rem; }
#mad1KSSo2w4qM1MOFcXgbK041OlrrERQ { 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:15198;opacity:1;top:20.375rem;left:13.125rem; }
#que2DSwRRoCZHoQU1SOxQcMxuJHsU0B9 { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:28rem;left:51.8125rem;overflow:hidden;display:block; }
#DBkJnUAINKezOxv9TI1Nma6HezVRRXRX { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:28rem;left:33rem;overflow:hidden;display:block; }
#lD6VwDPrrM1FXOnicpMbr1ui8rgp88aZ { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:45.4375rem;left:51.625rem;display:block; }
#fnsVth0fIF7meFSa2UXUGCH3DMFgrAPF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRxdggzz19dbvn1mPOozTnAE3xKyhblP { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:45.1875rem;left:33rem;display:block; }
#irAsxlbTDoi9TE8ZVFfWyXr2xKDQm5rg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ro0EayKQqRLhe1ZDesfghEaX1oBDh38O { 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:15217;opacity:1;top:45.625rem;left:51.625rem; }
#iO5FL56UzQ6QtV1yap1IFEcdOy19a0bW { 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:15218;opacity:1;top:45.375rem;left:33.625rem; }
#ERkn9KweXRvq5cotGOBnT9sVt8WKa6c7 { 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:15218;opacity:1;top:45.375rem;left:33.625rem;display:none; }
#RU0bvK5nTVJT77GFkgJlkF3PBaL73sMW { 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:15218;opacity:1;top:45.375rem;left:33.625rem;display:none; }
#cVeMqmgepoFCO2Uo3yX1OMr2LFxMBadi { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:31.406251907349rem;display:block; }
#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW > .row .container { border-width: 0; border-radius: 0; }#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:none; }#M7LT63VqEv5nuDHGgxbcOsMWo2UnHJeZ { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:45.125rem;left:12.5rem;display:block; }
#TfsJi5y6GLmRTCigsmpgAFRo2emaQV6O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dBRhXgi8cqThva4pq3bNVD5pkOZSvLie { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.9375rem;left:32.1875rem;display:block; }
#GTocXb8riP3p2cASDmlo6KgT05qXFz1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbKbo1ZlicqSwIbigIBD2L5RdGfHVTNp { 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:15195;opacity:1;top:21.1875rem;left:32.8125rem; }
#nKCIkNzhsQC3q6aWLWiB1nW81IagNwS6 { position:absolute;display:block;z-index:15158;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;height:16.0625rem;width:12.8125rem;top:3.75rem;left:32.5625rem;overflow:hidden;display:block; }
#GgmXPmiH1Kcoh9huKv6f2k7RQUWxzh6z { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.0625rem;width:12.8125rem;top:27.875rem;left:12.9375rem;overflow:hidden;display:block; }
#FJGTwDWsg75abtvz5HHkbfUJTbGMRzo0 { 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:15196;opacity:1;top:45.6875rem;left:13.3125rem; }
#sWL06XT4xR4SpoloWo2yUx9o05LuiAnr { position:absolute;display:block;z-index:15160;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:3.75rem;left:51.625rem;overflow:hidden;display:block; }
#lzwTKtVPVahSvySDa5TScsk7T00mO72c { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:3.75rem;left:12.9375rem;overflow:hidden;display:block; }
#C7EeAOwChq9SMOMsJNlbV8CvyDtyMs31 { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.9375rem;left:51rem;display:block; }
#VW4OiZL6hQm9lAgz57OsyE69oEu71Kzx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3m2oRT1OfdLSIzsTxWhURbDtbce25OP { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:20.250001907349rem;left:13rem;display:block; }
#EEt9TAXmVXLaTST3KKC9QeITBfT09sfs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxNRO7RX0G5r73AVe5gbDJrTJgaDVWTV { 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:15197;opacity:1;top:21.125rem;left:51rem; }
#I9BhyRHFd7hLbpNmtcBtN3Jywx1tpWcG { 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:15198;opacity:1;top:20.375rem;left:13.125rem; }
#hLax2K4TJEctBbKHfbnfOtIh2ZVAZVUJ { position:absolute;display:block;z-index:15180;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:28rem;left:51.8125rem;overflow:hidden;display:block; }
#FTurK4mv9A6sd320dMTdlfpeMPZgFBU3 { position:absolute;display:block;z-index:15181;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16rem;width:12.75rem;top:28rem;left:33rem;overflow:hidden;display:block; }
#K5MJNxpyauyT2w3X7Jfk7plGwoPnssRO { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:45.4375rem;left:51.625rem;display:block; }
#PiNpVpquE6ViOFM5gd4GuigKpMeXUc8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8SXUU18EGNyGblPwIUO0FGBxyNivEt8 { background-color:rgba(45,167,96,0.7);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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.5625rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:45.1875rem;left:33rem;display:block; }
#vbLmaJE34FKe7g6G0p2kyNiQHICtaHTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khhnT136EEcoTFmvbsposdswMChodvlX { 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:15217;opacity:1;top:45.625rem;left:51.625rem; }
#TFDhGl6nciMXEklqwwxdQELqC2yWJUbp { 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:15218;opacity:1;top:45.375rem;left:33.625rem; }
#E4ea8BVoWNrTHx67ToPmUU4Og635tMrX { 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:15218;opacity:1;top:45.375rem;left:33.625rem;display:none; }
#pVgLdXbzKw47FWKgoHBmB3be1MTWTAIx { 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:15218;opacity:1;top:45.375rem;left:33.625rem;display:none; }
#ozUH8uRzyOn5G2wqZyrieglOKHSFT7sx { position:absolute;display:block;z-index:15219;height:5.6875rem;width:10.1875rem;top:7.3708305358888rem;left:50.125005722046rem;display:block; }
body { position:relative;display:block; }
#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC { display:block; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row .container { width:47.75rem;position:relative;display:block; }#Q8yOWquBd6NuTwm3JvzRnoAo3CyWK1Nn { top:15.5625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:none; }
#SxKzIvcxsfP3oelLBnnJzL8PEl2elwG6 { width:27.9375rem;height:4.3125rem;top:5.75rem;left:0rem;font-size:1.1875rem;display:none; }
#sMLqnfboURiXcSHvMMLu6FCNz6Z5ixSy { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#BZzHMoyINEugllve0Qs3JEuXJ7FsJm64 { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#HP1grOeFcIWSQ5lgNWep2uuBHJ2HsMDp { width:28.25rem;height:2.8125rem;top:10rem;left:0rem;font-size:1.875rem;display:none; }
#ttxLVKxO5JwsIHdAS121l65X5l8oT3mp { top:11.75rem;left:23.625rem;width:4.6875rem;height:4.74975625rem;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD {display:block;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #yWeauRLaMMhRZTEI7GJy3g4DMMXg4KBw {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #C9nlAws3oWxIyCxNyE7ZnxBDSNp7I9Ze { display:block; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #yHPoeE1kmdWSX2Nq6Xy7AvkT7R095t1H {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #NoWuVirHFv8aUH0fFaTT1TDB8KQM2pdJ {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #uIkmxTUdyCszbHCxitKNryNJf2A1MZiA { display:block; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #wGyR3ooyHg3dTuWq5iW7HmmA3DxrPOQT {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #qcLLxcBH45dtyHmT7S9iPTqQIuDJgFQF {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #tW2T4NTHCfXl7g56nKQoAqMTntVwUmrJ { display:block; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #hz1XAWeI3Xkto4JxN8BsqdMzWTkvSg4n {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #h2LXAv0fRD0EHDK3RGpvoZAfTTm641hL {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #JGM9GpxbQKDu2BLvSWpKA8xeRNF8TZfI { display:block; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #WArrX5zbklqtzA3WG8WqfK4M3g4oUmWR {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #DxH7ak7CFiAOcX4yR9dQcgea82KKzzlH {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #Xo6Gie3kKNBOngO2tA6vZrAU4ttBEuQn {  }
#UXTewllUcnazEoPodJTMHmfeRVXTvt1E { width:28rem;height:28rem;top:12.8125rem;left:19.75rem;display:none; }
#LshzN3yrCuWrm1rZi3WaQDqb0vu1Z9G2 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:10.75rem;display:none; }
#ES8rCCWAULPcnzopBlZ8nSIO7zCJrDzN { display:block; }
#oW6JJdwhuGoy6gzAWXbc4v2CQVMORFsK { width:15.25rem;height:3.1875rem;top:34.6875rem;left:0rem;display:none; }
#uNN40L8z8oMQ59yIws9wL8z7TR8emmiF { display:block; }
#aXsI29VU8AZ5fIW87lF0IU10sD7oz2T5 { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#Dyl41wcCEDxv0HC5NN9GMfqac51JmTKC { display:block; }
#G5cMGOnFiMNMD1rq1w7VkNugdoshcsV9 { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#fBAw8np0IFOya7BWoOZ3OlhEb33ftTic { display:block; }
#yLluSz33IGsniVzVwEiR3dtkviAHpf0m { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#bRfageef5SdDRdGv9mitxqn3XI2dRIFv { display:block; }
#tT5gBV7HWQThh89M27A9gJ8DgEKzwWOJ { width:21.25rem;height:6.1875rem;top:43.125rem;left:26.5rem;display:none; }
#KoL9gI5UGZQ2Ax7iGbA4KfieX764T3UD { display:block; }
#O7nHgipJ2wHwIQn8mZqBFEAohQTkZyFM { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#vOEdemwfNywoTxMWSwwzKg8GJyTIu1EM { display:block; }
#ZD1BEw4tzAm1SsoPzAftw89NWQr52CaM { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#luPlV0TSdCcWAoBtt5vELVVcvxlaa3WR { width:27.9375rem;height:4.3125rem;top:5.75rem;left:0rem;font-size:1.1875rem;display:none; }
#AQBooLSLFQ5q6Ermhom2VvrtNEeT7cDH { top:9rem;left:34.875rem;width:8.125rem;height:3.125rem;display:none; }
#TBxHFwbM3yzo9J7oJ5GvDfx8XX7UIrGG { width:28.25rem;height:2.8125rem;top:10rem;left:0rem;font-size:1.875rem;display:none; }
#fzT7bHpp2Gbs5lJro08BHW82bpcRSfDp { top:11.75rem;left:23.625rem;width:4.6875rem;height:4.74975625rem;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 {display:block;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #e1sOhhREgFWWdklHrHMaeI3MuRUPv0t9 {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #E3KxetQLT7KuQdK0cRyAvcLCcs6KmFt9 { display:block; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #EpGiSf7GScXC56e6sq4aGwVxRU7ofVtq {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #de4GNTwvgk60VCGWTZtIlo016KsBeldO {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #ZlmOoTK9iFfUecE5xIcAZL0CzdizR6Cc { display:block; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #MGtDkOMxwew1xQnbTqCEzguF349P62cn {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #iZpfZHdRaqlZEbMWBOtci7O03FAedBIy {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #Es6rnnfi28RsCQi2yVr9HVrtMgnIS78D { display:block; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #iBmUKkIw1TC7l4pqO297EDXfPSVLqym6 {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #p65NfnOh3ox2ykwrTGPWrvXpCsVcNJSs {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #MZLgXEnTEFcde1ZbspHRdnOooQPJ2IH6 { display:block; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #N0HrKVUTi0dwHCakLBBgnR5auG2h5H9T {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #JTJ5ItZm4LKcuZba1KNru4NPil6iUZ0y {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #HRuFP2oSJqpdN6iyUpVt9m5aNX6FNyfk {  }
#SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1 { width:28rem;height:28rem;top:12.8125rem;left:19.75rem;display:none; }
#RZWdF4HntVi6wV2cMqJKuBVUM0dJBpvc { width:15.4375rem;height:3.25rem;top:34.6875rem;left:10.75rem;display:none; }
#DobZCaxlQ6nlNDpkWFywVQP30grT1zKM { display:block; }
#s1eU2rBpziiiXpGyiCkuzKdiOGG6Uuo0 { width:15.25rem;height:3.1875rem;top:34.6875rem;left:0rem;display:none; }
#duT3fFKJAdcQJJcHcTJbHcm2MeIsB1a2 { display:block; }
#PTa13Pt8On2DMdfKXSNZBwms03VknnKf { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#FvrFFFIcVO7mLdML6mbbLSbQoXu7F28R { display:block; }
#CGTNhNdNIqEtD8OQL7PrUW6TJHR9tdBP { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#yd1UMHkuyJQK6KQJ3aVLTTEo7qotxMPv { display:block; }
#TCqkaKidklVgI5qfaMUXyJeaAZDfm2sD { width:21.25rem;height:6.1875rem;top:43.125rem;left:26.5rem;display:none; }
#iod37k122TshO9UXkaGWKBHxHl2cdlUN { display:block; }
#x4RuTbGZdIedBMwzTPGOyfLCdbIxFnBW { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#hupBIKE0AGbk3g4vfiPfK7aCJTuIMe6e { display:block; }
#aI0HTXbeXq2m9RgdxHAdITUsms22aown { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#aSkoA6CsKD4JBAwFiFECEp7ue3Du66Tb { display:block; }
#fSXH4Hs3tK3IWeU0WWJKulgn0T5TdtUd { width:28rem;height:2.125rem;top:6.875rem;left:19.75rem;font-size:1.1875rem;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-text {padding-top: 0; padding-bottom: 0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-select {padding-top: 0; padding-bottom: 0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG {display:block;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #V8PqXIQs9Dd06GlqSZ5g42UElA9RfTF9 {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #HvwGy761O7sTSIN0JpmxSOOTSrprNA4M { display:block; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #v9MdW1TvqWa9p8HoZWpekCTGHA1vi7Bp {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #PbOuAxM2dRHxPH2W9iDr5L9QB4fvZfTM {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #sh1xMpamB6znTrfFzo1JXSV8378KDZ4f { display:block; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #iPzowiZTd9XQ6m3qiZlsm2yTZTdcokiG {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #MT1H1FXoK134ln06Ft2NNgxMfNi1Hv1u {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #WLXNwHnZtcfT59WJ8Wk6TmAuMCrEU3qd { display:block; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #ZI9xhyiT7KvbmPmSHmWizzkf8Tn27UT2 {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #mxac5CKGzGgqGpehxuRPpMCqe9epxoku {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #SCK2po2Nfui1FVEd9b3Z0ROVnPlR410f { display:block; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #yrrPxUCJvQiC2hW57sxMAXP2E3D48Xhf {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #stMdEaVNXgamN7pfkupsTdHr0LAZMwvR {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #PrBz4t7vHOGzSSw6xNEXPR9qtrTLJr06 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-text {padding-top: 0; padding-bottom: 0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-select {padding-top: 0; padding-bottom: 0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn {display:block;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #QDNM28WUwBgFC4xmdx1Nx9vQmaukDJ54 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #iQPlgvlxD3CdfggpLkCxwXgQHwQoKt1X { display:block; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #R2WNmDgNAuEBQGJQZCqwD8FtV6uTkcdU {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #hXwtqqt5tbStVZGNMCloxyXBeclI5gx0 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #f5ay2c1Xguc2xs6NqGAr5OKEPkb6w4uT { display:block; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #d5BSa0Nlg7EZPaiewz28i6hu7o8CrplU {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #NdGKoqnZFwSP6Iqsyzwb9CMvp2TEckhJ {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #oTF7fCC5JTMxFgugLyNPBb5obLt6DJUC { display:block; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #bXJ5iTZIPVhz1XFNua8DwBM2VXQTea28 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #BR2OztB4XTafaMTpoankCo6luJeVozQt {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #gLdBZpRnkm7GkCDLhnoexa7Cp8qOi0MQ { display:block; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #m2BVWDyZB68hmn0eqI2zt0uKG4fJFTaR {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #cFlZdseWauKw4JhnzxksRrtk6wCChWVM {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #PxFT2I6swF13JzvOoQTODp2p3Hprca4J {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 {display:block;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #W5t3DZXqD13iLli3xO8uPwoceMQQuELo {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #si6WMV2AKO6hGBq5nwrJVElv63OItoiT { display:block; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #a92SPPiR0lpIfZ4UkSra59pG7obLSEQd {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #mKI1GqrNCygBgdCsoMZz70yfLRCKe0yi {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #crGADy7axXXGl0ePyKZegbduUg9S6NJ3 { display:block; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #XCqTPgcxHRNnAX4SWWfUtn6qL0IITaau {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #uKJpyS8hwSHfCceEHERnLkiXONueoqvu {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #n1PlIqBlvcIO17dTy95iClTL8u2mTvwo { display:block; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #azxtpRguuTv12vEe02FSC8UBedvnNBWp {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #TopeF2CsfBvk3vdNOBhzq7UnfOM1TBoc {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #vx5bAQqKW0bM8cO7S6xsT7bDvslkc71A { display:block; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #qEIkN4STyV3GFMnZF1hZoL0ym9hfR38L {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #Z8vmFOFCLVmFyRasplMEG0rTJPoDaldK {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #Z0eeTT5oQZKCEz9yoPQGitVRoJWkStHi {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-text {padding-top: 0; padding-bottom: 0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-select {padding-top: 0; padding-bottom: 0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU {display:block;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #Iy7ueg67Xgp6sNZvzx6GpClz2QOFherL {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #k2r7Rg5E2lTMicUKMwl9GWhlW48OglZT { display:block; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #mqlyJsQJLmm35MSAQq8LEBDLScDVRnKW {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #dHQL2Cz1TMJp9wWXkaTOJXTWPvrxb6KI {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #SwnOKwHSJVMXoSzoZ128ZUXIMCdiwQMl { display:block; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #t4rB1SS8GvNI3Kqhi9nRPArHdWkfZTq0 {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #KUETfvu7b0gwuDu45iTmothcT2yHz4Fr {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #xaJBavQ86WyT45lorNUOB5AQirTKspuo { display:block; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #TyFaOE4OCOQIm2TGF3wirIA52VN8TDym {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #KvK3CqlkVivLkF3oEFTf7TK46gJW98P3 {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #TWl7CnJgTXheyi43BpMsDx95CrTOR5lP { display:block; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #W5W4DtTiPCJcu2SMACCbsORvirqo26me {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #LzfEdVzqtTG6nlUfRfVKyX2mFZqFR69H {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #zsecp7Fy6VoWTFrA8TZvrdryhHAgA1f0 {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ {display:block;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #iLGoT2KrWRdl2nalrG7Q1Es1aA180v2X {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #ZTGxK1QNfxRsWlJ84EXaks5VnxOK46ri { display:block; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #KD9NB7FphkWcuLleLDRKicRJDtJTelmi {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #w9CKK3mQ3L4RRIEUrUPhWiuuVofmVpvJ {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #bUvZm6NTcZtkR5KRExrf3r0LZpcIchXM { display:block; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #FisPnULrtGuHT0PDr6Zygy2U2emwrT0W {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #u4R3hyU7mJECZwEhHMaVlQFddAOf7Thp {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #OAvnOrvxH426PJ57cyvwLkF6fBV7JXH1 { display:block; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #u1ZW61nueKN6BDDxmCZ854F75ZDT4Rr0 {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #JKl9fFMZOF9F60RngzoyoPxWQDA9rqHy {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #xPCC7soLFUFbx6lHpU4F08Mae664tzJT { display:block; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #yLZt4eddPRJmb0kKSSvXvqVtQMVAnl1B {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #yBP7u8z0boEmSb1O10uBP5cDGzOaq2Bm {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #Cx0ea2G7rVT2zitv595nJ4Z5iPTSVUFd {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-text {padding-top: 0; padding-bottom: 0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-select {padding-top: 0; padding-bottom: 0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g {display:block;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g { width:26.25rem;height:auto;top:15.75rem;left:9.5rem;display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #bbuufdhn3lPDhMK84rGgNy6EzQ7v02Vd {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #qMlnyC6yy3OiKBquSWlF32cSfnPahkOs { display:block; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #AtTcrrsQbWzHMPZUTgTprSbT1Hc1wz7g {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #Luy0ImQvpEdAbStdVTC7n7Ea5ERGb25J {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #yAfxcqnrSU3SFym28FNS0HnPxc4NvcXT { display:block; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #asTTZ6AEFTJCra0QqyCSsaxs8hbXiiui {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #WD9tOJZuoHqL1Sg57nhCZTflTalxtlXT {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #AvTG7rigTTDtrk8HxD5I7xwANw2e5LZC { display:block; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #dvxcCGK6dvltsrpx35r54GMVvdn4Kiwe {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #To2RcaprJVci2McOGEIAIt9fB5w1issm {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #W580BoKCLkKkXmcxycM7Lx78EmC3rpRm { display:block; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #uANGWpDgnIdorHAcDDFE7pUW06Lxriv8 {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #rTWSpFoSkSIT3D7fS1TUabExeoWJbboD {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #cstk8i8BdotFEVOeTBtmdQ4dBHUnKFUW {  }
#SyDLVkxmobKlCWVCUtEM4ZhiUx1irTUr { width:21.25rem;height:6.125rem;top:43.75rem;left:26.5rem;display:none; }
#E22sFzVerR5JMooq99mh97qKtfZMbeLL { display:block; }
#vyesgBbG7X2afNfzwwI17WoTt5gMDpPF { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#zvi6GNRUCthaN8TzPCw4INIcVTAiruxh { display:block; }
#VUfIUcEQ3xHRbcpCgt0PLifk21EclZVa { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#RKNcOczDV9NKAV0O3K6P0BrNIsWFRUDT { display:block; }
#KzyuMFp7bTu6RFXoCwneGpbCtWOl2cDp { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#fMnAmNs4DtHGQ5EyUy11NOkPN3Q4E1B1 { display:block; }
#rqtZLwWrtG4fb6Q7JJ1JUatoz72rp3mu { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#ve3kN2xHdFLmubgrS7FCydybTPhz0s1M { display:block; }
#gNa3P5HS9rN5pZ6g8Ktnz75xzE0FsegI { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:3.3125rem;display:none; }
#ihDMk7yzaK5eJXoZWXGgym4kfMmy6H6V { display:block; }
#UoRzvZBcukDwhtghcW7Rgep21TKAxECt { width:14.6875rem;height:2.6875rem;top:38.875rem;left:0rem;display:none; }
#Hg12T86J4IG5G9OJ2XitN7n3CQTbamuk { display:block; }
#XKA3CFGvCnwDB14FxgalskKsOTAEI4OB { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:0rem;display:none; }
#exkX7Vp7AUEA0ZIGKF5TnDdeIT5JDgkN { display:block; }
#z4scXO82L2wvzRLPIgT0VlQPmNC8nKQ6 { width:14.75rem;height:2.875rem;top:42.9375rem;left:11.5625rem;display:none; }
#FaQRa9A1Vi1ldSdS9l3kJLIthf2BnNFO { display:block; }
#bf7T1KPQ03qbT4pXApduCK0iR4KFOipO { width:15.125rem;height:2.3125rem;top:39.125rem;left:10.9375rem;display:none; }
#PhETlGVZIbdSEwWEkUehRlHcR0kB7e0l { display:block; }
#eyERAnnTHFwgyB1ONLtMlT7nIlDhgI7B { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:3.3125rem;display:none; }
#h1EyeJTbL30QfafVtbJ8WFNiTyUmtp1k { display:block; }
#Ix5yIHBKb6fQBTxduR3szOFRT0U0CiTn { top:49.25rem;left:25.25rem;width:21.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
#oX2WJkBCdXVB3TbXoMssz9ya3wSp9nUT { top:51.6875rem;left:25.625rem;width:21.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
#oD7Pvfs2T6HPJ7hLq2cM4g0SBkXOs71q { top:53.9375rem;left:24.1875rem;width:22.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
#dT8TgcL1IpuTndNaF2938unKJF64rTlw { top:48.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#yrDHhGnatAtekubWpRcD44VNCgdh5Da5 { top:51.25rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#gneyEwplAnFZJoTieecsK63VVWPf0LNb { top:53.5625rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#TT0qHZn8RKJDmVg75llUJ2bbTnTUVsza { top:31.9375rem;left:39.8125rem;width:5.4375rem;height:2.1234375rem;display:block; }
#zaBtIokMr4RP3FkOcxg0mA0eWa1WCdun { top:31.75rem;left:31.1875rem;width:8.0625rem;height:2.418861639768rem;display:none; }
#BarePRfhqTeGi4xh9Iq0TmmlHQvu5TVg { top:9rem;left:37.625rem;width:8.125rem;height:2.4375rem;display:none; }
#Ew2HDbiTwcb7suUTZeXOy9MgHOtvO5R9 { top:9rem;left:42.3125rem;width:5.4375rem;height:2.125rem;display:none; }
#MdXyz1BkO7uZMo2xeiFlIANkGxfcOCik { top:19.375rem;left:13.295310974121rem;width:17.625rem;height:3.625rem;font-size:2.8125rem;display:block; }
#RnaXGQSZFnFwo3DTdpTIHTL0shDRXq0k { width:23.8125rem;height:3.375rem;top:23.5625rem;left:23.9375rem;font-size:2.625rem;display:block; }
#xzuWtb3E9Tyi00vfZPrJ9xKwdsXIKSKu { top:34.5625rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#wwAP3tbJJTlZCB5EsdMwgCW0frkTkniH { top:35.5rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#TViiNzJ4K4lIMc1nCZCu4PSMTMl6czum { display:block; }
#bfywxVM2lFsMeA2ANM7euWTfoQrmIrlx { top:9.25rem;left:0rem;width:16.5625rem;height:;font-size:1.375rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gA9WChr80QSyB5fraZqdGGuFHIVgyrfe {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xWtTrGCi1ZqakvFcTZXbJuZcqlX40P7K { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CDvA60gPSlNKiCyoqvyCKo5cOcqMdoKE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kA4VzWv0alm2O9lNEef3HzeBLAVspwBB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qc8TkfVVX7d1lBbX0UOcJScx0e94VkWH { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aVWDIOdKvt9Twenpx6n3BiDAvS0BnkXa {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #l9RrSChpaiGQrMeKfMBxxexU9t7iowMh {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MvWMEISUgUHelHVeLCwAmf4yZVV8GKUV { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VFEEbqOBGllnI7BdeXg8cmA2TTH4VBOk {  }
#T4WvVNR4tvocUB3gHschcKSgm4qbHqnZ { display:block; }
#loFGILIzyOClrLw3a56RHpIxRUMi9EPR { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #H5qWcDwVvwbDKXLE3xbctzuJ62xmlK4Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #cV89R7g7Dg3E8WHPQue6hRTPvU3TUnge {  }
#TNfGxTKrvsSMDGchLun976PdAlkWvCMM { top:3.625rem;left:5.7121086120606rem;width:3.0625rem;height:3.0625rem;display:block; }
#TNfGxTKrvsSMDGchLun976PdAlkWvCMM > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#Dh6wiBwFrvEJCIpXs7EW51uR5Z4EILCU { width:18.125rem;height:4.125rem;top:37.375rem;left:2.625rem;display:block; }
#LrxHMmvKTcfJZcULy5l1tk6oDfchomvO { display:block; }
#PgVGWT7E3kQWhSL65ZWm7E6q7oA8GbKD { top:29.9375rem;left:26.1875rem;width:21.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
#sChnSdd4eFoWqZTFgPGzJTSUJNmJ0VNL { width:20.4375rem;height:3.0625rem;top:38.4375rem;left:27.3125rem;display:none; }
#N2zwNoPcM7ezxGS2ZeQByN7k1wGdeI4h { display:block; }
#FIFknJaCcortDKe07yzEBh2vfxEumv7K { width:20.1875rem;height:3.125rem;top:43.125rem;left:25.0625rem;display:none; }
#K7sOTuUUFrZUy1gs36UUpeHngQ6BApzp { display:block; }
#XIGEZJAOGcdo9OmtePDNDziWWd2xLAhw { width:3.625rem;height:3.625rem;top:3.125rem;left:2.8503875732422rem;font-size:2.5rem;display:none; }
#L7WfqkqEix8BdcdzJbT9iTTirTzUBn77 { top:27.5625rem;left:8.8363265991213rem;width:5.875rem;height:5.875rem;display:block; }
#aTGgRqwpFbDIQK50Xk0wK3kzJQNgcC5O { width:20.4375rem;height:3.0625rem;top:45rem;left:1.5625rem;display:none; }
#a59I6rGBdr7ZGMq6JACKk5uqSdwTSTAg { display:block; }
#fcne74A0yGgFxq6PoUmvTZDiREo8SVKc { top:45rem;left:2.1875rem;width:3.0625rem;height:3.0625rem;display:none; }
#fcne74A0yGgFxq6PoUmvTZDiREo8SVKc > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#z2DD8sWXpJXZiG0hqJ9nXahq3NhhRye0 { width:28.125rem;height:50rem;display:none; }
#P5uslZgvbHOnfNgeTAixOdTpb9Tm62Q6 { width:27.25rem;height:50rem;display:none; }
#yZIteIE6wXlWN5cudlSgalx1N2fucXbT { width:27.25rem;height:48.4375rem;display:none; }
#cRyuvy4twf9NWzkxJmKWIUB5tRvpGtam { width:27.1875rem;height:48.4375rem;display:none; }
#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK { display:none; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row .container { width:47.75rem;position:relative;display:none; }#X6R4EAs5p7MC7xgFH0ENsKRtqP8BBzeG { top:1.125rem;left:28.0625rem;width:5.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#cXbC045dGQdLeTUQPZiTlC8om3gKl0ZL { width:6.3125rem;height:1.875rem;top:1.25rem;left:28.1875rem;display:none; }
#OOM4IfLIbfP1MKFhvUbCVO5FO5dAqXFg { display:block; }
#cGzhbq68KaxQbVQIrwTFwSoWQ1TFpPHH { width:4.4375rem;height:2.625rem;top:0.6875rem;left:21.1875rem;display:none; }
#AKsETcUP973Vs1JR11zbeTG4u14bTnap { display:block; }
#lHMbp7tqXK0nLTJyfPq1HKEyH1If1Aia { width:4.25rem;height:2.375rem;top:0.75rem;left:15.5625rem;display:none; }
#CspdMKcMKieKTQkJ3Nctdea0amGV93d7 { display:block; }
#FfFaFRnRllCES7VbBWDae8L72bfRaGaz { width:4.875rem;height:2.125rem;top:1.0625rem;left:26.8125rem;display:none; }
#ZpLvSFq3t1wKNN8r8MKKSTzWbs6oevXJ { display:block; }
#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 { display:block; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container { width:47.75rem;position:relative;display:block; }#XyQC6IcLtHhsww941x68TG82bFAx3Zx9 { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:block; }
#Hgk1UMQL3ZnXTFc7apULc9KbkikbWUC9 { display:block; }
#e58WRa5ZJu8gcBeGZqNXByoI3PLDX9ct { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:none; }
#O8W0z2JRGVxQuFS4Th6rEZqxtmAwM8Ww { display:block; }
#MrkwcIp0XyiFqbXxDvQn7eMwJI5mFztb { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.5625rem;display:none; }
#yxDE4PpqzPHEw2nc77x5CJdqXi3MM7nV { display:block; }
#EkImZyemk4qI7nTScJClzZbWb5zzFRZC { top:32.8125rem;left:16.375rem;width:3.125rem;height:3.125rem;display:none; }
#EkImZyemk4qI7nTScJClzZbWb5zzFRZC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pvZQMOangMq5PyWex8MM0Vod599os4xq { top:27.9375rem;left:16.25rem;width:3.125rem;height:3.125rem;display:none; }
#pvZQMOangMq5PyWex8MM0Vod599os4xq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Bls3X4n7hLQr1UqT3Kb8XZXRxvlWxtxM { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5rem;display:none; }
#M2P6R6zDVnxBTbz64fo7TdfDEu5B55og { display:block; }
#OcThh2ZhFfXQpgpAOZrFGg35IotTaWyQ { width:;height:;top:0rem;display:none; }
#mTpcTn14o2NcxXD1J7TrnIZTqA7oIbUr { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#Jld2TeulBrxGKERm7HVDS34rSH1JQlnH { top:0rem;width:;height:;display:none; }
#FWCL5GAhtFCF3xoZqcr8FwshA44eMkLb { top:37.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
#sMVBAGLp7nL2ytDtPp3a3ElVt5T6L0wa { top:41.375rem;left:17.25rem;width:14.4375rem;height:1.5625rem;font-size:1.25rem;display:none; }
#vrC2ECu7siy23lHIrQL4dpXeNnibpR21 { top:43.375rem;left:19.1875rem;width:10.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
#iZUQAzLtCHt9NCEptPgnbgFB7tt5waAT { top:0rem;width:;height:;display:none; }
#mEgDtZuneX3TMoXy1OGUmNew0PaQh2an { top:0rem;width:;height:;display:none; }
#MikKTepb7TF1kWWqPViDlES0SJS7HIBh { top:1.0625rem;left:11.3125rem;width:23.25rem;height:2.4375rem;font-size:1.375rem;display:block; }
#OaktQ75tuazbFMlPovJOQXD3Bnb7ZJ9X { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#zlK8w4k9RBKuENHs0WHh10qrJ9EJzNzG { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#f61W92dICyy4J40UibMAnBuRUKDDcA31 { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#lbBeO2oD69itThUezA06tGKVMlGFbsON { display:block; }
#EoJORwKpvrqkqwdl2woETDN7nWohZ5ew { top:20.125rem;left:21.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#ZXmWQRqQe13ToFeT0Jos9tF5wBa8lgVb { top:19.75rem;left:28.875rem;width:3.125rem;height:3.125rem;display:none; }
#ZXmWQRqQe13ToFeT0Jos9tF5wBa8lgVb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NmTcddAwC9sxIL6BcEEdspDk2Bkz698V { top:27.5625rem;left:27.1875rem;width:5.1875rem;height:8.625rem;display:none; }
#AO0tbqQa3AATBvK9eGTd0MDa4oRwgxk5 { top:28.125rem;left:21rem;width:5.6875rem;height:9.3125rem;display:none; }
#gSAhKqtw0EHCuDwCqLGTL6HxKsXTMczs { top:27.4375rem;left:14.25rem;width:6.0625rem;height:9.3125rem;display:none; }
#bnTDsWWHdlJGOAhOqFwB8OGrK8hZcMAf { width:4.5625rem;height:4.5625rem;top:27.6875rem;left:27.4375rem;display:none; }
#drhHXy0dtpRAJ3p3W43533ZIBSPT2ZRD { width:4.6875rem;height:4.5625rem;top:28.4375rem;left:21.53125rem;display:none; }
#TUTrnzcBkq26Sp3aGUAMdEG2AquAJlT7 { width:4.875rem;height:4.3125rem;top:27.625rem;left:14.875rem;display:none; }
#SyciKITuSWWyNwn0Dol11k75EHnS1DZd { top:32.375rem;left:27.125rem;width:5.5625rem;height:1.9375rem;font-size:0.75rem;display:none; }
#aJ9Lm4dD4tNfKRPF5SJHMG4JVJ1HIrUT { top:33.625rem;left:21.5rem;width:4.6875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#N8U3pE1VSEfRlTpRnT9J2ufJNspKlIxE { top:32.375rem;left:14.1875rem;width:6.1875rem;height:1rem;font-size:0.8125rem;display:none; }
#g5HOcxNgk49N0z8kNrs2OPkcxLnrH8Bh { top:46.25rem;left:14.8125rem;width:18.125rem;height:1.25rem;display:none; }
#ENFXEEkuHNhT2SHH66MKxPCxc7BmD7TF { top:30.8125rem;left:2.625rem;width:22.5rem;height:22.5rem;display:none; }
#TmVR9eJJlD7axu5JC5EUtKIyaUrM5TSh { top:5.3125rem;left:4.1875rem;width:3.125rem;height:3.125rem;display:none; }
#TmVR9eJJlD7axu5JC5EUtKIyaUrM5TSh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Nds0GihONxM6S5B7UafPAuB3d0g4ZgtU { top:9.25rem;left:34.375rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#cVBVqzlcy4R7dPhie0AO9HmmmILDtOuN { width:;height:;top:0rem;display:none; }
#BIbbq9gFM2x4KrFEieyUUDSkwNLWkGdM { top:10.375rem;left:0rem;width:19.5rem;height:4.5rem;font-size:1.0625rem;display:none; }
#FurdFLCwZ5fXLNGtcz0riHT7WbHqHUMZ { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.468751907349rem;display:none; }
#E8CSvRc7P37g8n29bxcETOKqgs1XuNTR { display:block; }
#uoOrRSCnvO8mz9wdaGrcmB2JKJmUAAcF { top:12.9375rem;left:0rem;width:19.5rem;height:;font-size:1.375rem;display:none; }
#dwVc4JLp7ant8hVUclOcyfEJaFJDqEfd { width:22.5rem;height:22.5rem;display:none; }
#Z6L7pGOzJTXtnSTStQPCnGr5EJkoX3xW { top:12.5rem;left:0rem;width:18.4375rem;height:;font-size:1.8125rem;display:none; }
#fH53n1pwXSSbMt97eeKazHc80K8FVKvT { width:11.75rem;height:12.5rem;display:none; }
#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr { display:none; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container { width:47.75rem;position:relative;display:none; }#IObWMmv7teu8KarcaWy27Puw2nUil5nQ { top:7.375rem;left:18.25rem;width:12.375rem;height:6.8125rem;display:block; }
#mFfTwrpdSgWzBCILEFeZeFkRwTNgT3lq { top:8rem;left:35.4375rem;width:12.3125rem;height:5.375rem;display:block; }
#yCAwsFwqcNEIRNperm9P7qI5g37fmke1 { width:12.5625rem;height:4.875rem;top:2.3125rem;left:35.1875rem;font-size:1.4375rem;display:block; }
#fVPtGozLgaaXxt6ygBDyIxbzksdH7Jgc { width:12.5625rem;height:4.875rem;top:1.5625rem;left:17.125rem;font-size:1.4375rem;display:block; }
#cGofxhmmUZ8kdOW0eeT5SH3U6i3o2wnk { top:16.125rem;left:37.4375rem;width:10.3125rem;height:3.4375rem;display:block; }
#xhPwk2PIoD1lH11bBwZ9zznRTykQQSxH { top:16.75rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
#CR3iUyTzC3kyTKOVRBHRs3JzgZpPvPwh { display:block; }
#kRenqsBanXKr7hTz3q6GaBG6O1aT2Th3 { top:16.125rem;left:18.75rem;width:10.3125rem;height:3.4375rem;display:block; }
#C3PTys2UlVrIzZkUVXPkSnZ9iCi7SiLH { top:16.75rem;left:18.1875rem;width:11.3125rem;height:2.5rem;display:block; }
#CzHsutcJo0ZC57cJOAZTe1o0oObdB7To { display:block; }
#zNVkRypPdCqAsJPTzBBTWkyVKlPqCchN { top:5.875rem;left:0rem;width:13.9375rem;height:9.0623688305513rem;display:block; }
#ioFp7BrvZIdJ77Oupo0raT5emgPHEEqJ { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.9375rem;display:block; }
#M0oo4OGN1xwegzeiWduFsy26wM2VDlBd { top:16.125rem;left:0rem;width:10.3125rem;height:3.43710625rem;display:block; }
#do6aiWc1M3UHkKKrXCKep8xWUHlCTGMy { top:16.375rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
#WlyWan7EiTU3chPhbJWkW1PFKTvzNzTB { display:block; }
#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP { display:none; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .row .container { width:47.75rem;position:relative;display:none; }#UtvFAOErOeb95u0tRuHxhRbS0C8DxtPc { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:block; }
#hUnEerVlTqPSouOP8MOfzJoGmuVJEbJh { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:2.125rem;display:none; }
#xeBuV7qL7MdoUZnVSCHHZm8ABPT2Iht1 { top:22.3125rem;left:0rem;width:28.0625rem;height:16.3125rem;display:block; }
#qeuxSELwcPWT2eHON2S24ISKyzDo3Kc9 { top:84.25rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.0625rem;display:none; }
#OZ9O8W4AVpnPxbeyTDp8FypsDZcmKAdI { top:49.875rem;left:0rem;width:28.0625rem;height:16.3125rem;display:block; }
#hOFwgW6RgKoMr8AXhq8QKhwWamWI52H2 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#NAPOv60F0ogwdD2IIqzXVOyb4ygxPAuT { display:block; }
#iyGMFDLkZqR6eI9155ds7Gy4lCQneczk { top:104.125rem;left:0rem;width:12.9375rem;height:4.375rem;font-size:1.0625rem;display:block; }
#fiMOJuutV3sX3MHzeTeWHN6B6ledDOru { top:36.5625rem;left:0rem;width:14.4375rem;height:3.5625rem;font-size:0.75rem;display:none; }
#ZTcurtBQD7fvi0RtqHHll8cwPLsDFyBA { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#nevSmVJfl37ZLefThIxdfoaUeSJRAeFE { display:block; }
#UcQr8x3Ct9bw3raKXf5yOOzsC9amyoAL { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:block; }
#yau5lsUOSWKVCggDZ3ZqVl1w2CkvtIJB { top:130.9375rem;left:0rem;width:17.375rem;height:2.5625rem;font-size:1.0625rem;display:none; }
#uPgCse190ullzy3ygynCyBKcBQ48Uxg2 { top:74.8125rem;left:0rem;width:10.125rem;height:3.5625rem;font-size:0.75rem;display:none; }
#WRVkXr2exdQKOeLNqFzTi5H7Z5iDbdJ5 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#tT2yBdfJA5oBlFUOZrqLabcPuyM9B8TV { display:block; }
#x0bH3H7cmh5orFlXlmVJ4sSWRx14qIf1 { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#a1npf4WvfdRwAEqSkLRoTIUeex3peUvE { top:93.625rem;left:0rem;width:12.9375rem;height:4.375rem;font-size:1.0625rem;display:none; }
#SzCyMutvP01GE0nD2FBgwf8Vnd9RyS3i { top:96.75rem;left:0rem;width:15.125rem;height:5.9375rem;font-size:0.75rem;display:none; }
#RgIpJrNgzmAgcsqimtN8SsCDUH4IDGdJ { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#WlqhETpChZvnQhMT9uw4p4r1gGHDuR2A { display:block; }
#bu8OGvG4t27v2Ow9N3kxTocR5WMCSwrB { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#gX4C0wfoIUCS8PfHtoTJATQEztnihNN7 { top:121.125rem;left:0rem;width:15.125rem;height:4.75rem;font-size:0.75rem;display:none; }
#Z6vL1NuM3WOwGByusD0veWiDfuXGtvoU { top:117.25rem;left:0rem;width:12.1875rem;height:2.875rem;font-size:1.0625rem;display:none; }
#p86biyvHVzN9m8elApb6tdVPp6z864K4 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#U9ZBc2Bd58QQtk80TmmmVzqlG1wqpMT4 { display:block; }
#Gz3ciKFFk4RORLRPOkze8x5pmLHo8Tvd { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#ruUM1s8xEC6y5xQVPq6dKdE7K8dJcRFW { top:144.4375rem;left:0rem;width:15.5625rem;height:5.8125rem;font-size:0.75rem;display:none; }
#LmJqPHaEG2uG49kUBi21Uhy9fURAyrT5 { top:140rem;left:0rem;width:10.3125rem;height:2.875rem;font-size:1.0625rem;display:none; }
#UDwGy13M2IcSQq1zPsgbcl35LJdvEDnc { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#O9JvtOqHHte85OzrZJaXygk6LBo8VRvs { display:block; }
#RlugBZisgeS0vF8bKqod8Kozo5C3NLGn { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#hyFiknMTN8OAaduDhS1cDHDeSZTBWEcF { top:166.5625rem;left:0rem;width:13.4375rem;height:2.875rem;font-size:1.125rem;display:none; }
#cyoC4VR7cTAJxT1U7GWsqWqlDvGksFpg { top:169.3125rem;left:0rem;width:14.3125rem;height:3.875rem;font-size:0.75rem;display:none; }
#aauobCn0OgDTqKAVyv6bQNLHaLTIeHUz { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#K5vJFid6vd9zR4IRfZ1ceIicDDQT5Tbi { display:block; }
#hMLV7vcPCO2mu7kdpEOplhGmTKl8r1T5 { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#DGuyJq8r7NnUTa7257lMJ8kXPuhmOmkq { top:187.4375rem;left:0rem;width:13.4375rem;height:3.0625rem;font-size:1.0625rem;display:none; }
#LItxtzufW35lbLDZTTHMPShiylnAU0BT { top:190.125rem;left:0rem;width:12.5rem;height:4.8125rem;font-size:0.75rem;display:none; }
#vC1ZEr3uzRwztsmvO0WQTJSUoXy178dV { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#dXTAW4aXISp9U9S8KcfJFEHmyEAyIVEc { display:block; }
#p6TX3ymB5OxT039IJkkcJga7Z80A4q2B { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#SNxRuQOGceFPJhJRl39sZ1TZusqSefKu { top:208.5625rem;left:0rem;width:18.9375rem;height:2.75rem;font-size:1.0625rem;display:none; }
#lpSTCSEz7gWNsGGcBzZLCRMFTK2p3RKn { top:211.5625rem;left:0rem;width:14.3125rem;height:3.875rem;font-size:0.75rem;display:none; }
#igTSpJ8OM1BAFLVnf4ZiXDxvEgU17kZ4 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#lCU2hcBtvZUoTLKI6HuIFx59htUguhOS { display:block; }
#oxfMNwUEhyaK8lCpxhoNDRVATIPdSmTU { top:16.5625rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:1.0625rem;display:none; }
#RpMnIPlJ0bQyILE5iCzMEODrsukEkmvk { top:19.0625rem;left:0rem;width:18.1875rem;height:3.5625rem;font-size:0.75rem;display:none; }
#RC92TBe93NsKFF8tLC2t7Hi1AmE83KF9 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#TEcAIozemIWgQiPzk7nAoXXcoWZUJNTx { display:block; }
#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw { display:none; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .row .container { width:47.75rem;position:relative;display:none; }#HTU5RG5UrsnqDspXMDqRSIpNXc8cc5T4 { top:1.5625rem;left:0rem;width:15.375rem;height:1.75rem;font-size:1.875rem;display:none; }
#seIBskqe2bTQ3BCMMapsdQPplkvNxLl4 { top:20.75rem;left:0rem;width:14.125rem;height:2.875rem;font-size:0.75rem;display:none; }
#xyTtmTkMTTSkZ68tTsJKKGD1dNdlZeCt { top:17rem;left:0rem;width:16.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#dBIcJWHvG1KVsGUlgPNTorm3FK7P09zi { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#MlqHTdOqCmgKuM6rpOWuQXIH30p7uz4L { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#m9F5tt3a52VwJU8cOBNnGtaXb2xKK1TX { display:block; }
#VQoDiqd8DsrJ9U4Kza3qSL6EkOtfkSe8 { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#viyxWJ97VwqOxs0KRW0BVCt4dcnJJk6I { top:38.125rem;left:0rem;width:13rem;height:2.75rem;font-size:1.0625rem;display:none; }
#NlAX4bgo08LKJUQNZA2MxpClCF8X0lHT { top:42.0625rem;left:0rem;width:14.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
#RyilQ86cTvzTyx6tTaA6kxKRQ37ldo1c { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#k9qNpbNIaqxGa7y2tx232l7sJnM0haUM { display:block; }
#V0X9TMBW4gVZP6gBvMeBWKghXkUCd9MS { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#tRosFLObqSOwzACIOrxvvDDlT5ZQK9Mz { top:57.4375rem;left:0rem;width:11.375rem;height:2.75rem;font-size:1.0625rem;display:none; }
#nBWQ54G7Kxbkb81HtdTbBOTspxXDCXaM { top:61.625rem;left:0rem;width:16rem;height:3.875rem;font-size:0.75rem;display:none; }
#ufqmyiVp0yuTAp149iQZL8Meg5fUC92W { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#Rf27wD4U0yCNvPoKEo1c5s09cTCFLspX { display:block; }
#fD7PAddH1cNI9WWdK3TNmPRIQNSHMsbJ { top:49.875rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#BdFVL9a2f3XK8TmLtsUglKvk8IpIy0PC { top:16.75rem;left:0rem;width:13rem;height:2.75rem;font-size:1.0625rem;display:none; }
#ITtnQnngNu7cTkpyGsH58RTI89PIn5Pe { top:19.75rem;left:0rem;width:14.125rem;height:0.9375rem;font-size:0.75rem;display:none; }
#a61Oa4GRQOnHqlGLs8XKr0fpaLKc0mfG { top:20.3125rem;left:0rem;width:16.0625rem;height:3.875rem;font-size:0.75rem;display:none; }
#WCVwgvqzJ0TvBTUc7klimUPg6nnyTqtI { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#BTqMmnQuhIPAo7UJiF9PxxwkUopB6VTE { display:block; }
#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir { display:block; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container { width:47.75rem;position:relative;display:block; }#KtDu4l0ncemhCIvU8t8d6s6G6TgawmCx { top:1.875rem;left:11.084762573243rem;width:22.5rem;height:2.6875rem;display:block; }
#c8ACnkQZZnKZiTV4nD6QTMgm0RgaOie3 { top:2.0625rem;left:12.769138336182rem;width:19.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
#NCruE4c2s5WREvg25OtIP2AwSvgWdhTV { width:31.125rem;height:17.464765608404rem;top:40.6875rem;left:8.25rem;display:none; }
#H953EQ9cOlOyqq1MvHeuR8Ttlcp9wsUf { width:30.375rem;height:17.027673852244rem;top:8.625rem;left:8.6546859741213rem;display:none; }
#baPXGvEIqzTVtxDnLDnarLSaQl9UyT4N { width:17.4375rem;height:3.375rem;top:67.6875rem;left:15.124607086182rem;display:none; }
#gO1tDThTfKDlrXcV6e1QNFNFnxOizymB { display:block; }
#abavLDuz78CRQK1mq6r8iwXZBhPOrnHb { width:17.4375rem;height:3.375rem;top:33.8125rem;left:15.124607086182rem;display:none; }
#LQTGPtClzo8IQZBq1gDFJvnLSVdmP8be { display:block; }
#FsvI224Gd02FtXnuQCD94K4e7iHle61m { top:60.375rem;left:14.625rem;width:18.1875rem;height:5.1875rem;font-size:1rem;display:none; }
#gkrD17nxVeKr2QLUGbkRDnPu6ke4nqrm { top:27.4375rem;left:15.469921112061rem;width:18.1875rem;height:5.1875rem;font-size:1rem;display:none; }
#gR3sf5wmuIldDVUvKAc7Fkpv6W6V0rzc { width:30.375rem;height:17.0625rem;top:8.625rem;left:8.6546859741213rem;display:none; }
#SBNzUBACesquuAvSdL3gFdV06AoxZw9M { top:50.875rem;left:0rem;width:18rem;height:;font-size:0.6875rem;display:none; }
#ZqfAChh97NqgmRAtngzkOJI82UI0IXVv { top:51.8125rem;left:0rem;width:18rem;height:;font-size:0.5625rem;display:none; }
#XnrnKHCEFtZ3xxLUJ3BsROsuLG2Pa2P6 { width:17.4375rem;height:3.375rem;top:33.8125rem;left:15.124607086182rem;display:none; }
#AroSHc1QVsZyvdFT9MwO6TPWy6L4y22M { display:block; }
#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { width:47.75rem;position:relative;display:block; }#pzT7Jf8V99C01HoKJy1SqelarsTzROKd { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
#NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { width:47.75rem;height:3rem;top:7.875rem;left:0rem;font-size:0.75rem;display:block; }
#xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { width:1.875rem;height:1.875rem;top:14.875rem;left:45.875rem;display:block; }
#R75WL3895UGhqnndApaMKZBX61CAqzO1 { width:1.6875rem;height:1.6875rem;top:15rem;left:46rem;font-size:1.125rem;display:block; }
#Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { width:28.5rem;height:1.75rem;top:12.25rem;left:19.1875rem;font-size:1.25rem;display:block; }
#Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { width:20.6875rem;height:2.6875rem;top:14.25rem;left:27rem;font-size:1rem;display:block; }
#W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { width:1.6875rem;height:1.6875rem;top:17.125rem;left:46rem;font-size:1.125rem;display:block; }
#loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { width:1.875rem;height:1.875rem;top:17.0625rem;left:45.875rem;display:block; }
#MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { width:1.6875rem;height:1.6875rem;top:19.4375rem;left:46rem;font-size:1.125rem;display:block; }
#sC6xH93duXGASnTStOm0t5v1c42IJL6S { width:1.875rem;height:1.875rem;top:19.3125rem;left:45.875rem;display:block; }
#HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { width:11.3125rem;height:2.6875rem;top:16.5625rem;left:36.375rem;font-size:1rem;display:block; }
#gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { width:11.3125rem;height:2.6875rem;top:21.0625rem;left:36.375rem;font-size:1rem;display:block; }
#d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { width:1.6875rem;height:1.6875rem;top:21.625rem;left:46rem;font-size:1.125rem;display:block; }
#k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { width:1.875rem;height:1.875rem;top:21.5rem;left:45.875rem;display:block; }
#iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { width:11.3125rem;height:2.6875rem;top:18.875rem;left:36.375rem;font-size:1rem;display:block; }
#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN { display:block; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row .container { width:47.75rem;position:relative;display:block; }#xbh7OA451e2aqVOilu86sdprdWnqwvB7 { top:1.25rem;left:5.9769515991211rem;width:38.6875rem;height:21.75rem;display:block; }
#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { width:47.75rem;position:relative;display:block; }#KEHyhOyWJ4UZMzsHn2T9ZuhH6e8E9c5z { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#mIoTWvkueHPRbCNEm2W7aBPfdOlZREqc { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#SPNruqGwZCH95F6TeyqeE7mqMrnthKcf { top:17.5625rem;left:19.4375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#LxWaNbtLTmT5rleb4WEAbnTEErcosGTM { width:19.3125rem;height:1.75rem;top:13rem;left:28.4375rem;font-size:1.0625rem;display:block; }
#totGdmT2PRpIed4d0oorXHnWXqeQMc6G { top:12.0625rem;left:23.625rem;width:20.1875rem;height:2.9375rem;display:block; }
#fvoAdDrLRvLaPTS0PnuPPmybeSLkXOwd { top:1.6875rem;left:7.15625rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#wQIHRguS3kRCTwEMytsQzd8OlmCinsiE { width:3.6875rem;height:3.6875rem;top:6.5rem;left:43.1875rem;font-size:2.5625rem;display:block; }
#hpeMdLM5IHDIJWFxWq8DG1eoTt0asWnr { width:45.0625rem;height:2rem;top:7.375rem;left:0rem;font-size:0.8125rem;display:block; }
#Tn93twOWQ5gAPB7cRlVlndMD68lhkT5e { top:12rem;left:28.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#RQh1Fu2yHrLLO6qnyg0wPVE3eMTMOCsL { top:12rem;left:32.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#GhsaldUTzKyRCA4exQdouCx9n16mJC5m { top:12rem;left:36.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#SNMoRmhIG8Q4uOQkTXXC13PJ4bzSs30q { top:14.75rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:none; }
#XWFrqOGScnFbKdHDUqZBoUQLMowXH6Py { top:3.625rem;left:5.7121086120606rem;width:3.0625rem;height:3.0625rem;display:none; }
#XWFrqOGScnFbKdHDUqZBoUQLMowXH6Py > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b { display:block; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { width:47.75rem;position:relative;display:block; }#G5ewUFKOiEh1ImuhWELqE4n9MCwsVlcZ { width:13.625rem;height:3.5625rem;top:45.125rem;left:0rem;display:none; }
#J4G6K2AEOiRHay1Sz4dsazdFCWBGOxLV { display:block; }
#B1qhfJ3XoJ6TZkH835MZD2DDv2kbX81a { width:13.625rem;height:3.5625rem;top:20.9375rem;left:18.5625rem;display:block; }
#xFT6cVbdaIktk8fgfrW1wNVDM7MlMDbZ { display:block; }
#nWvn0x9PMI5UusTnZXi5snXPwCMEC5eP { top:21.1875rem;left:19.1875rem;width:3.125rem;height:3.125rem;display:none; }
#nPJtoAs2Q4mc30WnCenQuK27oWE2B1Sl { top:3.75rem;left:18.9375rem;width:12.8125rem;height:16.0625rem;display:block; }
#PL1CePaSmMBz8cVipXNrwyRZbme6gShZ { top:27.875rem;left:0rem;width:12.8125rem;height:16.0625rem;display:block; }
#c1kH9pguyy1O5woutLpuJA3VOfp31hpR { top:45.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#BTgGZAApJp9R6uZaVahmXTxzH67lkP2Q { top:3.75rem;left:35rem;width:12.75rem;height:16rem;display:block; }
#ayKICDCQdQXu8CWTXaLfFQKXT5teREuc { top:3.75rem;left:0rem;width:12.75rem;height:16rem;display:block; }
#lWp85sevOMIXlufs9FlJ4qTS5n30UED0 { width:13.625rem;height:3.5625rem;top:20.9375rem;left:34.125rem;display:block; }
#mzxCrd1hhGoT2azkC3THupsHGOIN0gvl { display:block; }
#JUV7gToELWTuzW7RPGlP7x2gETRy5M5m { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:block; }
#HOMCMB0h8iTEG6TId4QH2n0DJmiN5OW9 { display:block; }
#mgeFTT17u05MDa19W3z083BEVsMaQOt1 { top:21.125rem;left:37.375rem;width:3.125rem;height:3.125rem;display:none; }
#mad1KSSo2w4qM1MOFcXgbK041OlrrERQ { top:20.375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#que2DSwRRoCZHoQU1SOxQcMxuJHsU0B9 { top:28rem;left:35rem;width:12.75rem;height:16rem;display:block; }
#DBkJnUAINKezOxv9TI1Nma6HezVRRXRX { top:28rem;left:19.375rem;width:12.75rem;height:16rem;display:block; }
#lD6VwDPrrM1FXOnicpMbr1ui8rgp88aZ { width:13.625rem;height:3.5625rem;top:45.4375rem;left:34.125rem;display:block; }
#fnsVth0fIF7meFSa2UXUGCH3DMFgrAPF { display:block; }
#xRxdggzz19dbvn1mPOozTnAE3xKyhblP { width:13.625rem;height:3.5625rem;top:45.1875rem;left:19.375rem;display:block; }
#irAsxlbTDoi9TE8ZVFfWyXr2xKDQm5rg { display:block; }
#Ro0EayKQqRLhe1ZDesfghEaX1oBDh38O { top:45.625rem;left:38rem;width:3.125rem;height:3.125rem;display:none; }
#iO5FL56UzQ6QtV1yap1IFEcdOy19a0bW { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#ERkn9KweXRvq5cotGOBnT9sVt8WKa6c7 { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#RU0bvK5nTVJT77GFkgJlkF3PBaL73sMW { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#cVeMqmgepoFCO2Uo3yX1OMr2LFxMBadi { top:10.8125rem;left:17.781251907349rem;width:5.9375rem;height:3.3125rem;display:block; }
#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW { display:block; }#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW > .row .container { width:47.75rem;position:relative;display:block; }#M7LT63VqEv5nuDHGgxbcOsMWo2UnHJeZ { width:13.625rem;height:3.5625rem;top:45.125rem;left:0rem;display:none; }
#TfsJi5y6GLmRTCigsmpgAFRo2emaQV6O { display:block; }
#dBRhXgi8cqThva4pq3bNVD5pkOZSvLie { width:13.625rem;height:3.5625rem;top:20.9375rem;left:18.5625rem;display:block; }
#GTocXb8riP3p2cASDmlo6KgT05qXFz1D { display:block; }
#xbKbo1ZlicqSwIbigIBD2L5RdGfHVTNp { top:21.1875rem;left:19.1875rem;width:3.125rem;height:3.125rem;display:none; }
#nKCIkNzhsQC3q6aWLWiB1nW81IagNwS6 { top:3.75rem;left:18.9375rem;width:12.8125rem;height:16.0625rem;display:block; }
#GgmXPmiH1Kcoh9huKv6f2k7RQUWxzh6z { top:27.875rem;left:0rem;width:12.8125rem;height:16.0625rem;display:block; }
#FJGTwDWsg75abtvz5HHkbfUJTbGMRzo0 { top:45.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#sWL06XT4xR4SpoloWo2yUx9o05LuiAnr { top:3.75rem;left:35rem;width:12.75rem;height:16rem;display:block; }
#lzwTKtVPVahSvySDa5TScsk7T00mO72c { top:3.75rem;left:0rem;width:12.75rem;height:16rem;display:block; }
#C7EeAOwChq9SMOMsJNlbV8CvyDtyMs31 { width:13.625rem;height:3.5625rem;top:20.9375rem;left:34.125rem;display:block; }
#VW4OiZL6hQm9lAgz57OsyE69oEu71Kzx { display:block; }
#d3m2oRT1OfdLSIzsTxWhURbDtbce25OP { width:12.5625rem;height:3.375rem;top:20.25rem;left:0rem;display:block; }
#EEt9TAXmVXLaTST3KKC9QeITBfT09sfs { display:block; }
#sxNRO7RX0G5r73AVe5gbDJrTJgaDVWTV { top:21.125rem;left:37.375rem;width:3.125rem;height:3.125rem;display:none; }
#I9BhyRHFd7hLbpNmtcBtN3Jywx1tpWcG { top:20.375rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#hLax2K4TJEctBbKHfbnfOtIh2ZVAZVUJ { top:28rem;left:35rem;width:12.75rem;height:16rem;display:block; }
#FTurK4mv9A6sd320dMTdlfpeMPZgFBU3 { top:28rem;left:19.375rem;width:12.75rem;height:16rem;display:block; }
#K5MJNxpyauyT2w3X7Jfk7plGwoPnssRO { width:13.625rem;height:3.5625rem;top:45.4375rem;left:34.125rem;display:block; }
#PiNpVpquE6ViOFM5gd4GuigKpMeXUc8R { display:block; }
#H8SXUU18EGNyGblPwIUO0FGBxyNivEt8 { width:13.625rem;height:3.5625rem;top:45.1875rem;left:19.375rem;display:block; }
#vbLmaJE34FKe7g6G0p2kyNiQHICtaHTS { display:block; }
#khhnT136EEcoTFmvbsposdswMChodvlX { top:45.625rem;left:38rem;width:3.125rem;height:3.125rem;display:none; }
#TFDhGl6nciMXEklqwwxdQELqC2yWJUbp { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#E4ea8BVoWNrTHx67ToPmUU4Og635tMrX { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#pVgLdXbzKw47FWKgoHBmB3be1MTWTAIx { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#ozUH8uRzyOn5G2wqZyrieglOKHSFT7sx { top:7.3125rem;left:36.500005722046rem;width:10.1875rem;height:5.6875rem;display:block; }
body { position:relative;background-color:#f6f6f6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC { background-color:#eddbe5;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;z-index:auto;display:none; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC.adaptive-delivery-prevent-bg, #CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC.lazyload, #CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC.lazyloading { background-image: none; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row .container { border-width: 0; border-radius: 0; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLVJhbSTnylCAAmkbZN5RMNMRDmo2FoC > .row .container { width:20rem;height:86.625rem;position:relative;display:none; }#Q8yOWquBd6NuTwm3JvzRnoAo3CyWK1Nn { width:19.309375rem;height:0;top:49.376953887939rem;left:-2.0179729461673rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15057;color:rgba(var(--color-tertiary-0),1);display:none; }
#SxKzIvcxsfP3oelLBnnJzL8PEl2elwG6 { width:19.9984375rem;height:0;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#sMLqnfboURiXcSHvMMLu6FCNz6Z5ixSy { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#BZzHMoyINEugllve0Qs3JEuXJ7FsJm64 { width:8.125rem;height:3.125rem;top:42.820069122314rem;left:7.669286727905rem;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HP1grOeFcIWSQ5lgNWep2uuBHJ2HsMDp { width:20rem;height:0;top:10rem;left:0rem;font-size:1.0625rem;color:#650779;z-index:15030;text-align:center;text-align-last:center;display:none; }
#ttxLVKxO5JwsIHdAS121l65X5l8oT3mp { width:4.6875rem;height:4.74975625rem;top:11.75rem;left:7.625rem;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-text {padding-top: 0; padding-bottom: 0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-select {padding-top: 0; padding-bottom: 0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-container:first-of-type{padding-top:0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-container:last-of-type{padding-bottom:0;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD  { width:17.25rem;height:17.0625rem;top:12.875rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15082;background-color:transparent;background-image:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD {display:block;}#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD { width:17.25rem;height:17.0625rem;top:31.702880859375rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15097;background-color:transparent;background-image:none;display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #yWeauRLaMMhRZTEI7GJy3g4DMMXg4KBw {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #C9nlAws3oWxIyCxNyE7ZnxBDSNp7I9Ze { display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #yHPoeE1kmdWSX2Nq6Xy7AvkT7R095t1H {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #NoWuVirHFv8aUH0fFaTT1TDB8KQM2pdJ {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #uIkmxTUdyCszbHCxitKNryNJf2A1MZiA { display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #wGyR3ooyHg3dTuWq5iW7HmmA3DxrPOQT {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #qcLLxcBH45dtyHmT7S9iPTqQIuDJgFQF {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #tW2T4NTHCfXl7g56nKQoAqMTntVwUmrJ { display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #hz1XAWeI3Xkto4JxN8BsqdMzWTkvSg4n {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #h2LXAv0fRD0EHDK3RGpvoZAfTTm641hL {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #JGM9GpxbQKDu2BLvSWpKA8xeRNF8TZfI { display:none; }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #WArrX5zbklqtzA3WG8WqfK4M3g4oUmWR {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #DxH7ak7CFiAOcX4yR9dQcgea82KKzzlH {  }
#EwpB6bgfBiNBd7IRvZuz1z4ufI4QgKrD #Xo6Gie3kKNBOngO2tA6vZrAU4ttBEuQn {  }
#UXTewllUcnazEoPodJTMHmfeRVXTvt1E { width:20rem;height:28rem;top:46.648194122314rem;left:-2.8934574127198rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;display:none; }#UXTewllUcnazEoPodJTMHmfeRVXTvt1E.adaptive-delivery-prevent-bg, #UXTewllUcnazEoPodJTMHmfeRVXTvt1E.lazyload, #UXTewllUcnazEoPodJTMHmfeRVXTvt1E.lazyloading { background-image: none; }
#LshzN3yrCuWrm1rZi3WaQDqb0vu1Z9G2 { width:15.4375rem;height:3.25rem;top:34.6875rem;left:2.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;color:rgba(var(--color-tertiary-0),1);display:none; }
#ES8rCCWAULPcnzopBlZ8nSIO7zCJrDzN { display:block; }
#oW6JJdwhuGoy6gzAWXbc4v2CQVMORFsK { width:15.25rem;height:3.1875rem;top:34.6875rem;left:2.375rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15102;font-family:var(--paragraphs-font-family);display:none; }
#uNN40L8z8oMQ59yIws9wL8z7TR8emmiF { display:block; }
#aXsI29VU8AZ5fIW87lF0IU10sD7oz2T5 { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Dyl41wcCEDxv0HC5NN9GMfqac51JmTKC { display:block; }
#G5cMGOnFiMNMD1rq1w7VkNugdoshcsV9 { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15104;color:rgba(var(--color-tertiary-0),1);display:none; }
#fBAw8np0IFOya7BWoOZ3OlhEb33ftTic { display:block; }
#yLluSz33IGsniVzVwEiR3dtkviAHpf0m { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15102;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bRfageef5SdDRdGv9mitxqn3XI2dRIFv { display:block; }
#tT5gBV7HWQThh89M27A9gJ8DgEKzwWOJ { width:19rem;height:6.1875rem;top:43.125rem;left:0.5rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#KoL9gI5UGZQ2Ax7iGbA4KfieX764T3UD { display:block; }
#O7nHgipJ2wHwIQn8mZqBFEAohQTkZyFM { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15101;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vOEdemwfNywoTxMWSwwzKg8GJyTIu1EM { display:block; }
#ZD1BEw4tzAm1SsoPzAftw89NWQr52CaM { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#luPlV0TSdCcWAoBtt5vELVVcvxlaa3WR { width:19.9984375rem;height:0;top:5.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15096;color:rgba(var(--color-tertiary-4),1);display:none; }
#AQBooLSLFQ5q6Ermhom2VvrtNEeT7cDH { width:8.125rem;height:3.125rem;top:42.820069122314rem;left:7.669286727905rem;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TBxHFwbM3yzo9J7oJ5GvDfx8XX7UIrGG { width:20rem;height:0;top:10rem;left:0rem;font-size:1.0625rem;color:#650779;z-index:15030;text-align:center;text-align-last:center;display:none; }
#fzT7bHpp2Gbs5lJro08BHW82bpcRSfDp { width:4.6875rem;height:4.74975625rem;top:11.75rem;left:7.625rem;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-container:first-of-type{padding-top:0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-container:last-of-type{padding-bottom:0;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41  { width:17.25rem;height:17.0625rem;top:12.875rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15082;background-color:transparent;background-image:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 {display:block;}#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 { width:17.25rem;height:17.0625rem;top:21.687255859375rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15097;background-color:transparent;background-image:none;display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #e1sOhhREgFWWdklHrHMaeI3MuRUPv0t9 {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #E3KxetQLT7KuQdK0cRyAvcLCcs6KmFt9 { display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #EpGiSf7GScXC56e6sq4aGwVxRU7ofVtq {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #de4GNTwvgk60VCGWTZtIlo016KsBeldO {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #ZlmOoTK9iFfUecE5xIcAZL0CzdizR6Cc { display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #MGtDkOMxwew1xQnbTqCEzguF349P62cn {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #iZpfZHdRaqlZEbMWBOtci7O03FAedBIy {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #Es6rnnfi28RsCQi2yVr9HVrtMgnIS78D { display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #iBmUKkIw1TC7l4pqO297EDXfPSVLqym6 {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #p65NfnOh3ox2ykwrTGPWrvXpCsVcNJSs {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #MZLgXEnTEFcde1ZbspHRdnOooQPJ2IH6 { display:none; }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #N0HrKVUTi0dwHCakLBBgnR5auG2h5H9T {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #JTJ5ItZm4LKcuZba1KNru4NPil6iUZ0y {  }
#nV3tK9DiImibBcA8NfzgKRtmdhnekd41 #HRuFP2oSJqpdN6iyUpVt9m5aNX6FNyfk {  }
#SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1 { width:20rem;height:28rem;top:46.648194122314rem;left:-2.8934574127198rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bcb7360d-ebf9-47b4-a29b-3fefa60ed15d/insta.crop_1080x868_0,212.preview.png");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;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;display:none; }#SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1.adaptive-delivery-prevent-bg, #SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1.lazyload, #SGL4ItWuK9XFATFu4CbvPHDdpMDktLA1.lazyloading { background-image: none; }
#RZWdF4HntVi6wV2cMqJKuBVUM0dJBpvc { width:15.4375rem;height:3.25rem;top:34.6875rem;left:2.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;color:rgba(var(--color-tertiary-0),1);display:none; }
#DobZCaxlQ6nlNDpkWFywVQP30grT1zKM { display:block; }
#s1eU2rBpziiiXpGyiCkuzKdiOGG6Uuo0 { width:15.25rem;height:3.1875rem;top:34.6875rem;left:2.375rem;font-size:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);z-index:15102;font-family:var(--paragraphs-font-family);display:none; }
#duT3fFKJAdcQJJcHcTJbHcm2MeIsB1a2 { display:block; }
#PTa13Pt8On2DMdfKXSNZBwms03VknnKf { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15104;color:rgba(var(--color-tertiary-0),1);display:none; }
#FvrFFFIcVO7mLdML6mbbLSbQoXu7F28R { display:block; }
#CGTNhNdNIqEtD8OQL7PrUW6TJHR9tdBP { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yd1UMHkuyJQK6KQJ3aVLTTEo7qotxMPv { display:block; }
#TCqkaKidklVgI5qfaMUXyJeaAZDfm2sD { width:19rem;height:6.1875rem;top:43.125rem;left:0.5rem;z-index:15104;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iod37k122TshO9UXkaGWKBHxHl2cdlUN { display:block; }
#x4RuTbGZdIedBMwzTPGOyfLCdbIxFnBW { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15101;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hupBIKE0AGbk3g4vfiPfK7aCJTuIMe6e { display:block; }
#aI0HTXbeXq2m9RgdxHAdITUsms22aown { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15102;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#aSkoA6CsKD4JBAwFiFECEp7ue3Du66Tb { display:block; }
#fSXH4Hs3tK3IWeU0WWJKulgn0T5TdtUd { width:20rem;height:0;top:6.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15082;color:rgba(var(--color-tertiary-4),1);display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-text {padding-top: 0; padding-bottom: 0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-select {padding-top: 0; padding-bottom: 0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-container:first-of-type{padding-top:0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-container:last-of-type{padding-bottom:0;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG  { width:17.25rem;height:17.0625rem;top:52.375rem;left:3.9140625rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15083;background-color:transparent;background-image:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG {display:block;}#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG { width:17.25rem;height:17.0625rem;top:53rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15083;background-color:transparent;background-image:none;display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #V8PqXIQs9Dd06GlqSZ5g42UElA9RfTF9 {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #HvwGy761O7sTSIN0JpmxSOOTSrprNA4M { display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #v9MdW1TvqWa9p8HoZWpekCTGHA1vi7Bp {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #PbOuAxM2dRHxPH2W9iDr5L9QB4fvZfTM {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #sh1xMpamB6znTrfFzo1JXSV8378KDZ4f { display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #iPzowiZTd9XQ6m3qiZlsm2yTZTdcokiG {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #MT1H1FXoK134ln06Ft2NNgxMfNi1Hv1u {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #WLXNwHnZtcfT59WJ8Wk6TmAuMCrEU3qd { display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #ZI9xhyiT7KvbmPmSHmWizzkf8Tn27UT2 {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #mxac5CKGzGgqGpehxuRPpMCqe9epxoku {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #SCK2po2Nfui1FVEd9b3Z0ROVnPlR410f { display:none; }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #yrrPxUCJvQiC2hW57sxMAXP2E3D48Xhf {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #stMdEaVNXgamN7pfkupsTdHr0LAZMwvR {  }
#P45X8rRNRv6yrHxElQxtnXF1T350ZKJG #PrBz4t7vHOGzSSw6xNEXPR9qtrTLJr06 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-text {padding-top: 0; padding-bottom: 0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-select {padding-top: 0; padding-bottom: 0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-container:first-of-type{padding-top:0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-container:last-of-type{padding-bottom:0;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn  { width:17.25rem;height:17.0625rem;top:74.28125rem;left:3.9140625rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15086;background-color:transparent;background-image:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn {display:block;}#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn { width:17.25rem;height:17.0625rem;top:74.90625rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15086;background-color:transparent;background-image:none;display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #QDNM28WUwBgFC4xmdx1Nx9vQmaukDJ54 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #iQPlgvlxD3CdfggpLkCxwXgQHwQoKt1X { display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #R2WNmDgNAuEBQGJQZCqwD8FtV6uTkcdU {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #hXwtqqt5tbStVZGNMCloxyXBeclI5gx0 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #f5ay2c1Xguc2xs6NqGAr5OKEPkb6w4uT { display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #d5BSa0Nlg7EZPaiewz28i6hu7o8CrplU {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #NdGKoqnZFwSP6Iqsyzwb9CMvp2TEckhJ {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #oTF7fCC5JTMxFgugLyNPBb5obLt6DJUC { display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #bXJ5iTZIPVhz1XFNua8DwBM2VXQTea28 {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #BR2OztB4XTafaMTpoankCo6luJeVozQt {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #gLdBZpRnkm7GkCDLhnoexa7Cp8qOi0MQ { display:none; }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #m2BVWDyZB68hmn0eqI2zt0uKG4fJFTaR {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #cFlZdseWauKw4JhnzxksRrtk6wCChWVM {  }
#LThhUbuUkaC4JzTKUE2gqMdAeQMxRLCn #PxFT2I6swF13JzvOoQTODp2p3Hprca4J {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-container:first-of-type{padding-top:0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-container:last-of-type{padding-bottom:0;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86  { width:17.25rem;height:17.0625rem;top:75.84375rem;left:3.9140625rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15087;background-color:transparent;background-image:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 {display:block;}#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 { width:17.25rem;height:17.0625rem;top:76.46875rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15087;background-color:transparent;background-image:none;display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #W5t3DZXqD13iLli3xO8uPwoceMQQuELo {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #si6WMV2AKO6hGBq5nwrJVElv63OItoiT { display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #a92SPPiR0lpIfZ4UkSra59pG7obLSEQd {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #mKI1GqrNCygBgdCsoMZz70yfLRCKe0yi {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #crGADy7axXXGl0ePyKZegbduUg9S6NJ3 { display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #XCqTPgcxHRNnAX4SWWfUtn6qL0IITaau {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #uKJpyS8hwSHfCceEHERnLkiXONueoqvu {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #n1PlIqBlvcIO17dTy95iClTL8u2mTvwo { display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #azxtpRguuTv12vEe02FSC8UBedvnNBWp {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #TopeF2CsfBvk3vdNOBhzq7UnfOM1TBoc {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #vx5bAQqKW0bM8cO7S6xsT7bDvslkc71A { display:none; }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #qEIkN4STyV3GFMnZF1hZoL0ym9hfR38L {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #Z8vmFOFCLVmFyRasplMEG0rTJPoDaldK {  }
#QhHedEcKyaJxbBcLQPvlhCqAomPB5n86 #Z0eeTT5oQZKCEz9yoPQGitVRoJWkStHi {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-text {padding-top: 0; padding-bottom: 0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-select {padding-top: 0; padding-bottom: 0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-container:first-of-type{padding-top:0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-container:last-of-type{padding-bottom:0;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU  { width:17.25rem;height:17.0625rem;top:83.71875rem;left:3.9140625rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15088;background-color:transparent;background-image:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU {display:block;}#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU { width:17.25rem;height:17.0625rem;top:84.34375rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15088;background-color:transparent;background-image:none;display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #Iy7ueg67Xgp6sNZvzx6GpClz2QOFherL {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #k2r7Rg5E2lTMicUKMwl9GWhlW48OglZT { display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #mqlyJsQJLmm35MSAQq8LEBDLScDVRnKW {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #dHQL2Cz1TMJp9wWXkaTOJXTWPvrxb6KI {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #SwnOKwHSJVMXoSzoZ128ZUXIMCdiwQMl { display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #t4rB1SS8GvNI3Kqhi9nRPArHdWkfZTq0 {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #KUETfvu7b0gwuDu45iTmothcT2yHz4Fr {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #xaJBavQ86WyT45lorNUOB5AQirTKspuo { display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #TyFaOE4OCOQIm2TGF3wirIA52VN8TDym {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #KvK3CqlkVivLkF3oEFTf7TK46gJW98P3 {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #TWl7CnJgTXheyi43BpMsDx95CrTOR5lP { display:none; }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #W5W4DtTiPCJcu2SMACCbsORvirqo26me {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #LzfEdVzqtTG6nlUfRfVKyX2mFZqFR69H {  }
#rPxmhXldDn9n0QEZaq4xMUJHLfClgARU #zsecp7Fy6VoWTFrA8TZvrdryhHAgA1f0 {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-container:first-of-type{padding-top:0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-container:last-of-type{padding-bottom:0;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ  { width:17.25rem;height:17.0625rem;top:85.34375rem;left:3.9140625rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15089;background-color:transparent;background-image:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ {display:block;}#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ { width:17.25rem;height:17.0625rem;top:85.96875rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15089;background-color:transparent;background-image:none;display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #iLGoT2KrWRdl2nalrG7Q1Es1aA180v2X {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #ZTGxK1QNfxRsWlJ84EXaks5VnxOK46ri { display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #KD9NB7FphkWcuLleLDRKicRJDtJTelmi {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #w9CKK3mQ3L4RRIEUrUPhWiuuVofmVpvJ {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #bUvZm6NTcZtkR5KRExrf3r0LZpcIchXM { display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #FisPnULrtGuHT0PDr6Zygy2U2emwrT0W {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #u4R3hyU7mJECZwEhHMaVlQFddAOf7Thp {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #OAvnOrvxH426PJ57cyvwLkF6fBV7JXH1 { display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #u1ZW61nueKN6BDDxmCZ854F75ZDT4Rr0 {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #JKl9fFMZOF9F60RngzoyoPxWQDA9rqHy {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #xPCC7soLFUFbx6lHpU4F08Mae664tzJT { display:none; }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #yLZt4eddPRJmb0kKSSvXvqVtQMVAnl1B {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #yBP7u8z0boEmSb1O10uBP5cDGzOaq2Bm {  }
#yAxJDcWpKkTSpsvchRuyU2A72EWppPuZ #Cx0ea2G7rVT2zitv595nJ4Z5iPTSVUFd {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;font-family:var(--paragraphs-font-family); }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-text { width:17.1875rem;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(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-text {padding-top: 0; padding-bottom: 0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block;vertical-align:top;background-color:#ffffff;background-image:none;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);height:2.8125rem;display:block;vertical-align:top;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; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-select {padding-top: 0; padding-bottom: 0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-input-button { width:17.1875rem;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;font-family:var(--paragraphs-font-family);background-color:#e1093f;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; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-checkbox-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-0),1); }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-container:first-of-type{padding-top:0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-container:last-of-type{padding-bottom:0;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g  { width:17.25rem;height:auto;top:75.34375rem;left:3.9140625rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15086;background-color:transparent;background-image:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g .widget-info-text { color:rgba(var(--color-tertiary-0),1); }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g {display:block;}#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g { width:17.24975rem;height:17.922375rem;top:75.343017578125rem;left:0rem;border-top:0.375rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),1);z-index:15086;background-color:transparent;background-image:none;display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #bbuufdhn3lPDhMK84rGgNy6EzQ7v02Vd {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #qMlnyC6yy3OiKBquSWlF32cSfnPahkOs { display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #AtTcrrsQbWzHMPZUTgTprSbT1Hc1wz7g {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #Luy0ImQvpEdAbStdVTC7n7Ea5ERGb25J {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #yAfxcqnrSU3SFym28FNS0HnPxc4NvcXT { display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #asTTZ6AEFTJCra0QqyCSsaxs8hbXiiui {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #WD9tOJZuoHqL1Sg57nhCZTflTalxtlXT {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #AvTG7rigTTDtrk8HxD5I7xwANw2e5LZC { display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #dvxcCGK6dvltsrpx35r54GMVvdn4Kiwe {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #To2RcaprJVci2McOGEIAIt9fB5w1issm {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #W580BoKCLkKkXmcxycM7Lx78EmC3rpRm { display:none; }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #uANGWpDgnIdorHAcDDFE7pUW06Lxriv8 {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #rTWSpFoSkSIT3D7fS1TUabExeoWJbboD {  }
#oAoPhdiFV5BiQ6bHOViZqpDxgzdGr38g #cstk8i8BdotFEVOeTBtmdQ4dBHUnKFUW {  }
#SyDLVkxmobKlCWVCUtEM4ZhiUx1irTUr { width:18.999rem;height:6.12426875rem;top:43.75rem;left:0.5rem;z-index:15091;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#ebd7f0' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), #ebd7f0);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#E22sFzVerR5JMooq99mh97qKtfZMbeLL { display:block; }
#vyesgBbG7X2afNfzwwI17WoTt5gMDpPF { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15094;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zvi6GNRUCthaN8TzPCw4INIcVTAiruxh { display:block; }
#VUfIUcEQ3xHRbcpCgt0PLifk21EclZVa { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15092;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#RKNcOczDV9NKAV0O3K6P0BrNIsWFRUDT { display:block; }
#KzyuMFp7bTu6RFXoCwneGpbCtWOl2cDp { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15091;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#fMnAmNs4DtHGQ5EyUy11NOkPN3Q4E1B1 { display:block; }
#rqtZLwWrtG4fb6Q7JJ1JUatoz72rp3mu { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15094;color:rgba(var(--color-tertiary-0),1);display:none; }
#ve3kN2xHdFLmubgrS7FCydybTPhz0s1M { display:block; }
#gNa3P5HS9rN5pZ6g8Ktnz75xzE0FsegI { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:2.625rem;font-size:0.75rem;z-index:15090;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ihDMk7yzaK5eJXoZWXGgym4kfMmy6H6V { display:block; }
#UoRzvZBcukDwhtghcW7Rgep21TKAxECt { width:14.6875rem;height:2.6875rem;top:38.875rem;left:2.625rem;z-index:15099;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Hg12T86J4IG5G9OJ2XitN7n3CQTbamuk { display:block; }
#XKA3CFGvCnwDB14FxgalskKsOTAEI4OB { width:15.1875rem;height:3.1875rem;top:42.8125rem;left:2.375rem;font-size:0.75rem;z-index:15097;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#exkX7Vp7AUEA0ZIGKF5TnDdeIT5JDgkN { display:block; }
#z4scXO82L2wvzRLPIgT0VlQPmNC8nKQ6 { width:14.75rem;height:2.875rem;top:42.9375rem;left:2.625rem;font-size:0.75rem;z-index:15096;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FaQRa9A1Vi1ldSdS9l3kJLIthf2BnNFO { display:block; }
#bf7T1KPQ03qbT4pXApduCK0iR4KFOipO { width:15.125rem;height:2.3125rem;top:39.125rem;left:2.4375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15099;color:rgba(var(--color-tertiary-0),1);display:none; }
#PhETlGVZIbdSEwWEkUehRlHcR0kB7e0l { display:block; }
#eyERAnnTHFwgyB1ONLtMlT7nIlDhgI7B { width:14.6875rem;height:2.6875rem;top:46.6875rem;left:2.625rem;font-size:0.75rem;z-index:15095;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#h1EyeJTbL30QfafVtbJ8WFNiTyUmtp1k { display:block; }
#Ix5yIHBKb6fQBTxduR3szOFRT0U0CiTn { width:15.1875rem;height:0;top:36.625rem;left:1.375rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#oX2WJkBCdXVB3TbXoMssz9ya3wSp9nUT { width:15.625rem;height:0;top:38.5rem;left:1.3125rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#oD7Pvfs2T6HPJ7hLq2cM4g0SBkXOs71q { width:15.8125rem;height:0;top:41.5625rem;left:1.25rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:none; }
#dT8TgcL1IpuTndNaF2938unKJF64rTlw { display:flex;width:1.5rem;height:1.5rem;top:36.375rem;left:17.25rem;display:none; }
#yrDHhGnatAtekubWpRcD44VNCgdh5Da5 { display:flex;width:1.375rem;height:1.375rem;top:38.875rem;left:17.375rem;display:none; }
#gneyEwplAnFZJoTieecsK63VVWPf0LNb { display:flex;width:1.25rem;height:1.25rem;top:42.0625rem;left:17.375rem;display:none; }
#TT0qHZn8RKJDmVg75llUJ2bbTnTUVsza { width:5.4375rem;height:2.125rem;top:47.625rem;left:11.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zaBtIokMr4RP3FkOcxg0mA0eWa1WCdun { width:8.125rem;height:2.4375rem;top:47.625rem;left:2.0625rem;z-index:15173;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BarePRfhqTeGi4xh9Iq0TmmlHQvu5TVg { width:4.75rem;height:1.3125rem;top:45.75rem;left:10.25rem;z-index:15174;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ew2HDbiTwcb7suUTZeXOy9MgHOtvO5R9 { width:4.375rem;height:1.375rem;top:45.6875rem;left:5.125rem;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MdXyz1BkO7uZMo2xeiFlIANkGxfcOCik { width:18.4980625rem;height:3.65625rem;top:18.734764099121rem;left:0.74999994039537rem;font-size:2.8125rem;color:#395b92;display:block; }
#RnaXGQSZFnFwo3DTdpTIHTL0shDRXq0k { width:16.7489375rem;height:0;top:31.478125572204rem;left:0.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.9375rem;color:#045386;font-family:var(--headlines-font-family);display:none; }
#xzuWtb3E9Tyi00vfZPrJ9xKwdsXIKSKu { width:10.3125rem;height:3.4375rem;top:42.436460494995rem;left:6.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#wwAP3tbJJTlZCB5EsdMwgCW0frkTkniH { top:43.373960494995rem;left:6rem;width:11.312125rem;height:2.4996125rem;font-family:var(--paragraphs-font-family);background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TViiNzJ4K4lIMc1nCZCu4PSMTMl6czum { display:block; }
#bfywxVM2lFsMeA2ANM7euWTfoQrmIrlx { width:16.6241875rem;height:7.1493125rem;top:9.30820274353rem;left:1.7488279938698rem;font-size:1.375rem;font-weight:700;font-style:normal;font-family:"ahj 2024 font";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; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gA9WChr80QSyB5fraZqdGGuFHIVgyrfe {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xWtTrGCi1ZqakvFcTZXbJuZcqlX40P7K { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CDvA60gPSlNKiCyoqvyCKo5cOcqMdoKE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kA4VzWv0alm2O9lNEef3HzeBLAVspwBB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qc8TkfVVX7d1lBbX0UOcJScx0e94VkWH { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aVWDIOdKvt9Twenpx6n3BiDAvS0BnkXa {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #l9RrSChpaiGQrMeKfMBxxexU9t7iowMh {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MvWMEISUgUHelHVeLCwAmf4yZVV8GKUV { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VFEEbqOBGllnI7BdeXg8cmA2TTH4VBOk {  }
#T4WvVNR4tvocUB3gHschcKSgm4qbHqnZ { display:block; }
#loFGILIzyOClrLw3a56RHpIxRUMi9EPR { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #H5qWcDwVvwbDKXLE3xbctzuJ62xmlK4Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #cV89R7g7Dg3E8WHPQue6hRTPvU3TUnge {  }
#TNfGxTKrvsSMDGchLun976PdAlkWvCMM { display:flex;width:3.0609375rem;height:3.0609375rem;top:3.7117185592651rem;left:3.9960935711861rem; }
#TNfGxTKrvsSMDGchLun976PdAlkWvCMM > img { max-width: 100%;max-height:100%; width:3.0609375rem; height:3.0609375rem; }#Dh6wiBwFrvEJCIpXs7EW51uR5Z4EILCU { width:18.0625rem;height:3.875rem;top:23.873264312744rem;left:1.1866319179535rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LrxHMmvKTcfJZcULy5l1tk6oDfchomvO { display:block; }
#PgVGWT7E3kQWhSL65ZWm7E6q7oA8GbKD { width:13.187125rem;height:0.974825rem;top:44rem;left:3.5rem;font-size:0.75rem;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);display:block; }
#sChnSdd4eFoWqZTFgPGzJTSUJNmJ0VNL { top:48rem;left:1.375rem;width:17.75rem;height:2.81210625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#N2zwNoPcM7ezxGS2ZeQByN7k1wGdeI4h { display:block; }
#FIFknJaCcortDKe07yzEBh2vfxEumv7K { top:51.8125rem;left:1.3125rem;width:17.626715rem;height:2.688365rem;z-index:14994;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#K7sOTuUUFrZUy1gs36UUpeHngQ6BApzp { display:block; }
#XIGEZJAOGcdo9OmtePDNDziWWd2xLAhw { width:3.62460625rem;height:3.62460625rem;top:3.3652341365814rem;left:1.1374998688698rem;font-size:2.5rem;z-index:15009;display:block; }
#L7WfqkqEix8BdcdzJbT9iTTirTzUBn77 { width:8.7480625rem;height:8.7480625rem;top:29.372396469116rem;left:5.6250001192093rem;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aTGgRqwpFbDIQK50Xk0wK3kzJQNgcC5O { top:40.5rem;left:0.75rem;width:18.75rem;height:3.0625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:#5dc818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#a59I6rGBdr7ZGMq6JACKk5uqSdwTSTAg { display:block; }
#fcne74A0yGgFxq6PoUmvTZDiREo8SVKc { display:flex;width:3.0609375rem;height:3.0609375rem;top:40.625rem;left:1.75rem;z-index:15165; }
#fcne74A0yGgFxq6PoUmvTZDiREo8SVKc > img { max-width: 100%;max-height:100%; width:3.0609375rem; height:3.0609375rem; }#z2DD8sWXpJXZiG0hqJ9nXahq3NhhRye0 { top:56.5rem;left:10.5625rem;width:8.3125rem;height:14.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P5uslZgvbHOnfNgeTAixOdTpb9Tm62Q6 { top:56.4375rem;left:1rem;width:8.0625rem;height:14.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yZIteIE6wXlWN5cudlSgalx1N2fucXbT { top:72.3125rem;left:10.875rem;width:8.0625rem;height:14.3125rem;z-index:15002;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cRyuvy4twf9NWzkxJmKWIUB5tRvpGtam { top:72.3125rem;left:1.125rem;width:8rem;height:14.3125rem;z-index:15003;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK { display:block; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK { background-color: transparent; background-image: none; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row .container > .video-iframe-container { display: none; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row > .video-iframe-container { display: none; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .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); }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK { border-width: 0; border-radius: 0; }#K6TQOt1Q8kKxb7JBhCIPoVlf2npEyQTK > .row .container { width:20rem;height:3.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#X6R4EAs5p7MC7xgFH0ENsKRtqP8BBzeG { width:3.1875rem;height:1.3rem;top:1.625rem;left:10.562500536442rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15161;color:#006c35;font-family:"saudi nd";display:none; }
#cXbC045dGQdLeTUQPZiTlC8om3gKl0ZL { top:1.3125rem;left:12.25rem;width:3.1875rem;height:1.9375rem;z-index:15159;background-color:rgba(var(--color-tertiary-0),0.67);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;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:#006c35;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OOM4IfLIbfP1MKFhvUbCVO5FO5dAqXFg { display:block; }
#cGzhbq68KaxQbVQIrwTFwSoWQ1TFpPHH { top:1.25rem;left:8.1875rem;width:3.25rem;height:2.0625rem;z-index:15159;background-color:rgba(var(--color-tertiary-0),0.67);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;font-family:var(--paragraphs-font-family);font-size:0.75rem;text-align:center;text-align-last:center;color:#006c35;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AKsETcUP973Vs1JR11zbeTG4u14bTnap { display:block; }
#lHMbp7tqXK0nLTJyfPq1HKEyH1If1Aia { top:1.1875rem;left:4.625rem;width:3.375rem;height:2.1875rem;z-index:15159;background-color:rgba(var(--color-tertiary-0),0.67);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;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;color:#006c35;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CspdMKcMKieKTQkJ3Nctdea0amGV93d7 { display:block; }
#FfFaFRnRllCES7VbBWDae8L72bfRaGaz { top:1.125rem;left:11.9375rem;width:3.1875rem;height:2.1875rem;z-index:15159;background-color:rgba(var(--color-tertiary-0),0.67);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;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;color:#006c35;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZpLvSFq3t1wKNN8r8MKKSTzWbs6oevXJ { display:block; }
#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 { display:block; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 { background-color: transparent; background-image: none; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container > .video-iframe-container { display: none; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row > .video-iframe-container { display: none; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .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); }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 { border-width: 0; border-radius: 0; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .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; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container { width:20rem;height:71.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container.adaptive-delivery-prevent-bg, #kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container.lazyload, #kTqPbrc1gWFL4FIrBfq6SfnBJFBe4HR9 > .row .container.lazyloading { background-image: none; }#XyQC6IcLtHhsww941x68TG82bFAx3Zx9 { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Hgk1UMQL3ZnXTFc7apULc9KbkikbWUC9 { display:block; }
#e58WRa5ZJu8gcBeGZqNXByoI3PLDX9ct { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#O8W0z2JRGVxQuFS4Th6rEZqxtmAwM8Ww { display:block; }
#MrkwcIp0XyiFqbXxDvQn7eMwJI5mFztb { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#yxDE4PpqzPHEw2nc77x5CJdqXi3MM7nV { display:block; }
#EkImZyemk4qI7nTScJClzZbWb5zzFRZC { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#EkImZyemk4qI7nTScJClzZbWb5zzFRZC > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#pvZQMOangMq5PyWex8MM0Vod599os4xq { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#pvZQMOangMq5PyWex8MM0Vod599os4xq > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Bls3X4n7hLQr1UqT3Kb8XZXRxvlWxtxM { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#M2P6R6zDVnxBTbz64fo7TdfDEu5B55og { display:block; }
#OcThh2ZhFfXQpgpAOZrFGg35IotTaWyQ { top:11.8125rem;left:0.3125rem;width:18.5625rem;height:2.6875rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mTpcTn14o2NcxXD1J7TrnIZTqA7oIbUr { top:12.505859375rem;left:2.34375rem;width:15.9375rem;height:0;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:none; }
#Jld2TeulBrxGKERm7HVDS34rSH1JQlnH { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#FWCL5GAhtFCF3xoZqcr8FwshA44eMkLb { display:flex;top:60.562072753906rem;left:8.499348938465rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#sMVBAGLp7nL2ytDtPp3a3ElVt5T6L0wa { top:63.56228637695rem;left:0rem;width:20rem;height:1.13606875rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#vrC2ECu7siy23lHIrQL4dpXeNnibpR21 { top:64.698348999025rem;left:3.6241319775581rem;width:12.75rem;height:1.13606875rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#iZUQAzLtCHt9NCEptPgnbgFB7tt5waAT { display:flex;top:60.560989379882rem;left:11.661241829395rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#mEgDtZuneX3TMoXy1OGUmNew0PaQh2an { display:flex;top:60.560989379882rem;left:5.3125002980232rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#MikKTepb7TF1kWWqPViDlES0SJS7HIBh { width:16.6875rem;height:1.7875rem;top:6.8720703125rem;left:1.75rem;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#OaktQ75tuazbFMlPovJOQXD3Bnb7ZJ9X { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#zlK8w4k9RBKuENHs0WHh10qrJ9EJzNzG { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#f61W92dICyy4J40UibMAnBuRUKDDcA31 { width:14.6875rem;height:2.6875rem;top:40.187065124512rem;left:5.1241319775581rem;z-index:15178;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lbBeO2oD69itThUezA06tGKVMlGFbsON { display:block; }
#EoJORwKpvrqkqwdl2woETDN7nWohZ5ew { display:flex;width:2.25rem;height:2.25rem;top:40.374786376953rem;left:6.8125002980231rem;font-size:2.1875rem;z-index:15199; }
#ZXmWQRqQe13ToFeT0Jos9tF5wBa8lgVb { display:flex;width:3.125rem;height:3.125rem;top:39.9375rem;left:16.061632454395rem;z-index:15209; }
#ZXmWQRqQe13ToFeT0Jos9tF5wBa8lgVb > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NmTcddAwC9sxIL6BcEEdspDk2Bkz698V { top:46.424049377441rem;left:13.716363251209rem;width:5.5rem;height:9.5rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#AO0tbqQa3AATBvK9eGTd0MDa4oRwgxk5 { top:46.987197875976rem;left:7.3415806889531rem;width:5.5rem;height:9.5rem;z-index:15211;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.1875rem #2e6a3a ;display:block; }
#gSAhKqtw0EHCuDwCqLGTL6HxKsXTMczs { top:46.299263000488rem;left:0.82899314165113rem;width:5.5rem;height:9.5rem;z-index:15212;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.0625rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#bnTDsWWHdlJGOAhOqFwB8OGrK8hZcMAf { top:47.286674499512rem;left:14.549697220326rem;width:3.6875rem;height:3.6875rem;z-index:15213;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#drhHXy0dtpRAJ3p3W43533ZIBSPT2ZRD { top:47.69140625rem;left:8.5601132512094rem;width:3.061525rem;height:4.125rem;z-index:15214;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TUTrnzcBkq26Sp3aGUAMdEG2AquAJlT7 { top:47.160804748535rem;left:1.6113281846046rem;width:3.75rem;height:3.75rem;z-index:15215;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SyciKITuSWWyNwn0Dol11k75EHnS1DZd { width:5.5625rem;height:1.9487875rem;top:52.47331237793rem;left:13.715277969837rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15216;font-family:var(--paragraphs-font-family);display:block; }
#aJ9Lm4dD4tNfKRPF5SJHMG4JVJ1HIrUT { width:5.5625rem;height:1.9487875rem;top:52.224822998047rem;left:7.217882454395rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15217;font-family:var(--paragraphs-font-family);display:block; }
#N8U3pE1VSEfRlTpRnT9J2ufJNspKlIxE { width:4.5625rem;height:0.97439375rem;top:52.586151123047rem;left:1.1111112236977rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15218;font-family:var(--paragraphs-font-family);display:block; }
#g5HOcxNgk49N0z8kNrs2OPkcxLnrH8Bh { width:17.5rem;height:1.25rem;top:67.174484252931rem;left:1.2174479365349rem;z-index:15101;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ENFXEEkuHNhT2SHH66MKxPCxc7BmD7TF { width:6.3125rem;height:6.3125rem;top:81.112498492rem;left:0rem;z-index:15100;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TmVR9eJJlD7axu5JC5EUtKIyaUrM5TSh { display:flex;width:3.125rem;height:3.125rem;top:81.112503051756rem;left:8.4375rem;z-index:15209;display:none; }
#TmVR9eJJlD7axu5JC5EUtKIyaUrM5TSh > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Nds0GihONxM6S5B7UafPAuB3d0g4ZgtU { width:3.1875rem;height:0;top:1.5625rem;left:6.8125000596044rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:none; }
#cVBVqzlcy4R7dPhie0AO9HmmmILDtOuN { top:0.5rem;left:5.3125000596046rem;width:7.43675rem;height:6.7484375rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BIbbq9gFM2x4KrFEieyUUDSkwNLWkGdM { top:10.5341796875rem;left:0rem;width:19.5rem;height:4.77864375rem;z-index:15219;font-size:1.0625rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;line-height:1.5;color:rgba(var(--color-tertiary-4),1);display:block; }
#FurdFLCwZ5fXLNGtcz0riHT7WbHqHUMZ { width:14.6875rem;height:2.6875rem;top:48.375rem;left:3.6241319775581rem;z-index:15181;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#E8CSvRc7P37g8n29bxcETOKqgs1XuNTR { display:block; }
#uoOrRSCnvO8mz9wdaGrcmB2JKJmUAAcF { top:16.686416268349rem;left:0.40690106153488rem;width:19.185125rem;height:3.2986125rem;z-index:15241;font-size:1.375rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#060e07;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dwVc4JLp7ant8hVUclOcyfEJaFJDqEfd { top:23.282118678093rem;left:1.2814670205116rem;width:17.436rem;height:17.436rem;z-index:15251;overflow:hidden;display:block; }
#Z6L7pGOzJTXtnSTStQPCnGr5EJkoX3xW { width:18.4971875rem;height:4.71136875rem;top:21.21354675293rem;left:0.75086814165113rem;font-size:1.8125rem;color:#2d8200;font-family:"alw arabic";text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5);z-index:15023;display:block; }
#fH53n1pwXSSbMt97eeKazHc80K8FVKvT { top:32.560765147209rem;left:0.63129347562787rem;width:4.93706875rem;height:5.3125rem;z-index:15250;overflow:hidden;display:block; }
#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center right !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;display:block; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr.adaptive-delivery-prevent-bg, #v4tMTpCP2GIARJO5C5PErlQe51wnzOdr.lazyload, #v4tMTpCP2GIARJO5C5PErlQe51wnzOdr.lazyloading { background-image: none; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container { background-color: transparent; background-image: none; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container > .video-iframe-container { display: none; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row > .video-iframe-container { display: none; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .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); }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container { border-width: 0; border-radius: 0; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4tMTpCP2GIARJO5C5PErlQe51wnzOdr > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; }#IObWMmv7teu8KarcaWy27Puw2nUil5nQ { width:10.3125rem;height:5.6875rem;top:20.0625rem;left:4.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mFfTwrpdSgWzBCILEFeZeFkRwTNgT3lq { width:10.8125rem;height:5.375rem;top:6rem;left:4.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yCAwsFwqcNEIRNperm9P7qI5g37fmke1 { width:11.8125rem;height:3.73698125rem;top:1.625rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#fVPtGozLgaaXxt6ygBDyIxbzksdH7Jgc { width:12.5604375rem;height:1.86875rem;top:17.25rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#cGofxhmmUZ8kdOW0eeT5SH3U6i3o2wnk { width:10.3125rem;height:3.4375rem;top:12.125rem;left:4.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xhPwk2PIoD1lH11bBwZ9zznRTykQQSxH { top:12.875rem;left:4.1875000596046rem;width:11.3125rem;height:1.75rem;font-family:var(--paragraphs-font-family);background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CR3iUyTzC3kyTKOVRBHRs3JzgZpPvPwh { display:block; }
#kRenqsBanXKr7hTz3q6GaBG6O1aT2Th3 { width:10.3125rem;height:3.4375rem;top:26.5rem;left:4.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C3PTys2UlVrIzZkUVXPkSnZ9iCi7SiLH { top:27.375rem;left:4.3750000596046rem;width:11.3125rem;height:1.6875rem;font-family:var(--paragraphs-font-family);background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CzHsutcJo0ZC57cJOAZTe1o0oObdB7To { display:block; }
#zNVkRypPdCqAsJPTzBBTWkyVKlPqCchN { width:13.9375rem;height:9.0625rem;top:34.9375rem;left:3rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ioFp7BrvZIdJ77Oupo0raT5emgPHEEqJ { width:20rem;height:2.51875rem;top:31.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.9375rem;color:#045386;font-family:var(--headlines-font-family);display:block; }
#M0oo4OGN1xwegzeiWduFsy26wM2VDlBd { width:10.3125rem;height:3.4375rem;top:45.1875rem;left:4.8125rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#do6aiWc1M3UHkKKrXCKep8xWUHlCTGMy { top:46.1875rem;left:4.3750000596046rem;width:11.3125rem;height:1.625rem;font-family:var(--paragraphs-font-family);background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WlyWan7EiTU3chPhbJWkW1PFKTvzNzTB { display:block; }
#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP { display:block; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP { background-color: transparent; background-image: none; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .row .container > .video-iframe-container { display: none; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .row > .video-iframe-container { display: none; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .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); }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP { border-width: 0; border-radius: 0; }#VRTe1BL72qiugCB0Qu8CbNPngSXEq5nP > .row .container { width:20rem;height:222rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#UtvFAOErOeb95u0tRuHxhRbS0C8DxtPc { width:19.8125rem;height:11.5rem;top:5.375rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hUnEerVlTqPSouOP8MOfzJoGmuVJEbJh { width:13.875rem;height:2.76171875rem;top:0.6875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.125rem;color:#045386;z-index:15081;font-family:var(--headlines-font-family);display:block; }
#xeBuV7qL7MdoUZnVSCHHZm8ABPT2Iht1 { width:19.8125rem;height:11.5rem;top:26.3125rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qeuxSELwcPWT2eHON2S24ISKyzDo3Kc9 { top:38.5625rem;left:3.4375rem;width:16.0625rem;height:1.3808625rem;z-index:15103;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#OZ9O8W4AVpnPxbeyTDp8FypsDZcmKAdI { width:19.75rem;height:11.5rem;top:44.4375rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hOFwgW6RgKoMr8AXhq8QKhwWamWI52H2 { top:40.375rem;left:0.625rem;width:5.8125rem;height:2.0625rem;z-index:14993;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#NAPOv60F0ogwdD2IIqzXVOyb4ygxPAuT { display:block; }
#iyGMFDLkZqR6eI9155ds7Gy4lCQneczk { width:12.9375rem;height:4.140625rem;top:56.4375rem;left:6.6875rem;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#fiMOJuutV3sX3MHzeTeWHN6B6ledDOru { top:40.3125rem;left:4.6875rem;width:14.4375rem;height:3.597rem;z-index:15102;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#ZTcurtBQD7fvi0RtqHHll8cwPLsDFyBA { top:57.8125rem;left:0.5rem;width:5.8125rem;height:2.0625rem;z-index:14994;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#nevSmVJfl37ZLefThIxdfoaUeSJRAeFE { display:block; }
#UcQr8x3Ct9bw3raKXf5yOOzsC9amyoAL { width:19.75rem;height:11.5rem;top:62.375rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yau5lsUOSWKVCggDZ3ZqVl1w2CkvtIJB { top:75.1875rem;left:6.5rem;width:12.9375rem;height:2.76041875rem;z-index:15104;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#uPgCse190ullzy3ygynCyBKcBQ48Uxg2 { top:78.6103515625rem;left:8.25rem;width:11.1875rem;height:3.59765625rem;z-index:15105;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#WRVkXr2exdQKOeLNqFzTi5H7Z5iDbdJ5 { top:76.7978515625rem;left:0.625rem;width:5.8125rem;height:2.0625rem;z-index:14995;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#tT2yBdfJA5oBlFUOZrqLabcPuyM9B8TV { display:block; }
#x0bH3H7cmh5orFlXlmVJ4sSWRx14qIf1 { width:19.75rem;height:11.4375rem;top:84.0625rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a1npf4WvfdRwAEqSkLRoTIUeex3peUvE { top:96.125rem;left:7.25rem;width:12.1875rem;height:4.140625rem;z-index:15105;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#SzCyMutvP01GE0nD2FBgwf8Vnd9RyS3i { top:100.5107421875rem;left:4.3125rem;width:15.125rem;height:5.9950125rem;z-index:15106;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#RgIpJrNgzmAgcsqimtN8SsCDUH4IDGdJ { top:98.2861328125rem;left:1rem;width:5.8125rem;height:2.0625rem;z-index:14996;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#WlqhETpChZvnQhMT9uw4p4r1gGHDuR2A { display:block; }
#bu8OGvG4t27v2Ow9N3kxTocR5WMCSwrB { width:19.75rem;height:11.4375rem;top:108.3125rem;left:0.1875rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gX4C0wfoIUCS8PfHtoTJATQEztnihNN7 { top:124.8857421875rem;left:3.912109375rem;width:15.5625rem;height:4.7960125rem;z-index:15108;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#Z6vL1NuM3WOwGByusD0veWiDfuXGtvoU { top:120.5rem;left:9.099609375rem;width:10.3125rem;height:4.140625rem;z-index:15107;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#p86biyvHVzN9m8elApb6tdVPp6z864K4 { top:122.0361328125rem;left:1.5625rem;width:5.8125rem;height:2.0625rem;z-index:14997;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#U9ZBc2Bd58QQtk80TmmmVzqlG1wqpMT4 { display:block; }
#Gz3ciKFFk4RORLRPOkze8x5pmLHo8Tvd { width:19.75rem;height:11.4375rem;top:131.4375rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ruUM1s8xEC6y5xQVPq6dKdE7K8dJcRFW { top:148.1875rem;left:4.125rem;width:15.5625rem;height:5.8463625rem;z-index:15110;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#LmJqPHaEG2uG49kUBi21Uhy9fURAyrT5 { top:143.375rem;left:5.9375rem;width:13.4375rem;height:2.76041875rem;z-index:15109;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#UDwGy13M2IcSQq1zPsgbcl35LJdvEDnc { top:145.4228515625rem;left:1.5rem;width:5.8125rem;height:2.0625rem;z-index:14998;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#O9JvtOqHHte85OzrZJaXygk6LBo8VRvs { display:block; }
#RlugBZisgeS0vF8bKqod8Kozo5C3NLGn { width:19.75rem;height:11.4375rem;top:156.25rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hyFiknMTN8OAaduDhS1cDHDeSZTBWEcF { top:168.625rem;left:6.125rem;width:13.4375rem;height:2.92535rem;z-index:15110;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#cyoC4VR7cTAJxT1U7GWsqWqlDvGksFpg { top:172.3984375rem;left:9.5rem;width:10.0625rem;height:3.897575rem;z-index:15111;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#aauobCn0OgDTqKAVyv6bQNLHaLTIeHUz { top:171.7109375rem;left:1.5rem;width:5.8125rem;height:2.0625rem;z-index:14999;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#K5vJFid6vd9zR4IRfZ1ceIicDDQT5Tbi { display:block; }
#hMLV7vcPCO2mu7kdpEOplhGmTKl8r1T5 { width:19.75rem;height:11.4375rem;top:178.25rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DGuyJq8r7NnUTa7257lMJ8kXPuhmOmkq { top:190.5rem;left:0.625rem;width:18.9375rem;height:2.76041875rem;z-index:15111;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#LItxtzufW35lbLDZTTHMPShiylnAU0BT { top:193.4375rem;left:7.0625rem;width:12.5rem;height:4.87196875rem;z-index:15111;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#vC1ZEr3uzRwztsmvO0WQTJSUoXy178dV { top:193.26171875rem;left:1.5rem;width:5.8125rem;height:2.0625rem;z-index:15000;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#dXTAW4aXISp9U9S8KcfJFEHmyEAyIVEc { display:block; }
#p6TX3ymB5OxT039IJkkcJga7Z80A4q2B { width:19.75rem;height:11.4375rem;top:199.5rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SNxRuQOGceFPJhJRl39sZ1TZusqSefKu { top:211.92578125rem;left:2.8125rem;width:16.5rem;height:2.76041875rem;z-index:15112;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#lpSTCSEz7gWNsGGcBzZLCRMFTK2p3RKn { top:216.625rem;left:5.25rem;width:14.3125rem;height:3.897575rem;z-index:15112;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#igTSpJ8OM1BAFLVnf4ZiXDxvEgU17kZ4 { top:214.125rem;left:1.5rem;width:5.8125rem;height:2.0625rem;z-index:15001;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#lCU2hcBtvZUoTLKI6HuIFx59htUguhOS { display:block; }
#oxfMNwUEhyaK8lCpxhoNDRVATIPdSmTU { top:17.3154296875rem;left:3rem;width:16.0625rem;height:2.76041875rem;z-index:15105;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);display:block; }
#RpMnIPlJ0bQyILE5iCzMEODrsukEkmvk { top:21.3125rem;left:2.25rem;width:17.125rem;height:3.59700625rem;z-index:15104;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);display:block; }
#RC92TBe93NsKFF8tLC2t7Hi1AmE83KF9 { top:18.8125rem;left:0.6875rem;width:5.8125rem;height:2.0625rem;z-index:14995;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#TEcAIozemIWgQiPzk7nAoXXcoWZUJNTx { display:block; }
#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw { display:block; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw { background-color: transparent; background-image: none; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .row .container > .video-iframe-container { display: none; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .row > .video-iframe-container { display: none; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .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); }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw { border-width: 0; border-radius: 0; }#pTVotl5fhXLopNdeHE8ukdSOOy0n2IJw > .row .container { width:20rem;height:89.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#HTU5RG5UrsnqDspXMDqRSIpNXc8cc5T4 { top:0.5rem;left:0rem;width:20rem;height:2.4375rem;z-index:15195;font-family:var(--headlines-font-family);font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,159,0,0.5);color:#045386;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; }
#seIBskqe2bTQ3BCMMapsdQPplkvNxLl4 { top:43.375rem;left:5.09375rem;width:14.125rem;height:2.92318125rem;z-index:15115;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#xyTtmTkMTTSkZ68tTsJKKGD1dNdlZeCt { top:39.4375rem;left:6.15625rem;width:13rem;height:1.3808625rem;z-index:15115;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#dBIcJWHvG1KVsGUlgPNTorm3FK7P09zi { width:19.75rem;height:11.4375rem;top:27rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MlqHTdOqCmgKuM6rpOWuQXIH30p7uz4L { top:40.943359375rem;left:2.03125rem;width:5.8125rem;height:2.0625rem;z-index:15002;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#m9F5tt3a52VwJU8cOBNnGtaXb2xKK1TX { display:block; }
#VQoDiqd8DsrJ9U4Kza3qSL6EkOtfkSe8 { width:19.75rem;height:11.4375rem;top:48.0625rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#viyxWJ97VwqOxs0KRW0BVCt4dcnJJk6I { top:60.1875rem;left:7.84375rem;width:11.375rem;height:2.76041875rem;z-index:15116;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#NlAX4bgo08LKJUQNZA2MxpClCF8X0lHT { top:64.5625rem;left:9.28125rem;width:10.0625rem;height:1.94921875rem;z-index:15116;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#RyilQ86cTvzTyx6tTaA6kxKRQ37ldo1c { top:61.875rem;left:2.0625rem;width:6rem;height:2.0625rem;z-index:15003;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#k9qNpbNIaqxGa7y2tx232l7sJnM0haUM { display:block; }
#V0X9TMBW4gVZP6gBvMeBWKghXkUCd9MS { width:19.75rem;height:11.4375rem;top:67.8125rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tRosFLObqSOwzACIOrxvvDDlT5ZQK9Mz { top:79.9375rem;left:7.78125rem;width:11.375rem;height:2.76041875rem;z-index:15117;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#nBWQ54G7Kxbkb81HtdTbBOTspxXDCXaM { top:84.25rem;left:3.28125rem;width:16rem;height:3.897575rem;z-index:15117;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#ufqmyiVp0yuTAp149iQZL8Meg5fUC92W { top:81.5rem;left:1.9375rem;width:6rem;height:2.0625rem;z-index:15004;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#Rf27wD4U0yCNvPoKEo1c5s09cTCFLspX { display:block; }
#fD7PAddH1cNI9WWdK3TNmPRIQNSHMsbJ { width:19.75rem;height:11.4375rem;top:5.25rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BdFVL9a2f3XK8TmLtsUglKvk8IpIy0PC { top:17.25rem;left:5.78125rem;width:13rem;height:2.76041875rem;z-index:15116;font-family:"alw arabic";font-weight:700;font-style:normal;font-size:1.0625rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#ITtnQnngNu7cTkpyGsH58RTI89PIn5Pe { top:20.82421875rem;left:5.09375rem;width:14.125rem;height:0.9746125rem;z-index:15116;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#a61Oa4GRQOnHqlGLs8XKr0fpaLKc0mfG { top:21.94921875rem;left:3.40625rem;width:16.0625rem;height:3.897575rem;z-index:15117;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;color:rgba(var(--color-tertiary-4),1);display:block; }
#WCVwgvqzJ0TvBTUc7klimUPg6nnyTqtI { top:19.07421875rem;left:2.03125rem;width:5.8125rem;height:2.0625rem;z-index:15003;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#BTqMmnQuhIPAo7UJiF9PxxwkUopB6VTE { display:block; }
#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir { background-color:rgba(246,246,246,0.39);background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");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;display:block; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir.adaptive-delivery-prevent-bg, #QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir.lazyload, #QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir.lazyloading { background-image: none; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container { background-color: transparent; background-image: none; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container > .video-iframe-container { display: none; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row > .video-iframe-container { display: none; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .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); }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container { border-width: 0; border-radius: 0; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDUkkF0tvrdUZR9XH1LT6HtoyDOv5Dir > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; }#KtDu4l0ncemhCIvU8t8d6s6G6TgawmCx { width:20rem;height:2.6875rem;top:1.6867179870606rem;left:0rem;background-color:#0a2033;background-image:none;display:block; }
#c8ACnkQZZnKZiTV4nD6QTMgm0RgaOie3 { width:18.5625rem;height:2.4375rem;top:1.8109378814698rem;left:0.6875rem;font-size:1.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#NCruE4c2s5WREvg25OtIP2AwSvgWdhTV { top:9.1242179870606rem;left:0rem;width:20rem;height:11.25rem;z-index:15002;overflow:hidden;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#H953EQ9cOlOyqq1MvHeuR8Ttlcp9wsUf { top:7.8720703125rem;left:0.0615234375rem;width:19.937125rem;height:11.1855625rem;z-index:15003;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#baPXGvEIqzTVtxDnLDnarLSaQl9UyT4N { top:27.747653961182rem;left:1.1871092915535rem;width:5.74921875rem;height:2.56171875rem;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#gO1tDThTfKDlrXcV6e1QNFNFnxOizymB { display:block; }
#abavLDuz78CRQK1mq6r8iwXZBhPOrnHb { top:26.748046875rem;left:0.7470703125rem;width:5.74921875rem;height:2.56171875rem;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LQTGPtClzo8IQZBq1gDFJvnLSVdmP8be { display:block; }
#FsvI224Gd02FtXnuQCD94K4e7iHle61m { top:21.835936546326rem;left:-0.6253907084465rem;width:20rem;height:0;z-index:15006;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);display:none; }
#gkrD17nxVeKr2QLUGbkRDnPu6ke4nqrm { top:20.8984375rem;left:0.5rem;width:19.0625rem;height:5.2rem;z-index:15007;font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);display:block; }
#gR3sf5wmuIldDVUvKAc7Fkpv6W6V0rzc { top:31.6220703125rem;left:0.0625rem;width:19.875rem;height:11.125rem;z-index:15004;overflow:hidden;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SBNzUBACesquuAvSdL3gFdV06AoxZw9M { width:18rem;height:0.8941rem;top:44.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#ZqfAChh97NqgmRAtngzkOJI82UI0IXVv { width:18rem;height:1.46050625rem;top:45.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#XnrnKHCEFtZ3xxLUJ3BsROsuLG2Pa2P6 { top:48.623046875rem;left:0.9345703125rem;width:5.749025rem;height:2.561525rem;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AroSHc1QVsZyvdFT9MwO6TPWy6L4y22M { display:block; }
#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.adaptive-delivery-prevent-bg, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.lazyload, #g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg.lazyloading { background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { background-color: transparent; background-image: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row > .video-iframe-container { display: none; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .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); }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { border-width: 0; border-radius: 0; }#g8kQPuNkOmLUBThPCWXb3hHTbK8yAsHg > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; }#pzT7Jf8V99C01HoKJy1SqelarsTzROKd { width:16.499rem;height:1.875rem;top:1.25rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.5625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#NDE63TyRHRufN1DUT9T9DFTKf8AgCTPl { width:14.624rem;height:0.1867675rem;top:4.375rem;left:2.6875rem;background-color:#b4b1b2;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;display:block; }
#AOrUOkzV8H3nMhJ5MDGgI1PtlpSa8OPL { width:17.6245rem;height:5.6206625rem;top:5.810546875rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);display:block; }
#xXE28GcLKOrPw4XlonWt6e4yt9LWnUMo { width:1.875rem;height:1.875rem;top:14.875rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-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;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#R75WL3895UGhqnndApaMKZBX61CAqzO1 { width:1.6875rem;height:1.6875rem;top:15rem;left:9.125rem;font-size:1.125rem;display:none; }
#Luopn3dryQzWLOozFQSnPzCIMhu4q3xm { width:13.562rem;height:1.875rem;top:12.680665625rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#Vmp21xK7ltZczSLPBMe2WFZPZ3OTsqw5 { width:15.5615rem;height:2.27321875rem;top:15.805665625rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#W5kNBzOLd3OAkf89gMalyLSCVbz6EdPZ { width:1.6875rem;height:1.6875rem;top:17.125rem;left:9.125rem;font-size:1.125rem;display:none; }
#loUpm7DMCEDmydmsQrpAvzGJ1ycLC2Wt { width:1.875rem;height:1.875rem;top:17.0625rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-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;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#MfpXIPnJbg24B59GlA0wWCSMeXC7sf7m { width:1.6875rem;height:1.6875rem;top:19.4375rem;left:9.125rem;font-size:1.125rem;display:none; }
#sC6xH93duXGASnTStOm0t5v1c42IJL6S { width:1.875rem;height:1.875rem;top:19.3125rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-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;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#HfqC5JDgpp1BMrOPv0EWoQV6ZbRsTduH { width:10.06225rem;height:2.27321875rem;top:19.329834375rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#gBSdw5fzINvp7yTVwT0itPfeThHaHTcB { width:10.06225rem;height:2.27321875rem;top:22.854003125rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#d6uRbK8nh3QfLTgWGC18CEq2XrHAvnDb { width:1.6875rem;height:1.6875rem;top:21.625rem;left:9.125rem;font-size:1.125rem;display:none; }
#k5wVGpVeVqSiRHc9MCTkU71z8bE6az1d { width:1.875rem;height:1.875rem;top:21.5rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-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;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#iBPrW2RaTisEGsq4NkNDxXW5MAF2pbIN { width:11.3745rem;height:2.27321875rem;top:26.378171875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN { display:block; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN { background-color: transparent; background-image: none; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row .container > .video-iframe-container { display: none; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row > .video-iframe-container { display: none; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .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); }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN { border-width: 0; border-radius: 0; }#NTgTRRCOdSylCxbBiKEduD0dR22nXPuN > .row .container { width:20rem;height:21.749125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#xbh7OA451e2aqVOilu86sdprdWnqwvB7 { width:19.9980625rem;height:21.75rem;top:1.1444091796875E-5rem;left:0rem;display:block; }
#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 { background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/ea58d379-8fcf-40d0-b551-f1d95b0c0178/offers.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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;display:block; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8.adaptive-delivery-prevent-bg, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8.lazyload, #OyID8PGW5A3XUOevHyE57UcTllSGWQX8.lazyloading { background-image: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { background-color: transparent; background-image: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container { display: none; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .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); }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { border-width: 0; border-radius: 0; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyID8PGW5A3XUOevHyE57UcTllSGWQX8 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; }#KEHyhOyWJ4UZMzsHn2T9ZuhH6e8E9c5z { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:none; }
#mIoTWvkueHPRbCNEm2W7aBPfdOlZREqc { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#SPNruqGwZCH95F6TeyqeE7mqMrnthKcf { width:19.4365rem;height:1.3rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#LxWaNbtLTmT5rleb4WEAbnTEErcosGTM { width:17.6875rem;height:0;top:12.375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#totGdmT2PRpIed4d0oorXHnWXqeQMc6G { width:17.9375rem;height:2.9375rem;top:16.5rem;left:0rem;background-color:rgba(236,236,236,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;display:block; }
#fvoAdDrLRvLaPTS0PnuPPmybeSLkXOwd { width:20rem;height:5.19748125rem;top:1.484375rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);display:block; }
#wQIHRguS3kRCTwEMytsQzd8OlmCinsiE { width:3.625rem;height:3.625rem;top:6.68320274353rem;left:16.374607861042rem;font-size:2.5rem;display:block; }
#hpeMdLM5IHDIJWFxWq8DG1eoTt0asWnr { width:15.812125rem;height:2.6rem;top:7.482421875rem;left:1.0605468153954rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#Tn93twOWQ5gAPB7cRlVlndMD68lhkT5e { width:3.0625rem;height:3.0625rem;top:16.6875rem;left:11.25rem;font-size:2.125rem;display:block; }
#RQh1Fu2yHrLLO6qnyg0wPVE3eMTMOCsL { width:3.0625rem;height:3.0625rem;top:16.6875rem;left:7.125rem;font-size:2.125rem;display:block; }
#GhsaldUTzKyRCA4exQdouCx9n16mJC5m { width:3.0625rem;height:3.0625rem;top:16.6875rem;left:2.625rem;font-size:2.125rem;display:block; }
#SNMoRmhIG8Q4uOQkTXXC13PJ4bzSs30q { top:12.6875rem;left:4.6875rem;width:10.6875rem;height:1.2999125rem;z-index:15010;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#XWFrqOGScnFbKdHDUqZBoUQLMowXH6Py { display:flex;width:3.0609375rem;height:3.0609375rem;top:11.8125rem;left:2.5625rem;z-index:15165; }
#XWFrqOGScnFbKdHDUqZBoUQLMowXH6Py > img { max-width: 100%;max-height:100%; width:3.0609375rem; height:3.0609375rem; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { border-width: 0; border-radius: 0; }#mqw4IkcFNZkNvBfbySSoGBTTwDBL7r2b > .row .container { width:20rem;height:172.8125rem;position:relative;display:none; }#G5ewUFKOiEh1ImuhWELqE4n9MCwsVlcZ { width:16.5625rem;height:3.5625rem;top:27.6875rem;left:1.7500000596046rem;z-index:15177;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#J4G6K2AEOiRHay1Sz4dsazdFCWBGOxLV { display:block; }
#B1qhfJ3XoJ6TZkH835MZD2DDv2kbX81a { width:13.625rem;height:3.5625rem;top:111.9374961853rem;left:3.1875000596046rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xFT6cVbdaIktk8fgfrW1wNVDM7MlMDbZ { display:block; }
#nWvn0x9PMI5UusTnZXi5snXPwCMEC5eP { display:flex;width:3.125rem;height:3.125rem;top:27.875rem;left:2.0000000596046rem;z-index:15179; }
#nPJtoAs2Q4mc30WnCenQuK27oWE2B1Sl { width:17.1875rem;height:21.5rem;top:33.686194419861rem;left:1.4062500596046rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PL1CePaSmMBz8cVipXNrwyRZbme6gShZ { width:17.1875rem;height:21.5rem;top:143.81120872497rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c1kH9pguyy1O5woutLpuJA3VOfp31hpR { display:flex;width:3.125rem;height:3.125rem;top:84.6875rem;left:3.1875rem;z-index:15179; }
#BTgGZAApJp9R6uZaVahmXTxzH67lkP2Q { width:17.1875rem;height:21.5rem;top:4.2500002384186rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ayKICDCQdQXu8CWTXaLfFQKXT5teREuc { width:17.125rem;height:21.4375rem;top:60.873699188233rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lWp85sevOMIXlufs9FlJ4qTS5n30UED0 { width:13.625rem;height:3.5625rem;top:56.375rem;left:3.1875000596046rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mzxCrd1hhGoT2azkC3THupsHGOIN0gvl { display:block; }
#JUV7gToELWTuzW7RPGlP7x2gETRy5M5m { width:13.625rem;height:3.5625rem;top:84.4375rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HOMCMB0h8iTEG6TId4QH2n0DJmiN5OW9 { display:block; }
#mgeFTT17u05MDa19W3z083BEVsMaQOt1 { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#mad1KSSo2w4qM1MOFcXgbK041OlrrERQ { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#que2DSwRRoCZHoQU1SOxQcMxuJHsU0B9 { width:17.125rem;height:21.4375rem;top:89.437495231631rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DBkJnUAINKezOxv9TI1Nma6HezVRRXRX { width:17.125rem;height:21.4375rem;top:116.93754386902rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lD6VwDPrrM1FXOnicpMbr1ui8rgp88aZ { width:13.625rem;height:3.5625rem;top:139.24996566773rem;left:3.1875000596046rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fnsVth0fIF7meFSa2UXUGCH3DMFgrAPF { display:block; }
#xRxdggzz19dbvn1mPOozTnAE3xKyhblP { width:13.625rem;height:3.5625rem;top:167rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#irAsxlbTDoi9TE8ZVFfWyXr2xKDQm5rg { display:block; }
#Ro0EayKQqRLhe1ZDesfghEaX1oBDh38O { display:flex;width:3.125rem;height:3.125rem;top:45.625rem;left:8.4375rem;z-index:15179;display:none; }
#iO5FL56UzQ6QtV1yap1IFEcdOy19a0bW { display:flex;width:3.125rem;height:3.125rem;top:167.1875rem;left:3.1875rem;z-index:15179; }
#ERkn9KweXRvq5cotGOBnT9sVt8WKa6c7 { display:flex;width:3.125rem;height:3.125rem;top:139.46745300293rem;left:3.8750002980233rem;z-index:15180; }
#RU0bvK5nTVJT77GFkgJlkF3PBaL73sMW { display:flex;width:3.125rem;height:3.125rem;top:112.53125572204rem;left:3.8750002980233rem;z-index:15181; }
#cVeMqmgepoFCO2Uo3yX1OMr2LFxMBadi { width:5.9375rem;height:3.3125rem;top:55.937503814698rem;left:7rem;display:block; }
#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW > .row .container { border-width: 0; border-radius: 0; }#luASMIhqAH1iW6nmgV4T4lcwFQPQBJZW > .row .container { width:20rem;height:172.8125rem;position:relative;display:none; }#M7LT63VqEv5nuDHGgxbcOsMWo2UnHJeZ { width:16.5625rem;height:3.5625rem;top:27.6875rem;left:1.7500000596046rem;z-index:15177;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TfsJi5y6GLmRTCigsmpgAFRo2emaQV6O { display:block; }
#dBRhXgi8cqThva4pq3bNVD5pkOZSvLie { width:13.625rem;height:3.5625rem;top:111.9374961853rem;left:3.1875000596046rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GTocXb8riP3p2cASDmlo6KgT05qXFz1D { display:block; }
#xbKbo1ZlicqSwIbigIBD2L5RdGfHVTNp { display:flex;width:3.125rem;height:3.125rem;top:27.875rem;left:2.0000000596046rem;z-index:15179; }
#nKCIkNzhsQC3q6aWLWiB1nW81IagNwS6 { width:17.1875rem;height:21.5rem;top:33.686194419861rem;left:1.4062500596046rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GgmXPmiH1Kcoh9huKv6f2k7RQUWxzh6z { width:17.1875rem;height:21.5rem;top:143.81120872497rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FJGTwDWsg75abtvz5HHkbfUJTbGMRzo0 { display:flex;width:3.125rem;height:3.125rem;top:84.6875rem;left:3.1875rem;z-index:15179; }
#sWL06XT4xR4SpoloWo2yUx9o05LuiAnr { width:17.1875rem;height:21.5rem;top:4.2500002384186rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lzwTKtVPVahSvySDa5TScsk7T00mO72c { width:17.125rem;height:21.4375rem;top:60.873699188233rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#C7EeAOwChq9SMOMsJNlbV8CvyDtyMs31 { width:13.625rem;height:3.5625rem;top:56.375rem;left:3.1875000596046rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VW4OiZL6hQm9lAgz57OsyE69oEu71Kzx { display:block; }
#d3m2oRT1OfdLSIzsTxWhURbDtbce25OP { width:13.625rem;height:3.5625rem;top:84.4375rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EEt9TAXmVXLaTST3KKC9QeITBfT09sfs { display:block; }
#sxNRO7RX0G5r73AVe5gbDJrTJgaDVWTV { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#I9BhyRHFd7hLbpNmtcBtN3Jywx1tpWcG { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#hLax2K4TJEctBbKHfbnfOtIh2ZVAZVUJ { width:17.125rem;height:21.4375rem;top:89.437495231631rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FTurK4mv9A6sd320dMTdlfpeMPZgFBU3 { width:17.125rem;height:21.4375rem;top:116.93754386902rem;left:1.4062500596046rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#K5MJNxpyauyT2w3X7Jfk7plGwoPnssRO { width:13.625rem;height:3.5625rem;top:139.24996566773rem;left:3.1875000596046rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PiNpVpquE6ViOFM5gd4GuigKpMeXUc8R { display:block; }
#H8SXUU18EGNyGblPwIUO0FGBxyNivEt8 { width:13.625rem;height:3.5625rem;top:167rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vbLmaJE34FKe7g6G0p2kyNiQHICtaHTS { display:block; }
#khhnT136EEcoTFmvbsposdswMChodvlX { display:flex;width:3.125rem;height:3.125rem;top:45.625rem;left:8.4375rem;z-index:15179;display:none; }
#TFDhGl6nciMXEklqwwxdQELqC2yWJUbp { display:flex;width:3.125rem;height:3.125rem;top:167.1875rem;left:3.1875rem;z-index:15179; }
#E4ea8BVoWNrTHx67ToPmUU4Og635tMrX { display:flex;width:3.125rem;height:3.125rem;top:139.46745300293rem;left:3.8750002980233rem;z-index:15180; }
#pVgLdXbzKw47FWKgoHBmB3be1MTWTAIx { display:flex;width:3.125rem;height:3.125rem;top:112.53125572204rem;left:3.8750002980233rem;z-index:15181; }
#ozUH8uRzyOn5G2wqZyrieglOKHSFT7sx { width:10.1875rem;height:5.6875rem;top:49.000003814698rem;left:4.875rem;display:block; }
