.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:245,238,232;--color-primary-1:221,198,178;--color-primary-2:187,141,101;--color-primary-3:94,71,51;--color-primary-4:28,21,15;--color-secondary-0:219,242,215;--color-secondary-1:147,217,136;--color-secondary-2:75,192,57;--color-secondary-3:30,176,7;--color-secondary-4:42,111,6;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"BR font N-DAY";--paragraphs-font-family:"BR font N-DAY"; }@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:rgba(163,183,239,0.1);background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l { position:relative;z-index:auto;display:none; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l { border-width: 0; border-radius: 0; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .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; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .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; }#iT50lP1SXagekOES3R8cOBJpNeVTGNzG { 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; }
#Z8dcGGZGqwyR43DFm6V6bOJKQysolzoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NZcTNp5dyfCtXKDRwu87STXis690pSDQ { 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; }
#pNHmUpdVLPzRHKQJVzhNgFR6nZSKBzCW { 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; }
#s71kn86wOA7IiCvvpDIx7peGTrfcXoZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4AmugEmnyGhZEUTIEswQ5ZuEEV6mDg6 { 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; }
#z4AmugEmnyGhZEUTIEswQ5ZuEEV6mDg6 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#uMdRyS7KTq2b7xk5kHkAKbfBhmk91KBi { 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; }
#vXanxO3CvBwK1DT0RENU2TLc6Mgpwykq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVXbNKMnvHOoXZ5pilLGkvfTJU2bo2l4 { 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; }
#cFHqmpMZZdsZSnWxbgffQKlRZT30yuo1 { 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; }
#IonwXt1mBTriKy2o242nvTsTfVyIUd6w { 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; }
#nko5qZAFUlMo6x5MhAO6TrfFLZPDiKsr { 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; }
#ei73aKLgamhUpdnuz3FAT0oF7undVZoF { 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; }
#qxSvvh7wnrD5AxRqEq6g10gSMn8dd2C8 { 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; }
#VEVyafMkuq2UbzlehzAXlsR0WTnkD5q5 { 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; }
#nXMGTnoC0pBkF3ElLQzqRQyEr3NOxTRH { 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; }
#i86k4CguwLSzIbmvuEVDeFnmZ4mDa83M { 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; }
#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG { position:relative;z-index:auto;display:none; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG { border-width: 0; border-radius: 0; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .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; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .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; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container.adaptive-delivery-prevent-bg, #MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container.lazyload, #MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container.lazyloading { background-image: none; }#XEBfRknmGccekVHxMy0k7dKp4ps4b1QS { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#Rm4qtuZMfekmtq1SpwSD9b71zzMaqvWk { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA { position:relative;display:none; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA { border-width: 0; border-radius: 0; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .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; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .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; }#UihnFXN1quTtJ2QXOeHwEoMnZa1yDVy7 { 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.1875rem;left:0rem;display:none; }
#WlZbwgoXSLB7Zg7C7JFC4ob80KdBEbPq { 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; }
#Unn69FDXle8t6TrK61RbdLILKb3EDk3b { 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; }
#hnfotsJoTMbB4PE6TzhqwEbVCcWLD6qH { 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; }
#cxcLoN1RPtoV7KmNtTNNNUVWFcxP6tOW { 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; }
#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu { position:relative;display:none; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu { border-width: 0; border-radius: 0; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .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; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .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; }#qEC2iTPd1iwK6pa3Cyixh9puqx2U3pfk { 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; }
#oie5ndCSxeTmiMdN9L5TFqkGTS3FMdJT { 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; }
#l0452tciLDyrVaSvTKCqTIro8TzF5SQN { 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; }
#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus { position:relative;display:none; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus { border-width: 0; border-radius: 0; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .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; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .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; }#EQH80Z5mLJnCh1JsPE268RDVyziSAEVV { 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; }
#ElhRBIcZHqAiAkFMKMuONxEaP8DcGmkN { 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; }
#bmJdNhMIBi11vpXEgf00tJ76lhv2cyq3 { 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; }
#HVB5IBWthyvufpOUCVJmeaDCiiaTqP0E { 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; }
#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp { position:relative;display:none; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp { border-width: 0; border-radius: 0; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .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; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .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; }#RLhMzP3X6HKlRbx12hEq0Wyi3NZggylA { 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; }
#ai5OQBGkr2wZdRAeptCKzhZnXycTfHhb { 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; }
#fWODmzXGMBoxSFRndVyHbXdz6nl09aMo { 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; }
#AX7Ny7TTqo67H8tUlysOUiMB4uPvT7Tg { 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; }
#Mzgx1WaxPHzBt2RQXJZB9EJ9ty6kMMac { 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; }
#o1EAI7hRMurZ2BWG5BXlvA0yVCnWRERh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JDPtWwe3kVGz9C1wPQyT0aIF6JkOKGpg { 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; }
#CVrxgpZT9PFlQwG9mU7L3Rd4u0Jank2P { 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; }
#vVMx3so5QuO7kFCvBkht4y7xJ7VsaWKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgA8aGhx9Tqgag1AckTsJSBFZEveEeQl { 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; }
#kuGAe3NCEnZFH7fppFDxzx07nesa8qf8 { 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; }
#W4eeupHTsBoxE9UqGemX6Lanuo8CUDxk { 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; }
#DeRyOSe2F6umWIwSaxbkutDOGD8U9Ol1 { 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; }
#DdMqgUJRo8zvAE8b68EHTVLWdxi6XnpM { 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; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-form-header { font-size:0.75rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:1.1875rem;font-weight:bold;color:#414247;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-text { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#e9f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.75rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-text {padding-top: 0; padding-bottom: 0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-textarea { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#e9f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#e9f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:2.5rem;color:#040303;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-select {padding-top: 0; padding-bottom: 0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .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; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#c3a365;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:2.75rem;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#fefefe;width:10.75rem;height:3.25rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:1.2; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]:-moz-placeholder { color:#151515;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]::-moz-placeholder { color:#151515;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]:-ms-input-placeholder { color:#151515;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]::-webkit-input-placeholder { color:#151515;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .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; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:raleway;font-size:0.9375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-container:first-of-type{padding-top:0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-container:last-of-type{padding-bottom:0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn  { background-color:rgba(154,178,154,0.09);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:35.903646469116rem;top:19.619792938233rem;z-index:15059;position:absolute; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn {display:block;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn { background-color:rgba(154,178,154,0.09);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:35.903646469116rem;top:19.619792938233rem;z-index:15059;position:absolute; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #rV9NzW8T7RU3lBkovlnIuxBNEhfALhwJ { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #fcG3NoMI0m2FvG33KDX1J2icNcouUsXT { position:relative;display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #Vh4dNknIPgC6BQuZJnUHMF8PsEdvNpVb { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #l6Kt4bAvAPT1KO7RI7dnTebJSRkva7sf { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #QKHua077WaGd3qlTBzTkWy2Q55GkpoGy { position:relative;display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #KTvlFAziosItAlImra8xo0xt0a3qz0WZ { position:relative; }
#nf0mvsMxW2GTt4fizyUNRqaWOJSXmISr { position:relative;display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #ICHENIsBfpuQaXwepOpfk77JbIF8i8AJ { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #pNBnrGWhH5uJv3Tb1F6pSh4GNMBQDmoz { position:relative;display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #UkTzhx7XgzJMQTnwTThxGZrrP2dEI3Br { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #WRro60yrS2wPcz9RdonvrbaacCLb5lMs { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #LGCFSLurp275ytCgXNtMvosupVePpiC8 { position:relative;display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #hgWbBX8QxE0NAtqt00L0MLIayhVycbHv { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #wTpr9sX2oAmpsRpBffJz2n4CazBWAuXy { position:relative; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #TtTypoIB3LW6GCfTwDC2oh2Eu5tgMa7f { position:relative; }
#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 { position:relative;display:none; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 { border-width: 0; border-radius: 0; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .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; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .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; }#XflfaT7SQuQ3tFzZOUfve82Gp215xydV { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH { 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; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container { border-width: 0; border-radius: 0; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#PTAMgi4AUu0u3hA7pta3TFX7NGZwGTsl { 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; }
#pAwIlhhPQNIHOlRm3mdLSTyDP8zgHReg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IGIkSUlKOn5EfL4TT2svQnknnlM5nayG { 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; }
#A4dhR1eFkxdFitTQF6gHpis8B0nkRAd2 { 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; }
#fsJcd1ixuxqc9aXJBHL076u9Sor5EEKk { 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; }
#v0c4UG6nHX2bXmPvACd4Mi3DdV7niMyZ { 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; }
#tftfT6hsOuQiCLJpUbDwTt502vis6qH9 { 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; }
#CWWJmKBPzh6B7iZ5hg9QF7QDkBKkSBhD { 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; }
#HHOrdPlQyXwV9qcO75XoNDDig5DoMqww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcTIh1zoHfTAmzf52HPVptrbBuWTvD2O { 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; }
#qlyRNUdPBOzbZm9NCEMs3uZN3mwrUyae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#omqkPSrQ0PyerPANH074NwdSfKLpT1AB { 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; }
#JTHyIud6Vn5anvHoI2b4bJqzhtONNOx0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc { 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; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row .container { border-width: 0; border-radius: 0; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-trigger.adaptive-delivery-prevent-bg, #RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-trigger.lazyload, #RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-trigger.lazyloading { background-image: none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz { 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; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #TzkuDHCaZbIZwxMQ6n2dV9N7AGiuMTKx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #P7QGaUFSNvrxhuECm5aTgadqfnekDrtg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Q3SJVR0JTTk1DbRvbLVTQyW2MCATu08t { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #mkugbm14D9CA055sSopTuz1Kc5NU4ugK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Wuvuna9lNPpf9LkW5q4Mnmutw4kNg6cu {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #nvhpT73lXt4yOMPPL5n6raydTsVvcTBr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #aB5z5Bbskplk27ErllbPFduJ2pCO0O0N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #w48XfXmzfIvuQm83WSRFZR2IgLWJducs { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #AFpVHbIcucGTncepoccLAtJvhT8q2rJM {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #zd9Jzn14GrofTeHEJ2lER9TXd7UPpvMy { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ve2Cn24ACVdBcVlPXL993fleCwZKKooq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #BTpICs5aLPlkgkTXOyTflOUoKXIay3Fc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #PphBe0okOUMwOgOlG1R6yzuQ6NGO7FM9 { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #v4N5qlaaguV9e6rgTNP5Zo3o51VuBG59 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #JeZnCw5ZMZ2uaUKeRSIuF6p0TzMDn3Lv { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #SWgTTUafD01hzABpn3BK0ZDn9sBuOVTL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #G9PkD7rOSFDryBpOmZ7eUX4PAZJg2Lia { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #L8SMrfZ8zQDJL1Z4k9xLGVu1rr2zfKqE { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #LiCXgTTTMeQlwSAzbU9IIbyeFrfWbPNe {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #BTv4g6beCRlwEoJu6ko3nos43Q7a0xGE { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #QmlHPW6a9HyHZ8HsduyuLVsOaCMV45XN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Jl7c0PyOzdF8zDapTMB4Q8GVn5VVD5sG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Tc5L8qGBlLuXeogUUBKbfL533XU29Ubc { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Qc83QNNz9fsIwvXTteTdTegV1X6bbCii {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gT5leiyW9f19oQQHRgXbA5iWOQ0VoFMF { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #l7xfQNKGyLhe9ReFdFxhGaTP9BJ7ng5H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #kt0oOR2ZEAwbAvRiT41goEfI5G9xQrfK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ZV11DcDlQlTEQNOl0cgfJ7Ww1AVgTcSV { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Iit0a35E6sWVfkHy8qQJnwTOI0w07T1J {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #d1NT5u8Z3dVgl9i5M7Z1ZkKCQwy604T8 { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #HAqTQ5iMN8GCZHlIQQCyX10pqJr7dtcq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gtqAVFNUhJCH1OV5wi5ACHgwyp5vttTg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #EN4lb77HFLTrBw2tqs5FMUdcK9H26XaW { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #saxSAEy2CtTW3mk8rqcN2pTkGcaMogfe {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #dM0ifoiwVUWacAaME28S32cozetqrVog { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #iSIU7ko0a3OBZ1IdcrtMmxIIdeB15eZi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gsWWK2Cap1O7n3SbS1SHrdzUi9RiBeoB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #hGxtAWrTTxSWAazlp9ncfk9fhuKWD5Nd { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #O1rtki68KiRXuNtZnKtNsrK09A2GQcog {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #A3mVu9UmiyBadhrqCsNxeLL0DIp6SkGw { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #kTp8TpS2irDgShreWL4eTvFTRxbWiMLG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #iT8T67vuXXVWqT7AqACPcVnoNN1HNn9c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #bMJIfnPhysBdz7PbiccayTqdTIRMwfIt { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #DlAiJTt2WK10sA2QOtA88umcX2gImr74 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Z7rvBsWf6fvHPhXTS3yzQXtJhsR274sI { display:none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #poeAgTnCTlRBVdaZs7GVBG3qFAWX64Ra { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ZEis4ZZZgFZcNt0ElqdJMS4965n0l0Z1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #m83AJhzUBnhN4SFgA07QnlDDqrhB0wJ8 { display:block;position:relative; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #JtT5AsFPmcPTwOzAXrgRz5TZAONHe7LK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #NvZFfDU5XsKBxTAJ4c4VTERaVHXAwwyu { display:none; }
#eBf1kmJ4i6ELuG5dIR15Cn524kWoXsmC { 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; }
#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 { 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; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7.adaptive-delivery-prevent-bg, #KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7.lazyload, #KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7.lazyloading { background-image: none; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row .container { border-width: 0; border-radius: 0; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7::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; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#bMcboTWmkg6HKn3BH4HBlEnGTDxMkQxi { 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; }
#vswfhX8VLBQUkT3MRxNThXro9NVFR6cv { 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; }
#FocLLhRTEJRt0N2y2NZGoe69CkLDPoKT { 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; }
#HbDHJcJRNUi9mt34WvlTPgTmxWc42yDc { 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; }
#O2vlTm1WpZLZnUZ7BNcWRGy0J3DTEZ0v { 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; }
#rgyLdmnwNprngcdzxr6mB8MCb1FRgcJn { 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; }
#CM18m0V14PxJST4THqrEZUMSHKTJHxWD { 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; }
#B4835JxJGGMDVPaT75longZUrHS6rbbQ { 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; }
#ickR8iKsqFkbK3Xzm6KZeUpbCK63Z7T8 { 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; }
#oeGcHgEaKHZeKyWanxs88IvfPu8FrhBW { 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; }
#V9WdPHbVTxKw89u8Jyy6VKDGwm8C93UL { 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; }
#gdnRRkIuLEmbT8xulVJZofw0gp41BBCK { 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; }
#ZugMRNHak4Cs2mQRbSra2Xk8oWnOG0bB { 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; }
#io3J0ZJOeJd7h4TZ41TrkEURpOhRtCGu { 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; }
#BK2f3WpMnNGqbo1at55LXsvDJCSaDszK { 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; }
#TVfc57sL9wizKgBysCMh8TMfyv038OW9 { 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; }
#kOydb7KWATLMDVTDUn7lwVGuZ76o02tH { 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; }
#VfNvR8epxvqe2rTyCifDAJqyOzMtfgds { 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; }
#Tw7aVH69J7INaVTEbOkJtzw9ybwsXCH2 { 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; }
#vTwovgqRTLa7BxtWfwSTIxOGsybSXLOi { 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; }
#QTOXPrSiuK2IcFPVTTWSxI8zlDhg2TNu { 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; }
#i0OLbvs6EhJb76STALcw691QrURB1TO4 { 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; }
#WSeJSaeAx6ZU9RzcO3HFsfHD2MFuOkWK { 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; }
#WSeJSaeAx6ZU9RzcO3HFsfHD2MFuOkWK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CKRQJ5UqqRTTV46bcx0wLUSCA1hriexg { 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; }
#TKyDZCBakKSAS9biACy4JCvRTvLCVTC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EirH6TSFBSiRa7yqQ8xGcGllbEA0vIz5 { 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; }
#EirH6TSFBSiRa7yqQ8xGcGllbEA0vIz5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#yn9GLnhq0GcE5lOqlZ8tu5Dkqm3gsm3A { 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; }
#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS { 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; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container { border-width: 0; border-radius: 0; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#VnBkpc1R31ONVlv9TrOrDPfrw8WkwwPP { 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; }
#xAv6pdxsWET134dzqXudC3oayROtLFt6 { 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; }
#U5GnLBRDCveTKVrB8L6gdDdDIch0ZbT4 { 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; }
#Sk7QAVsQ4iwl2JTJJJ1BSX9REIAIvCDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MT4uxM73zylXAJfZ2xLrEnVlSKbP3yGU { 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; }
#IBfr2AdsC0JF2xXbxErRJTT6E2uJhymt { 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; }
#fnItTbggn9D34U0wIux7LJQepy0tR4yi { 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; }
#xpC71XkrD8ZtXExofACDqRxO843a5Tur { 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; }
#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi { 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; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container { border-width: 0; border-radius: 0; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#xPSPodZdqSwwaRXagubPORqBZJCXstAl { 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; }
#ai8av4Cz1aeqMETAZ88HBOOTOnrlgUbv { 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; }
#aHyp91AmizhtTtPd9Wn6SMUrBPJCTdbb { 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; }
#JGIZNULytTAmIHfC9CRxcviqRw9RQ2Ke { 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; }
#ZlGinLSKDCTk2nDECzZ6kWMTBT5L4F3V { 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; }
#GZzcDDDTFLHcCfe541luF3WhKbLUCuv9 { 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; }
#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl { 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; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container { border-width: 0; border-radius: 0; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#BWw1raGxdhsxmmv8CpSSmXb54bhGWaOA { 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; }
#JxIOTwNJ13Fe8qzqLtWslk1fXdopKVZm { 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; }
#kluMwmCMA96dn6rfTbis7b2l21J0B7b9 { 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; }
body { position:relative;display:block; }
#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l { display:none; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row .container { width:47.75rem;position:relative;display:none; }#iT50lP1SXagekOES3R8cOBJpNeVTGNzG { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#Z8dcGGZGqwyR43DFm6V6bOJKQysolzoL { display:block; }
#NZcTNp5dyfCtXKDRwu87STXis690pSDQ { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#pNHmUpdVLPzRHKQJVzhNgFR6nZSKBzCW { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#s71kn86wOA7IiCvvpDIx7peGTrfcXoZ0 { display:block; }
#z4AmugEmnyGhZEUTIEswQ5ZuEEV6mDg6 { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#z4AmugEmnyGhZEUTIEswQ5ZuEEV6mDg6 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#uMdRyS7KTq2b7xk5kHkAKbfBhmk91KBi { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#vXanxO3CvBwK1DT0RENU2TLc6Mgpwykq { display:block; }
#sVXbNKMnvHOoXZ5pilLGkvfTJU2bo2l4 { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#cFHqmpMZZdsZSnWxbgffQKlRZT30yuo1 { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#IonwXt1mBTriKy2o242nvTsTfVyIUd6w { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#nko5qZAFUlMo6x5MhAO6TrfFLZPDiKsr { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#ei73aKLgamhUpdnuz3FAT0oF7undVZoF { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#qxSvvh7wnrD5AxRqEq6g10gSMn8dd2C8 { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#VEVyafMkuq2UbzlehzAXlsR0WTnkD5q5 { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#nXMGTnoC0pBkF3ElLQzqRQyEr3NOxTRH { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#i86k4CguwLSzIbmvuEVDeFnmZ4mDa83M { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG { display:none; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container { width:47.75rem;position:relative;display:none; }#XEBfRknmGccekVHxMy0k7dKp4ps4b1QS { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#Rm4qtuZMfekmtq1SpwSD9b71zzMaqvWk { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA { display:none; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA { border-width: 0; border-radius: 0; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .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; }#UihnFXN1quTtJ2QXOeHwEoMnZa1yDVy7 { top:2.1875rem;left:0rem;width:19.125rem;height:;font-size:1.4375rem;color:#000000;display:none; }
#WlZbwgoXSLB7Zg7C7JFC4ob80KdBEbPq { top:13.6875rem;left:0rem;width:18.4375rem;height:;font-size:1.5625rem;color:#000000;display:none; }
#Unn69FDXle8t6TrK61RbdLILKb3EDk3b { width:27rem;height:27rem;display:none; }
#hnfotsJoTMbB4PE6TzhqwEbVCcWLD6qH { top:1.5rem;left:0rem;width:19.125rem;height:8.0625rem;font-size:1.5rem;color:#000000;display:none; }
#cxcLoN1RPtoV7KmNtTNNNUVWFcxP6tOW { width:11.75rem;height:12.5rem;display:none; }
#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu { display:none; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row .container { width:47.75rem;position:relative;display:none; }#qEC2iTPd1iwK6pa3Cyixh9puqx2U3pfk { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#oie5ndCSxeTmiMdN9L5TFqkGTS3FMdJT { width:47.75rem;height:19rem;display:none; }
#l0452tciLDyrVaSvTKCqTIro8TzF5SQN { width:14.0625rem;height:5.125rem;display:none; }
#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus { display:none; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row .container { width:47.75rem;position:relative;display:none; }#EQH80Z5mLJnCh1JsPE268RDVyziSAEVV { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#ElhRBIcZHqAiAkFMKMuONxEaP8DcGmkN { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#bmJdNhMIBi11vpXEgf00tJ76lhv2cyq3 { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#HVB5IBWthyvufpOUCVJmeaDCiiaTqP0E { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp { display:none; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row .container { width:47.75rem;position:relative;display:none; }#RLhMzP3X6HKlRbx12hEq0Wyi3NZggylA { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#ai5OQBGkr2wZdRAeptCKzhZnXycTfHhb { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#fWODmzXGMBoxSFRndVyHbXdz6nl09aMo { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#AX7Ny7TTqo67H8tUlysOUiMB4uPvT7Tg { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#Mzgx1WaxPHzBt2RQXJZB9EJ9ty6kMMac { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#o1EAI7hRMurZ2BWG5BXlvA0yVCnWRERh { display:block; }
#JDPtWwe3kVGz9C1wPQyT0aIF6JkOKGpg { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#CVrxgpZT9PFlQwG9mU7L3Rd4u0Jank2P { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#vVMx3so5QuO7kFCvBkht4y7xJ7VsaWKh { display:block; }
#wgA8aGhx9Tqgag1AckTsJSBFZEveEeQl { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#kuGAe3NCEnZFH7fppFDxzx07nesa8qf8 { width:23.5rem;height:27.75rem;display:none; }
#W4eeupHTsBoxE9UqGemX6Lanuo8CUDxk { display:none; }
#DeRyOSe2F6umWIwSaxbkutDOGD8U9Ol1 { display:none; }
#DdMqgUJRo8zvAE8b68EHTVLWdxi6XnpM { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-text {padding-top: 0; padding-bottom: 0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-select {padding-top: 0; padding-bottom: 0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn  { width:15rem;height:auto;top:15rem;left:0rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn {display:block;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn { width:15rem;height:auto;top:15rem;left:0rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #rV9NzW8T7RU3lBkovlnIuxBNEhfALhwJ {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #fcG3NoMI0m2FvG33KDX1J2icNcouUsXT { display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #Vh4dNknIPgC6BQuZJnUHMF8PsEdvNpVb {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #l6Kt4bAvAPT1KO7RI7dnTebJSRkva7sf {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #QKHua077WaGd3qlTBzTkWy2Q55GkpoGy { display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #KTvlFAziosItAlImra8xo0xt0a3qz0WZ {  }
#nf0mvsMxW2GTt4fizyUNRqaWOJSXmISr { display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #ICHENIsBfpuQaXwepOpfk77JbIF8i8AJ {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #pNBnrGWhH5uJv3Tb1F6pSh4GNMBQDmoz {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #UkTzhx7XgzJMQTnwTThxGZrrP2dEI3Br {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #WRro60yrS2wPcz9RdonvrbaacCLb5lMs {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #LGCFSLurp275ytCgXNtMvosupVePpiC8 { display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #hgWbBX8QxE0NAtqt00L0MLIayhVycbHv {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #wTpr9sX2oAmpsRpBffJz2n4CazBWAuXy {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #TtTypoIB3LW6GCfTwDC2oh2Eu5tgMa7f {  }
#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 { display:none; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .row .container { width:47.75rem;position:relative;display:none; }#XflfaT7SQuQ3tFzZOUfve82Gp215xydV { display:none; }
#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH { display:none; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container { width:47.5rem;position:relative;display:none; }#PTAMgi4AUu0u3hA7pta3TFX7NGZwGTsl { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#pAwIlhhPQNIHOlRm3mdLSTyDP8zgHReg { display:block; }
#IGIkSUlKOn5EfL4TT2svQnknnlM5nayG { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#A4dhR1eFkxdFitTQF6gHpis8B0nkRAd2 { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#fsJcd1ixuxqc9aXJBHL076u9Sor5EEKk { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#v0c4UG6nHX2bXmPvACd4Mi3DdV7niMyZ { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#tftfT6hsOuQiCLJpUbDwTt502vis6qH9 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#CWWJmKBPzh6B7iZ5hg9QF7QDkBKkSBhD { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#HHOrdPlQyXwV9qcO75XoNDDig5DoMqww { display:block; }
#bcTIh1zoHfTAmzf52HPVptrbBuWTvD2O { width:;height:;display:none; }
#qlyRNUdPBOzbZm9NCEMs3uZN3mwrUyae { display:block; }
#omqkPSrQ0PyerPANH074NwdSfKLpT1AB { width:;height:;display:none; }
#JTHyIud6Vn5anvHoI2b4bJqzhtONNOx0 { display:block; }
#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc { display:none; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row .container { width:47.75rem;position:relative;display:none; }#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #TzkuDHCaZbIZwxMQ6n2dV9N7AGiuMTKx {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #P7QGaUFSNvrxhuECm5aTgadqfnekDrtg {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Q3SJVR0JTTk1DbRvbLVTQyW2MCATu08t {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #mkugbm14D9CA055sSopTuz1Kc5NU4ugK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Wuvuna9lNPpf9LkW5q4Mnmutw4kNg6cu {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #nvhpT73lXt4yOMPPL5n6raydTsVvcTBr {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #aB5z5Bbskplk27ErllbPFduJ2pCO0O0N {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #w48XfXmzfIvuQm83WSRFZR2IgLWJducs {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #AFpVHbIcucGTncepoccLAtJvhT8q2rJM {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #zd9Jzn14GrofTeHEJ2lER9TXd7UPpvMy {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ve2Cn24ACVdBcVlPXL993fleCwZKKooq {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #BTpICs5aLPlkgkTXOyTflOUoKXIay3Fc {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #PphBe0okOUMwOgOlG1R6yzuQ6NGO7FM9 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #v4N5qlaaguV9e6rgTNP5Zo3o51VuBG59 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #JeZnCw5ZMZ2uaUKeRSIuF6p0TzMDn3Lv {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #SWgTTUafD01hzABpn3BK0ZDn9sBuOVTL {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #G9PkD7rOSFDryBpOmZ7eUX4PAZJg2Lia {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #L8SMrfZ8zQDJL1Z4k9xLGVu1rr2zfKqE {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #LiCXgTTTMeQlwSAzbU9IIbyeFrfWbPNe {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #BTv4g6beCRlwEoJu6ko3nos43Q7a0xGE {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #QmlHPW6a9HyHZ8HsduyuLVsOaCMV45XN {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Jl7c0PyOzdF8zDapTMB4Q8GVn5VVD5sG {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Tc5L8qGBlLuXeogUUBKbfL533XU29Ubc {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Qc83QNNz9fsIwvXTteTdTegV1X6bbCii {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gT5leiyW9f19oQQHRgXbA5iWOQ0VoFMF {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #l7xfQNKGyLhe9ReFdFxhGaTP9BJ7ng5H {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #kt0oOR2ZEAwbAvRiT41goEfI5G9xQrfK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ZV11DcDlQlTEQNOl0cgfJ7Ww1AVgTcSV {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Iit0a35E6sWVfkHy8qQJnwTOI0w07T1J {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #d1NT5u8Z3dVgl9i5M7Z1ZkKCQwy604T8 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #HAqTQ5iMN8GCZHlIQQCyX10pqJr7dtcq {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gtqAVFNUhJCH1OV5wi5ACHgwyp5vttTg {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #EN4lb77HFLTrBw2tqs5FMUdcK9H26XaW {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #saxSAEy2CtTW3mk8rqcN2pTkGcaMogfe {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #dM0ifoiwVUWacAaME28S32cozetqrVog {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #iSIU7ko0a3OBZ1IdcrtMmxIIdeB15eZi {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gsWWK2Cap1O7n3SbS1SHrdzUi9RiBeoB {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #hGxtAWrTTxSWAazlp9ncfk9fhuKWD5Nd {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #O1rtki68KiRXuNtZnKtNsrK09A2GQcog {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #A3mVu9UmiyBadhrqCsNxeLL0DIp6SkGw {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #kTp8TpS2irDgShreWL4eTvFTRxbWiMLG {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #iT8T67vuXXVWqT7AqACPcVnoNN1HNn9c {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #bMJIfnPhysBdz7PbiccayTqdTIRMwfIt {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #DlAiJTt2WK10sA2QOtA88umcX2gImr74 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Z7rvBsWf6fvHPhXTS3yzQXtJhsR274sI {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #poeAgTnCTlRBVdaZs7GVBG3qFAWX64Ra {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ZEis4ZZZgFZcNt0ElqdJMS4965n0l0Z1 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #m83AJhzUBnhN4SFgA07QnlDDqrhB0wJ8 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #JtT5AsFPmcPTwOzAXrgRz5TZAONHe7LK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #NvZFfDU5XsKBxTAJ4c4VTERaVHXAwwyu {  }
#eBf1kmJ4i6ELuG5dIR15Cn524kWoXsmC { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 { display:none; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row .container { width:47.75rem;position:relative;display:none; }#bMcboTWmkg6HKn3BH4HBlEnGTDxMkQxi { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#vswfhX8VLBQUkT3MRxNThXro9NVFR6cv { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#FocLLhRTEJRt0N2y2NZGoe69CkLDPoKT { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#HbDHJcJRNUi9mt34WvlTPgTmxWc42yDc { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#O2vlTm1WpZLZnUZ7BNcWRGy0J3DTEZ0v { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#rgyLdmnwNprngcdzxr6mB8MCb1FRgcJn { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#CM18m0V14PxJST4THqrEZUMSHKTJHxWD { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#B4835JxJGGMDVPaT75longZUrHS6rbbQ { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#ickR8iKsqFkbK3Xzm6KZeUpbCK63Z7T8 { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#oeGcHgEaKHZeKyWanxs88IvfPu8FrhBW { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#V9WdPHbVTxKw89u8Jyy6VKDGwm8C93UL { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#gdnRRkIuLEmbT8xulVJZofw0gp41BBCK { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#ZugMRNHak4Cs2mQRbSra2Xk8oWnOG0bB { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#io3J0ZJOeJd7h4TZ41TrkEURpOhRtCGu { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#BK2f3WpMnNGqbo1at55LXsvDJCSaDszK { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#TVfc57sL9wizKgBysCMh8TMfyv038OW9 { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#kOydb7KWATLMDVTDUn7lwVGuZ76o02tH { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#VfNvR8epxvqe2rTyCifDAJqyOzMtfgds { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#Tw7aVH69J7INaVTEbOkJtzw9ybwsXCH2 { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#vTwovgqRTLa7BxtWfwSTIxOGsybSXLOi { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#QTOXPrSiuK2IcFPVTTWSxI8zlDhg2TNu { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#i0OLbvs6EhJb76STALcw691QrURB1TO4 { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#WSeJSaeAx6ZU9RzcO3HFsfHD2MFuOkWK { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#WSeJSaeAx6ZU9RzcO3HFsfHD2MFuOkWK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CKRQJ5UqqRTTV46bcx0wLUSCA1hriexg { width:;height:;display:none; }
#TKyDZCBakKSAS9biACy4JCvRTvLCVTC4 { display:block; }
#EirH6TSFBSiRa7yqQ8xGcGllbEA0vIz5 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#EirH6TSFBSiRa7yqQ8xGcGllbEA0vIz5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#yn9GLnhq0GcE5lOqlZ8tu5Dkqm3gsm3A { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS { display:none; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container { width:47.5rem;position:relative;display:none; }#VnBkpc1R31ONVlv9TrOrDPfrw8WkwwPP { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#xAv6pdxsWET134dzqXudC3oayROtLFt6 { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#U5GnLBRDCveTKVrB8L6gdDdDIch0ZbT4 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#Sk7QAVsQ4iwl2JTJJJ1BSX9REIAIvCDf { display:block; }
#MT4uxM73zylXAJfZ2xLrEnVlSKbP3yGU { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#IBfr2AdsC0JF2xXbxErRJTT6E2uJhymt { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#fnItTbggn9D34U0wIux7LJQepy0tR4yi { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#xpC71XkrD8ZtXExofACDqRxO843a5Tur { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi { display:none; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container { width:47.5rem;position:relative;display:none; }#xPSPodZdqSwwaRXagubPORqBZJCXstAl { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#ai8av4Cz1aeqMETAZ88HBOOTOnrlgUbv { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#aHyp91AmizhtTtPd9Wn6SMUrBPJCTdbb { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#JGIZNULytTAmIHfC9CRxcviqRw9RQ2Ke { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#ZlGinLSKDCTk2nDECzZ6kWMTBT5L4F3V { top:0rem;width:;height:;display:none; }
#GZzcDDDTFLHcCfe541luF3WhKbLUCuv9 { top:0rem;width:;height:;display:none; }
#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl { display:none; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container { width:47.5rem;position:relative;display:none; }#BWw1raGxdhsxmmv8CpSSmXb54bhGWaOA { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#JxIOTwNJ13Fe8qzqLtWslk1fXdopKVZm { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#kluMwmCMA96dn6rfTbis7b2l21J0B7b9 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
body { position:relative;display:block; }
#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l { 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; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row .container { background-color: transparent; background-image: none; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row .container > .video-iframe-container { display: none; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row > .video-iframe-container { display: none; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .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); }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row .container { border-width: 0; border-radius: 0; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezETpRPOySAsv0o4oSiB2Cfm7eAkGp7l > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#iT50lP1SXagekOES3R8cOBJpNeVTGNzG { 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; }
#Z8dcGGZGqwyR43DFm6V6bOJKQysolzoL { display:block; }
#NZcTNp5dyfCtXKDRwu87STXis690pSDQ { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#pNHmUpdVLPzRHKQJVzhNgFR6nZSKBzCW { 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; }
#s71kn86wOA7IiCvvpDIx7peGTrfcXoZ0 { display:block; }
#z4AmugEmnyGhZEUTIEswQ5ZuEEV6mDg6 { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#z4AmugEmnyGhZEUTIEswQ5ZuEEV6mDg6 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#uMdRyS7KTq2b7xk5kHkAKbfBhmk91KBi { 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; }
#vXanxO3CvBwK1DT0RENU2TLc6Mgpwykq { display:block; }
#sVXbNKMnvHOoXZ5pilLGkvfTJU2bo2l4 { 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; }
#cFHqmpMZZdsZSnWxbgffQKlRZT30yuo1 { 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; }
#IonwXt1mBTriKy2o242nvTsTfVyIUd6w { 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; }
#nko5qZAFUlMo6x5MhAO6TrfFLZPDiKsr { 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; }
#ei73aKLgamhUpdnuz3FAT0oF7undVZoF { 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; }
#qxSvvh7wnrD5AxRqEq6g10gSMn8dd2C8 { 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; }
#VEVyafMkuq2UbzlehzAXlsR0WTnkD5q5 { 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; }
#nXMGTnoC0pBkF3ElLQzqRQyEr3NOxTRH { 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; }
#i86k4CguwLSzIbmvuEVDeFnmZ4mDa83M { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/34d97cce-10c6-40a0-8b2d-88632f51467d/74d970214fa4c5ddf3729bd5ce1713ff.crop_736x468_0,230.jpg");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; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG.adaptive-delivery-prevent-bg, #MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG.lazyload, #MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG.lazyloading { background-image: none; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container { background-color: transparent; background-image: none; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container > .video-iframe-container { display: none; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row > .video-iframe-container { display: none; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .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); }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container { border-width: 0; border-radius: 0; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHzOB9bkflpX9AzMq3Ol7tnPNH45f5hG > .row .container { width:20rem;height:14.25rem;position:relative;display:block; }#XEBfRknmGccekVHxMy0k7dKp4ps4b1QS { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#Rm4qtuZMfekmtq1SpwSD9b71zzMaqvWk { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA { 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:block; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row .container { background-color: transparent; background-image: none; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row .container > .video-iframe-container { display: none; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row > .video-iframe-container { display: none; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .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); }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row .container { border-width: 0; border-radius: 0; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bW8RTbbMSTZBCxnAFGPZa0IioxMnzMsA > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; }#UihnFXN1quTtJ2QXOeHwEoMnZa1yDVy7 { top:2.4045140743256rem;left:0.40690106153488rem;width:19.181875rem;height:1.7252625rem;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; }
#WlZbwgoXSLB7Zg7C7JFC4ob80KdBEbPq { top:12.792969703674rem;left:0.74978297948838rem;width:18.499375rem;height:1.5629875rem;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; }
#Unn69FDXle8t6TrK61RbdLILKb3EDk3b { 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; }
#hnfotsJoTMbB4PE6TzhqwEbVCcWLD6qH { 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; }
#cxcLoN1RPtoV7KmNtTNNNUVWFcxP6tOW { top:17.597657203674rem;left:0.40690106153488rem;width:8.5623125rem;height:9.249125rem;z-index:15255;overflow:hidden;display:block; }
#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu { display:block; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu { background-color: transparent; background-image: none; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row .container > .video-iframe-container { display: none; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row > .video-iframe-container { display: none; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .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); }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu { border-width: 0; border-radius: 0; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .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; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .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; }#f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row .container.adaptive-delivery-prevent-bg, #f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row .container.lazyload, #f4fJdmFOL9JSHMEdPeC6yHPkE7UiIOpu > .row .container.lazyloading { background-image: none; }#qEC2iTPd1iwK6pa3Cyixh9puqx2U3pfk { 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; }
#oie5ndCSxeTmiMdN9L5TFqkGTS3FMdJT { 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; }
#l0452tciLDyrVaSvTKCqTIro8TzF5SQN { 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; }
#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus { display:block; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus { background-color: transparent; background-image: none; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row .container > .video-iframe-container { display: none; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row > .video-iframe-container { display: none; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .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); }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus { border-width: 0; border-radius: 0; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .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; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .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; }#rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row .container.adaptive-delivery-prevent-bg, #rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row .container.lazyload, #rRS2vesRK3xOFft0v3JtKTBLu4A6Btus > .row .container.lazyloading { background-image: none; }#EQH80Z5mLJnCh1JsPE268RDVyziSAEVV { 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; }
#ElhRBIcZHqAiAkFMKMuONxEaP8DcGmkN { 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; }
#bmJdNhMIBi11vpXEgf00tJ76lhv2cyq3 { 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; }
#HVB5IBWthyvufpOUCVJmeaDCiiaTqP0E { 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; }
#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp { 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; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp.adaptive-delivery-prevent-bg, #eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp.lazyload, #eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp.lazyloading { background-image: none; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row .container { background-color: transparent; background-image: none; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row .container > .video-iframe-container { display: none; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row > .video-iframe-container { display: none; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .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); }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row .container { border-width: 0; border-radius: 0; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUd7zgWxmvbNlqJPBHlwMsCIV8OhOLtp > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#RLhMzP3X6HKlRbx12hEq0Wyi3NZggylA { 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; }
#ai5OQBGkr2wZdRAeptCKzhZnXycTfHhb { 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; }
#fWODmzXGMBoxSFRndVyHbXdz6nl09aMo { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#AX7Ny7TTqo67H8tUlysOUiMB4uPvT7Tg { 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; }
#Mzgx1WaxPHzBt2RQXJZB9EJ9ty6kMMac { 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; }
#o1EAI7hRMurZ2BWG5BXlvA0yVCnWRERh { display:block; }
#JDPtWwe3kVGz9C1wPQyT0aIF6JkOKGpg { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#CVrxgpZT9PFlQwG9mU7L3Rd4u0Jank2P { 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; }
#vVMx3so5QuO7kFCvBkht4y7xJ7VsaWKh { display:block; }
#wgA8aGhx9Tqgag1AckTsJSBFZEveEeQl { 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; }
#kuGAe3NCEnZFH7fppFDxzx07nesa8qf8 { 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; }
#W4eeupHTsBoxE9UqGemX6Lanuo8CUDxk { 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; }
#DeRyOSe2F6umWIwSaxbkutDOGD8U9Ol1 { 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; }
#DdMqgUJRo8zvAE8b68EHTVLWdxi6XnpM { 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; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-form-header { font-size:0.75rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:1.875rem;color:#365638;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-text {padding-top: 0; padding-bottom: 0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#365638;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:1.9375rem;color:#365638;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-select {padding-top: 0; padding-bottom: 0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .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; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#365638;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:2.25rem;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#fdfdfd;width:10.75rem;height:2.9375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]:-moz-placeholder { color:#365638;font-family:"br font n-day";font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]::-moz-placeholder { color:#365638;font-family:"br font n-day";font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]:-ms-input-placeholder { color:#365638;font-family:"br font n-day";font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn [class*="-text"]::-webkit-input-placeholder { color:#365638;font-family:"br font n-day";font-size:0.875rem; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .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; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-container:first-of-type{padding-top:0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-container:last-of-type{padding-bottom:0;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.591796875rem;top:19.60546875rem;z-index:15001; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn {display:block;}#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.591796875rem;top:19.60546875rem;z-index:15001; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #rV9NzW8T7RU3lBkovlnIuxBNEhfALhwJ {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #fcG3NoMI0m2FvG33KDX1J2icNcouUsXT { display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #Vh4dNknIPgC6BQuZJnUHMF8PsEdvNpVb {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #l6Kt4bAvAPT1KO7RI7dnTebJSRkva7sf {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #QKHua077WaGd3qlTBzTkWy2Q55GkpoGy { display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #KTvlFAziosItAlImra8xo0xt0a3qz0WZ {  }
#nf0mvsMxW2GTt4fizyUNRqaWOJSXmISr { display:block; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #ICHENIsBfpuQaXwepOpfk77JbIF8i8AJ {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #pNBnrGWhH5uJv3Tb1F6pSh4GNMBQDmoz { display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #UkTzhx7XgzJMQTnwTThxGZrrP2dEI3Br {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #WRro60yrS2wPcz9RdonvrbaacCLb5lMs {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #LGCFSLurp275ytCgXNtMvosupVePpiC8 { display:none; }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #hgWbBX8QxE0NAtqt00L0MLIayhVycbHv {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #wTpr9sX2oAmpsRpBffJz2n4CazBWAuXy {  }
#FlXtbCk28KMXfhT6a2DK1T9qH6oIsnRn #TtTypoIB3LW6GCfTwDC2oh2Eu5tgMa7f {  }
#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 { display:block; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 { background-color: transparent; background-image: none; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .row .container > .video-iframe-container { display: none; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .row > .video-iframe-container { display: none; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .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); }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 { border-width: 0; border-radius: 0; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .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; }#SglNnVZEGUT7mn4TpRqZkfLp93ngtO45 > .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; }#XflfaT7SQuQ3tFzZOUfve82Gp215xydV { top:5.8648004531861rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH { display:block; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH { background-color: transparent; background-image: none; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container > .video-iframe-container { display: none; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row > .video-iframe-container { display: none; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .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); }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH { border-width: 0; border-radius: 0; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .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; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .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; }#wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container.adaptive-delivery-prevent-bg, #wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container.lazyload, #wyUd5rnKqMVvV6ln5sEzepxMTrPwgFTH > .row .container.lazyloading { background-image: none; }#PTAMgi4AUu0u3hA7pta3TFX7NGZwGTsl { 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; }
#pAwIlhhPQNIHOlRm3mdLSTyDP8zgHReg { display:block; }
#IGIkSUlKOn5EfL4TT2svQnknnlM5nayG { 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; }
#A4dhR1eFkxdFitTQF6gHpis8B0nkRAd2 { 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; }
#fsJcd1ixuxqc9aXJBHL076u9Sor5EEKk { 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; }
#v0c4UG6nHX2bXmPvACd4Mi3DdV7niMyZ { 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; }
#tftfT6hsOuQiCLJpUbDwTt502vis6qH9 { width:19.1875rem;height:3.0013rem;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; }
#CWWJmKBPzh6B7iZ5hg9QF7QDkBKkSBhD { 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; }
#HHOrdPlQyXwV9qcO75XoNDDig5DoMqww { display:block; }
#bcTIh1zoHfTAmzf52HPVptrbBuWTvD2O { 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; }
#qlyRNUdPBOzbZm9NCEMs3uZN3mwrUyae { display:block; }
#omqkPSrQ0PyerPANH074NwdSfKLpT1AB { 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; }
#JTHyIud6Vn5anvHoI2b4bJqzhtONNOx0 { display:block; }
#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc { position:relative;z-index:auto;display:block; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc { background-color: transparent; background-image: none; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row .container > .video-iframe-container { display: none; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .row > .video-iframe-container { display: none; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .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); }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc { border-width: 0; border-radius: 0; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .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; }#etZhZNz8gVb0TfJVa5hiDdboTKD7Owdc > .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; }#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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); }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .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; }#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-trigger.adaptive-delivery-prevent-bg, #RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-trigger.lazyload, #RtclwtRwHL517sa3Lyi8ISHttTfBi2rz .accordion-trigger.lazyloading { background-image: none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz { 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; }#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz.adaptive-delivery-prevent-bg, #RtclwtRwHL517sa3Lyi8ISHttTfBi2rz.lazyload, #RtclwtRwHL517sa3Lyi8ISHttTfBi2rz.lazyloading { background-image: none; }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #TzkuDHCaZbIZwxMQ6n2dV9N7AGiuMTKx {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #P7QGaUFSNvrxhuECm5aTgadqfnekDrtg {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Q3SJVR0JTTk1DbRvbLVTQyW2MCATu08t {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #mkugbm14D9CA055sSopTuz1Kc5NU4ugK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Wuvuna9lNPpf9LkW5q4Mnmutw4kNg6cu {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #nvhpT73lXt4yOMPPL5n6raydTsVvcTBr {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #aB5z5Bbskplk27ErllbPFduJ2pCO0O0N {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #w48XfXmzfIvuQm83WSRFZR2IgLWJducs {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #AFpVHbIcucGTncepoccLAtJvhT8q2rJM {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #zd9Jzn14GrofTeHEJ2lER9TXd7UPpvMy {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ve2Cn24ACVdBcVlPXL993fleCwZKKooq {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #BTpICs5aLPlkgkTXOyTflOUoKXIay3Fc {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #PphBe0okOUMwOgOlG1R6yzuQ6NGO7FM9 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #v4N5qlaaguV9e6rgTNP5Zo3o51VuBG59 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #JeZnCw5ZMZ2uaUKeRSIuF6p0TzMDn3Lv {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #SWgTTUafD01hzABpn3BK0ZDn9sBuOVTL {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #G9PkD7rOSFDryBpOmZ7eUX4PAZJg2Lia {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #L8SMrfZ8zQDJL1Z4k9xLGVu1rr2zfKqE {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #LiCXgTTTMeQlwSAzbU9IIbyeFrfWbPNe {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #BTv4g6beCRlwEoJu6ko3nos43Q7a0xGE {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #QmlHPW6a9HyHZ8HsduyuLVsOaCMV45XN {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Jl7c0PyOzdF8zDapTMB4Q8GVn5VVD5sG {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Tc5L8qGBlLuXeogUUBKbfL533XU29Ubc {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Qc83QNNz9fsIwvXTteTdTegV1X6bbCii {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gT5leiyW9f19oQQHRgXbA5iWOQ0VoFMF {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #l7xfQNKGyLhe9ReFdFxhGaTP9BJ7ng5H {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #kt0oOR2ZEAwbAvRiT41goEfI5G9xQrfK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ZV11DcDlQlTEQNOl0cgfJ7Ww1AVgTcSV {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Iit0a35E6sWVfkHy8qQJnwTOI0w07T1J {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #d1NT5u8Z3dVgl9i5M7Z1ZkKCQwy604T8 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #HAqTQ5iMN8GCZHlIQQCyX10pqJr7dtcq {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gtqAVFNUhJCH1OV5wi5ACHgwyp5vttTg {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #EN4lb77HFLTrBw2tqs5FMUdcK9H26XaW {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #saxSAEy2CtTW3mk8rqcN2pTkGcaMogfe {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #dM0ifoiwVUWacAaME28S32cozetqrVog {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #iSIU7ko0a3OBZ1IdcrtMmxIIdeB15eZi {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #gsWWK2Cap1O7n3SbS1SHrdzUi9RiBeoB {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #hGxtAWrTTxSWAazlp9ncfk9fhuKWD5Nd {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #O1rtki68KiRXuNtZnKtNsrK09A2GQcog {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #A3mVu9UmiyBadhrqCsNxeLL0DIp6SkGw {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #kTp8TpS2irDgShreWL4eTvFTRxbWiMLG {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #iT8T67vuXXVWqT7AqACPcVnoNN1HNn9c {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #bMJIfnPhysBdz7PbiccayTqdTIRMwfIt {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #DlAiJTt2WK10sA2QOtA88umcX2gImr74 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #Z7rvBsWf6fvHPhXTS3yzQXtJhsR274sI {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #poeAgTnCTlRBVdaZs7GVBG3qFAWX64Ra {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #ZEis4ZZZgFZcNt0ElqdJMS4965n0l0Z1 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #m83AJhzUBnhN4SFgA07QnlDDqrhB0wJ8 {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #JtT5AsFPmcPTwOzAXrgRz5TZAONHe7LK {  }
#RtclwtRwHL517sa3Lyi8ISHttTfBi2rz #NvZFfDU5XsKBxTAJ4c4VTERaVHXAwwyu {  }
#eBf1kmJ4i6ELuG5dIR15Cn524kWoXsmC { 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; }
#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 { 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; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7.adaptive-delivery-prevent-bg, #KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7.lazyload, #KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7.lazyloading { background-image: none; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row .container { background-color: transparent; background-image: none; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row .container > .video-iframe-container { display: none; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .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); }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row > .video-iframe-container { display: none; }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .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); }#KsDoTTgSMq2OHaDbPZXzIZ6zAXSXA6d7 > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#bMcboTWmkg6HKn3BH4HBlEnGTDxMkQxi { 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; }
#vswfhX8VLBQUkT3MRxNThXro9NVFR6cv { 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; }
#FocLLhRTEJRt0N2y2NZGoe69CkLDPoKT { 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; }
#HbDHJcJRNUi9mt34WvlTPgTmxWc42yDc { 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; }
#O2vlTm1WpZLZnUZ7BNcWRGy0J3DTEZ0v { 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; }
#rgyLdmnwNprngcdzxr6mB8MCb1FRgcJn { 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; }
#CM18m0V14PxJST4THqrEZUMSHKTJHxWD { 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; }
#B4835JxJGGMDVPaT75longZUrHS6rbbQ { width:17.4989375rem;height:4.09863125rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#ickR8iKsqFkbK3Xzm6KZeUpbCK63Z7T8 { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#oeGcHgEaKHZeKyWanxs88IvfPu8FrhBW { 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; }
#V9WdPHbVTxKw89u8Jyy6VKDGwm8C93UL { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#gdnRRkIuLEmbT8xulVJZofw0gp41BBCK { 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; }
#ZugMRNHak4Cs2mQRbSra2Xk8oWnOG0bB { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#io3J0ZJOeJd7h4TZ41TrkEURpOhRtCGu { 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; }
#BK2f3WpMnNGqbo1at55LXsvDJCSaDszK { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#TVfc57sL9wizKgBysCMh8TMfyv038OW9 { 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; }
#kOydb7KWATLMDVTDUn7lwVGuZ76o02tH { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#VfNvR8epxvqe2rTyCifDAJqyOzMtfgds { 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; }
#Tw7aVH69J7INaVTEbOkJtzw9ybwsXCH2 { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#vTwovgqRTLa7BxtWfwSTIxOGsybSXLOi { 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; }
#QTOXPrSiuK2IcFPVTTWSxI8zlDhg2TNu { 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; }
#i0OLbvs6EhJb76STALcw691QrURB1TO4 { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#WSeJSaeAx6ZU9RzcO3HFsfHD2MFuOkWK { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#WSeJSaeAx6ZU9RzcO3HFsfHD2MFuOkWK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CKRQJ5UqqRTTV46bcx0wLUSCA1hriexg { 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; }
#TKyDZCBakKSAS9biACy4JCvRTvLCVTC4 { display:block; }
#EirH6TSFBSiRa7yqQ8xGcGllbEA0vIz5 { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#EirH6TSFBSiRa7yqQ8xGcGllbEA0vIz5 > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#yn9GLnhq0GcE5lOqlZ8tu5Dkqm3gsm3A { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS { display:block; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS { background-color: transparent; background-image: none; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container > .video-iframe-container { display: none; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row > .video-iframe-container { display: none; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .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); }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS { border-width: 0; border-radius: 0; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .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; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .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; }#DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container.adaptive-delivery-prevent-bg, #DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container.lazyload, #DvHz5TP80N1wX9FPzvA3ipzoUHkyQHyS > .row .container.lazyloading { background-image: none; }#VnBkpc1R31ONVlv9TrOrDPfrw8WkwwPP { 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; }
#xAv6pdxsWET134dzqXudC3oayROtLFt6 { 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; }
#U5GnLBRDCveTKVrB8L6gdDdDIch0ZbT4 { 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; }
#Sk7QAVsQ4iwl2JTJJJ1BSX9REIAIvCDf { display:block; }
#MT4uxM73zylXAJfZ2xLrEnVlSKbP3yGU { 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; }
#IBfr2AdsC0JF2xXbxErRJTT6E2uJhymt { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#fnItTbggn9D34U0wIux7LJQepy0tR4yi { 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; }
#xpC71XkrD8ZtXExofACDqRxO843a5Tur { 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; }
#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi { background-color:#ebddc4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container { background-color: transparent; background-image: none; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container > .video-iframe-container { display: none; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row > .video-iframe-container { display: none; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .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); }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container { border-width: 0; border-radius: 0; }#hEcM26bnVuhHUyXcNnJwlR8ygCHoNbUi > .row .container { width:20rem;height:76.01953125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#xPSPodZdqSwwaRXagubPORqBZJCXstAl { 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; }
#ai8av4Cz1aeqMETAZ88HBOOTOnrlgUbv { 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; }
#aHyp91AmizhtTtPd9Wn6SMUrBPJCTdbb { 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; }
#JGIZNULytTAmIHfC9CRxcviqRw9RQ2Ke { 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; }
#ZlGinLSKDCTk2nDECzZ6kWMTBT5L4F3V { 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; }
#GZzcDDDTFLHcCfe541luF3WhKbLUCuv9 { 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; }
#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl { 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; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container { background-color: transparent; background-image: none; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container > .video-iframe-container { display: none; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row > .video-iframe-container { display: none; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .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); }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container { border-width: 0; border-radius: 0; }#LbsT0yTczLACNEczzovQ6VmOiEtmMJzl > .row .container { width:20rem;height:7.6860353125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BWw1raGxdhsxmmv8CpSSmXb54bhGWaOA { 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; }
#JxIOTwNJ13Fe8qzqLtWslk1fXdopKVZm { 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; }
#kluMwmCMA96dn6rfTbis7b2l21J0B7b9 { 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; }
