.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:247,236,222;--color-primary-1:198,153,110;--color-primary-2:178,140,114;--color-primary-3:187,141,101;--color-primary-4:238,158,36;--color-secondary-0:225,242,255;--color-secondary-1:171,220,230;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F { position:relative;z-index:auto;display:none; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F { border-width: 0; border-radius: 0; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .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; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Jn6Wlr96xZdhRaUtvXwpCqqgn2KbnMfz { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#B25t1rSldMppqGvTDoU0y3ZKARL3NimJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WbUaqvJbEA7bfNIKCTvu8C5iExD2keUM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#rLx32C3Qi8DRTeofyBT7dkRTbTT9Hvfd { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#fJDdqdPFTEopS7AotzgX5rOSrm9rvI6I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBEyQPWdPtlVZRpBlmX965iRMlAKgTNw { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#nBEyQPWdPtlVZRpBlmX965iRMlAKgTNw > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#fRgdqpgkyNW5MfxCidsQyBIR5nZ38fZw { 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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#FqohW0VwZw2ZDoS7RfZUJx4BklfUkAkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxXtLq7NQpyGoTiCNNwSRgQhdauadChF { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#wXdpDKcGWBC8tSydcZe443bKRPLSVk1s { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#p1InbAFs1BIC1CkDDVP9D41UZaevdoiR { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebTtD0BnIcCc7CDqWmep0XXNRZJdBbeM { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.58203125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NbCSt2Idd8qh6UgK1OuNhhzOcTmuteqB { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8xWtxzBE2KsDPgi8OT7fxMiN7avx3LP { color:#a57f62;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVV8L5GHBMgyTwDXCZ53BtXAOPnNHTQz { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLzFf8NXRSG8l3ENIUJ4PGzasmq3rTkT { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tRHsTUL4hwFQkyMgOnz4Bt3aA85PQfQP { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#V3b1KyriqnIiffx08PVmxeBwvLzOLulM { position:relative;z-index:auto;display:none; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM { border-width: 0; border-radius: 0; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .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; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container.adaptive-delivery-prevent-bg, #V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container.lazyload, #V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container.lazyloading { background-image: none; }#E7bTgriU8d8EqEzCoZL4mPR7Bmb1u9ia { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#JdVRlBPJv181ICATpXABrNKMnSdraJZ6 { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO { position:relative;display:none; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO { border-width: 0; border-radius: 0; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO > .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; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#M9VXi2pbGcbR3oeUZeTTR5XaiEa1GqQf { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.375rem;left:0.375rem;display:none; }
#z2ITO0MqHIF9poTTasKb26s012GFMx4b { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.6875rem;left:0rem;display:none; }
#DRSzIHJnv6BMTx5u0Kac5qGTaB4At2EK { 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:27rem;width:27rem;display:none; }
#ag3CAaiQgv7wxhBXuQTS9miMiKruoNRJ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:1.5rem;left:1rem;display:none; }
#B95hAzd1V3vXr7dkydgZ3p9T7nZLINHG { 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; }
#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm { position:relative;display:none; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm { border-width: 0; border-radius: 0; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .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; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WySovhGvma3ccMvu9K4fO5kQmHGeH8qC { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.625rem;left:11.625rem;display:none; }
#Zy1b2I3H2AS8vOOb4kwW2mpVlcsX9AtT { 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:23.875rem;width:60rem;display:none; }
#uBkImdOEZHr4pZFWXAiQKVkPfvlbWq37 { 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:5.125rem;width:14.0625rem;display:none; }
#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 { position:relative;display:none; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 { border-width: 0; border-radius: 0; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .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; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tONUxn2KnTMmcczPPfN30lHtTJzOsQF2 { position:absolute;display:block;z-index:15030;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.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#BnQN9ioTyRAyB34S3OXNsm56IZAhZZPA { position:absolute;display:block;z-index:15030;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.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#dJ5sTTFc4J2I1PFf7BoD4058Zv0JAl4Z { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#N9w9xPoxy3VLkMNIpbRu0lt76TdbsfiX { position:absolute;display:block;z-index:15110;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.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ { position:relative;display:none; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ { border-width: 0; border-radius: 0; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .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; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r668B5rQ0VR4mHqPtz2mJLIoTSuKefC6 { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ISzGwbH9tMeVCHVv5A2TDPFeHKVcALMm { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#vzaMwNPLo7q72yfZB7bDBJCvbLrCqbZ8 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#DOFQW3nId12rczMSE61aXbZq4QtnmyAV { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#FbKnGMHszJZVcfGHPTRx1r9AvK5PAfRN { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#DM2pzaZDROg9pGGsMJy1W9mA8FdOgsbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5PPL1HlARQgJyufVdvoZG17eOvh7l9U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#DsLkvtTOUgOQz4sUkhM4lwD5ZWKF50J3 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#EThmzemK6xRa37HSAZ4pr7feomnvsd5w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mteII2eMCBLVBnDkD5ZMgMzLcJ2ZnIUU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#PHCBKNxAIsB45k0Q4GECANDOnU6CcFA9 { 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:34.875rem;width:29.5625rem;display:none; }
#azvpm3smPLPBuEgR2hC62bT6f5BB7wSH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#t2Rb61T8eilf7A4SZVyORIgXbButDTpH { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tnwPV2V0E0cUhPwzMzKLJUhw1beXqL7i { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-form-header {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .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; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .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; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:first-of-type{padding-top:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:last-of-type{padding-bottom:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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:2.69140625rem;left:10.6171875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 {display:block;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;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:2.69140625rem;left:10.6171875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #syGM7pDhiEFMCHpPavHA122WprsGQyBv { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #dwswqMdByrrfHBpLwJLc1aiKBK9whI10 { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wsJzWlzirt4SF47wQISxvW65DdES3Gnq { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #lkv887T5IbX1fCKQ9aB39e1rpb9fswiQ { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #MrOrs05BGnDJNBwTHqTomOrADeptAP8X { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #DOvt9FDlQSqMeXWIcFMhbnFFkHupLCd5 { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wKLt8zfcv3pRLUSUiAbIJ94WRp7FZmpO { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #xwSIgRa5TzR3QqZ36pNfygzR99MLBJOa { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #crzGcy6FQll1szhpFIqsdXnXc9mgxCqn { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #P6IQSG8axlqUEZWxSIxeDSEWDgiaeL83 { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #ZAo8iWQWaZheHIArNdPcqMQSoVDqhU3c { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #t8213nV3kh4M2wh4TDnF2xSwJh0Pzn7d { position:relative;display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #iUGT9uEfK5vaFXOnm13lyNoN1pxV1d7M { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #uysIZbFO6gsscSLbbfiy5ldZ2DBJHfk3 { position:relative; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #JWPGy8PK7tHDvzKVCCmP9H9F23KNsIPi { position:relative; }
#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR { position:relative;display:none; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR { border-width: 0; border-radius: 0; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .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; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lgHHt4b9u3tHmnOUmhKTiZx1ZqWFeKXG { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container { border-width: 0; border-radius: 0; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#QGPqhyVvlliRccUvT53cKCitxmGDTXFc { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#qi4zwXfOvc1GnC2d4OvSADsUeXL4mPQo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdy6SMQ0dXnCSxVt1FQTouNKHXNREnta { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#z7FOtqMKC2hf1XF46TOb1mJiI9wZrV1r { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;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; }
#NdgR64DphiHB5EwQiot5cHXnoWL3HTFa { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;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; }
#e50VirJHrLE9qETHdutn5UyPxF8qaVGa { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#TiekzWaPfRIutP0SMs2xBTc5tltQc5Vi { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;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; }
#rrgE8oLF7z6sTtbixCpOxGx1M9nQzQkv { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#FG7qzZXOWfFvOkOTlDZVUTu1xufCTJ2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eATCgwXwA7TrDUtfTfArTkteRKR7iMxX { z-index:15003;background-color:#01d8a9;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: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AcBLsaWVMfzTGdvqfdNc6XFD4bLEfT1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pQesFd0dXpDCrdJ9HOMndG3Bp5Kzwbiz { z-index:15003;background-color:#7700fd;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#hTyecChAWCoUXtgM2S5enJeOBcHMfmf9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row .container { border-width: 0; border-radius: 0; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger.adaptive-delivery-prevent-bg, #pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger.lazyload, #pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger.lazyloading { background-image: none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.77685546875rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #OFuZBxtbbZeqZtLVaBNBA7CIWqyAo6EF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #A6Ck7rDdMCZEcdiksxtDxD4C0mg2Vzbk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #AwhMAFtyVQ1noTfTRUvWgFC3q9hsiTHZ { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #LJsic4L6CCiaZiq5RTlCskW7dFbokgO2 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FxltlGBbI93OrTKAREwCuwHNLo972F4Q {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #OocVd7cm0qfIPT06SNcSi2SquF6xv2oJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #dlAT3PGGGJ7muIeXFuPtDdaae0NE4LsI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #cKmlDRifIpDRbc9xUf233RolcUKwRQ1b { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #e2stdKwFPiVrysp82SOHJgzBdwAWQkpi {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #XdfL4QkkpTZxgeOLa7DJbhz2WoC9hW4m { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #hScoD8pqNeSAlvd58Txzi26Rx824gA1T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #evqLIqK9PLhrxwlCR3tonTlTCzhvTTPk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Vyz5TDDQ5KKf03rwKz6WcBZ90ruIycyK { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #O0infrKU9pu7OTmZKTLhaLf0t7SbQ1Qf {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #QoGCs4CG8p8TCNk7GMcf96aupb1NPg7m { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Jdg5Pn2ekP1bQfc7l6lI6rFKrXanHBSU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #krTPEFVvESy40ANPLUbob88EnrKbDI3H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #UGAEo61hgVFNhIWsyXPzWsSBT75B1UxU { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #eLPUbT6BUx7z6mPNAHygEaA8qChzx6IP {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TZrmQrkgdPGkLq1Tm7GTBff96J12WutX { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #PSyEEcTIXCnQADXbo0vWMHMekGy1GdNP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #zRTwpK3VOH8CGWkLd8DcXNlPmTPb31Ap { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TCT6rBtZDh0s9xgSNsgm0FRrWtLgau4Z { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #alzxSsVxf4eXVkW2vqknMAyBlRII38AR {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #GcU8z417QJStmch8TI3ASAJQ9PXOuATB { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FJaxoVIBQOGLPkyrRHKVh770TDL497U4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #b01gDUfbRDbh8tCvuwm7tvnLNxvxSFAl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #zOV4CMz2AncfpwcDFgo0c999i6Bfl4b9 { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Lxe8mK9CEqECfTIQeemOE18VGLkTkZvl {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #v6gBlKHE8lG4fkgdlskEwZE8TcDEFbIM { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #gnA5D8d43SrLwi79TdmW4rAXoCxsT94P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #yEC8vCivEoTT48aA6B9Av0rCvSJgnXru { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #CdTSIBnpmlp3Diwv7bSpuL57VJ3SvTFn { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #X76kkSPkFofVHcLeTFP8PZC0fySzzXlr {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #tiFBKOHsp5S5tfWtMryH1MWzIzbZ6PNt { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #qTvxLm4Shxqze338VTVL439N18ZifFhX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TTdrWppnO9ko8IWef2efGA25aJHFrlGJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #QMcUX6e9ySC9FpEnHbimAK5a81JJtwXh { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TM1kmWxOmN7Cg5RHwtPRXdiXL7iTrQWF {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #m34V5VDe9cEqNo0AzU6K1xkTr78nccEx { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FKiFhWZPGaXP3WKMslhIMzlV3VSwrZGh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Bfx8InpxKGwM7AJLm963nueT8PqszrQJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #UztRmxQfoq2dWG2pQIvXcpSBDouGVRiq { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #BfhBa1tiXdRomF7efKOidi2yuD64y6eE {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #pNRyX5qPakqq1DomLnwlCDHyFokDnPH8 { display:none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #sctuMwu5kdRZ2Kf7Cn4Cbo7dh7uWxe6B { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #B1PsHTJ4X6EpV7ZtFTvx4mrmxOi9UneV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #bkkNRzB19TCg7IuSmKApitZyl6aWM1K1 { display:block;position:relative; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #wBMTZQSUX6b1k3AkJV1oXsQ93N6DmofA {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #rd7sc5klzxrlozOSOP1LAmPRAsRgTNOP { display:none; }
#JdsCEbSHrlbKVwTVSUDprGf2nXiqnuRE { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#t8tW8inOZzP5bga3vWb1xeTlLROh9shE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/j6BxoPXu/zirconia_crown_mdental.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE.adaptive-delivery-prevent-bg, #t8tW8inOZzP5bga3vWb1xeTlLROh9shE.lazyload, #t8tW8inOZzP5bga3vWb1xeTlLROh9shE.lazyloading { background-image: none; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row .container { border-width: 0; border-radius: 0; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#axMtUFX6oqzrqWducH2u0cXTD2zCNHRP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.25rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ba9seRE5GaDfoKPh4QkZEQyD2TsuBCa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#esrOesSgWZsoI4uChhHPnw1dFGPtlBeV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.1875rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BuMGnPCzFMvsMcxmJsSKwBK8sMloae9K { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iZ1bg3hyhahvzWFWBJs8216srXydPh5B { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.4375rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tn5yiUqTZ8TtWmm2zmuqdxf5MWUXDsLn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Bv3VNRIeACEMoUfNRAulJR3nxDlwUJgU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.625rem;left:14.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i10Mk2TKWD8BqgsTyVQxrkvDXX9EgUHT { color:#f3432a;display:block;width:17.5596875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.125rem;height:3.98144375rem;text-align:center;text-align-last:center;display:block; }
#dXgOXyBFVxAadQdD25GDw9LAhWfIWfDx { box-sizing:content-box;color:#f3432a;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:15069;top:18.4375rem;left:22.75rem;display:block; }
#x8hkst5arygmFNMmt1N45MMl5fDr8nIt { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.0625rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iPNcM87eKMzElQmiZMpSomqmvnxMUQH0 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:20.875rem;left:22.8125rem;display:block; }
#GaNX8rA9OyKlkrgzz0y1GVRO5gF7XhlT { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.985242843628rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTVupexUZp3FdaA1Z7whcbsZSlrbyOg2 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:block; }
#rfNmmhHSHqfRHK7wOLZwcLw65hAaH1Vn { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bWVoQTQ2LrgOxHeTFHSWcNmL0DH9QyZQ { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:15.5rem;left:47.75rem;display:block; }
#dHotVBqWOUuZuFO5ZaVipVCPbaMaCE7O { color:rgba(var(--color-primary-4),1);display:block;width:30.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:15.5625rem;left:16.3125rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zCvx0CHXNsGDCPs8wL4TTdJGSIGzv6vX { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:18.125rem;left:47.75rem;display:block; }
#zmVWiac5R2QS4l7H4xXhvBXMWJ3qP3PG { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.1875rem;left:25.75rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnwZVMOVaFZo7KeMTkexRpOqyFQ827HK { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:20.75rem;left:47.75rem;display:block; }
#ylTd5QT77sfDkkA3GpGqva6DOIDay6VP { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:20.9375rem;left:25.75rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WlHO5DwTrKGwseTRF0hiTVy7OKf90z5q { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hDMNvd2bOIolvfTKJmpmZdodXbZftTUE { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:none; }
#DKABqTOSg3qWf7fX4AdnzsTM6c0IrIpZ { 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:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#DKABqTOSg3qWf7fX4AdnzsTM6c0IrIpZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eWXsfwA4LB1iNbAznU77aiygnO7G0La9 { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #012f94, #003bc8);background-image: -moz-linear-gradient(181deg, #012f94, #003bc8);background-image: -ms-linear-gradient(181deg, #012f94, #003bc8);background-image: -o-linear-gradient(181deg, #012f94, #003bc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );";background-image: linear-gradient(181deg, #012f94, #003bc8);background-size:auto !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;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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#wSDcpei2igVFGo3i7CPLqJ8tvWea26Cd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCH5QkNCzaTfTLkZAfws3FNCT7m3T410 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#pCH5QkNCzaTfTLkZAfws3FNCT7m3T410 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#dSyNbVfo6rc2hum6MxWIC6pyorGvScWg { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:none; }
#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container { border-width: 0; border-radius: 0; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#o02PBpTHgyZDFSbZ9s82DU7kJg1H1FTu { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#z1rbEKvU0sv1V7CcyXTMAx5AMuzXbMEG { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tUBZGieWzXEIhkf4JeTZHky5Tb1VxmiZ { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#QrF05OfxgSu9rWtOd5gxTN7OWe22nr0n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcLWodLooNqOi8S0OC20d8WLsosSQld3 { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;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; }
#V1DegWt5iz5w9wTB4mbEPBJ4V7aQ11wR { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#dgfCHraemOvQvNXeF4qvroVsHqpAHggh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#W2eFmoKF5MNn30rGr407gkBeoGP417Vu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);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:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#wLs9soo1tabsegxTK9tddwIgvcRep3UQ { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container { border-width: 0; border-radius: 0; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#V7FSHhEk4wxpcz1NIUXVmPZf8WtJZS7c { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c7Tso5rZoan9RV23rdqgSlUoQoyW1zM5 { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xGLgVQ4BEcpfHvvX1WThvCLyflblSP2x { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;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; }
#SoJxt7EtziRT8iazkd39IDnGN7W1Jrv1 { position:absolute;display:block;z-index:15029;background-color:#c6996e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#rFTA3txRFwo5hv6WQB0tKQexdTngcnBq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#FLxSeRQ2SDxPacsF7Bnl7Lslzg4nmFeF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { border-width: 0; border-radius: 0; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#dV5rfdTt5sZOWqrslvVGDFeyccJHr6LC { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q0n59Ig3xoDKa28u7rKz1DFOE1DSmpIf { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#XUGV9tQhfDZremy0TXOvmcWpAZLX5IU3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { position:relative;display:none; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { border-width: 0; border-radius: 0; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .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; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VrGZR3ZPKQGOo4dfZDW8qtFPFNJQtqVh { color:#000000;display:block;width:15.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.5625rem;left:2.6875rem;display:none; }
#IMDJuX80TCm1o6OGEaed2TSpL5ezg9Ik { 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:30.3125rem;width:52.1875rem;display:none; }
#xdlOpRpUKanw2ocy36KB5xig9vKrWqT8 { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#wyfElUOfBmcyVnSapVOISA08tNeXCRSm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UQPMphpFTwg207rVpnDpmuBneo4Z1zdT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBRdHXDBWExZ9ENZI3ctmRKn7EdcTnfS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#giJEr0par58emorfd0xvsXrxXS0uyghg { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#skgebIsyffqnM9W4Ey6HThAPUOc1waKS { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#sbklMT3K6NEFDtxETFdV7qWeTE3pK2SJ { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#Wv5RQwQNh6l6ah3zCD91IVuM2NGTKNLS { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#y87cLRRN3gCaUcsGrxd0koeu4gQBrE8h { 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:30.3125rem;width:52.1875rem;display:none; }
#Ag7P9rnABNEKwWT6Ttmlk2spVWSL4GJQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EiieQBTDiZzTpgJ7X7WOXo9JDgJiKiKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qesS4p6nduc4GPc9k9RkeP4BO2VE5Q30 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#cWe0kSdFMxQyTVADUb9J3TK1fZkFUuBG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#t8J7XU6f5OJkCrINxDU0PQQxrRvotrdU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6d9OthcTlJcTO0r5eVLFWtHriJpmNsM { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#QMnfEx7KeLStDTB6ETuKWUAVXFvNSWPD { 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:30.3125rem;width:52.1875rem;display:none; }
#ezFV7PAGHqUI4k0NK6ofqVGlk2qu8PB5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TvosLouTgz9m7VeOTIbbAXbz5chtAgob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vx1N7WWACwfdqcHue1dnApX4XhWy3bL6 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:63.875rem;left:0.1875rem;display:none; }
#NSaaQq6IgCGC75uHLTuPtrLu1XUaTpv5 { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62rem;left:6.5625rem;display:none; }
#eMaAlTlH4kJUfvMvpXUmiUzDtLvrsRi9 { 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:30.3125rem;width:52.1875rem;display:none; }
#p6X6TVXpL5k8HaT6SfmHvsgyhwOkoAn2 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ra7qmw84BaEOmXhMk8rZ9ECJE06W899I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I0ZS7Kx1T1E0vH9MrdPVFzWigaKRKTud { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#wEue75wPac8moQRPTshgX3fUZLiHVXef { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VgXm2d4AEXVi4e5xGzP9upBFbX5t6rgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QG5wGoWTKASkPOIyaLWIUaH8E2RnWeUy { 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:30.3125rem;width:52.1875rem;display:none; }
#rbODlwiFTCzZWU8bybiV6LMcg0lrvzRb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gVw5KAKOW4hO65PpfMgUIpKVe0I3i6X8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1OeCEbglItnvJQvedRZ3gCxkFkfSvQ0 { 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:30.3125rem;width:52.1875rem;display:none; }
#euKrnL5nCamk9anZAox81CpDeUNdKKVv { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#aduH3zFh42LtvxQADCV6ArUTAAKQFbTz { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:116.5625rem;left:0.375rem;display:none; }
#mBnMwlUhqgHWn55FdQ2ZWvNpO6UJgopU { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#TPlRoSOT9PsHvnw44cKnekvfDZSqOGsZ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:151rem;left:0rem;display:none; }
#Mx9tWDWtBOnXQEUEPlA8MXQy6R7PL0pF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LBQObwOwbRROfFSocuK96voETXORQnDP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEazX7pMalff7I5Z7CQa50l0SXa5vWkk { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:148.75rem;left:6.5625rem;display:none; }
#rhE3VITmRTTfwNbMbmTPQWLZoFLiU9XK { 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:30.3125rem;width:52.1875rem;display:none; }
#SARwQCsaJbL81GMWcfEpDTb1UwdqN45z { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#LXSQ73qggsOdGcFSxP2UuAogzgbr9tbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nOehwp8rGsG1oTI8qtiiGnEa62MsVd3R { 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:30.3125rem;width:52.1875rem;display:none; }
#XCyp1l1ziOcyALQzqXXIw1EU70dtNO8s { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:167.8125rem;left:0.5rem;display:none; }
#FNgySZ6w81OCkQ9VwzpeiO4XRX8c00em { color:#000000;display:block;width:13rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:165.75rem;left:6.25rem;display:none; }
#bRMUcg5K7MhahrKrHI5sTJ0yQLIJ3lTd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MiFT0A3JeaSq8KTlRlHriMDpoO0EV9H1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCpnUMJIArwOArIiW6qQaatnwRui5eQT { 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:30.3125rem;width:52.1875rem;display:none; }
#FWw6r5P1ndNy8Q4PPdQw0WkU6iAiU9xI { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:184.5rem;left:0.8125rem;display:none; }
#aX34sRMNwDiiKU9go4S7HnI7eEyR8ZIG { color:#000000;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:182.5rem;left:5.375rem;display:none; }
#eKseA9RTmWfpsTX2o0iF7b1blDrHAhA3 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#RCPAVRCISMMc5MP3Tgocmvgw75fpBKc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTniMJfee5GDTVrARL7D5o3sobG6HMzf { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#IntrvhuvuUDqXxL1NxbuT6dx00JaqzWp { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#BtNZ7z26zTkUHpVK9WaN7OUUnrVUg6xt { 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:30.3125rem;width:52.1875rem;display:none; }
#Dds2khfKGxI793tBtwquH7IIgWKvz5PF { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:218.5625rem;left:0.375rem;display:none; }
#N8JmdgE02s6B79vsNgOSLGa3M9TUfZxd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#iN3ppsGySQQ8EBH1zWhPqUNkTGO0pqoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2w2uFGTezfzdRA4ZbtkxLrFzGzFcBcA { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:216.0625rem;left:5.1875rem;display:none; }
#lF3a4XHDCbhbWxk8xTddcBoFiWA5K1Bo { 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:30.3125rem;width:52.1875rem;display:none; }
#TsG1g8bN0qC7QaSrDudDu6ow9ZEWHpeX { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:81.4375rem;left:0rem;display:none; }
#vbxPvcpCVFeSZSeravbU86TgtH9xI1ip { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#dp1UaLo4O5gzw5HVPWcU0OTTtJ6zhG5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhnKHwOFT6XFp213FoXKew2CkvbHxM3C { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#TFLm3UWZUQWtRgTuS62Jpmm3ar7ZqsxU { 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:30.3125rem;width:52.1875rem;display:none; }
#WBD0scRtMinEJgGUed8WB1rNEDyD5bSq { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.1875rem;left:0rem;display:none; }
#oIFBNUH1y8xzH0LpL7DiCZigZOhZWUoJ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Sw2xzH9wRNmOlToJgdKXNND4U5NaoyoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iyBwE10FSUbCJXKLHhab5nsqe73Et9Xn { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#KkOr10VIgLu78FX0phVfNwhPdCCnXA6T { 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:30.3125rem;width:52.1875rem;display:none; }
#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { position:relative;display:none; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { border-width: 0; border-radius: 0; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .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; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.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:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.adaptive-delivery-prevent-bg, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyload, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyloading { background-image: none; }#qkc6Ep4CfUloCXn2XEFoWeCkbKX2gV1E { position:absolute;display:block;z-index:15105;height:7.5610625rem;width:13.4985625rem;top:2.142333984375rem;left:45.52001953125rem;display:none; }
#RZqTokaSnccVZH1lb1Q8lbAMDNzb4wCh { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lD5CUlsT4MPpprSoJNO5EhTx0TVK5Ofy { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zINV5zUh6y0FwaNdybQKpFpc2581L7h7 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlMo1U9c0GwFnWUAazSscVRwfZ5kX8e4 { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zCBKWuIHARuhaQP948MyyGlq5V914407 { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.684814453125rem;left:19.1533203125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJk49UbVuscW3BFfrXBrU8qWgXwiHuHv { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlW6AsbKtKoI726JynJU5MKkWmI1kliD { color:#ffffff;display:block;width:6.4980625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.283203125rem;left:17.935546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JsTE5ONdMnKDwp3vPI4JOUHfZHTqF25c { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.01171875rem;left:14.2158203125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GSwhPdwGMF7WvIruaIyoosfpwmTyamFb { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5rem;left:16.8125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TS5txhzlpiwDnZ5TtiURH55lQhOCsrA8 { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dHDgerwcBrv9EtfTRNMtSzRvERaemz86 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:20.091796875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rixWRiiT8p0pRGGafBadRLNokCD0dkqx { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvB9QCAs34JClpwrfLUybcVBwuPk5LKD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWwHiAvWdvSqVOkp0K73yaydebale70R { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xoGTrkQxxCegX2X1b1Hp6M6AvpHBiX7P { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM65Ngu1NsyOnhfD1bzDGLTW5AIsmn1v { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p5zcxUlNNc57TwPnt4m9cEfQmHLlxdAx { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.46435546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEJeHqbzKdAH4qeR0wclMFhrGRw6EsMM { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xfvnqGhqgBTybMu3u8PuTT6PTu5T4dC1 { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wkTriGaPFaGXtfo9Xg5svuTNXvJhReC9 { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSdMSll0BzgDClwdOkwDwTGmbqG7G2zT { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uR7cJsDhzw9ffwhlm6TFHykq0n3FxdT5 { 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:39.50927734375rem;left:32.989501953125rem;display:none; }
#sVwigWZ5V7ySDKR9Aqv3gRR0F3rGMHaE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#makTdeIaUpZnTMRhDCEHpQodFecllstA { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vsCKfCgM7okghJIhR7ssdDbag5yK9Tee { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:20.935546875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#scK7xgONOMdclEqJtTGkfM5r4zV2rmUc { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:18.85498046875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H3twkxXbH9QTzzu5faNONotyvJPUaRbu { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:6.749267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UHxEASCvTBEO0WWs3HHeVNMGTh9hoMcI { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15067;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:18.72998046875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yWO9UrXWUWz0kbg6kiAiwVeVTBxkqJ6M { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:6.07666015625rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ErxdTnfJrx1zn9rRVZtyCgW5gEME1qaG { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:33.015869140625rem;left:18.79248046875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { position:relative;display:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { border-width: 0; border-radius: 0; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .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; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .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/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.adaptive-delivery-prevent-bg, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyload, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyloading { background-image: none; }#Ddvt35MqUI33Q1MgRcTdk7Tv4R8eEUs6 { 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:9.75rem;display:none; }
#KCg85MuqsP8wzqueCCKp7qPKSvSJhhEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5N2nyOKX2PxU14w7AuGOEIXrGpvf9pk { 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:9.75rem;display:none; }
#uTADRDODSpeiWxqaeQ0GTPaT6ESeFKpv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zdBiGpxpGgExPy7pmGapif4dp2uMKVVJ { 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:9.7482643127444rem;display:none; }
#kBNTU8elUoBTryfKPaz1p3kUIixCME5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NLrz5zMKEuwUxLuBZ4XtfVdhGE8mWqT8 { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN { 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:22.505424499512rem;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI { 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:22.437065124512rem;display:none; }
#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mh7kTHrxB56bPtOtQPsezF3ct89SpQWV { 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:9.6755638122556rem;display:none; }
#XFw1ZsHAdVoZ0JQyV3923tsr2CdbUZxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iT8Zgi3X5waoiEUG7RpPO5m6OcixnicM { 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; }
#UM34qBepoz734zwpGcKpsu7M0A6FWGh2 { 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; }
#m6Bst0qOwuJaRqyIxIQeflrfgJgr2NPG { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#zhJ2f1Qza5GTovGfGPPb54zrCwG4LnVy { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#VIUs2JwpNF8QoBasPRbPP7Giq1aQEUrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yyooRrPIoitgga0fVmp2iMm2BA0KO96T { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#xJ1cLh4t1PdCQ1olfJHdsPwoIbgLL8Hk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Od0ncPbeGw3FU22pyRN9nAEcNIzxeoCI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#oviORM8n5GOXUMgUGzzeDQTTsypaUpx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qd4x6pRb3meMhTxc9i2D0JFKOZmEfxVd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#AnmW5hmfeblB8gMOS5ub4vEuHQNanoHX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#PNBNagOqQP2BNTOr20gIeZQLbG7nTIDQ { 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; }
#hZtyibS4Ktv0tmML17L3fGgHT4wqTyiz { 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:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#Fbo9G7p1NMJwCUlyVP9UIW2415iFUCRl { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#cneTE5QAzTSFlbuOzVQRCAN2rVSHfU87 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#TafRnwnVbGycuR4OL3T4bfefAiD16PCm { 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; }
#i6JvCkTnhT9SK5XfwQCTlzxpw2whR07v { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#MkbAa1SRKzRGUstKHcDJtpdTb1pgonK8 { 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; }
#N0nxRi7xBvIiqBUeaIgeNmOvgviBP9n7 { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#E3nFvLRhEyF6pPkBTZK71W1J6ClifuM7 { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#XfTCO32PZ64h4RCuT7eDD9dQRIu3OizT { 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:18.5625rem;width:20.3125rem;display:none; }
#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { position:relative;display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { border-width: 0; border-radius: 0; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .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; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.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:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container.adaptive-delivery-prevent-bg, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container.lazyload, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container.lazyloading { background-image: none; }#XgxUO2TBchyGnifaKW60ZZrCSuTJNv0w { background-color:#1eb007;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#x8edyJLhBUymyLhLoqCmh9n00IvR2XSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktMedhq7PR9HC6eLtHC0TphLD48Wn9g1 { background-color:#1eb007;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:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#vOdgecnnoIhNWUsTHQdn7n80vK1R6tJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLRu1QtSpFIqIyD04L7rWn7xd37isNhZ { background-color:transparent;background-image:none;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:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#tqdQueUKSxuTPq67RngvWlHu5HCfSOO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zkvTmcBhXTSATretmle8ekQTeqQWR2QK { background-color:transparent;background-image:none;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:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#BfqBCBwTZJVHVNCzZXZlx9vChKp9QXhD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1x7Z33DTcuksUrUNuvFsQQ6may8g3au { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I75GDF7dFx3bqVnBUiTeLCaKevyXnh0n { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15014;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#h62CKnI0LdvVft5nNKNbGpyyxTJCUJqT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15017;top:20.125rem;left:45.4375rem;display:block; }
#Ht4pqAZS3xKBroFFTyIBaswGJGiC8XZq { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.287109375rem;left:44.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpidVOIva3c98N5PuiIrpppiiMPfGRCk { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.812498092651rem;left:45.625001907349rem;display:block; }
#KZFkKMOUT55UmUQbLTwcH76VdU41CFqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt6lqAiv0mPzWyFIJbU6vFNErGwziKuT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ooCuZhGl9IbzIEtDRhsfh54axV83ShBl { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sR9w9cxRet1X2zfy9K6xw5Pw2iUvkN5T { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15013;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#VEb7u2rTnCi8r0UXJw3N1KvDeJDRwhTX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BVqSBfweg2S5HsZMAwgDkBMb78koB11U { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zMyTrWL5vBrevKTZxzofsL1TSATmJiry { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#UGmNIV8X2hWblE2hbRXd8gfT2hKiVeBZ { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:24.1875rem;left:23.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nZhsLJTZbgZXGTPNC5KiT1HobUyDwtfO { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#TtCxR02EuVgUUbCfnDQfZTruvqHH9Rxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbJBx7pEOoUSQ4TfTF6BPNNISGQXxTnR { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15012;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#s0wGxvAz4MluL7TzHdQlbXTRCkeZoSyc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M8zgTX3OsMcx6GfzOel9tS8r1Oan5coA { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVDqWlP5iOfOkbMCI51DAz5zvLnc0XdT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#LANLNq1CiFgI8xQ1lFldoNVNr0B6doZw { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:37.812501430511rem;left:23.813802719116rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VFvAqM6UCtpOVAA28XOaMWblGBBBbK4r { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#bEo46OxufHQadzVukgy59km2lomRBmhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOIRoOqHyzOPtaFzvO39z9pZx5NzIu6d { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15009;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#HgwXTRov0qA1HrrIxDRTs3Hh8SdPbd4X { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpIE5ZN0L53wRbMebTP2v0XTQn19nA3G { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdfWG8qcn4PDonfVeisrfoeMikGME0Xb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#cNeLQt0A5mPQMGwFbvSVWsy6Jdu7r75E { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRRGAcGo047Fpbk9ORTMT9J2OqsUE60G { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#Z4ncOg3yoJlknRkZUsgeMTTbmnC3Emng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7tcldHQBQoTt3tQ2SgRcs41ryi6PbkQ { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15010;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ZGpZWvyzETQTEK5umLnEHfgcPlIC9aAK { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEyDiKkPO7ZK7roUUDObDzL4eU7V254C { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AurKw8cdgoXiNqxC3qspUVJcxWn443OA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#VwViDwPglPX2C7uENfelNlgKHoSiGXcG { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:24.084636211395rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pr0xSaFMaJtN0qfTCJETiiyA2606kfg8 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#AJDoTdWb6NvNJ6pBxHrJqnXmnuhfJ737 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrAvmBG5QIUw3ObAPDwowDIvnZ28ncKv { border-bottom:0;border-left:0;border-right:0;border-top: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;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15011;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#sJOtT6Omy09TK78tKDMxEthPTnztTqtl { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:3.1875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mINXlt2JkPdFgGHdKZupgZA69R6vuXa5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLcv9eumlAn8cF4NFJXpFBllwvxGX9Wc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#VFrltbJelFGrJcpXfUzvDwCBW89ihUUl { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:38.0625rem;left:3rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJ5gazUOCI4atcR3DShqHyzVHrhsI9L5 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#eUanN83VWTym0QcF6vexk1lWewxhMpJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4sWo0GzOuxQd9w2vlwiH4BPvKp1NT9m { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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.3;overflow:hidden;position:absolute;width:10.0625rem;height:5.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.875rem;left:12.34375rem;display:block; }
#rP8d5fqD9FM3kSiILlgFiasFQVRBCL9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { position:relative;display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { border-width: 0; border-radius: 0; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .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; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .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/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.adaptive-delivery-prevent-bg, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyload, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyloading { background-image: none; }#nZJmizSHpm4PFiQub3CQOkwN8Zbdd9wy { 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:39.50927734375rem;left:32.989501953125rem;display:block; }
#D1OLwMboU8tvXFJSQ9I1zPnKv4DglROG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKekaQ1HSFHHth9NTQMNWEFw3hhWp4mo { 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:39.50927734375rem;left:32.989501953125rem;display:none; }
#cFToOp2q9deRefVNGaJXkd4TLQzEdu7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBrLwJBH3yXXNkKFnnuBJ9TTGUACzQGl { 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:15.5625rem;width:31.5625rem;display:none; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs { 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; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qbHXtMD1uJmmdn5m92OiQa8PcUoPdxTe { color:#000000;display:block;width:8.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:60.5rem;left:11rem;display:none; }
#Q09dTcBsyLC81JTP70bwkslIlcH3vBBW { 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:39.50927734375rem;left:32.989501953125rem;display:none; }
#h7CU5aQUDeXxeEESyFtIb78snigsHSv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F { display:none; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row .container { width:47.75rem;position:relative;display:none; }#Jn6Wlr96xZdhRaUtvXwpCqqgn2KbnMfz { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#B25t1rSldMppqGvTDoU0y3ZKARL3NimJ { display:block; }
#WbUaqvJbEA7bfNIKCTvu8C5iExD2keUM { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#rLx32C3Qi8DRTeofyBT7dkRTbTT9Hvfd { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#fJDdqdPFTEopS7AotzgX5rOSrm9rvI6I { display:block; }
#nBEyQPWdPtlVZRpBlmX965iRMlAKgTNw { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#nBEyQPWdPtlVZRpBlmX965iRMlAKgTNw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#fRgdqpgkyNW5MfxCidsQyBIR5nZ38fZw { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#FqohW0VwZw2ZDoS7RfZUJx4BklfUkAkK { display:block; }
#HxXtLq7NQpyGoTiCNNwSRgQhdauadChF { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#wXdpDKcGWBC8tSydcZe443bKRPLSVk1s { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#p1InbAFs1BIC1CkDDVP9D41UZaevdoiR { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#ebTtD0BnIcCc7CDqWmep0XXNRZJdBbeM { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#NbCSt2Idd8qh6UgK1OuNhhzOcTmuteqB { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#k8xWtxzBE2KsDPgi8OT7fxMiN7avx3LP { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#QVV8L5GHBMgyTwDXCZ53BtXAOPnNHTQz { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#aLzFf8NXRSG8l3ENIUJ4PGzasmq3rTkT { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#tRHsTUL4hwFQkyMgOnz4Bt3aA85PQfQP { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#V3b1KyriqnIiffx08PVmxeBwvLzOLulM { display:none; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container { width:47.75rem;position:relative;display:none; }#E7bTgriU8d8EqEzCoZL4mPR7Bmb1u9ia { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#JdVRlBPJv181ICATpXABrNKMnSdraJZ6 { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO { display:none; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO { border-width: 0; border-radius: 0; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#M9VXi2pbGcbR3oeUZeTTR5XaiEa1GqQf { top:2.375rem;left:0rem;width:19.125rem;height:;font-size:1.4375rem;color:#000000;display:none; }
#z2ITO0MqHIF9poTTasKb26s012GFMx4b { top:13.6875rem;left:0rem;width:18.4375rem;height:;font-size:1.5625rem;color:#000000;display:none; }
#DRSzIHJnv6BMTx5u0Kac5qGTaB4At2EK { width:27rem;height:27rem;display:none; }
#ag3CAaiQgv7wxhBXuQTS9miMiKruoNRJ { top:1.5rem;left:0rem;width:19.125rem;height:8.0625rem;font-size:1.5rem;color:#000000;display:none; }
#B95hAzd1V3vXr7dkydgZ3p9T7nZLINHG { width:11.75rem;height:12.5rem;display:none; }
#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm { display:none; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container { width:47.75rem;position:relative;display:none; }#WySovhGvma3ccMvu9K4fO5kQmHGeH8qC { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#Zy1b2I3H2AS8vOOb4kwW2mpVlcsX9AtT { width:47.75rem;height:19rem;display:none; }
#uBkImdOEZHr4pZFWXAiQKVkPfvlbWq37 { width:14.0625rem;height:5.125rem;display:none; }
#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 { display:none; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container { width:47.75rem;position:relative;display:none; }#tONUxn2KnTMmcczPPfN30lHtTJzOsQF2 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#BnQN9ioTyRAyB34S3OXNsm56IZAhZZPA { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#dJ5sTTFc4J2I1PFf7BoD4058Zv0JAl4Z { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#N9w9xPoxy3VLkMNIpbRu0lt76TdbsfiX { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ { display:none; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row .container { width:47.75rem;position:relative;display:none; }#r668B5rQ0VR4mHqPtz2mJLIoTSuKefC6 { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#ISzGwbH9tMeVCHVv5A2TDPFeHKVcALMm { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#vzaMwNPLo7q72yfZB7bDBJCvbLrCqbZ8 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#DOFQW3nId12rczMSE61aXbZq4QtnmyAV { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#FbKnGMHszJZVcfGHPTRx1r9AvK5PAfRN { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#DM2pzaZDROg9pGGsMJy1W9mA8FdOgsbH { display:block; }
#K5PPL1HlARQgJyufVdvoZG17eOvh7l9U { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#DsLkvtTOUgOQz4sUkhM4lwD5ZWKF50J3 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#EThmzemK6xRa37HSAZ4pr7feomnvsd5w { display:block; }
#mteII2eMCBLVBnDkD5ZMgMzLcJ2ZnIUU { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#PHCBKNxAIsB45k0Q4GECANDOnU6CcFA9 { width:23.5rem;height:27.75rem;display:none; }
#azvpm3smPLPBuEgR2hC62bT6f5BB7wSH { display:none; }
#t2Rb61T8eilf7A4SZVyORIgXbButDTpH { display:none; }
#tnwPV2V0E0cUhPwzMzKLJUhw1beXqL7i { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8  { width:17.5rem;height:auto;top:2.6875rem;left:4.4921875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 {display:block;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 { width:17.5rem;height:auto;top:2.6875rem;left:4.4921875rem; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #syGM7pDhiEFMCHpPavHA122WprsGQyBv {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #dwswqMdByrrfHBpLwJLc1aiKBK9whI10 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wsJzWlzirt4SF47wQISxvW65DdES3Gnq {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #lkv887T5IbX1fCKQ9aB39e1rpb9fswiQ {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #MrOrs05BGnDJNBwTHqTomOrADeptAP8X {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #DOvt9FDlQSqMeXWIcFMhbnFFkHupLCd5 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wKLt8zfcv3pRLUSUiAbIJ94WRp7FZmpO {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #xwSIgRa5TzR3QqZ36pNfygzR99MLBJOa {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #crzGcy6FQll1szhpFIqsdXnXc9mgxCqn {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #P6IQSG8axlqUEZWxSIxeDSEWDgiaeL83 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #ZAo8iWQWaZheHIArNdPcqMQSoVDqhU3c {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #t8213nV3kh4M2wh4TDnF2xSwJh0Pzn7d {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #iUGT9uEfK5vaFXOnm13lyNoN1pxV1d7M {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #uysIZbFO6gsscSLbbfiy5ldZ2DBJHfk3 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #JWPGy8PK7tHDvzKVCCmP9H9F23KNsIPi {  }
#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR { display:none; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .row .container { width:47.75rem;position:relative;display:none; }#lgHHt4b9u3tHmnOUmhKTiZx1ZqWFeKXG { display:none; }
#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq { display:none; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container { width:47.5rem;position:relative;display:none; }#QGPqhyVvlliRccUvT53cKCitxmGDTXFc { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#qi4zwXfOvc1GnC2d4OvSADsUeXL4mPQo { display:block; }
#mdy6SMQ0dXnCSxVt1FQTouNKHXNREnta { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#z7FOtqMKC2hf1XF46TOb1mJiI9wZrV1r { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#NdgR64DphiHB5EwQiot5cHXnoWL3HTFa { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#e50VirJHrLE9qETHdutn5UyPxF8qaVGa { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#TiekzWaPfRIutP0SMs2xBTc5tltQc5Vi { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#rrgE8oLF7z6sTtbixCpOxGx1M9nQzQkv { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#FG7qzZXOWfFvOkOTlDZVUTu1xufCTJ2e { display:block; }
#eATCgwXwA7TrDUtfTfArTkteRKR7iMxX { width:;height:;display:none; }
#AcBLsaWVMfzTGdvqfdNc6XFD4bLEfT1e { display:block; }
#pQesFd0dXpDCrdJ9HOMndG3Bp5Kzwbiz { width:;height:;display:none; }
#hTyecChAWCoUXtgM2S5enJeOBcHMfmf9 { display:block; }
#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD { display:none; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row .container { width:47.75rem;position:relative;display:none; }#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #OFuZBxtbbZeqZtLVaBNBA7CIWqyAo6EF {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #A6Ck7rDdMCZEcdiksxtDxD4C0mg2Vzbk {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #AwhMAFtyVQ1noTfTRUvWgFC3q9hsiTHZ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #LJsic4L6CCiaZiq5RTlCskW7dFbokgO2 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FxltlGBbI93OrTKAREwCuwHNLo972F4Q {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #OocVd7cm0qfIPT06SNcSi2SquF6xv2oJ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #dlAT3PGGGJ7muIeXFuPtDdaae0NE4LsI {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #cKmlDRifIpDRbc9xUf233RolcUKwRQ1b {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #e2stdKwFPiVrysp82SOHJgzBdwAWQkpi {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #XdfL4QkkpTZxgeOLa7DJbhz2WoC9hW4m {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #hScoD8pqNeSAlvd58Txzi26Rx824gA1T {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #evqLIqK9PLhrxwlCR3tonTlTCzhvTTPk {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Vyz5TDDQ5KKf03rwKz6WcBZ90ruIycyK {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #O0infrKU9pu7OTmZKTLhaLf0t7SbQ1Qf {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #QoGCs4CG8p8TCNk7GMcf96aupb1NPg7m {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Jdg5Pn2ekP1bQfc7l6lI6rFKrXanHBSU {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #krTPEFVvESy40ANPLUbob88EnrKbDI3H {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #UGAEo61hgVFNhIWsyXPzWsSBT75B1UxU {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #eLPUbT6BUx7z6mPNAHygEaA8qChzx6IP {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TZrmQrkgdPGkLq1Tm7GTBff96J12WutX {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #PSyEEcTIXCnQADXbo0vWMHMekGy1GdNP {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #zRTwpK3VOH8CGWkLd8DcXNlPmTPb31Ap {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TCT6rBtZDh0s9xgSNsgm0FRrWtLgau4Z {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #alzxSsVxf4eXVkW2vqknMAyBlRII38AR {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #GcU8z417QJStmch8TI3ASAJQ9PXOuATB {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FJaxoVIBQOGLPkyrRHKVh770TDL497U4 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #b01gDUfbRDbh8tCvuwm7tvnLNxvxSFAl {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #zOV4CMz2AncfpwcDFgo0c999i6Bfl4b9 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Lxe8mK9CEqECfTIQeemOE18VGLkTkZvl {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #v6gBlKHE8lG4fkgdlskEwZE8TcDEFbIM {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #gnA5D8d43SrLwi79TdmW4rAXoCxsT94P {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #yEC8vCivEoTT48aA6B9Av0rCvSJgnXru {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #CdTSIBnpmlp3Diwv7bSpuL57VJ3SvTFn {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #X76kkSPkFofVHcLeTFP8PZC0fySzzXlr {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #tiFBKOHsp5S5tfWtMryH1MWzIzbZ6PNt {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #qTvxLm4Shxqze338VTVL439N18ZifFhX {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TTdrWppnO9ko8IWef2efGA25aJHFrlGJ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #QMcUX6e9ySC9FpEnHbimAK5a81JJtwXh {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TM1kmWxOmN7Cg5RHwtPRXdiXL7iTrQWF {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #m34V5VDe9cEqNo0AzU6K1xkTr78nccEx {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FKiFhWZPGaXP3WKMslhIMzlV3VSwrZGh {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Bfx8InpxKGwM7AJLm963nueT8PqszrQJ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #UztRmxQfoq2dWG2pQIvXcpSBDouGVRiq {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #BfhBa1tiXdRomF7efKOidi2yuD64y6eE {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #pNRyX5qPakqq1DomLnwlCDHyFokDnPH8 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #sctuMwu5kdRZ2Kf7Cn4Cbo7dh7uWxe6B {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #B1PsHTJ4X6EpV7ZtFTvx4mrmxOi9UneV {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #bkkNRzB19TCg7IuSmKApitZyl6aWM1K1 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #wBMTZQSUX6b1k3AkJV1oXsQ93N6DmofA {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #rd7sc5klzxrlozOSOP1LAmPRAsRgTNOP {  }
#JdsCEbSHrlbKVwTVSUDprGf2nXiqnuRE { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#t8tW8inOZzP5bga3vWb1xeTlLROh9shE { display:none; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row .container { width:47.75rem;position:relative;display:none; }#axMtUFX6oqzrqWducH2u0cXTD2zCNHRP { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#Ba9seRE5GaDfoKPh4QkZEQyD2TsuBCa2 { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#esrOesSgWZsoI4uChhHPnw1dFGPtlBeV { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#BuMGnPCzFMvsMcxmJsSKwBK8sMloae9K { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#iZ1bg3hyhahvzWFWBJs8216srXydPh5B { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#Tn5yiUqTZ8TtWmm2zmuqdxf5MWUXDsLn { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#Bv3VNRIeACEMoUfNRAulJR3nxDlwUJgU { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#i10Mk2TKWD8BqgsTyVQxrkvDXX9EgUHT { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#dXgOXyBFVxAadQdD25GDw9LAhWfIWfDx { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#x8hkst5arygmFNMmt1N45MMl5fDr8nIt { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#iPNcM87eKMzElQmiZMpSomqmvnxMUQH0 { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#GaNX8rA9OyKlkrgzz0y1GVRO5gF7XhlT { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#LTVupexUZp3FdaA1Z7whcbsZSlrbyOg2 { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#rfNmmhHSHqfRHK7wOLZwcLw65hAaH1Vn { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#bWVoQTQ2LrgOxHeTFHSWcNmL0DH9QyZQ { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#dHotVBqWOUuZuFO5ZaVipVCPbaMaCE7O { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#zCvx0CHXNsGDCPs8wL4TTdJGSIGzv6vX { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#zmVWiac5R2QS4l7H4xXhvBXMWJ3qP3PG { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#bnwZVMOVaFZo7KeMTkexRpOqyFQ827HK { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ylTd5QT77sfDkkA3GpGqva6DOIDay6VP { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#WlHO5DwTrKGwseTRF0hiTVy7OKf90z5q { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#hDMNvd2bOIolvfTKJmpmZdodXbZftTUE { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#DKABqTOSg3qWf7fX4AdnzsTM6c0IrIpZ { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#DKABqTOSg3qWf7fX4AdnzsTM6c0IrIpZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eWXsfwA4LB1iNbAznU77aiygnO7G0La9 { width:;height:;display:none; }
#wSDcpei2igVFGo3i7CPLqJ8tvWea26Cd { display:block; }
#pCH5QkNCzaTfTLkZAfws3FNCT7m3T410 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#pCH5QkNCzaTfTLkZAfws3FNCT7m3T410 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#dSyNbVfo6rc2hum6MxWIC6pyorGvScWg { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 { display:none; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container { width:47.5rem;position:relative;display:none; }#o02PBpTHgyZDFSbZ9s82DU7kJg1H1FTu { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#z1rbEKvU0sv1V7CcyXTMAx5AMuzXbMEG { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#tUBZGieWzXEIhkf4JeTZHky5Tb1VxmiZ { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#QrF05OfxgSu9rWtOd5gxTN7OWe22nr0n { display:block; }
#TcLWodLooNqOi8S0OC20d8WLsosSQld3 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#V1DegWt5iz5w9wTB4mbEPBJ4V7aQ11wR { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#dgfCHraemOvQvNXeF4qvroVsHqpAHggh { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#W2eFmoKF5MNn30rGr407gkBeoGP417Vu { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#wLs9soo1tabsegxTK9tddwIgvcRep3UQ { display:none; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container { width:47.5rem;position:relative;display:none; }#V7FSHhEk4wxpcz1NIUXVmPZf8WtJZS7c { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#c7Tso5rZoan9RV23rdqgSlUoQoyW1zM5 { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#xGLgVQ4BEcpfHvvX1WThvCLyflblSP2x { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#SoJxt7EtziRT8iazkd39IDnGN7W1Jrv1 { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#rFTA3txRFwo5hv6WQB0tKQexdTngcnBq { top:0rem;width:;height:;display:none; }
#FLxSeRQ2SDxPacsF7Bnl7Lslzg4nmFeF { top:0rem;width:;height:;display:none; }
#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 { display:none; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { width:47.5rem;position:relative;display:none; }#dV5rfdTt5sZOWqrslvVGDFeyccJHr6LC { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#Q0n59Ig3xoDKa28u7rKz1DFOE1DSmpIf { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#XUGV9tQhfDZremy0TXOvmcWpAZLX5IU3 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { display:none; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row .container { width:47.75rem;position:relative;display:none; }#VrGZR3ZPKQGOo4dfZDW8qtFPFNJQtqVh { top:0.5625rem;left:0rem;width:15.25rem;height:1.25rem;font-size:1rem;display:none; }
#IMDJuX80TCm1o6OGEaed2TSpL5ezg9Ik { width:41.4375rem;height:24.0625rem;display:none; }
#xdlOpRpUKanw2ocy36KB5xig9vKrWqT8 { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#wyfElUOfBmcyVnSapVOISA08tNeXCRSm { width:;height:;display:none; }
#UQPMphpFTwg207rVpnDpmuBneo4Z1zdT { display:block; }
#DBRdHXDBWExZ9ENZI3ctmRKn7EdcTnfS { display:none; }
#giJEr0par58emorfd0xvsXrxXS0uyghg { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.9375rem;display:none; }
#skgebIsyffqnM9W4Ey6HThAPUOc1waKS { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sbklMT3K6NEFDtxETFdV7qWeTE3pK2SJ { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Wv5RQwQNh6l6ah3zCD91IVuM2NGTKNLS { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#y87cLRRN3gCaUcsGrxd0koeu4gQBrE8h { width:41.4375rem;height:24.0625rem;display:none; }
#Ag7P9rnABNEKwWT6Ttmlk2spVWSL4GJQ { width:;height:;display:none; }
#EiieQBTDiZzTpgJ7X7WOXo9JDgJiKiKc { display:block; }
#qesS4p6nduc4GPc9k9RkeP4BO2VE5Q30 { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#cWe0kSdFMxQyTVADUb9J3TK1fZkFUuBG { width:;height:;display:none; }
#t8J7XU6f5OJkCrINxDU0PQQxrRvotrdU { display:block; }
#B6d9OthcTlJcTO0r5eVLFWtHriJpmNsM { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#QMnfEx7KeLStDTB6ETuKWUAVXFvNSWPD { width:41.4375rem;height:24.0625rem;display:none; }
#ezFV7PAGHqUI4k0NK6ofqVGlk2qu8PB5 { width:;height:;display:none; }
#TvosLouTgz9m7VeOTIbbAXbz5chtAgob { display:block; }
#Vx1N7WWACwfdqcHue1dnApX4XhWy3bL6 { top:63.875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#NSaaQq6IgCGC75uHLTuPtrLu1XUaTpv5 { top:62rem;left:0.49739599227905rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#eMaAlTlH4kJUfvMvpXUmiUzDtLvrsRi9 { width:41.4375rem;height:24.0625rem;display:none; }
#p6X6TVXpL5k8HaT6SfmHvsgyhwOkoAn2 { width:;height:;display:none; }
#ra7qmw84BaEOmXhMk8rZ9ECJE06W899I { display:block; }
#I0ZS7Kx1T1E0vH9MrdPVFzWigaKRKTud { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#wEue75wPac8moQRPTshgX3fUZLiHVXef { width:;height:;display:none; }
#VgXm2d4AEXVi4e5xGzP9upBFbX5t6rgl { display:block; }
#QG5wGoWTKASkPOIyaLWIUaH8E2RnWeUy { width:41.4375rem;height:24.0625rem;display:none; }
#rbODlwiFTCzZWU8bybiV6LMcg0lrvzRb { width:;height:;display:none; }
#gVw5KAKOW4hO65PpfMgUIpKVe0I3i6X8 { display:block; }
#U1OeCEbglItnvJQvedRZ3gCxkFkfSvQ0 { width:41.4375rem;height:24.0625rem;display:none; }
#euKrnL5nCamk9anZAox81CpDeUNdKKVv { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#aduH3zFh42LtvxQADCV6ArUTAAKQFbTz { top:116.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#mBnMwlUhqgHWn55FdQ2ZWvNpO6UJgopU { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#TPlRoSOT9PsHvnw44cKnekvfDZSqOGsZ { top:151rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Mx9tWDWtBOnXQEUEPlA8MXQy6R7PL0pF { width:;height:;display:none; }
#LBQObwOwbRROfFSocuK96voETXORQnDP { display:block; }
#wEazX7pMalff7I5Z7CQa50l0SXa5vWkk { top:148.75rem;left:0.49609375rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#rhE3VITmRTTfwNbMbmTPQWLZoFLiU9XK { width:41.4375rem;height:24.0625rem;display:none; }
#SARwQCsaJbL81GMWcfEpDTb1UwdqN45z { width:;height:;display:none; }
#LXSQ73qggsOdGcFSxP2UuAogzgbr9tbs { display:block; }
#nOehwp8rGsG1oTI8qtiiGnEa62MsVd3R { width:41.4375rem;height:24.0625rem;display:none; }
#XCyp1l1ziOcyALQzqXXIw1EU70dtNO8s { top:167.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#FNgySZ6w81OCkQ9VwzpeiO4XRX8c00em { top:165.75rem;left:0.18359375rem;width:13rem;height:1rem;font-size:0.875rem;display:none; }
#bRMUcg5K7MhahrKrHI5sTJ0yQLIJ3lTd { width:;height:;display:none; }
#MiFT0A3JeaSq8KTlRlHriMDpoO0EV9H1 { display:block; }
#qCpnUMJIArwOArIiW6qQaatnwRui5eQT { width:41.4375rem;height:24.0625rem;display:none; }
#FWw6r5P1ndNy8Q4PPdQw0WkU6iAiU9xI { top:184.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#aX34sRMNwDiiKU9go4S7HnI7eEyR8ZIG { top:182.5rem;left:0rem;width:14.5rem;height:1rem;font-size:0.875rem;display:none; }
#eKseA9RTmWfpsTX2o0iF7b1blDrHAhA3 { width:;height:;display:none; }
#RCPAVRCISMMc5MP3Tgocmvgw75fpBKc7 { display:block; }
#mTniMJfee5GDTVrARL7D5o3sobG6HMzf { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#IntrvhuvuUDqXxL1NxbuT6dx00JaqzWp { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#BtNZ7z26zTkUHpVK9WaN7OUUnrVUg6xt { width:41.4375rem;height:24.0625rem;display:none; }
#Dds2khfKGxI793tBtwquH7IIgWKvz5PF { top:218.5625rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#N8JmdgE02s6B79vsNgOSLGa3M9TUfZxd { width:;height:;display:none; }
#iN3ppsGySQQ8EBH1zWhPqUNkTGO0pqoT { display:block; }
#K2w2uFGTezfzdRA4ZbtkxLrFzGzFcBcA { top:216.0625rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#lF3a4XHDCbhbWxk8xTddcBoFiWA5K1Bo { width:41.4375rem;height:24.0625rem;display:none; }
#TsG1g8bN0qC7QaSrDudDu6ow9ZEWHpeX { top:81.4375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#vbxPvcpCVFeSZSeravbU86TgtH9xI1ip { width:;height:;display:none; }
#dp1UaLo4O5gzw5HVPWcU0OTTtJ6zhG5g { display:block; }
#PhnKHwOFT6XFp213FoXKew2CkvbHxM3C { top:79.4375rem;left:0.701171875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#TFLm3UWZUQWtRgTuS62Jpmm3ar7ZqsxU { width:41.4375rem;height:24.0625rem;display:none; }
#WBD0scRtMinEJgGUed8WB1rNEDyD5bSq { top:99.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#oIFBNUH1y8xzH0LpL7DiCZigZOhZWUoJ { width:;height:;display:none; }
#Sw2xzH9wRNmOlToJgdKXNND4U5NaoyoF { display:block; }
#iyBwE10FSUbCJXKLHhab5nsqe73Et9Xn { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#KkOr10VIgLu78FX0phVfNwhPdCCnXA6T { width:41.4375rem;height:24.0625rem;display:none; }
#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { display:block; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container { width:47.75rem;position:relative;display:block; }#qkc6Ep4CfUloCXn2XEFoWeCkbKX2gV1E { top:2.125rem;left:34.3125rem;width:13.4375rem;height:7.5rem;display:block; }
#RZqTokaSnccVZH1lb1Q8lbAMDNzb4wCh { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#lD5CUlsT4MPpprSoJNO5EhTx0TVK5Ofy { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#zINV5zUh6y0FwaNdybQKpFpc2581L7h7 { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#TlMo1U9c0GwFnWUAazSscVRwfZ5kX8e4 { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#zCBKWuIHARuhaQP948MyyGlq5V914407 { top:20.625rem;left:13.0283203125rem;width:3.625rem;height:1.75rem;font-size:0.75rem;display:block; }
#qJk49UbVuscW3BFfrXBrU8qWgXwiHuHv { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#MlW6AsbKtKoI726JynJU5MKkWmI1kliD { top:22.25rem;left:11.809896469116rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#JsTE5ONdMnKDwp3vPI4JOUHfZHTqF25c { top:21rem;left:8.0908203125rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#GSwhPdwGMF7WvIruaIyoosfpwmTyamFb { top:22.5rem;left:10.6875rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#TS5txhzlpiwDnZ5TtiURH55lQhOCsrA8 { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#dHDgerwcBrv9EtfTRNMtSzRvERaemz86 { top:31.3125rem;left:13.966796875rem;width:6.125rem;height:1.75rem;font-size:0.75rem;display:block; }
#rixWRiiT8p0pRGGafBadRLNokCD0dkqx { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#PvB9QCAs34JClpwrfLUybcVBwuPk5LKD { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#CWwHiAvWdvSqVOkp0K73yaydebale70R { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#xoGTrkQxxCegX2X1b1Hp6M6AvpHBiX7P { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#yM65Ngu1NsyOnhfD1bzDGLTW5AIsmn1v { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#p5zcxUlNNc57TwPnt4m9cEfQmHLlxdAx { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#FEJeHqbzKdAH4qeR0wclMFhrGRw6EsMM { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#xfvnqGhqgBTybMu3u8PuTT6PTu5T4dC1 { top:20.625rem;left:1.5598964691162rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#wkTriGaPFaGXtfo9Xg5svuTNXvJhReC9 { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#tSdMSll0BzgDClwdOkwDwTGmbqG7G2zT { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#uR7cJsDhzw9ffwhlm6TFHykq0n3FxdT5 { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#sVwigWZ5V7ySDKR9Aqv3gRR0F3rGMHaE { display:block; }
#makTdeIaUpZnTMRhDCEHpQodFecllstA { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#vsCKfCgM7okghJIhR7ssdDbag5yK9Tee { top:12.5625rem;left:14.810546875rem;width:4.4375rem;height:1.6875rem;font-size:0.75rem;display:block; }
#scK7xgONOMdclEqJtTGkfM5r4zV2rmUc { width:6.875rem;height:1.0625rem;top:14.0625rem;left:12.72998046875rem;font-size:0.625rem;display:block; }
#H3twkxXbH9QTzzu5faNONotyvJPUaRbu { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#UHxEASCvTBEO0WWs3HHeVNMGTh9hoMcI { width:6.875rem;height:1.0625rem;top:23.625rem;left:12.60498046875rem;font-size:0.625rem;display:block; }
#yWO9UrXWUWz0kbg6kiAiwVeVTBxkqJ6M { width:6.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#ErxdTnfJrx1zn9rRVZtyCgW5gEME1qaG { width:6.875rem;height:1.0625rem;top:33rem;left:12.66748046875rem;font-size:0.625rem;display:block; }
#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { display:block; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container { width:47.75rem;position:relative;display:block; }#Ddvt35MqUI33Q1MgRcTdk7Tv4R8eEUs6 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#KCg85MuqsP8wzqueCCKp7qPKSvSJhhEH { display:block; }
#w5N2nyOKX2PxU14w7AuGOEIXrGpvf9pk { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#uTADRDODSpeiWxqaeQ0GTPaT6ESeFKpv { display:block; }
#zdBiGpxpGgExPy7pmGapif4dp2uMKVVJ { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#kBNTU8elUoBTryfKPaz1p3kUIixCME5P { display:block; }
#NLrz5zMKEuwUxLuBZ4XtfVdhGE8mWqT8 { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mh7kTHrxB56bPtOtQPsezF3ct89SpQWV { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#XFw1ZsHAdVoZ0JQyV3923tsr2CdbUZxT { display:block; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iT8Zgi3X5waoiEUG7RpPO5m6OcixnicM { width:9.8125rem;height:8.9375rem;display:none; }
#UM34qBepoz734zwpGcKpsu7M0A6FWGh2 { width:47.75rem;height:17.1875rem;display:none; }
#m6Bst0qOwuJaRqyIxIQeflrfgJgr2NPG { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#zhJ2f1Qza5GTovGfGPPb54zrCwG4LnVy { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#VIUs2JwpNF8QoBasPRbPP7Giq1aQEUrf { display:block; }
#yyooRrPIoitgga0fVmp2iMm2BA0KO96T { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#xJ1cLh4t1PdCQ1olfJHdsPwoIbgLL8Hk { display:block; }
#Od0ncPbeGw3FU22pyRN9nAEcNIzxeoCI { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#oviORM8n5GOXUMgUGzzeDQTTsypaUpx1 { display:block; }
#qd4x6pRb3meMhTxc9i2D0JFKOZmEfxVd { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#AnmW5hmfeblB8gMOS5ub4vEuHQNanoHX { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#PNBNagOqQP2BNTOr20gIeZQLbG7nTIDQ { display:none; }
#hZtyibS4Ktv0tmML17L3fGgHT4wqTyiz { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#Fbo9G7p1NMJwCUlyVP9UIW2415iFUCRl { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#cneTE5QAzTSFlbuOzVQRCAN2rVSHfU87 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#TafRnwnVbGycuR4OL3T4bfefAiD16PCm { display:none; }
#i6JvCkTnhT9SK5XfwQCTlzxpw2whR07v { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#MkbAa1SRKzRGUstKHcDJtpdTb1pgonK8 { display:none; }
#N0nxRi7xBvIiqBUeaIgeNmOvgviBP9n7 { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#E3nFvLRhEyF6pPkBTZK71W1J6ClifuM7 { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#XfTCO32PZ64h4RCuT7eDD9dQRIu3OizT { width:20.3125rem;height:18.5625rem;display:none; }
#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container { width:47.75rem;position:relative;display:none; }#XgxUO2TBchyGnifaKW60ZZrCSuTJNv0w { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#x8edyJLhBUymyLhLoqCmh9n00IvR2XSC { display:block; }
#ktMedhq7PR9HC6eLtHC0TphLD48Wn9g1 { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#vOdgecnnoIhNWUsTHQdn7n80vK1R6tJq { display:block; }
#yLRu1QtSpFIqIyD04L7rWn7xd37isNhZ { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#tqdQueUKSxuTPq67RngvWlHu5HCfSOO7 { display:block; }
#zkvTmcBhXTSATretmle8ekQTeqQWR2QK { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#BfqBCBwTZJVHVNCzZXZlx9vChKp9QXhD { display:block; }
#A1x7Z33DTcuksUrUNuvFsQQ6may8g3au { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#I75GDF7dFx3bqVnBUiTeLCaKevyXnh0n { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#h62CKnI0LdvVft5nNKNbGpyyxTJCUJqT { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#Ht4pqAZS3xKBroFFTyIBaswGJGiC8XZq { width:9.8125rem;height:2.5625rem;top:24.25rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#HpidVOIva3c98N5PuiIrpppiiMPfGRCk { width:7.5rem;height:2.125rem;top:27.75rem;left:39.500001907349rem;display:block; }
#KZFkKMOUT55UmUQbLTwcH76VdU41CFqw { display:block; }
#Xt6lqAiv0mPzWyFIJbU6vFNErGwziKuT { top:20.6875rem;left:39.5rem;width:8.25rem;height:4.375rem;font-size:1.125rem;display:block; }
#ooCuZhGl9IbzIEtDRhsfh54axV83ShBl { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#sR9w9cxRet1X2zfy9K6xw5Pw2iUvkN5T { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#VEb7u2rTnCi8r0UXJw3N1KvDeJDRwhTX { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#BVqSBfweg2S5HsZMAwgDkBMb78koB11U { top:20.6875rem;left:19.4365234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#zMyTrWL5vBrevKTZxzofsL1TSATmJiry { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#UGmNIV8X2hWblE2hbRXd8gfT2hKiVeBZ { width:9.8125rem;height:3rem;top:24.1875rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#nZhsLJTZbgZXGTPNC5KiT1HobUyDwtfO { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#TtCxR02EuVgUUbCfnDQfZTruvqHH9Rxv { display:block; }
#TbJBx7pEOoUSQ4TfTF6BPNNISGQXxTnR { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#s0wGxvAz4MluL7TzHdQlbXTRCkeZoSyc { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#M8zgTX3OsMcx6GfzOel9tS8r1Oan5coA { top:20.75rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#XVDqWlP5iOfOkbMCI51DAz5zvLnc0XdT { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#LANLNq1CiFgI8xQ1lFldoNVNr0B6doZw { width:9.8125rem;height:3rem;top:37.8125rem;left:17.688802719116rem;font-size:0.8125rem;display:block; }
#VFvAqM6UCtpOVAA28XOaMWblGBBBbK4r { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#bEo46OxufHQadzVukgy59km2lomRBmhz { display:block; }
#kOIRoOqHyzOPtaFzvO39z9pZx5NzIu6d { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#HgwXTRov0qA1HrrIxDRTs3Hh8SdPbd4X { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#HpIE5ZN0L53wRbMebTP2v0XTQn19nA3G { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#tdfWG8qcn4PDonfVeisrfoeMikGME0Xb { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#cNeLQt0A5mPQMGwFbvSVWsy6Jdu7r75E { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#eRRGAcGo047Fpbk9ORTMT9J2OqsUE60G { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#Z4ncOg3yoJlknRkZUsgeMTTbmnC3Emng { display:block; }
#Z7tcldHQBQoTt3tQ2SgRcs41ryi6PbkQ { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#ZGpZWvyzETQTEK5umLnEHfgcPlIC9aAK { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#KEyDiKkPO7ZK7roUUDObDzL4eU7V254C { top:34.375rem;left:19.750001907349rem;width:8.25rem;height:2rem;font-size:1.5625rem;display:block; }
#AurKw8cdgoXiNqxC3qspUVJcxWn443OA { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#VwViDwPglPX2C7uENfelNlgKHoSiGXcG { width:9.8125rem;height:3rem;top:24.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#pr0xSaFMaJtN0qfTCJETiiyA2606kfg8 { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#AJDoTdWb6NvNJ6pBxHrJqnXmnuhfJ737 { display:block; }
#rrAvmBG5QIUw3ObAPDwowDIvnZ28ncKv { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#sJOtT6Omy09TK78tKDMxEthPTnztTqtl { top:34.6875rem;left:0rem;width:5.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#mINXlt2JkPdFgGHdKZupgZA69R6vuXa5 { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#BLcv9eumlAn8cF4NFJXpFBllwvxGX9Wc { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#VFrltbJelFGrJcpXfUzvDwCBW89ihUUl { width:9.8125rem;height:3rem;top:38.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#OJ5gazUOCI4atcR3DShqHyzVHrhsI9L5 { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#eUanN83VWTym0QcF6vexk1lWewxhMpJ9 { display:block; }
#k4sWo0GzOuxQd9w2vlwiH4BPvKp1NT9m { width:10.0625rem;height:5.1875rem;top:54.875rem;left:6.21875rem;display:block; }
#rP8d5fqD9FM3kSiILlgFiasFQVRBCL9q { display:block; }
#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { display:block; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container { width:47.75rem;position:relative;display:block; }#nZJmizSHpm4PFiQub3CQOkwN8Zbdd9wy { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#D1OLwMboU8tvXFJSQ9I1zPnKv4DglROG { display:block; }
#BKekaQ1HSFHHth9NTQMNWEFw3hhWp4mo { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#cFToOp2q9deRefVNGaJXkd4TLQzEdu7x { display:block; }
#KBrLwJBH3yXXNkKFnnuBJ9TTGUACzQGl { width:31.5625rem;height:15.5625rem;display:none; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs { display:none; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs > img { max-width: 100%;max-height:100%; width:; height:; }#qbHXtMD1uJmmdn5m92OiQa8PcUoPdxTe { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Q09dTcBsyLC81JTP70bwkslIlcH3vBBW { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#h7CU5aQUDeXxeEESyFtIb78snigsHSv0 { display:block; }
body { position:relative;background-color:#f6dfb7;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); }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F { position:relative;z-index:auto;background-color:#a09062;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row .container { background-color: transparent; background-image: none; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row .container > .video-iframe-container { display: none; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row > .video-iframe-container { display: none; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .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); }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row .container { border-width: 0; border-radius: 0; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biQ7o4GmD2qouzhBEP6Tx2kxbhWtN96F > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#Jn6Wlr96xZdhRaUtvXwpCqqgn2KbnMfz { top:0.49913024902344rem;left:6.9370663762094rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:#365638;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.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B25t1rSldMppqGvTDoU0y3ZKARL3NimJ { display:block; }
#WbUaqvJbEA7bfNIKCTvu8C5iExD2keUM { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#rLx32C3Qi8DRTeofyBT7dkRTbTT9Hvfd { top:0.49913197755814rem;left:0rem;width:6.3748125rem;height:2.1875rem;z-index:15188;background-color:#365638;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.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fJDdqdPFTEopS7AotzgX5rOSrm9rvI6I { display:block; }
#nBEyQPWdPtlVZRpBlmX965iRMlAKgTNw { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#nBEyQPWdPtlVZRpBlmX965iRMlAKgTNw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#fRgdqpgkyNW5MfxCidsQyBIR5nZ38fZw { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-size:auto !important;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.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FqohW0VwZw2ZDoS7RfZUJx4BklfUkAkK { display:block; }
#HxXtLq7NQpyGoTiCNNwSRgQhdauadChF { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#wXdpDKcGWBC8tSydcZe443bKRPLSVk1s { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p1InbAFs1BIC1CkDDVP9D41UZaevdoiR { width:6.6235625rem;height:1.13671875rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#ebTtD0BnIcCc7CDqWmep0XXNRZJdBbeM { width:3.75rem;height:0.8920875rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#NbCSt2Idd8qh6UgK1OuNhhzOcTmuteqB { width:5.1237rem;height:0.8920875rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#k8xWtxzBE2KsDPgi8OT7fxMiN7avx3LP { width:2.7487rem;height:0.8920875rem;top:3.7174479961395rem;left:0.125rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#QVV8L5GHBMgyTwDXCZ53BtXAOPnNHTQz { width:7.125rem;height:0.8920875rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#aLzFf8NXRSG8l3ENIUJ4PGzasmq3rTkT { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#tRHsTUL4hwFQkyMgOnz4Bt3aA85PQfQP { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#V3b1KyriqnIiffx08PVmxeBwvLzOLulM { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/57815803-9965-4398-a67d-569ef23c023a/Twitter.png");background-position:bottom 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; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM.adaptive-delivery-prevent-bg, #V3b1KyriqnIiffx08PVmxeBwvLzOLulM.lazyload, #V3b1KyriqnIiffx08PVmxeBwvLzOLulM.lazyloading { background-image: none; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container { background-color: transparent; background-image: none; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container > .video-iframe-container { display: none; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row > .video-iframe-container { display: none; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .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); }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container { border-width: 0; border-radius: 0; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V3b1KyriqnIiffx08PVmxeBwvLzOLulM > .row .container { width:20rem;height:12.25rem;position:relative;display:block; }#E7bTgriU8d8EqEzCoZL4mPR7Bmb1u9ia { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#JdVRlBPJv181ICATpXABrNKMnSdraJZ6 { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO { background-color:#536d57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO > .row .container { border-width: 0; border-radius: 0; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzyhyRUOd5RZqtzhxw0n6DydhQzo6kZO > .row .container { width:20rem;height:28.6875rem;position:relative;display:none; }#M9VXi2pbGcbR3oeUZeTTR5XaiEa1GqQf { top:2.4045140743256rem;left:0.40690106153488rem;width:19.181875rem;height:;z-index:15226;font-size:1.4375rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);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; }
#z2ITO0MqHIF9poTTasKb26s012GFMx4b { top:12.792969703674rem;left:0.74978297948838rem;width:18.499375rem;height:3.125975rem;z-index:15228;font-size:1.5625rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;line-height:1;color:#eef6f1;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; }
#DRSzIHJnv6BMTx5u0Kac5qGTaB4At2EK { top:6.240234375rem;left:0rem;width:19.4375rem;height:19.4375rem;z-index:15005;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; }
#ag3CAaiQgv7wxhBXuQTS9miMiKruoNRJ { top:5.6293401718139rem;left:0rem;width:19.749375rem;height:1.79980625rem;z-index:15227;font-size:1.5rem;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);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; }
#B95hAzd1V3vXr7dkydgZ3p9T7nZLINHG { top:17.597657203674rem;left:0.40690106153488rem;width:8.5623125rem;height:9.249125rem;z-index:15255;overflow:hidden;display:block; }
#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm { display:block; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm { background-color: transparent; background-image: none; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container > .video-iframe-container { display: none; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row > .video-iframe-container { display: none; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .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); }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm { border-width: 0; border-radius: 0; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .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; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container { width:20rem;height:3.75rem;background-color:rgba(242,244,236,0.12);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container.adaptive-delivery-prevent-bg, #T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container.lazyload, #T5hzJUvCQn4VCQkbFtw0ubixG3QsD7fm > .row .container.lazyloading { background-image: none; }#WySovhGvma3ccMvu9K4fO5kQmHGeH8qC { top:1.4995641708374rem;left:11.736111938953rem;width:7.686625rem;height:1.05615rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:0.8125rem;display:block; }
#Zy1b2I3H2AS8vOOb4kwW2mpVlcsX9AtT { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uBkImdOEZHr4pZFWXAiQKVkPfvlbWq37 { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 { display:block; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 { background-color: transparent; background-image: none; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container > .video-iframe-container { display: none; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row > .video-iframe-container { display: none; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .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); }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 { border-width: 0; border-radius: 0; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .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; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container { width:20rem;height:12.375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container.adaptive-delivery-prevent-bg, #TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container.lazyload, #TDpLTMyzuIxVaIqf1aUabigtqFsGinB9 > .row .container.lazyloading { background-image: none; }#tONUxn2KnTMmcczPPfN30lHtTJzOsQF2 { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BnQN9ioTyRAyB34S3OXNsm56IZAhZZPA { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dJ5sTTFc4J2I1PFf7BoD4058Zv0JAl4Z { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#174773;display:block; }
#N9w9xPoxy3VLkMNIpbRu0lt76TdbsfiX { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ { background-color:#c1c8c5;background-image:url("https://images.assets-landingi.com/uc/c2895366-5414-4b53-a3c4-ed0dca5cf274/710c305952609fdb0028292f425603fe.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ.adaptive-delivery-prevent-bg, #dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ.lazyload, #dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ.lazyloading { background-image: none; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row .container { background-color: transparent; background-image: none; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row .container > .video-iframe-container { display: none; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row > .video-iframe-container { display: none; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .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); }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row .container { border-width: 0; border-radius: 0; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEVMvCsxlMPpCwlOrQXZoIVog1KHN5bJ > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#r668B5rQ0VR4mHqPtz2mJLIoTSuKefC6 { width:13.125rem;height:1.62305rem;top:0.9375rem;left:3.4375002980233rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-4),1);line-height:1.3;display:block; }
#ISzGwbH9tMeVCHVv5A2TDPFeHKVcALMm { width:18.375rem;height:1.59375rem;top:8.6371536254881rem;left:0.74978297948838rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:amiri;color:#050404;z-index:15155;line-height:1.7;display:block; }
#vzaMwNPLo7q72yfZB7bDBJCvbLrCqbZ8 { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#DOFQW3nId12rczMSE61aXbZq4QtnmyAV { width:16.8125rem;height:0.0625rem;top:3.125rem;left:1.5928819775581rem;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;display:block; }
#FbKnGMHszJZVcfGHPTRx1r9AvK5PAfRN { width:8.3125rem;height:2.8125rem;top:39.25rem;left:5.875rem;font-size:1.375rem;color:rgba(60,70,38,0.87);border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;display:block; }
#DM2pzaZDROg9pGGsMJy1W9mA8FdOgsbH { display:block; }
#K5PPL1HlARQgJyufVdvoZG17eOvh7l9U { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#DsLkvtTOUgOQz4sUkhM4lwD5ZWKF50J3 { width:13.110375rem;height:3.734375rem;top:38.75rem;left:3.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#000000;border-top:0.125rem solid #3c4626;border-left:0.125rem solid #3c4626;border-right:0.125rem solid #3c4626;border-bottom:0.125rem solid #3c4626;z-index:15009;display:block; }
#EThmzemK6xRa37HSAZ4pr7feomnvsd5w { display:block; }
#mteII2eMCBLVBnDkD5ZMgMzLcJ2ZnIUU { width:4.5rem;height:4.5rem;top:19.124784469604rem;left:14.874132454395rem;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4626', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4626', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PHCBKNxAIsB45k0Q4GECANDOnU6CcFA9 { top:18.593099594116rem;left:14.187283813953rem;width:5.8125rem;height:7.0625rem;z-index:15159;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#azvpm3smPLPBuEgR2hC62bT6f5BB7wSH { top:8.3116321563719rem;left:0rem;width:19.75rem;height:2.25rem;z-index:15154;background-color:rgba(82,109,25,0.28);background-image:none;display:block; }
#t2Rb61T8eilf7A4SZVyORIgXbButDTpH { top:3.9366321563721rem;left:0.62500005960463rem;width:18.375rem;height:4.25rem;z-index:15155;background-color:rgba(82,109,25,0.28);background-image:none;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#tnwPV2V0E0cUhPwzMzKLJUhw1beXqL7i { width:18.25rem;height:2.4375rem;top:4.8415794372559rem;left:0.65538197755812rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);z-index:15156;display:block; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;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; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#365638;background-image:none;line-height:1;overflow:hidden;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;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:first-of-type{padding-top:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-container:last-of-type{padding-bottom:0;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8  { width:17.5rem;height:auto;top:19.78271484375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 {display:block;}#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 { width:17.5rem;height:auto;top:19.78271484375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #syGM7pDhiEFMCHpPavHA122WprsGQyBv {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #dwswqMdByrrfHBpLwJLc1aiKBK9whI10 { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wsJzWlzirt4SF47wQISxvW65DdES3Gnq {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #lkv887T5IbX1fCKQ9aB39e1rpb9fswiQ {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #MrOrs05BGnDJNBwTHqTomOrADeptAP8X { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #DOvt9FDlQSqMeXWIcFMhbnFFkHupLCd5 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #wKLt8zfcv3pRLUSUiAbIJ94WRp7FZmpO {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #xwSIgRa5TzR3QqZ36pNfygzR99MLBJOa { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #crzGcy6FQll1szhpFIqsdXnXc9mgxCqn {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #P6IQSG8axlqUEZWxSIxeDSEWDgiaeL83 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #ZAo8iWQWaZheHIArNdPcqMQSoVDqhU3c {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #t8213nV3kh4M2wh4TDnF2xSwJh0Pzn7d { display:none; }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #iUGT9uEfK5vaFXOnm13lyNoN1pxV1d7M {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #uysIZbFO6gsscSLbbfiy5ldZ2DBJHfk3 {  }
#x2cvUuGSoKBJgbMF06OeJTwvDfdnoGB8 #JWPGy8PK7tHDvzKVCCmP9H9F23KNsIPi {  }
#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR { display:block; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR { background-color: transparent; background-image: none; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .row .container > .video-iframe-container { display: none; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .row > .video-iframe-container { display: none; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .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); }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR { border-width: 0; border-radius: 0; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .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; }#gG29wLwJa45A5EZ1taZm0t0G8vwXRlnR > .row .container { width:20rem;height:39rem;background-color:#dac8b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lgHHt4b9u3tHmnOUmhKTiZx1ZqWFeKXG { top:5.8648004531861rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq { display:block; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq { background-color: transparent; background-image: none; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container > .video-iframe-container { display: none; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row > .video-iframe-container { display: none; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .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); }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq { border-width: 0; border-radius: 0; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .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; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container { width:20rem;height:25.875rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/305e495d-1d56-4cc6-8773-07caf8ac4ff8/67c04640c03ae9ffba014f4fc0b8f255.jpg");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container.adaptive-delivery-prevent-bg, #FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container.lazyload, #FOwJTF5KMG9ZHIvi1uBmie2T5RP0PxBq > .row .container.lazyloading { background-image: none; }#QGPqhyVvlliRccUvT53cKCitxmGDTXFc { width:13.09698625rem;height:3.722005rem;top:13.311632275581rem;left:3.4429257512093rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #3c4626;border-left:0.125rem solid #3c4626;border-right:0.125rem solid #3c4626;border-bottom:0.125rem solid #3c4626;display:block; }
#qi4zwXfOvc1GnC2d4OvSADsUeXL4mPQo { display:block; }
#mdy6SMQ0dXnCSxVt1FQTouNKHXNREnta { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#z7FOtqMKC2hf1XF46TOb1mJiI9wZrV1r { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#NdgR64DphiHB5EwQiot5cHXnoWL3HTFa { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#e50VirJHrLE9qETHdutn5UyPxF8qaVGa { width:20rem;height:2.3994125rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#3c4626;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#TiekzWaPfRIutP0SMs2xBTc5tltQc5Vi { width:19.1875rem;height:1.5rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#3c4626;font-family:var(--paragraphs-font-family);display:block; }
#rrgE8oLF7z6sTtbixCpOxGx1M9nQzQkv { width:13.08292375rem;height:3.70789875rem;top:18.25rem;left:3.4375rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #384027;border-left:0.125rem solid #384027;border-right:0.125rem solid #384027;border-bottom:0.125rem solid #384027;display:block; }
#FG7qzZXOWfFvOkOTlDZVUTu1xufCTJ2e { display:block; }
#eATCgwXwA7TrDUtfTfArTkteRKR7iMxX { top:13.141276836395rem;left:2.9687500596046rem;z-index:15028;width:13.8125rem;height:3.9375rem;background-color:#3c4626;background-image:none;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#AcBLsaWVMfzTGdvqfdNc6XFD4bLEfT1e { display:block; }
#pQesFd0dXpDCrdJ9HOMndG3Bp5Kzwbiz { top:18.009333133697rem;left:3.4375002980233rem;z-index:15029;width:13.125rem;height:4.0625rem;background-color:#3c4626;background-image:none;font-size:1.625rem;font-family:amiri;display:block; }
#hTyecChAWCoUXtgM2S5enJeOBcHMfmf9 { display:block; }
#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD { position:relative;z-index:auto;display:block; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD { background-color: transparent; background-image: none; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row .container > .video-iframe-container { display: none; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row > .video-iframe-container { display: none; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .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); }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD { border-width: 0; border-radius: 0; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .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; }#as6VHZQrN15UeFRI5dscIeIU3Fm6RrsD > .row .container { width:20rem;height:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-element-container { background-color:rgba(var(--color-tertiary-0),1);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; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:#3c4626;font-family:var(--paragraphs-font-family); }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:#3c4626;line-height:1.6;overflow:hidden; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger.adaptive-delivery-prevent-bg, #pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger.lazyload, #pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz .accordion-trigger.lazyloading { background-image: none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz { display:flex;height:auto;width:18.2454375rem;top:4.1859130859375rem;left:0.12734371423721rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fb30b318-f020-4384-a978-5b6407429157/mobileapp0103.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz.adaptive-delivery-prevent-bg, #pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz.lazyload, #pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz.lazyloading { background-image: none; }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #OFuZBxtbbZeqZtLVaBNBA7CIWqyAo6EF {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #A6Ck7rDdMCZEcdiksxtDxD4C0mg2Vzbk {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #AwhMAFtyVQ1noTfTRUvWgFC3q9hsiTHZ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #LJsic4L6CCiaZiq5RTlCskW7dFbokgO2 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FxltlGBbI93OrTKAREwCuwHNLo972F4Q {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #OocVd7cm0qfIPT06SNcSi2SquF6xv2oJ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #dlAT3PGGGJ7muIeXFuPtDdaae0NE4LsI {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #cKmlDRifIpDRbc9xUf233RolcUKwRQ1b {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #e2stdKwFPiVrysp82SOHJgzBdwAWQkpi {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #XdfL4QkkpTZxgeOLa7DJbhz2WoC9hW4m {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #hScoD8pqNeSAlvd58Txzi26Rx824gA1T {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #evqLIqK9PLhrxwlCR3tonTlTCzhvTTPk {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Vyz5TDDQ5KKf03rwKz6WcBZ90ruIycyK {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #O0infrKU9pu7OTmZKTLhaLf0t7SbQ1Qf {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #QoGCs4CG8p8TCNk7GMcf96aupb1NPg7m {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Jdg5Pn2ekP1bQfc7l6lI6rFKrXanHBSU {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #krTPEFVvESy40ANPLUbob88EnrKbDI3H {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #UGAEo61hgVFNhIWsyXPzWsSBT75B1UxU {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #eLPUbT6BUx7z6mPNAHygEaA8qChzx6IP {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TZrmQrkgdPGkLq1Tm7GTBff96J12WutX {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #PSyEEcTIXCnQADXbo0vWMHMekGy1GdNP {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #zRTwpK3VOH8CGWkLd8DcXNlPmTPb31Ap {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TCT6rBtZDh0s9xgSNsgm0FRrWtLgau4Z {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #alzxSsVxf4eXVkW2vqknMAyBlRII38AR {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #GcU8z417QJStmch8TI3ASAJQ9PXOuATB {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FJaxoVIBQOGLPkyrRHKVh770TDL497U4 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #b01gDUfbRDbh8tCvuwm7tvnLNxvxSFAl {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #zOV4CMz2AncfpwcDFgo0c999i6Bfl4b9 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Lxe8mK9CEqECfTIQeemOE18VGLkTkZvl {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #v6gBlKHE8lG4fkgdlskEwZE8TcDEFbIM {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #gnA5D8d43SrLwi79TdmW4rAXoCxsT94P {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #yEC8vCivEoTT48aA6B9Av0rCvSJgnXru {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #CdTSIBnpmlp3Diwv7bSpuL57VJ3SvTFn {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #X76kkSPkFofVHcLeTFP8PZC0fySzzXlr {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #tiFBKOHsp5S5tfWtMryH1MWzIzbZ6PNt {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #qTvxLm4Shxqze338VTVL439N18ZifFhX {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TTdrWppnO9ko8IWef2efGA25aJHFrlGJ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #QMcUX6e9ySC9FpEnHbimAK5a81JJtwXh {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #TM1kmWxOmN7Cg5RHwtPRXdiXL7iTrQWF {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #m34V5VDe9cEqNo0AzU6K1xkTr78nccEx {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #FKiFhWZPGaXP3WKMslhIMzlV3VSwrZGh {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #Bfx8InpxKGwM7AJLm963nueT8PqszrQJ {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #UztRmxQfoq2dWG2pQIvXcpSBDouGVRiq {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #BfhBa1tiXdRomF7efKOidi2yuD64y6eE {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #pNRyX5qPakqq1DomLnwlCDHyFokDnPH8 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #sctuMwu5kdRZ2Kf7Cn4Cbo7dh7uWxe6B {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #B1PsHTJ4X6EpV7ZtFTvx4mrmxOi9UneV {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #bkkNRzB19TCg7IuSmKApitZyl6aWM1K1 {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #wBMTZQSUX6b1k3AkJV1oXsQ93N6DmofA {  }
#pd6GVvOys2S09Cpppf5b0LTqJbnwbzgz #rd7sc5klzxrlozOSOP1LAmPRAsRgTNOP {  }
#JdsCEbSHrlbKVwTVSUDprGf2nXiqnuRE { width:15.4375rem;height:1.94970625rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:#3c4626;z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#t8tW8inOZzP5bga3vWb1xeTlLROh9shE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12634b72-ddc4-4f6e-826c-34264a30fea6/94577260f0cd828ab36c3f5b3ef7e4a7.crop_520x750_109,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE.adaptive-delivery-prevent-bg, #t8tW8inOZzP5bga3vWb1xeTlLROh9shE.lazyload, #t8tW8inOZzP5bga3vWb1xeTlLROh9shE.lazyloading { background-image: none; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row .container { background-color: transparent; background-image: none; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row .container > .video-iframe-container { display: none; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row > .video-iframe-container { display: none; }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .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); }#t8tW8inOZzP5bga3vWb1xeTlLROh9shE > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#axMtUFX6oqzrqWducH2u0cXTD2zCNHRP { width:11rem;height:0;top:28.475rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#Ba9seRE5GaDfoKPh4QkZEQyD2TsuBCa2 { width:11rem;height:0;top:14.9125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#esrOesSgWZsoI4uChhHPnw1dFGPtlBeV { width:11rem;height:0;top:69.725002288819rem;left:2.0617188215256rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#BuMGnPCzFMvsMcxmJsSKwBK8sMloae9K { width:11rem;height:0;top:56.162501144223rem;left:2.8125001192093rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#iZ1bg3hyhahvzWFWBJs8216srXydPh5B { width:11rem;height:0;top:109.35000324249rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#Tn5yiUqTZ8TtWmm2zmuqdxf5MWUXDsLn { width:11rem;height:0;top:96.537503123281rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#Bv3VNRIeACEMoUfNRAulJR3nxDlwUJgU { width:11rem;height:0;top:134.78750419617rem;left:4.4999998807907rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#i10Mk2TKWD8BqgsTyVQxrkvDXX9EgUHT { width:17.4989375rem;height:3.81738125rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#dXgOXyBFVxAadQdD25GDw9LAhWfIWfDx { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#x8hkst5arygmFNMmt1N45MMl5fDr8nIt { width:12.561875rem;height:1.8684875rem;top:17.061416625976rem;left:3.4993489384651rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#iPNcM87eKMzElQmiZMpSomqmvnxMUQH0 { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#GaNX8rA9OyKlkrgzz0y1GVRO5gF7XhlT { width:12.561875rem;height:1.7871125rem;top:21.197045326233rem;left:3.7185333371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#LTVupexUZp3FdaA1Z7whcbsZSlrbyOg2 { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#rfNmmhHSHqfRHK7wOLZwcLw65hAaH1Vn { width:12.561875rem;height:1.8684875rem;top:25.123916625976rem;left:3.7495663762093rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#bWVoQTQ2LrgOxHeTFHSWcNmL0DH9QyZQ { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#dHotVBqWOUuZuFO5ZaVipVCPbaMaCE7O { width:15.9375rem;height:1.8684875rem;top:5.5625rem;left:0.5625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#zCvx0CHXNsGDCPs8wL4TTdJGSIGzv6vX { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#zmVWiac5R2QS4l7H4xXhvBXMWJ3qP3PG { width:16.436625rem;height:1.705075rem;top:9.404296875rem;left:0.69444447755812rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:#3c4626;font-family:amiri;display:block; }
#bnwZVMOVaFZo7KeMTkexRpOqyFQ827HK { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#ylTd5QT77sfDkkA3GpGqva6DOIDay6VP { width:15.2495625rem;height:1.7871125rem;top:13.435760498047rem;left:3.6875002980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#WlHO5DwTrKGwseTRF0hiTVy7OKf90z5q { width:12.561875rem;height:1.7871125rem;top:28.562496185302rem;left:3.8747833371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;z-index:15051;font-family:amiri;display:block; }
#hDMNvd2bOIolvfTKJmpmZdodXbZftTUE { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#DKABqTOSg3qWf7fX4AdnzsTM6c0IrIpZ { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#DKABqTOSg3qWf7fX4AdnzsTM6c0IrIpZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eWXsfwA4LB1iNbAznU77aiygnO7G0La9 { top:32.708333969116rem;left:2.1250002980233rem;z-index:14993;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -moz-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -ms-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -o-linear-gradient(181deg, #2e6a3a, #c1bcaf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );";background-image: linear-gradient(181deg, #2e6a3a, #c1bcaf);background-size:auto !important;color:#00131d;display:block; }
#wSDcpei2igVFGo3i7CPLqJ8tvWea26Cd { display:block; }
#pCH5QkNCzaTfTLkZAfws3FNCT7m3T410 { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#pCH5QkNCzaTfTLkZAfws3FNCT7m3T410 > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#dSyNbVfo6rc2hum6MxWIC6pyorGvScWg { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 { display:block; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 { background-color: transparent; background-image: none; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container > .video-iframe-container { display: none; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row > .video-iframe-container { display: none; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .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); }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 { border-width: 0; border-radius: 0; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .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; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container { width:20rem;height:45rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68d66d3d-5e33-459e-9be9-ce99827b5140/92406a5ff64b171a873ffc8187cba18b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);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; }#DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container.adaptive-delivery-prevent-bg, #DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container.lazyload, #DDS7Qr0bZKETQGu7BaM0blmMhpr6m0G6 > .row .container.lazyloading { background-image: none; }#o02PBpTHgyZDFSbZ9s82DU7kJg1H1FTu { width:20rem;height:2.3994125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#174773;display:block; }
#z1rbEKvU0sv1V7CcyXTMAx5AMuzXbMEG { width:20rem;height:15rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#3c4626;display:block; }
#tUBZGieWzXEIhkf4JeTZHky5Tb1VxmiZ { width:13.125rem;height:4.375rem;top:37.50390625rem;left:3.8125rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:#3c4626;background-image:none;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QrF05OfxgSu9rWtOd5gxTN7OWe22nr0n { display:block; }
#TcLWodLooNqOi8S0OC20d8WLsosSQld3 { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#V1DegWt5iz5w9wTB4mbEPBJ4V7aQ11wR { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#dgfCHraemOvQvNXeF4qvroVsHqpAHggh { width:20rem;height:13.36425rem;top:20.201416015625rem;left:0rem;z-index:14999;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;display:block; }
#W2eFmoKF5MNn30rGr407gkBeoGP417Vu { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wLs9soo1tabsegxTK9tddwIgvcRep3UQ { background-color:#ebddc4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container { background-color: transparent; background-image: none; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container > .video-iframe-container { display: none; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row > .video-iframe-container { display: none; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .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); }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container { border-width: 0; border-radius: 0; }#wLs9soo1tabsegxTK9tddwIgvcRep3UQ > .row .container { width:20rem;height:76.01953125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#V7FSHhEk4wxpcz1NIUXVmPZf8WtJZS7c { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#c7Tso5rZoan9RV23rdqgSlUoQoyW1zM5 { width:20rem;height:2.99706875rem;top:5.8224830627441rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#365638;font-family:var(--headlines-font-family);display:block; }
#xGLgVQ4BEcpfHvvX1WThvCLyflblSP2x { width:20rem;height:1.94824375rem;top:2.685546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#365638;display:block; }
#SoJxt7EtziRT8iazkd39IDnGN7W1Jrv1 { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:#c6996e;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; }
#rFTA3txRFwo5hv6WQB0tKQexdTngcnBq { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FLxSeRQ2SDxPacsF7Bnl7Lslzg4nmFeF { top:46.020833969116rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { background-color: transparent; background-image: none; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container > .video-iframe-container { display: none; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row > .video-iframe-container { display: none; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .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); }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { border-width: 0; border-radius: 0; }#d73QrxDTnGPwqAahpvap6tpwktdbFhG6 > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#dV5rfdTt5sZOWqrslvVGDFeyccJHr6LC { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#Q0n59Ig3xoDKa28u7rKz1DFOE1DSmpIf { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;background-color:#3f3f3f;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; }
#XUGV9tQhfDZremy0TXOvmcWpAZLX5IU3 { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row .container { border-width: 0; border-radius: 0; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbqmxRy19MBLJnihHyC5xTzQKiHwZHPL > .row .container { width:20rem;height:222.5625rem;position:relative;display:none; }#VrGZR3ZPKQGOo4dfZDW8qtFPFNJQtqVh { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:1.298825rem;z-index:14997;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:rgba(var(--color-secondary-4),1);display:block; }
#IMDJuX80TCm1o6OGEaed2TSpL5ezg9Ik { top:3.0520839691162rem;left:0.625rem;width:18.8125rem;height:10.9375rem;z-index:14985;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xdlOpRpUKanw2ocy36KB5xig9vKrWqT8 { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.0996125rem;z-index:15014;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#wyfElUOfBmcyVnSapVOISA08tNeXCRSm { top:14.25rem;left:0.6875rem;width:4.6875rem;height:2rem;z-index:14977;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UQPMphpFTwg207rVpnDpmuBneo4Z1zdT { display:block; }
#DBRdHXDBWExZ9ENZI3ctmRKn7EdcTnfS { top:0.372314453125rem;left:0.498046875rem;width:3rem;height:3rem;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.4) ;display:block; }
#giJEr0par58emorfd0xvsXrxXS0uyghg { top:1.434326171875rem;left:0.748291015625rem;width:2.5625rem;height:1.2182625rem;z-index:15020;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#skgebIsyffqnM9W4Ey6HThAPUOc1waKS { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#sbklMT3K6NEFDtxETFdV7qWeTE3pK2SJ { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Wv5RQwQNh6l6ah3zCD91IVuM2NGTKNLS { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#y87cLRRN3gCaUcsGrxd0koeu4gQBrE8h { top:19.5361328125rem;left:0.4375rem;width:18.8125rem;height:10.9375rem;z-index:14989;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ag7P9rnABNEKwWT6Ttmlk2spVWSL4GJQ { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EiieQBTDiZzTpgJ7X7WOXo9JDgJiKiKc { display:block; }
#qesS4p6nduc4GPc9k9RkeP4BO2VE5Q30 { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#cWe0kSdFMxQyTVADUb9J3TK1fZkFUuBG { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#t8J7XU6f5OJkCrINxDU0PQQxrRvotrdU { display:block; }
#B6d9OthcTlJcTO0r5eVLFWtHriJpmNsM { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#QMnfEx7KeLStDTB6ETuKWUAVXFvNSWPD { top:34.312744140625rem;left:0.6884765625rem;width:18.75rem;height:10.875rem;z-index:14990;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ezFV7PAGHqUI4k0NK6ofqVGlk2qu8PB5 { top:45.375rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TvosLouTgz9m7VeOTIbbAXbz5chtAgob { display:block; }
#Vx1N7WWACwfdqcHue1dnApX4XhWy3bL6 { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#NSaaQq6IgCGC75uHLTuPtrLu1XUaTpv5 { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.04980625rem;z-index:15026;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#eMaAlTlH4kJUfvMvpXUmiUzDtLvrsRi9 { top:50.516357421875rem;left:0.6259765625rem;width:18.75rem;height:10.875rem;z-index:14991;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p6X6TVXpL5k8HaT6SfmHvsgyhwOkoAn2 { top:61.5625rem;left:0.7096354961395rem;width:5rem;height:2rem;z-index:14980;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ra7qmw84BaEOmXhMk8rZ9ECJE06W899I { display:block; }
#I0ZS7Kx1T1E0vH9MrdPVFzWigaKRKTud { top:114.625rem;left:6.5rem;width:12.6245rem;height:1.04980625rem;z-index:15030;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#wEue75wPac8moQRPTshgX3fUZLiHVXef { top:114.24870300293rem;left:0.6861979961395rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VgXm2d4AEXVi4e5xGzP9upBFbX5t6rgl { display:block; }
#QG5wGoWTKASkPOIyaLWIUaH8E2RnWeUy { top:103.12109375rem;left:0.59244799613953rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rbODlwiFTCzZWU8bybiV6LMcg0lrvzRb { top:131.16666603088rem;left:0.8111979961395rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gVw5KAKOW4hO65PpfMgUIpKVe0I3i6X8 { display:block; }
#U1OeCEbglItnvJQvedRZ3gCxkFkfSvQ0 { top:120.24523353577rem;left:0.68576389551162rem;width:18.5625rem;height:10.75rem;z-index:14998;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#euKrnL5nCamk9anZAox81CpDeUNdKKVv { top:131.68489551544rem;left:6.62109375rem;width:12.6233125rem;height:1.04980625rem;z-index:15033;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#aduH3zFh42LtvxQADCV6ArUTAAKQFbTz { top:116.62239456177rem;left:0.34114587306976rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#mBnMwlUhqgHWn55FdQ2ZWvNpO6UJgopU { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#TPlRoSOT9PsHvnw44cKnekvfDZSqOGsZ { top:150.94661474228rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Mx9tWDWtBOnXQEUEPlA8MXQy6R7PL0pF { top:148.30859375rem;left:0.6861979961395rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LBQObwOwbRROfFSocuK96voETXORQnDP { display:block; }
#wEazX7pMalff7I5Z7CQa50l0SXa5vWkk { top:148.78271484375rem;left:6.18359375rem;width:13rem;height:1.04980625rem;z-index:15037;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#rhE3VITmRTTfwNbMbmTPQWLZoFLiU9XK { top:137.49784278869rem;left:0.68684905767444rem;width:18.4375rem;height:10.6875rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SARwQCsaJbL81GMWcfEpDTb1UwdqN45z { top:165.06120300293rem;left:0.62369799613953rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LXSQ73qggsOdGcFSxP2UuAogzgbr9tbs { display:block; }
#nOehwp8rGsG1oTI8qtiiGnEa62MsVd3R { top:154.24869823456rem;left:0.7486979961395rem;width:18.375rem;height:10.625rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XCyp1l1ziOcyALQzqXXIw1EU70dtNO8s { top:167.49869918823rem;left:0.56119799613953rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#FNgySZ6w81OCkQ9VwzpeiO4XRX8c00em { top:165.41145896912rem;left:6.30859375rem;width:13rem;height:1.04980625rem;z-index:15041;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#bRMUcg5K7MhahrKrHI5sTJ0yQLIJ3lTd { top:181.68490600586rem;left:0.6875rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MiFT0A3JeaSq8KTlRlHriMDpoO0EV9H1 { display:block; }
#qCpnUMJIArwOArIiW6qQaatnwRui5eQT { top:170.81055641174rem;left:0.81271702051162rem;width:18.25rem;height:10.5625rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FWw6r5P1ndNy8Q4PPdQw0WkU6iAiU9xI { top:184.43489837646rem;left:0.5625rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#aX34sRMNwDiiKU9go4S7HnI7eEyR8ZIG { top:182.22005462646rem;left:4.7005209922791rem;width:14.5rem;height:1.04980625rem;z-index:15045;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#eKseA9RTmWfpsTX2o0iF7b1blDrHAhA3 { top:199.24740600586rem;left:0.625rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RCPAVRCISMMc5MP3Tgocmvgw75fpBKc7 { display:block; }
#mTniMJfee5GDTVrARL7D5o3sobG6HMzf { top:201.93489837646rem;left:0.5rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#IntrvhuvuUDqXxL1NxbuT6dx00JaqzWp { top:199.80989837646rem;left:4.75rem;width:14.4995rem;height:1.04980625rem;z-index:15049;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#BtNZ7z26zTkUHpVK9WaN7OUUnrVUg6xt { top:188.43489837646rem;left:0.8424479961395rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Dds2khfKGxI793tBtwquH7IIgWKvz5PF { top:218.55989837646rem;left:0.40494799613952rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#N8JmdgE02s6B79vsNgOSLGa3M9TUfZxd { top:215.74870300293rem;left:0.74739587306975rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iN3ppsGySQQ8EBH1zWhPqUNkTGO0pqoT { display:block; }
#K2w2uFGTezfzdRA4ZbtkxLrFzGzFcBcA { top:216.03646087646rem;left:4.8255209922791rem;width:14.4983125rem;height:1.04980625rem;z-index:15053;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#lF3a4XHDCbhbWxk8xTddcBoFiWA5K1Bo { top:205.01692962646rem;left:0.8736979961395rem;width:18.0625rem;height:10.5rem;z-index:15018;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TsG1g8bN0qC7QaSrDudDu6ow9ZEWHpeX { top:81.436195373538rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#vbxPvcpCVFeSZSeravbU86TgtH9xI1ip { top:78.936195373538rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dp1UaLo4O5gzw5HVPWcU0OTTtJ6zhG5g { display:block; }
#PhnKHwOFT6XFp213FoXKew2CkvbHxM3C { top:79.28515625rem;left:6.8268232345581rem;width:12.6236875rem;height:1.04980625rem;z-index:15030;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#TFLm3UWZUQWtRgTuS62Jpmm3ar7ZqsxU { top:67.942703247069rem;left:0.59244799613953rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WBD0scRtMinEJgGUed8WB1rNEDyD5bSq { top:99.125rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#oIFBNUH1y8xzH0LpL7DiCZigZOhZWUoJ { top:96.243488311769rem;left:0.625rem;width:5rem;height:1.9987rem;z-index:14988;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:.8;background-color:rgba(var(--color-primary-4),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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sw2xzH9wRNmOlToJgdKXNND4U5NaoyoF { display:block; }
#iyBwE10FSUbCJXKLHhab5nsqe73Et9Xn { top:97.0625rem;left:6.5rem;width:12.6245rem;height:1.04980625rem;z-index:15034;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-4),1);display:block; }
#KkOr10VIgLu78FX0phVfNwhPdCCnXA6T { top:85.372185707094rem;left:0.62500005960463rem;width:18.5625rem;height:10.75rem;z-index:14999;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { display:none; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr { border-width: 0; border-radius: 0; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container { width:20rem;height:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.adaptive-delivery-prevent-bg, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyload, #kkAnmzibScaTPKqTsLTaZEKX9ew4NuZr > .row .container.lazyloading { background-image: none; }#qkc6Ep4CfUloCXn2XEFoWeCkbKX2gV1E { width:13.497875rem;height:7.560375rem;top:0.869140625rem;left:5.1819954514504rem;z-index:15112;display:none; }
#RZqTokaSnccVZH1lb1Q8lbAMDNzb4wCh { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#lD5CUlsT4MPpprSoJNO5EhTx0TVK5Ofy { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zINV5zUh6y0FwaNdybQKpFpc2581L7h7 { width:8.2483125rem;height:0.9747875rem;top:27.75rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TlMo1U9c0GwFnWUAazSscVRwfZ5kX8e4 { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#zCBKWuIHARuhaQP948MyyGlq5V914407 { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#qJk49UbVuscW3BFfrXBrU8qWgXwiHuHv { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#MlW6AsbKtKoI726JynJU5MKkWmI1kliD { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#JsTE5ONdMnKDwp3vPI4JOUHfZHTqF25c { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#GSwhPdwGMF7WvIruaIyoosfpwmTyamFb { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TS5txhzlpiwDnZ5TtiURH55lQhOCsrA8 { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#dHDgerwcBrv9EtfTRNMtSzRvERaemz86 { width:5.3125rem;height:0.9747875rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#rixWRiiT8p0pRGGafBadRLNokCD0dkqx { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#PvB9QCAs34JClpwrfLUybcVBwuPk5LKD { width:5.81176875rem;height:0.9747875rem;top:37.576171875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#CWwHiAvWdvSqVOkp0K73yaydebale70R { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#xoGTrkQxxCegX2X1b1Hp6M6AvpHBiX7P { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#yM65Ngu1NsyOnhfD1bzDGLTW5AIsmn1v { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#p5zcxUlNNc57TwPnt4m9cEfQmHLlxdAx { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#FEJeHqbzKdAH4qeR0wclMFhrGRw6EsMM { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#xfvnqGhqgBTybMu3u8PuTT6PTu5T4dC1 { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#wkTriGaPFaGXtfo9Xg5svuTNXvJhReC9 { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#tSdMSll0BzgDClwdOkwDwTGmbqG7G2zT { width:6.12305rem;height:0.84375rem;top:38.671875rem;left:12.69287109375rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#uR7cJsDhzw9ffwhlm6TFHykq0n3FxdT5 { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;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:block; }
#sVwigWZ5V7ySDKR9Aqv3gRR0F3rGMHaE { display:block; }
#makTdeIaUpZnTMRhDCEHpQodFecllstA { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#vsCKfCgM7okghJIhR7ssdDbag5yK9Tee { width:4.4375rem;height:0.9747875rem;top:27.6875rem;left:13.1484375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#scK7xgONOMdclEqJtTGkfM5r4zV2rmUc { width:6.875rem;height:1rem;top:40.262451171875rem;left:11.060791015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#H3twkxXbH9QTzzu5faNONotyvJPUaRbu { width:6.875rem;height:1rem;top:50.953369140625rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#UHxEASCvTBEO0WWs3HHeVNMGTh9hoMcI { width:6.875rem;height:1rem;top:29.31103515625rem;left:11.194580078125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#yWO9UrXWUWz0kbg6kiAiwVeVTBxkqJ6M { width:6.875rem;height:1rem;top:40.262451171875rem;left:1.888916015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#ErxdTnfJrx1zn9rRVZtyCgW5gEME1qaG { width:6.875rem;height:1rem;top:29.43603515625rem;left:1.451416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { display:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV { border-width: 0; border-radius: 0; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .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; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container { width:20rem;height:69.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");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:none; }#IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.adaptive-delivery-prevent-bg, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyload, #IhuZ5ZhIpvyABQf5UckiepNQv3NmqvEV > .row .container.lazyloading { background-image: none; }#Ddvt35MqUI33Q1MgRcTdk7Tv4R8eEUs6 { 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; }
#KCg85MuqsP8wzqueCCKp7qPKSvSJhhEH { display:block; }
#w5N2nyOKX2PxU14w7AuGOEIXrGpvf9pk { 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; }
#uTADRDODSpeiWxqaeQ0GTPaT6ESeFKpv { display:block; }
#zdBiGpxpGgExPy7pmGapif4dp2uMKVVJ { 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; }
#kBNTU8elUoBTryfKPaz1p3kUIixCME5P { display:block; }
#NLrz5zMKEuwUxLuBZ4XtfVdhGE8mWqT8 { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13671875rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#IMi2c1EhQVURARVhfseKlSvIQkDmW4bN > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#fpeiV4izwTKUEI0aeDPAOK8UevLGubQI > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#mh7kTHrxB56bPtOtQPsezF3ct89SpQWV { 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; }
#XFw1ZsHAdVoZ0JQyV3923tsr2CdbUZxT { display:block; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#i6B3zWpKSbTDOEnov1znb9agIMpQaJSR > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#iT8Zgi3X5waoiEUG7RpPO5m6OcixnicM { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UM34qBepoz734zwpGcKpsu7M0A6FWGh2 { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#m6Bst0qOwuJaRqyIxIQeflrfgJgr2NPG { top:38.971357822418rem;left:0rem;width:20rem;height:3.89941875rem;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:block; }
#zhJ2f1Qza5GTovGfGPPb54zrCwG4LnVy { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-size:auto !important;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.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VIUs2JwpNF8QoBasPRbPP7Giq1aQEUrf { display:block; }
#yyooRrPIoitgga0fVmp2iMm2BA0KO96T { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-size:auto !important;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.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xJ1cLh4t1PdCQ1olfJHdsPwoIbgLL8Hk { display:block; }
#Od0ncPbeGw3FU22pyRN9nAEcNIzxeoCI { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-1),1));background-size:auto !important;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.625rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oviORM8n5GOXUMgUGzzeDQTTsypaUpx1 { display:block; }
#qd4x6pRb3meMhTxc9i2D0JFKOZmEfxVd { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#AnmW5hmfeblB8gMOS5ub4vEuHQNanoHX { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#PNBNagOqQP2BNTOr20gIeZQLbG7nTIDQ { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#hZtyibS4Ktv0tmML17L3fGgHT4wqTyiz { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#Fbo9G7p1NMJwCUlyVP9UIW2415iFUCRl { top:55.5625rem;left:0rem;width:20rem;height:1.13671875rem;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; }
#cneTE5QAzTSFlbuOzVQRCAN2rVSHfU87 { top:60.1875rem;left:0rem;width:20rem;height:1.13671875rem;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; }
#TafRnwnVbGycuR4OL3T4bfefAiD16PCm { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#i6JvCkTnhT9SK5XfwQCTlzxpw2whR07v { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2734375rem;z-index:15191;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; }
#MkbAa1SRKzRGUstKHcDJtpdTb1pgonK8 { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#N0nxRi7xBvIiqBUeaIgeNmOvgviBP9n7 { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#E3nFvLRhEyF6pPkBTZK71W1J6ClifuM7 { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#XfTCO32PZ64h4RCuT7eDD9dQRIu3OizT { top:13.71853351593rem;left:6.8120661377906rem;width:6.3748125rem;height:5.81163125rem;z-index:15176;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv.adaptive-delivery-prevent-bg, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv.lazyload, #zFC1Hr7f91ZyDFwNu055EA6KX5uguziv.lazyloading { background-image: none; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container { border-width: 0; border-radius: 0; }#zFC1Hr7f91ZyDFwNu055EA6KX5uguziv > .row .container { width:20rem;height:77.8125rem;position:relative;display:none; }#XgxUO2TBchyGnifaKW60ZZrCSuTJNv0w { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x8edyJLhBUymyLhLoqCmh9n00IvR2XSC { display:block; }
#ktMedhq7PR9HC6eLtHC0TphLD48Wn9g1 { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vOdgecnnoIhNWUsTHQdn7n80vK1R6tJq { display:block; }
#yLRu1QtSpFIqIyD04L7rWn7xd37isNhZ { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tqdQueUKSxuTPq67RngvWlHu5HCfSOO7 { display:block; }
#zkvTmcBhXTSATretmle8ekQTeqQWR2QK { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#BfqBCBwTZJVHVNCzZXZlx9vChKp9QXhD { display:block; }
#A1x7Z33DTcuksUrUNuvFsQQ6may8g3au { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#I75GDF7dFx3bqVnBUiTeLCaKevyXnh0n { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#h62CKnI0LdvVft5nNKNbGpyyxTJCUJqT { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#Ht4pqAZS3xKBroFFTyIBaswGJGiC8XZq { width:9.8125rem;height:1.21948125rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#HpidVOIva3c98N5PuiIrpppiiMPfGRCk { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:block; }
#KZFkKMOUT55UmUQbLTwcH76VdU41CFqw { display:block; }
#Xt6lqAiv0mPzWyFIJbU6vFNErGwziKuT { width:8.25rem;height:2.924475rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ooCuZhGl9IbzIEtDRhsfh54axV83ShBl { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sR9w9cxRet1X2zfy9K6xw5Pw2iUvkN5T { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#VEb7u2rTnCi8r0UXJw3N1KvDeJDRwhTX { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#BVqSBfweg2S5HsZMAwgDkBMb78koB11U { width:8.25rem;height:1.4624rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zMyTrWL5vBrevKTZxzofsL1TSATmJiry { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#UGmNIV8X2hWblE2hbRXd8gfT2hKiVeBZ { width:9.8125rem;height:1.21948125rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#nZhsLJTZbgZXGTPNC5KiT1HobUyDwtfO { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:block; }
#TtCxR02EuVgUUbCfnDQfZTruvqHH9Rxv { display:block; }
#TbJBx7pEOoUSQ4TfTF6BPNNISGQXxTnR { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#s0wGxvAz4MluL7TzHdQlbXTRCkeZoSyc { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#M8zgTX3OsMcx6GfzOel9tS8r1Oan5coA { width:8.25rem;height:1.4624rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#XVDqWlP5iOfOkbMCI51DAz5zvLnc0XdT { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#LANLNq1CiFgI8xQ1lFldoNVNr0B6doZw { width:9.8125rem;height:2.4375rem;top:12.125rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#VFvAqM6UCtpOVAA28XOaMWblGBBBbK4r { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:block; }
#bEo46OxufHQadzVukgy59km2lomRBmhz { display:block; }
#kOIRoOqHyzOPtaFzvO39z9pZx5NzIu6d { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#HgwXTRov0qA1HrrIxDRTs3Hh8SdPbd4X { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#HpIE5ZN0L53wRbMebTP2v0XTQn19nA3G { width:8.25rem;height:1.4624rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#tdfWG8qcn4PDonfVeisrfoeMikGME0Xb { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#cNeLQt0A5mPQMGwFbvSVWsy6Jdu7r75E { width:9.8125rem;height:1.21948125rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#eRRGAcGo047Fpbk9ORTMT9J2OqsUE60G { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:block; }
#Z4ncOg3yoJlknRkZUsgeMTTbmnC3Emng { display:block; }
#Z7tcldHQBQoTt3tQ2SgRcs41ryi6PbkQ { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#ZGpZWvyzETQTEK5umLnEHfgcPlIC9aAK { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#KEyDiKkPO7ZK7roUUDObDzL4eU7V254C { width:8.25rem;height:1.4624rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#AurKw8cdgoXiNqxC3qspUVJcxWn443OA { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#VwViDwPglPX2C7uENfelNlgKHoSiGXcG { width:9.8125rem;height:2.4375rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#pr0xSaFMaJtN0qfTCJETiiyA2606kfg8 { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:block; }
#AJDoTdWb6NvNJ6pBxHrJqnXmnuhfJ737 { display:block; }
#rrAvmBG5QIUw3ObAPDwowDIvnZ28ncKv { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#sJOtT6Omy09TK78tKDMxEthPTnztTqtl { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#mINXlt2JkPdFgGHdKZupgZA69R6vuXa5 { width:8.25rem;height:1.4624rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#BLcv9eumlAn8cF4NFJXpFBllwvxGX9Wc { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#VFrltbJelFGrJcpXfUzvDwCBW89ihUUl { width:9.8125rem;height:2.4375rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#OJ5gazUOCI4atcR3DShqHyzVHrhsI9L5 { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:block; }
#eUanN83VWTym0QcF6vexk1lWewxhMpJ9 { display:block; }
#k4sWo0GzOuxQd9w2vlwiH4BPvKp1NT9m { width:10.0625rem;height:5.1875rem;top:121.53515625rem;left:4.96875rem;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rP8d5fqD9FM3kSiILlgFiasFQVRBCL9q { display:block; }
#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN { border-width: 0; border-radius: 0; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .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; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container { width:20rem;height:67.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");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;position:relative;display:none; }#wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.adaptive-delivery-prevent-bg, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyload, #wdTPtXpNVZHgyk9NELpICMsfJT0f7frN > .row .container.lazyloading { background-image: none; }#nZJmizSHpm4PFiQub3CQOkwN8Zbdd9wy { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;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:block; }
#D1OLwMboU8tvXFJSQ9I1zPnKv4DglROG { display:block; }
#BKekaQ1HSFHHth9NTQMNWEFw3hhWp4mo { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;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:block; }
#cFToOp2q9deRefVNGaJXkd4TLQzEdu7x { display:block; }
#KBrLwJBH3yXXNkKFnnuBJ9TTGUACzQGl { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#MLKPPPxzwd7wKGQHJo0icfsuAo0Qlsrs > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#qbHXtMD1uJmmdn5m92OiQa8PcUoPdxTe { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Q09dTcBsyLC81JTP70bwkslIlcH3vBBW { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;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:block; }
#h7CU5aQUDeXxeEESyFtIb78snigsHSv0 { display:block; }
