.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:238,158,36;--color-primary-1:197,153,55;--color-primary-2:148,109,83;--color-primary-3:169,105,31;--color-primary-4:127,96,72;--color-secondary-0:171,220,230;--color-secondary-1:161,242,243;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt { position:relative;z-index:auto;display:none; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt { border-width: 0; border-radius: 0; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .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; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .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; }#ZvsCwsgLDnDCTHngdesLx0bi9bLmvKKA { 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; }
#JzuK1km1cHrNBydC2a7vgCP1zSdT0EXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5HrtBXTJAsMi92VnzTDHsZ39AUePm7u { 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; }
#UWnLZoyDA1TvmcoT1F1CClGu6woVURDP { 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; }
#IppWtOiS5uygAmyS6T2TtVHKHeeKiWGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTIqJiyNteM67cxWnub49DTmo1HPaO1B { 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; }
#ZTIqJiyNteM67cxWnub49DTmo1HPaO1B > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#MB5FTnnSE4LaKpC5JsFQDHVqT1RGzg7H { 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; }
#sfAlPRp2uITuBCIqbtnfaDIwDBCi95Qt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vy6eUqc76kgTyESGVBNRPBmbxLL3TL1r { 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; }
#NtRMXlU3xPMnOr2Ed3TEszCkAPcz2SiB { 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; }
#uZ7TQuPFVVWnFr7n8DJQsERZhac3c9yO { 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; }
#odUm7mtlbtRyFyONdvMAkrzzIa6ortuz { 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; }
#KiVCEgFnThRf1yRw2bL1gDrKJnMavtJI { 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; }
#KAUuRUuiJledh92Tp76IoynI4gxIcHUs { 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; }
#GoNwgPIQS1x22DL0ykKIgHIhhaGLvmWJ { 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; }
#iWUxu9mbLeNd5DOMKvZf4rNVUb4qDIMO { 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; }
#BaxHhda2a0SUKf6SSa8XSrwGRReWomXK { 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; }
#smw5bamAga8Fkun0oBvEcTwFxNflUJHw { position:relative;z-index:auto;display:none; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw { border-width: 0; border-radius: 0; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .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; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .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; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container.adaptive-delivery-prevent-bg, #smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container.lazyload, #smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container.lazyloading { background-image: none; }#ZLOFqI7wvCikQh0QRVuPwTg3bJw7GUIq { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#NE4XZxWzonMck0mcu1CCPzlH2bETzg4R { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 { position:relative;display:none; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 { border-width: 0; border-radius: 0; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 > .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; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 > .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; }#B7S6ydIycn4MCzfCQXw3nPVQd7Uwl2xa { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.375rem;left:0.375rem;display:none; }
#z5GnryLQZDlPX7QOQDIcyv7cXvTrsT9N { 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; }
#XsMJpBHOgQMUEwXzyNF4qUy7dkkJ7oXM { 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; }
#ARDTHHIEEDEThrG2ZZa4TqArBuOUxagF { 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; }
#nSH99SUTrh0kLfEHOchm19gBmJCeWeNR { 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; }
#K19UquShfXazu7tekV3UNDk3vz6E0HeE { position:relative;display:none; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE { border-width: 0; border-radius: 0; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .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; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .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; }#JECTnLLxFTgifEA3JlfzuKU5FhuWdxoo { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.625rem;left:11.625rem;display:none; }
#SLuwEJV0kkFdTT58apcWceoiFLIF3CmD { 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; }
#y2XP9B0UMwnoounSkrIRfQW5qxmncIIA { 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; }
#vuH5hukuadDU6r7BwHBfUuleBqmOwRPN { 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:5.25rem;width:15.9375rem;display:none; }
#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg { position:relative;display:none; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg { border-width: 0; border-radius: 0; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .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; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .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; }#PdQUhNKZa0D5opftECcvrpfaOps4C2L6 { 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; }
#slm8Aqek9JKkmFH0cE7Aag3IT7trbtvW { 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; }
#eXFvP1UqV06Oxx47tUtxeBORxc6yhFEM { 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; }
#Mz5SMTUoKGGZzVqMfKJGyIpnrU9gX3ZD { 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; }
#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF { position:relative;display:none; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF { border-width: 0; border-radius: 0; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .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; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .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; }#xFCSTd9dng9bPzykyqb8vHGCMsD99N4G { 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; }
#RZMIsghW8ssxu4S8Z9ih1bgPyp5AUHwu { 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; }
#LOFds3m1dCFTF32g45L4dlzPZvvlhiq8 { 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; }
#Jxy5DbBOcfda0mTxDvMZTQ3vI2CzvoAX { 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; }
#b07XIrIh0N1KwcJJxzT59sCqLeXv5ga6 { 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; }
#wiVTTB7Rr9speSlv3ZB4vSIefla4MWQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SW11moXV4zFo1fNTCJOe82772ZGLxSz6 { 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; }
#fOwxhdQeVkDy250mtUWmzMG3RIPFulWu { 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; }
#SI4VcxaBtmX9laRWg9I81actTbkHequ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7skIsP8bS2u1r3q7AOS1ReITbLDsrrg { 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; }
#A2DO0QnL74aNQLIAK7zOxQdTgcDRzu6l { 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; }
#rXPdqJl9T6IbdiXE8s3kwKtxsrhPZvLW { 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; }
#PltTlckTTcZfkNBoAGcof7z3AOFmbDC6 { 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; }
#coI2TxS0Sxb9E82IPlOXJd9dEpZN8PAC { 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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-form-header {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:first-of-type{padding-top:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:last-of-type{padding-bottom:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN {display:block;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OEntOqwmNUoPJqoy7UmdDI7ZNeKddrTb { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OJUwJuZEbkGdWlU0TJNHCfF2smKWXmwK { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #q5lcOUBh0eK135S9L7ZO9uw5EZH5Nh8T { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #EMeeain0gh7OHd8aQpHWHpM9nAGk5ZIt { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ZOFmW99tvrXS7W801Ivw7NobVzLtEEAx { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #NOFiTgmqR7Je5221pkSDqmHeE7SMtESA { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #SAXC9iQP25fTmR1LgJThGI6IJr4tuDWb { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #iJO4xpA9UnftZwFxncxTEMF440fgxSSF { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #yrPqKBrcww8i0lfA4ekAMJlwlTmwg5hb { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #BUXTk5xT5vbDdTLc8kqgcU98hw7RaRzO { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ONedTs8xWXqvv3yvsWeAymuMIm1QuTSd { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #huqr1GzfzSBQV27C3VSqdg3SKJsfPbFC { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #M04r1AP1usCoKlhnrqhXsCNFth6A1TRE { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #E3JnT0IHNsstJwoHIa9tDC3ZOT29JraB { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #e8qKHlNW3wCmKwTzHVSZE4OsvQGi5gZS { position:relative; }
#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf { position:relative;display:none; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf { border-width: 0; border-radius: 0; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .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; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .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; }#tc7plDNhdfVJqDAXCxeJus0PnlZEWQeg { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#deROssoEuxLRKap3zLAwXKVW6CksQCHN { 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; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row .container { border-width: 0; border-radius: 0; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-trigger.adaptive-delivery-prevent-bg, #U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-trigger.lazyload, #U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-trigger.lazyloading { background-image: none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t { 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; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #TPRtEMBK3uvyospWss731u6wiXsefaIT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #OwglBkuzIGzrulZlZwmshWiTHW07SquW { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #fzFpeagEMpSphCC4RgMR564NxcS40d9x { display:none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na { display:block;position:relative; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX { display:none; }
#vMd4i6WIrk9uUK024BpBbWEpXpWCOFJV { 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; }
#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI { 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; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI.adaptive-delivery-prevent-bg, #bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI.lazyload, #bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI.lazyloading { background-image: none; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row .container { border-width: 0; border-radius: 0; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI::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; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#J3BBvAJT6f1Pvz1O3ucWGrBNpKByPOzd { 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; }
#TINmfFmq1HOPb53hAkNpNIUerPA5UJqU { 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; }
#i7kTN8WAFqzD0zwbrsyOoiuMus5E84Kv { 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; }
#PDCRBllt86VlQlqdvK9s2XtQ6siKLNT3 { 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; }
#SexxeqwwslFq5P8A4BUlQtEHtyzvw5SI { 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; }
#KdTzy3yvDr9f8WahXHkX9mgZPt29EvT2 { 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; }
#vyHpplbf4p36hUXswZHIMWsBGqrTTwmy { 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; }
#dW9E4XIyfhymuFXxIxfBgXCUPKSGJUHh { 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; }
#TlV7JhEya1iGfFk1TTIQSIyp4hVpH8k8 { 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; }
#I5TRZSVN3fuRvOTmVTf9EAHqwMRM7Dx7 { 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; }
#ziqvLKzrmt55292ngUTK9b5AzMJMllM2 { 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; }
#loWcreZHPl9zvfkxMUSyaCI9veg4Mwqr { 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; }
#N4P7qEw8OtDyEiV1MaVEdcL1AJpPbTyb { 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; }
#lRQSmFpg4zG5ZTbf4JxgfRi40FNv8d4G { 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; }
#oyoxObDJfCqgIg1DQrt6EEUREO10pA13 { 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; }
#sFMFT3eM0SxsumpxquX1rULdnO4puady { 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; }
#Vya7NKa1dMoxHo7K7DqRyPCdthZZuLc8 { 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; }
#P5WVkdd6SJOotMc1zCJH6tkvOCf9E5Q4 { 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; }
#r7CiiyTc0PP7beK9I9bWVFwqHWwTMwr4 { 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; }
#nudPKDekuyKnUExdS5ZlkOWxGtb33KA3 { 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; }
#fxZoTSMIiw76LAC57pJVyUHxsNrAgAUB { 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; }
#kdMf9WQTec0sEDBHPp9Dbp3l3CINgOQu { 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; }
#OmyThhgs15v5G52vHWyUmrQkwlsrs3Mq { 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; }
#OmyThhgs15v5G52vHWyUmrQkwlsrs3Mq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PEu83A4oEyemLJKOThPXw0Nd4HZ6pDhd { 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; }
#FTSTaZXxzC94D3bE5gvJeokevmkbmHO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oz2sTzbwNg6vhnyZvmIv1XKLlXVUu0tn { 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; }
#Oz2sTzbwNg6vhnyZvmIv1XKLlXVUu0tn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#vQI4ePlJeDvd2Xe3dbBAGTrPbtv47Zl1 { 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; }
#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn { 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; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container { border-width: 0; border-radius: 0; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#XKhr6016eevHVqEHXg6Z4JgKIaJDqli6 { 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; }
#kidq5P6k7vhkf5lCcu0qJRG1x2Tx9Zzg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xk5uGpt6HBkfMx6iaNzu1tgrAmeQ4r5x { 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; }
#aRu0r2TLxAZ0rbmgmkadbXNdrWmLJ9Gm { 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; }
#OtdTxOF3U3TXBrIOF39BhwGyCoIaieED { 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; }
#kkfxzGoSi6qad4gqSHNH32g9ggQvZCFS { 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; }
#vAD9kn3HpM24Chuk3pcz28yaOIOfrdma { 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; }
#sCUnOcXli8lhcRNLZl8OZULsGTEKB8Gd { 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; }
#mUQ1UpcGd3kS1c1wqWIv06ppThCik5pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X6kEthTdnrAiOBBKn5yTrWRor60IkWsr { 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; }
#x4DKV91X7du3IHdyTZ7vWOX41hyTU8wx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBbX9E7iv9HnKniCTpIzEMPoM6Sg3hyK { 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; }
#WLu58nWN29MdXRQNc37m7no5hNksbNLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd { 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; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container { border-width: 0; border-radius: 0; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#mBOFsB3ueJbViAxOTIqWctQXATllgiV0 { 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; }
#ATdkhOw7OMMZRTxdfZhNXWCpnH95qAyB { 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; }
#ezENTVs8TJ3RtbpJ6tlMmRKKRJFXsDgc { 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; }
#qTp9FSLOtkpIsDNK9nM5JlbKS6cpsriM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WgQsMt806sRHARqsomIIri45OdKp1xDH { 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; }
#W3C60OLyntQNdnxX1qhSalPQuf4Kdlov { 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; }
#m4RWFGbZVTZQpBDZnNxtnRwVNXoBi9Vl { 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; }
#P5Mk1Pq0EcgP4cRq1RITgDDhFuLTg35c { 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; }
#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 { 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; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { border-width: 0; border-radius: 0; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#qyT1raiGEGROFfG0GWDAXyHNhxOx2x6J { 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; }
#QACDKrSpvBwm3NNSprwUSQ2Fqb7ddC69 { 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; }
#qtVT9Uh5t1sHM6PNnrcpdThwCFiSCqTa { 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; }
#NmCFmTWRlKZFbad0VeJQEWdppW2ZLJlA { 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; }
#VN44eoBIvZuudbaMQQezfyACNfZRbxHK { 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; }
#ohCsv0dBila0xvSVrAgH2eCtkHXG3aVb { 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; }
#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC { 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; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { border-width: 0; border-radius: 0; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#phOhNtbfIBQSAILQ5sD7VdRasoSg9Coq { 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; }
#Fs6TLkJ5t5p60zLRFS97mMdglTI3cwrI { 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; }
#PdP8SuJcnNuaXtHdToLtFuy0gzfouV1k { 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; }
#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { background-color: transparent; background-image: none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container > .video-iframe-container { display: none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row > .video-iframe-container { display: none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .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); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { border-width: 0; border-radius: 0; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .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; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .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:block; }#Wo7EqmsGrAt6HMUORhw8LN3eCyyZ4iEx { 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; }
#nrHkciV2aovHoJv3H1PeHPlGkdtPvP0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntPiuiNFpTFRaienlkR4sQJKMvUxhEEg { 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; }
#MbJb9t47E6hfRzUQHACPOpk07LImUfom { 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; }
#KQlqvPBTKqOpKI9os2U8tF54NVod63H6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 { 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; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#TEOgLsuSvllsXygApmNZzuDUTWhLxHHn { 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; }
#TGroaike8NZ4InNEAXOKtKxl2pgL9wFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3c0XXb6uswzLCrcmCAlxiF77LrbFh4w { 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:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#yQCK0sVLDZmKGUessmheeiEOTBfFIUKX { 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; }
#qlPmRIO5DtxED34ETHaxugOwOxaQ9vto { 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; }
#DaoiBTDuqkGwbEOpvXoTegsynBiS984Z { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMAURZHbGvfc1E1IfWuTw5mhLei0hE5o { 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.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmd7S9CQ9gPLNof8E1IgOBN8zivJTFbA { 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:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcMsVzboszTOzlRhcwPzTTh8aXVJ9w2c { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTtd2AQr6OlU6tpNAUw4X63fU5CxcIui { 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; }
#rkn4CwXZAZXlstQuqJFF62150FkBCZv7 { 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; }
#UPgzLkf4crXISBlr7SVGH1Fpt7tQTo0K { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { position:relative;z-index:auto;display:block; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { background-color: transparent; background-image: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container > .video-iframe-container { display: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row > .video-iframe-container { display: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .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); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { border-width: 0; border-radius: 0; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .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; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .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:39.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:block; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container.adaptive-delivery-prevent-bg, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container.lazyload, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container.lazyloading { background-image: none; }#RdUGwKR7ybVhs4venTbbH83zAIFPgf8t { position:absolute;display:block;z-index:15018;height:10.18675rem;width:18.18725rem;top:15.499267578125rem;left:1.639404296875rem;display:block; }
#dPUK7aFTtOkht8GBwKTpwbwgIAGf5HWW { position:absolute;display:block;z-index:15019;height:9.375rem;width:16.74925rem;top:5.592041015625rem;left:1.639404296875rem;display:block; }
#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { position:relative;display:block; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { background-color: transparent; background-image: none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container > .video-iframe-container { display: none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row > .video-iframe-container { display: none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .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); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { border-width: 0; border-radius: 0; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .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; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GeJizobbUzSbXoIGPGwCQcKw5g7ZJI2U { 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; }
#STvW8LAGcLTaQhTzKRpXQVvsU35NsOCG { 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; }
#tDDQyzuEoGNfVeapFWnwpkrzpxF7nRgL { 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:block; }
#TGddTSzJVMhg7yFev8A9gL58XXMQA0P0 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#nuSkbFJbSIMKO9Jb1TOagErl8DgQxB9U { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-form-header {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:first-of-type{padding-top:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:last-of-type{padding-bottom:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.640625rem;left:8.23828125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP {display:block;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.640625rem;left:8.23828125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cbldTQp8VlzcPpeJstLHkaAe9c96oGzy { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #CzVsHUnK9kW8b4bwMBfgvaqrM6QvaEKu { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cTbcLJKnbad9nfvtgE7pWFTTeH8KZLGk { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #IUuHDJCHIcRrUO0JhLdc1N9FQ125Qz6V { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #HBRC4qifIV0x38JnEUDoeVhy769okvrA { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Gw9FAHB8nOyDZfOcZfAAsuQvuypRSi7Z { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #kW84EAcH3Uykg1BHI1soXF4zV3pBe76v { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WUmToTruqH861qkry2lyew2Iob54KksT { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cZCCc24V5qNZNnBxkPUxq8FswiqPFl31 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #Gu9FbNx6Wi7m2z6OMUBwxDBPgtuHCCHq { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WGAuI2gG63oTdQd7zxyoHHby6CyUJf1c { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Qu9g8T7535VzpcBiKJLfE4bHBC9EGJS6 { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #TBEWOAwQNqDTgOtwV6bAoS7UH5pkL7yB { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #KaTxnTti2aIpeuWCQSxVquWV5ye2CzSQ { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #hXKtnox5x7lzRC2Pk2boLJukw5bX0hSi { position:relative; }
#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { position:relative;display:block; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { background-color: transparent; background-image: none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container > .video-iframe-container { display: none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row > .video-iframe-container { display: none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .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); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { border-width: 0; border-radius: 0; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .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; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { position:relative;display:none; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { border-width: 0; border-radius: 0; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .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; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.adaptive-delivery-prevent-bg, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyload, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyloading { background-image: none; }#EgVccbFTcUxM2C7miGegDaaqHRP07DAO { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tX5CshgtrIETDVKpds8NS4xbhgJCyF4I { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nHHyNT96c2QL5ZzfSuxJrGcmmQJdl9zt { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aCZB8JDCrFeXlw63xs9P8D6F8rCvLfTV { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ub2bZ4tk3k62D3RGzm4uSaa263ADSE90 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXtW9ceLzUKdBi9el394HO47vBbCdSOZ { color:rgba(30,30,30,0.7);display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.215087890625rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lNGURsxSSrSx73LIaaHUkrNCIwZ231w8 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U491EoZT71mgiyUsw2xguHmzhkTUrbqS { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i2nmKmOfH5mfWaDAtyOl5LvFMLLLT40a { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNRcaV72NdruobHXM6EwB0ATo5VW8bpg { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uE3Fs3yRk4ZKJwlOxyx5rybhtLI8Kwmq { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H5XE1hFQqf7WXhQ4sDL5h2odWO7bRECz { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cThB9GP38rvNmuqevMKAE5Fk3xz5Ta6a { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.481201171875rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5DXwHnFVQkFvQyMrwBlI8osf3FvOVh2 { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SoKq3dyc6cEF0EI9I7TL8KOLx1csTHJg { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fSTCu2WtFHhIbJ8WsMPQhuUkrtNEleAI { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:2.624755859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNvTPx7dVPWOHOogqGe1UCffPt42Vq5W { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqBmRXpZhl95mwpLToWcbGmgodcKKJxe { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oOdyhaLxxVmbeTW1NyTKsRcbPhXSA5hn { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.33935546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duZmKw7pDG7LJyulFbwBC5MdVpWBLG6q { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWSninoXvw5LQqKvWkXRrt12doLiPtJN { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aK8o1TMSmxpyKuKB7yOrAka6rgdTsBpc { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhEfxMfzgmmbdyq5dNZJcVM8gZZ1VZDN { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rUP18D4gamUmXITpPZxo7hZTnN3CwQ71 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#zHlIAScnlhoTG357cSCqUPnxeU7FECtH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3nDb1dM5aoe9ATIqsrzpbRsO7GA9n7V { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VLSTFUNZJo8Xo6THsFmGqttQ0UVltH0B { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SD9edwyEgv1wNnKauf8J9bKRaz2FDReD { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gwfv4OnxMOrhmV7cgMzZ7HRJstd4z4hJ { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:4.202880859375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxQB7xDNLAzn2cCHSycrqLWXFxHc3Pm5 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:4.077880859375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ieMRu4ls1yqFrqTKdvf9vrVVeQgHq0bc { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r1skqZdlrtkaGmyJp09HcoN3pU5hLPBq { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:33.16259765625rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { position:relative;display:none; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { border-width: 0; border-radius: 0; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .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; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.adaptive-delivery-prevent-bg, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyload, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyloading { background-image: none; }#pcWhA4F4DhXtON4V9Fgp0OLJmzcvB5es { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#EKz2lG5dH0wLfqWt7HS3pT5ZmaRHidTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZfsXXdkRiZJDuAkAzrd9Q5RlbkQyD2o { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#QVC84lbE7mwIiyqe1a8eEQbqihandZvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyBPclNgepReN3RL7vTx6J63IUpzmJ45 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#tlPlrSc6tT63o44mpLlsvfkbQZKoR0H7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAhoolXniPcnZiGmLogkK1GTMkfNzFpR { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#icGpG51mBdfmqATTs7lurUHvn1i3Aprt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#icGpG51mBdfmqATTs7lurUHvn1i3Aprt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#w4TebFKcaPqzfVZ6pf13KmZ18OhA3R8d { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#iaWiLBAq45odNKRytNJTf9W31mEMkCbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Wc4auio0T5Wv0O8erS7uOAF5M1SZBvk3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#CqBQL7qVPNDZqthRedlJO4xoWu8BrS8G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#ZBwW3d4qbvOtw7M3c2D9ucuxIVr6IoTO { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#efd4bznP42ggcxHrR5sEhvJ4y9FpSNSD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#K62szuop9oNTXPfC7AxLSE9O6Tt662vX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCnnZVxpEBkP42JvqdfKqZm4Lnp7hakP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#mmryitwRm0XgaeTplXsI5h6eUBk1SE2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZtu6MqxbHwuLK6Pv0ioGVJr8kWVleWU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#kNvOiRxTNNsCSyZAzBsbpfriL6BHXs41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2Bf3lWmzFvCyLraziZDfCLle8snvTTK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#F44SvD6A2n2RugmAFHsKtTo92swWaXop { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#sxv9nqSqRRZLX3JTqqsV6akGxrKhBSxQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fTqHOT3KV4NUxaCOA9q5VdEAyPvsEE16 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#u5pyGIRPQ3rQQND5w8gArTpqQ9VUeBL3 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#yt634XJyqHBhiIbpFIys42DAa4bMyN6m { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#H5yJRdOQThSPzEKgEtdxa6gyuBfUPRig { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vbZUWTk8RloMiiKS28KaRUHQCPOVavb3 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#EH1KTnIRlZ7iCAaIJWwDO6rfLLylWbWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LDONSLgfoMTgd06uXmCxMykF1TgH632d { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#dsdlu2xTaVuKUvB6DiNtF3BeMyNvkrLw { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { position:relative;display:none; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { border-width: 0; border-radius: 0; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .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; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.adaptive-delivery-prevent-bg, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyload, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyloading { background-image: none; }#qCbHLRg2fH9CVZ03OThQGgCUz7wJ9OZM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#UuzTm27HuMQVC9wTEDeXfhJ1DrbZIVOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdf5D9JwTKFVL2kl20HCrPExOwez519i { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#VGd29LiH89PGtmhL5dx2M5lPtEedb2e3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvU7u3TW4hGJzfoeSRv13mezUKxp1X3P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:31.5625rem;display:none; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#HzOIfThbNZrLzIrZcEkzp9cJxRCE3O9L { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#DWoDCVA5UVo05KI2DZVZPyQTkf5zTxkL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#cwaw3wA1ORBxwROfRvxZhK1TPp6u0TQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { position:relative;display:none; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { border-width: 0; border-radius: 0; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .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; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;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; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.adaptive-delivery-prevent-bg, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyload, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyloading { background-image: none; }#wcaOR6fXnTt4XAIlOenJqBWiLvuVmQUk { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGS8stykErFGx5Cd3ldyAlEimHEEvHW8 { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMBKrPsxVavpbXiEt5fLSteQdXekcSEA { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAX86BRPBTmCc7H8G63y2ngFdGECGM0k { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLrrsfMccppBIqw9BqrufUtTTiEZ27VT { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#DTPRSOk7bCoEhR48THlKqzNuMLwGFO14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3mHrTKoR8qK2amJiHLSTCx9Vee7S3aQ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#hvmXl37gxkNMccIKMbxSbngAcqgzSf5k { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#tosASP28mueJ9ayDzzTUWqvMRk4slENO { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#GJKZzXwpEfa2CfKIrtVg6zWLJduOrKCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wItQ5G14AZfnxTiUPXSc7JTdur1gnl5L { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#P1Dxw5txIGcOOpN07C0bw1WuqIEFSJw0 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#eLrIen6z2Lthvy1aPBhCFTldGgGmShIe { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#LTMRuCPax1OT9ZqMw1RqvgXa02PuHGzZ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#iNlTsrGPgMeH7gx9LTNattMnpT6F0E6l { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwFLbn9vd5bQKEVAd5KSKiALPmk8OnRc { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eRHeWK4ZThCsVR71iwluWV4WQi5QERXL { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#eJIR4of4Ew4nzT5DiL7qWlakMUwK6I9q { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#Vr9e7yGtF5xvg59T0vF6NXU1vxWJWXHh { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgwSKsQy5Fh9GVpas4Hsl6BXiiPFVUTm { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgPk15CoptmFeUVwV6VvUFHXI64bdmS8 { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#E9TK7EIDEAiv2tsi03znP9WNeyKPr0k8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2SuI9tO6hr0OnK2EpqFHtxTvaecBu1z { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xn7TcadmRSEbeCyX6eMiE3rUDbxvTwXw { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SRoSDkdkSTF1NdG1i1CPEdHoNIcc8KNw { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { display:none; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { border-width: 0; border-radius: 0; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .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; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/D2DHhLNK/4a52d1f5c229041fbf80b937968befbb.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;width:60rem;height:97rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container.adaptive-delivery-prevent-bg, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container.lazyload, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container.lazyloading { background-image: none; }#Ak5Euya3tLWh6TERNrwz9TmpX4xV4eKo { background-color:#bb8d65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.3720703125rem;left:36.4990234375rem;display:none; }
#D8OtVe1aEgInTp9KkRzbeUFWU8VtvhTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHNCCd2z49rK1tBOKSR2udzpB1VDQQ0B { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.875rem;top:4.432373046875rem;left:18.531529407169rem;overflow:hidden;display:block; }
#oPGzUTITAcDDzOBFtUeqdJBQxwOwMXOV { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:22.164306640625rem;left:8.80126953125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJuUpiTr5TpOzOVtNqI2ETPDEBPCIZ8L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -moz-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -ms-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -o-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d617f', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d617f', endColorstr='#a9691f' );";background-image: linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#000503;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:21.9365rem;height:4.375rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:88.322265625rem;left:16.9677734375rem;display:block; }
#UKmGxmZhhG0Fcwi0OMPGOEclsDcctWsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6bwM2RNOoRKOr7GxpN5ChQs4oD8zvow { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:30.94482421875rem;left:7.75rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEG5zMT3cIVSsEXJwyA30u82zt6z5rb9 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:40.2880859375rem;left:8.80126953125rem;height:8.53025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5Iy8r303l7NNhT2yf9MQnIm3te4Z0Rm { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:51.9873046875rem;left:8.80126953125rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCzIiZFiTQyHAxUQIKVmW5uvsA4nko3C { color:#000000;display:block;width:44.812rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15145;line-height:1.3;letter-spacing:0;top:64.219970703125rem;left:8.11279296875rem;height:10.2363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZr9TJQlL5MsaEl60s4Jlxp1fBoGrrMn { color:#000000;display:block;width:47.68675rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:15146;line-height:1.2;letter-spacing:0;top:78.984375rem;left:6.12548828125rem;height:8.2470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfTVm35HypoQI3dgq9RTG2i7ZoNypIni { z-index:15003;top:18.634033203125rem;left:44.594970703125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));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: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ACSmuNt05Mk5Vc20eT64rN8VanZaEMo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtUMxriFRGZmGTx2TPEpclPUWbCka5Ka { z-index:15004;top:27.2802734375rem;left:48.85986328125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));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: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.49925rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FMwfiLMe7tNi0grWXtvqhSfBiEteue9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shqcttaBGbzs6qLZp5U7QLPTA5vQC71S { z-index:15005;top:36.748046875rem;left:48rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));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: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wu9luvIdtQAMrGUiD7zBsh4SDdO4JVu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbPTq6MHmzrnqNxxpCwbNNHMvc1Z0UmU { z-index:15006;top:47.923583984375rem;left:48.062744140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));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: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.93725rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xzbTdvBma3h9VElCcRa6S7oKJm6ogRmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mq1q48RItgvT49hurcgdfmJdSfGfBKt2 { z-index:15007;top:61.298828125rem;left:48.062744140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));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: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9360625rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WUBbs4sSFrTKXptl7GNADhkVHgAxFArJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCqvly6KJLdrfqMJkLLgegKxgHzZ9xLb { z-index:15008;top:75.235595703125rem;left:44.875244140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));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: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zlmOuzRcn9I7StAXvI7RnM001usDurTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ulx90TBoZTCfKJsOVBLeJHhstoZW82eo { z-index:15004;top:0.744140625rem;left:17.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -moz-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -ms-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -o-linear-gradient(45deg, #8bcab4, #deb16d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );";background-image: linear-gradient(45deg, #8bcab4, #deb16d);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: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#000102;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mvrwe7GdJAta63mZGTG8FfUKAKzTzGSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt { display:none; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row .container { width:47.75rem;position:relative;display:none; }#ZvsCwsgLDnDCTHngdesLx0bi9bLmvKKA { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#JzuK1km1cHrNBydC2a7vgCP1zSdT0EXH { display:block; }
#S5HrtBXTJAsMi92VnzTDHsZ39AUePm7u { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#UWnLZoyDA1TvmcoT1F1CClGu6woVURDP { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#IppWtOiS5uygAmyS6T2TtVHKHeeKiWGU { display:block; }
#ZTIqJiyNteM67cxWnub49DTmo1HPaO1B { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZTIqJiyNteM67cxWnub49DTmo1HPaO1B > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#MB5FTnnSE4LaKpC5JsFQDHVqT1RGzg7H { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#sfAlPRp2uITuBCIqbtnfaDIwDBCi95Qt { display:block; }
#Vy6eUqc76kgTyESGVBNRPBmbxLL3TL1r { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#NtRMXlU3xPMnOr2Ed3TEszCkAPcz2SiB { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#uZ7TQuPFVVWnFr7n8DJQsERZhac3c9yO { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#odUm7mtlbtRyFyONdvMAkrzzIa6ortuz { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#KiVCEgFnThRf1yRw2bL1gDrKJnMavtJI { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#KAUuRUuiJledh92Tp76IoynI4gxIcHUs { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#GoNwgPIQS1x22DL0ykKIgHIhhaGLvmWJ { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#iWUxu9mbLeNd5DOMKvZf4rNVUb4qDIMO { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#BaxHhda2a0SUKf6SSa8XSrwGRReWomXK { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#smw5bamAga8Fkun0oBvEcTwFxNflUJHw { display:none; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container { width:47.75rem;position:relative;display:none; }#ZLOFqI7wvCikQh0QRVuPwTg3bJw7GUIq { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#NE4XZxWzonMck0mcu1CCPzlH2bETzg4R { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 { display:none; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 { border-width: 0; border-radius: 0; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 > .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; }#B7S6ydIycn4MCzfCQXw3nPVQd7Uwl2xa { top:2.375rem;left:0rem;width:19.125rem;height:;font-size:1.4375rem;color:#000000;display:none; }
#z5GnryLQZDlPX7QOQDIcyv7cXvTrsT9N { top:13.6875rem;left:0rem;width:18.4375rem;height:;font-size:1.5625rem;color:#000000;display:none; }
#XsMJpBHOgQMUEwXzyNF4qUy7dkkJ7oXM { width:27rem;height:27rem;display:none; }
#ARDTHHIEEDEThrG2ZZa4TqArBuOUxagF { top:1.5rem;left:0rem;width:19.125rem;height:8.0625rem;font-size:1.5rem;color:#000000;display:none; }
#nSH99SUTrh0kLfEHOchm19gBmJCeWeNR { width:11.75rem;height:12.5rem;display:none; }
#K19UquShfXazu7tekV3UNDk3vz6E0HeE { display:none; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row .container { width:47.75rem;position:relative;display:none; }#JECTnLLxFTgifEA3JlfzuKU5FhuWdxoo { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#SLuwEJV0kkFdTT58apcWceoiFLIF3CmD { width:47.75rem;height:19rem;display:none; }
#y2XP9B0UMwnoounSkrIRfQW5qxmncIIA { width:14.0625rem;height:5.125rem;display:none; }
#vuH5hukuadDU6r7BwHBfUuleBqmOwRPN { width:15.9375rem;height:5.25rem;display:none; }
#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg { display:none; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row .container { width:47.75rem;position:relative;display:none; }#PdQUhNKZa0D5opftECcvrpfaOps4C2L6 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#slm8Aqek9JKkmFH0cE7Aag3IT7trbtvW { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#eXFvP1UqV06Oxx47tUtxeBORxc6yhFEM { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#Mz5SMTUoKGGZzVqMfKJGyIpnrU9gX3ZD { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF { display:none; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row .container { width:47.75rem;position:relative;display:none; }#xFCSTd9dng9bPzykyqb8vHGCMsD99N4G { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#RZMIsghW8ssxu4S8Z9ih1bgPyp5AUHwu { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#LOFds3m1dCFTF32g45L4dlzPZvvlhiq8 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#Jxy5DbBOcfda0mTxDvMZTQ3vI2CzvoAX { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#b07XIrIh0N1KwcJJxzT59sCqLeXv5ga6 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#wiVTTB7Rr9speSlv3ZB4vSIefla4MWQd { display:block; }
#SW11moXV4zFo1fNTCJOe82772ZGLxSz6 { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#fOwxhdQeVkDy250mtUWmzMG3RIPFulWu { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#SI4VcxaBtmX9laRWg9I81actTbkHequ3 { display:block; }
#L7skIsP8bS2u1r3q7AOS1ReITbLDsrrg { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#A2DO0QnL74aNQLIAK7zOxQdTgcDRzu6l { width:23.5rem;height:27.75rem;display:none; }
#rXPdqJl9T6IbdiXE8s3kwKtxsrhPZvLW { display:none; }
#PltTlckTTcZfkNBoAGcof7z3AOFmbDC6 { display:none; }
#coI2TxS0Sxb9E82IPlOXJd9dEpZN8PAC { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN {display:block;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OEntOqwmNUoPJqoy7UmdDI7ZNeKddrTb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OJUwJuZEbkGdWlU0TJNHCfF2smKWXmwK {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #q5lcOUBh0eK135S9L7ZO9uw5EZH5Nh8T {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #EMeeain0gh7OHd8aQpHWHpM9nAGk5ZIt {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ZOFmW99tvrXS7W801Ivw7NobVzLtEEAx {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #NOFiTgmqR7Je5221pkSDqmHeE7SMtESA {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #SAXC9iQP25fTmR1LgJThGI6IJr4tuDWb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #iJO4xpA9UnftZwFxncxTEMF440fgxSSF {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #yrPqKBrcww8i0lfA4ekAMJlwlTmwg5hb {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #BUXTk5xT5vbDdTLc8kqgcU98hw7RaRzO {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ONedTs8xWXqvv3yvsWeAymuMIm1QuTSd {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #huqr1GzfzSBQV27C3VSqdg3SKJsfPbFC {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #M04r1AP1usCoKlhnrqhXsCNFth6A1TRE {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #E3JnT0IHNsstJwoHIa9tDC3ZOT29JraB {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #e8qKHlNW3wCmKwTzHVSZE4OsvQGi5gZS {  }
#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf { display:none; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .row .container { width:47.75rem;position:relative;display:none; }#tc7plDNhdfVJqDAXCxeJus0PnlZEWQeg { display:none; }
#deROssoEuxLRKap3zLAwXKVW6CksQCHN { display:none; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row .container { width:47.75rem;position:relative;display:none; }#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #TPRtEMBK3uvyospWss731u6wiXsefaIT {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX {  }
#vMd4i6WIrk9uUK024BpBbWEpXpWCOFJV { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI { display:none; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row .container { width:47.75rem;position:relative;display:none; }#J3BBvAJT6f1Pvz1O3ucWGrBNpKByPOzd { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#TINmfFmq1HOPb53hAkNpNIUerPA5UJqU { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#i7kTN8WAFqzD0zwbrsyOoiuMus5E84Kv { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#PDCRBllt86VlQlqdvK9s2XtQ6siKLNT3 { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#SexxeqwwslFq5P8A4BUlQtEHtyzvw5SI { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#KdTzy3yvDr9f8WahXHkX9mgZPt29EvT2 { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#vyHpplbf4p36hUXswZHIMWsBGqrTTwmy { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#dW9E4XIyfhymuFXxIxfBgXCUPKSGJUHh { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#TlV7JhEya1iGfFk1TTIQSIyp4hVpH8k8 { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#I5TRZSVN3fuRvOTmVTf9EAHqwMRM7Dx7 { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#ziqvLKzrmt55292ngUTK9b5AzMJMllM2 { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#loWcreZHPl9zvfkxMUSyaCI9veg4Mwqr { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#N4P7qEw8OtDyEiV1MaVEdcL1AJpPbTyb { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#lRQSmFpg4zG5ZTbf4JxgfRi40FNv8d4G { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#oyoxObDJfCqgIg1DQrt6EEUREO10pA13 { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#sFMFT3eM0SxsumpxquX1rULdnO4puady { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#Vya7NKa1dMoxHo7K7DqRyPCdthZZuLc8 { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#P5WVkdd6SJOotMc1zCJH6tkvOCf9E5Q4 { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#r7CiiyTc0PP7beK9I9bWVFwqHWwTMwr4 { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#nudPKDekuyKnUExdS5ZlkOWxGtb33KA3 { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#fxZoTSMIiw76LAC57pJVyUHxsNrAgAUB { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#kdMf9WQTec0sEDBHPp9Dbp3l3CINgOQu { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#OmyThhgs15v5G52vHWyUmrQkwlsrs3Mq { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#OmyThhgs15v5G52vHWyUmrQkwlsrs3Mq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PEu83A4oEyemLJKOThPXw0Nd4HZ6pDhd { width:;height:;display:none; }
#FTSTaZXxzC94D3bE5gvJeokevmkbmHO8 { display:block; }
#Oz2sTzbwNg6vhnyZvmIv1XKLlXVUu0tn { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#Oz2sTzbwNg6vhnyZvmIv1XKLlXVUu0tn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#vQI4ePlJeDvd2Xe3dbBAGTrPbtv47Zl1 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn { display:none; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container { width:47.5rem;position:relative;display:none; }#XKhr6016eevHVqEHXg6Z4JgKIaJDqli6 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#kidq5P6k7vhkf5lCcu0qJRG1x2Tx9Zzg { display:block; }
#xk5uGpt6HBkfMx6iaNzu1tgrAmeQ4r5x { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#aRu0r2TLxAZ0rbmgmkadbXNdrWmLJ9Gm { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#OtdTxOF3U3TXBrIOF39BhwGyCoIaieED { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#kkfxzGoSi6qad4gqSHNH32g9ggQvZCFS { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#vAD9kn3HpM24Chuk3pcz28yaOIOfrdma { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#sCUnOcXli8lhcRNLZl8OZULsGTEKB8Gd { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#mUQ1UpcGd3kS1c1wqWIv06ppThCik5pF { display:block; }
#X6kEthTdnrAiOBBKn5yTrWRor60IkWsr { width:;height:;display:none; }
#x4DKV91X7du3IHdyTZ7vWOX41hyTU8wx { display:block; }
#gBbX9E7iv9HnKniCTpIzEMPoM6Sg3hyK { width:;height:;display:none; }
#WLu58nWN29MdXRQNc37m7no5hNksbNLn { display:block; }
#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd { display:none; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container { width:47.5rem;position:relative;display:none; }#mBOFsB3ueJbViAxOTIqWctQXATllgiV0 { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#ATdkhOw7OMMZRTxdfZhNXWCpnH95qAyB { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#ezENTVs8TJ3RtbpJ6tlMmRKKRJFXsDgc { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#qTp9FSLOtkpIsDNK9nM5JlbKS6cpsriM { display:block; }
#WgQsMt806sRHARqsomIIri45OdKp1xDH { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#W3C60OLyntQNdnxX1qhSalPQuf4Kdlov { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#m4RWFGbZVTZQpBDZnNxtnRwVNXoBi9Vl { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#P5Mk1Pq0EcgP4cRq1RITgDDhFuLTg35c { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 { display:none; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { width:47.5rem;position:relative;display:none; }#qyT1raiGEGROFfG0GWDAXyHNhxOx2x6J { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#QACDKrSpvBwm3NNSprwUSQ2Fqb7ddC69 { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#qtVT9Uh5t1sHM6PNnrcpdThwCFiSCqTa { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#NmCFmTWRlKZFbad0VeJQEWdppW2ZLJlA { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#VN44eoBIvZuudbaMQQezfyACNfZRbxHK { top:0rem;width:;height:;display:none; }
#ohCsv0dBila0xvSVrAgH2eCtkHXG3aVb { top:0rem;width:;height:;display:none; }
#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC { display:none; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { width:47.5rem;position:relative;display:none; }#phOhNtbfIBQSAILQ5sD7VdRasoSg9Coq { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#Fs6TLkJ5t5p60zLRFS97mMdglTI3cwrI { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#PdP8SuJcnNuaXtHdToLtFuy0gzfouV1k { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { display:block; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container { width:47.75rem;position:relative;display:block; }#Wo7EqmsGrAt6HMUORhw8LN3eCyyZ4iEx { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#nrHkciV2aovHoJv3H1PeHPlGkdtPvP0A { display:block; }
#ntPiuiNFpTFRaienlkR4sQJKMvUxhEEg { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#MbJb9t47E6hfRzUQHACPOpk07LImUfom { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#KQlqvPBTKqOpKI9os2U8tF54NVod63H6 { display:block; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TEOgLsuSvllsXygApmNZzuDUTWhLxHHn { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#TGroaike8NZ4InNEAXOKtKxl2pgL9wFF { display:block; }
#N3c0XXb6uswzLCrcmCAlxiF77LrbFh4w { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#yQCK0sVLDZmKGUessmheeiEOTBfFIUKX { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#qlPmRIO5DtxED34ETHaxugOwOxaQ9vto { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#DaoiBTDuqkGwbEOpvXoTegsynBiS984Z { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#FMAURZHbGvfc1E1IfWuTw5mhLei0hE5o { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#nmd7S9CQ9gPLNof8E1IgOBN8zivJTFbA { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#XcMsVzboszTOzlRhcwPzTTh8aXVJ9w2c { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#QTtd2AQr6OlU6tpNAUw4X63fU5CxcIui { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#rkn4CwXZAZXlstQuqJFF62150FkBCZv7 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#UPgzLkf4crXISBlr7SVGH1Fpt7tQTo0K { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { display:block; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container { width:47.75rem;position:relative;display:block; }#RdUGwKR7ybVhs4venTbbH83zAIFPgf8t { top:15.4375rem;left:0rem;width:18.125rem;height:10.125rem;display:block; }
#dPUK7aFTtOkht8GBwKTpwbwgIAGf5HWW { top:5.5625rem;left:0rem;width:16.6875rem;height:9.375rem;display:block; }
#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { display:block; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container { width:47.75rem;position:relative;display:block; }#GeJizobbUzSbXoIGPGwCQcKw5g7ZJI2U { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#STvW8LAGcLTaQhTzKRpXQVvsU35NsOCG { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#tDDQyzuEoGNfVeapFWnwpkrzpxF7nRgL { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#TGddTSzJVMhg7yFev8A9gL58XXMQA0P0 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#nuSkbFJbSIMKO9Jb1TOagErl8DgQxB9U { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP  { width:17.5rem;height:auto;top:2.625rem;left:2.11328125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP {display:block;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP { width:17.5rem;height:auto;top:2.625rem;left:2.11328125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cbldTQp8VlzcPpeJstLHkaAe9c96oGzy {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #CzVsHUnK9kW8b4bwMBfgvaqrM6QvaEKu {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cTbcLJKnbad9nfvtgE7pWFTTeH8KZLGk {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #IUuHDJCHIcRrUO0JhLdc1N9FQ125Qz6V {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #HBRC4qifIV0x38JnEUDoeVhy769okvrA {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Gw9FAHB8nOyDZfOcZfAAsuQvuypRSi7Z {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #kW84EAcH3Uykg1BHI1soXF4zV3pBe76v {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WUmToTruqH861qkry2lyew2Iob54KksT {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cZCCc24V5qNZNnBxkPUxq8FswiqPFl31 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #Gu9FbNx6Wi7m2z6OMUBwxDBPgtuHCCHq {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WGAuI2gG63oTdQd7zxyoHHby6CyUJf1c {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Qu9g8T7535VzpcBiKJLfE4bHBC9EGJS6 {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #TBEWOAwQNqDTgOtwV6bAoS7UH5pkL7yB {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #KaTxnTti2aIpeuWCQSxVquWV5ye2CzSQ {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #hXKtnox5x7lzRC2Pk2boLJukw5bX0hSi {  }
#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { display:block; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { display:block; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container { width:47.75rem;position:relative;display:block; }#EgVccbFTcUxM2C7miGegDaaqHRP07DAO { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#tX5CshgtrIETDVKpds8NS4xbhgJCyF4I { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#nHHyNT96c2QL5ZzfSuxJrGcmmQJdl9zt { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#aCZB8JDCrFeXlw63xs9P8D6F8rCvLfTV { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#Ub2bZ4tk3k62D3RGzm4uSaa263ADSE90 { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#xXtW9ceLzUKdBi9el394HO47vBbCdSOZ { width:12.0625rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#lNGURsxSSrSx73LIaaHUkrNCIwZ231w8 { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#U491EoZT71mgiyUsw2xguHmzhkTUrbqS { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#i2nmKmOfH5mfWaDAtyOl5LvFMLLLT40a { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#DNRcaV72NdruobHXM6EwB0ATo5VW8bpg { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#uE3Fs3yRk4ZKJwlOxyx5rybhtLI8Kwmq { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#H5XE1hFQqf7WXhQ4sDL5h2odWO7bRECz { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#cThB9GP38rvNmuqevMKAE5Fk3xz5Ta6a { top:31.4375rem;left:12.873481750488rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#J5DXwHnFVQkFvQyMrwBlI8osf3FvOVh2 { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#SoKq3dyc6cEF0EI9I7TL8KOLx1csTHJg { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#fSTCu2WtFHhIbJ8WsMPQhuUkrtNEleAI { top:22.5625rem;left:0rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
#zNvTPx7dVPWOHOogqGe1UCffPt42Vq5W { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#kqBmRXpZhl95mwpLToWcbGmgodcKKJxe { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#oOdyhaLxxVmbeTW1NyTKsRcbPhXSA5hn { top:31.3125rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#duZmKw7pDG7LJyulFbwBC5MdVpWBLG6q { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#iWSninoXvw5LQqKvWkXRrt12doLiPtJN { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#aK8o1TMSmxpyKuKB7yOrAka6rgdTsBpc { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#nhEfxMfzgmmbdyq5dNZJcVM8gZZ1VZDN { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#rUP18D4gamUmXITpPZxo7hZTnN3CwQ71 { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#zHlIAScnlhoTG357cSCqUPnxeU7FECtH { display:block; }
#x3nDb1dM5aoe9ATIqsrzpbRsO7GA9n7V { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#VLSTFUNZJo8Xo6THsFmGqttQ0UVltH0B { top:27.5rem;left:5.1174049973488rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#SD9edwyEgv1wNnKauf8J9bKRaz2FDReD { width:11.875rem;height:1.0625rem;top:14.1875rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#Gwfv4OnxMOrhmV7cgMzZ7HRJstd4z4hJ { width:11.875rem;height:1.0625rem;top:14.1875rem;left:0rem;font-size:0.625rem;display:block; }
#wxQB7xDNLAzn2cCHSycrqLWXFxHc3Pm5 { width:11.875rem;height:1.0625rem;top:23.75rem;left:0rem;font-size:0.625rem;display:block; }
#ieMRu4ls1yqFrqTKdvf9vrVVeQgHq0bc { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#r1skqZdlrtkaGmyJp09HcoN3pU5hLPBq { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { display:block; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container { width:47.75rem;position:relative;display:block; }#pcWhA4F4DhXtON4V9Fgp0OLJmzcvB5es { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#EKz2lG5dH0wLfqWt7HS3pT5ZmaRHidTM { display:block; }
#TZfsXXdkRiZJDuAkAzrd9Q5RlbkQyD2o { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#QVC84lbE7mwIiyqe1a8eEQbqihandZvT { display:block; }
#HyBPclNgepReN3RL7vTx6J63IUpzmJ45 { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#tlPlrSc6tT63o44mpLlsvfkbQZKoR0H7 { display:block; }
#BAhoolXniPcnZiGmLogkK1GTMkfNzFpR { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#icGpG51mBdfmqATTs7lurUHvn1i3Aprt { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#icGpG51mBdfmqATTs7lurUHvn1i3Aprt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#w4TebFKcaPqzfVZ6pf13KmZ18OhA3R8d { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#iaWiLBAq45odNKRytNJTf9W31mEMkCbq { display:block; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Wc4auio0T5Wv0O8erS7uOAF5M1SZBvk3 { width:9.8125rem;height:8.9375rem;display:none; }
#CqBQL7qVPNDZqthRedlJO4xoWu8BrS8G { width:47.75rem;height:17.1875rem;display:none; }
#ZBwW3d4qbvOtw7M3c2D9ucuxIVr6IoTO { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#efd4bznP42ggcxHrR5sEhvJ4y9FpSNSD { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#K62szuop9oNTXPfC7AxLSE9O6Tt662vX { display:block; }
#hCnnZVxpEBkP42JvqdfKqZm4Lnp7hakP { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#mmryitwRm0XgaeTplXsI5h6eUBk1SE2p { display:block; }
#uZtu6MqxbHwuLK6Pv0ioGVJr8kWVleWU { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#kNvOiRxTNNsCSyZAzBsbpfriL6BHXs41 { display:block; }
#s2Bf3lWmzFvCyLraziZDfCLle8snvTTK { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#F44SvD6A2n2RugmAFHsKtTo92swWaXop { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#sxv9nqSqRRZLX3JTqqsV6akGxrKhBSxQ { display:none; }
#fTqHOT3KV4NUxaCOA9q5VdEAyPvsEE16 { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#u5pyGIRPQ3rQQND5w8gArTpqQ9VUeBL3 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#yt634XJyqHBhiIbpFIys42DAa4bMyN6m { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#H5yJRdOQThSPzEKgEtdxa6gyuBfUPRig { display:none; }
#vbZUWTk8RloMiiKS28KaRUHQCPOVavb3 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#EH1KTnIRlZ7iCAaIJWwDO6rfLLylWbWA { display:none; }
#LDONSLgfoMTgd06uXmCxMykF1TgH632d { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#dsdlu2xTaVuKUvB6DiNtF3BeMyNvkrLw { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { display:block; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container { width:47.75rem;position:relative;display:block; }#qCbHLRg2fH9CVZ03OThQGgCUz7wJ9OZM { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#UuzTm27HuMQVC9wTEDeXfhJ1DrbZIVOu { display:block; }
#wdf5D9JwTKFVL2kl20HCrPExOwez519i { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#VGd29LiH89PGtmhL5dx2M5lPtEedb2e3 { display:block; }
#KvU7u3TW4hGJzfoeSRv13mezUKxp1X3P { width:31.5625rem;height:15.5625rem;display:none; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A { display:none; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A > img { max-width: 100%;max-height:100%; width:; height:; }#HzOIfThbNZrLzIrZcEkzp9cJxRCE3O9L { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#DWoDCVA5UVo05KI2DZVZPyQTkf5zTxkL { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#cwaw3wA1ORBxwROfRvxZhK1TPp6u0TQ8 { display:block; }
#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { display:block; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container { width:47.75rem;position:relative;display:block; }#wcaOR6fXnTt4XAIlOenJqBWiLvuVmQUk { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#VGS8stykErFGx5Cd3ldyAlEimHEEvHW8 { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#aMBKrPsxVavpbXiEt5fLSteQdXekcSEA { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#oAX86BRPBTmCc7H8G63y2ngFdGECGM0k { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#aLrrsfMccppBIqw9BqrufUtTTiEZ27VT { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#DTPRSOk7bCoEhR48THlKqzNuMLwGFO14 { display:block; }
#C3mHrTKoR8qK2amJiHLSTCx9Vee7S3aQ { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#hvmXl37gxkNMccIKMbxSbngAcqgzSf5k { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#tosASP28mueJ9ayDzzTUWqvMRk4slENO { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#GJKZzXwpEfa2CfKIrtVg6zWLJduOrKCO { display:block; }
#wItQ5G14AZfnxTiUPXSc7JTdur1gnl5L { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#P1Dxw5txIGcOOpN07C0bw1WuqIEFSJw0 { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#eLrIen6z2Lthvy1aPBhCFTldGgGmShIe { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#LTMRuCPax1OT9ZqMw1RqvgXa02PuHGzZ { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#iNlTsrGPgMeH7gx9LTNattMnpT6F0E6l { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#hwFLbn9vd5bQKEVAd5KSKiALPmk8OnRc { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#eRHeWK4ZThCsVR71iwluWV4WQi5QERXL { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#eJIR4of4Ew4nzT5DiL7qWlakMUwK6I9q { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#Vr9e7yGtF5xvg59T0vF6NXU1vxWJWXHh { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#AgwSKsQy5Fh9GVpas4Hsl6BXiiPFVUTm { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#kgPk15CoptmFeUVwV6VvUFHXI64bdmS8 { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#E9TK7EIDEAiv2tsi03znP9WNeyKPr0k8 { display:block; }
#n2SuI9tO6hr0OnK2EpqFHtxTvaecBu1z { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#Xn7TcadmRSEbeCyX6eMiE3rUDbxvTwXw { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#SRoSDkdkSTF1NdG1i1CPEdHoNIcc8KNw { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { display:block; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { width:47.75rem;position:relative;display:block; }#Ak5Euya3tLWh6TERNrwz9TmpX4xV4eKo { width:17.625rem;height:2.3125rem;top:18.3125rem;left:30.125rem;display:none; }
#D8OtVe1aEgInTp9KkRzbeUFWU8VtvhTy { display:block; }
#PHNCCd2z49rK1tBOKSR2udzpB1VDQQ0B { top:4.375rem;left:12.406529407169rem;width:22.875rem;height:15.125rem;display:block; }
#oPGzUTITAcDDzOBFtUeqdJBQxwOwMXOV { top:22.125rem;left:2.67626953125rem;width:43.4375rem;height:4.625rem;font-size:1.1875rem;display:block; }
#MJuUpiTr5TpOzOVtNqI2ETPDEBPCIZ8L { width:21.875rem;height:4.375rem;top:88.3125rem;left:10.8427734375rem;display:block; }
#UKmGxmZhhG0Fcwi0OMPGOEclsDcctWsg { display:block; }
#D6bwM2RNOoRKOr7GxpN5ChQs4oD8zvow { top:30.9375rem;left:1.625rem;width:43.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
#nEG5zMT3cIVSsEXJwyA30u82zt6z5rb9 { top:40.25rem;left:2.67626953125rem;width:43.4375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#y5Iy8r303l7NNhT2yf9MQnIm3te4Z0Rm { top:51.9375rem;left:2.67626953125rem;width:43.4375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#vCzIiZFiTQyHAxUQIKVmW5uvsA4nko3C { top:64.1875rem;left:1.98779296875rem;width:44.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#GZr9TJQlL5MsaEl60s4Jlxp1fBoGrrMn { top:78.9375rem;left:0rem;width:47.625rem;height:8.1875rem;font-size:1.375rem;display:block; }
#KfTVm35HypoQI3dgq9RTG2i7ZoNypIni { top:18.625rem;left:33.1875rem;width:14.5625rem;height:2.75rem;display:block; }
#ACSmuNt05Mk5Vc20eT64rN8VanZaEMo1 { display:block; }
#PtUMxriFRGZmGTx2TPEpclPUWbCka5Ka { top:27.25rem;left:37.25rem;width:10.4375rem;height:2.9375rem;display:block; }
#FMwfiLMe7tNi0grWXtvqhSfBiEteue9y { display:block; }
#shqcttaBGbzs6qLZp5U7QLPTA5vQC71S { top:36.6875rem;left:34rem;width:11.9375rem;height:3rem;display:block; }
#wu9luvIdtQAMrGUiD7zBsh4SDdO4JVu0 { display:block; }
#tbPTq6MHmzrnqNxxpCwbNNHMvc1Z0UmU { top:47.875rem;left:35.8125rem;width:11.875rem;height:2.9375rem;display:block; }
#xzbTdvBma3h9VElCcRa6S7oKJm6ogRmQ { display:block; }
#Mq1q48RItgvT49hurcgdfmJdSfGfBKt2 { top:61.25rem;left:35.875rem;width:11.875rem;height:2.9375rem;display:block; }
#WUBbs4sSFrTKXptl7GNADhkVHgAxFArJ { display:block; }
#lCqvly6KJLdrfqMJkLLgegKxgHzZ9xLb { top:75.1875rem;left:32.6875rem;width:15.0625rem;height:3.1875rem;display:block; }
#zlmOuzRcn9I7StAXvI7RnM001usDurTH { display:block; }
#Ulx90TBoZTCfKJsOVBLeJHhstoZW82eo { top:0.6875rem;left:11.4375rem;width:25.375rem;height:2.75rem;display:block; }
#mvrwe7GdJAta63mZGTG8FfUKAKzTzGSA { display:block; }
body { position:relative;background-color:#eed9ba;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt { 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; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row .container { background-color: transparent; background-image: none; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row .container > .video-iframe-container { display: none; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row > .video-iframe-container { display: none; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .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); }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row .container { border-width: 0; border-radius: 0; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaQcEqW6ICkwlMD8yKU51PK5uTGmuTZt > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#ZvsCwsgLDnDCTHngdesLx0bi9bLmvKKA { 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; }
#JzuK1km1cHrNBydC2a7vgCP1zSdT0EXH { display:block; }
#S5HrtBXTJAsMi92VnzTDHsZ39AUePm7u { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#UWnLZoyDA1TvmcoT1F1CClGu6woVURDP { 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; }
#IppWtOiS5uygAmyS6T2TtVHKHeeKiWGU { display:block; }
#ZTIqJiyNteM67cxWnub49DTmo1HPaO1B { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#ZTIqJiyNteM67cxWnub49DTmo1HPaO1B > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#MB5FTnnSE4LaKpC5JsFQDHVqT1RGzg7H { 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; }
#sfAlPRp2uITuBCIqbtnfaDIwDBCi95Qt { display:block; }
#Vy6eUqc76kgTyESGVBNRPBmbxLL3TL1r { 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; }
#NtRMXlU3xPMnOr2Ed3TEszCkAPcz2SiB { 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; }
#uZ7TQuPFVVWnFr7n8DJQsERZhac3c9yO { width:6.6235625rem;height:1.1375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#odUm7mtlbtRyFyONdvMAkrzzIa6ortuz { width:3.75rem;height:0.89375rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#KiVCEgFnThRf1yRw2bL1gDrKJnMavtJI { width:5.1237rem;height:0.89375rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#KAUuRUuiJledh92Tp76IoynI4gxIcHUs { width:2.7487rem;height:0.89375rem;top:3.7174479961395rem;left:0.125rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#GoNwgPIQS1x22DL0ykKIgHIhhaGLvmWJ { width:7.125rem;height:0.89375rem;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; }
#iWUxu9mbLeNd5DOMKvZf4rNVUb4qDIMO { 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; }
#BaxHhda2a0SUKf6SSa8XSrwGRReWomXK { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#smw5bamAga8Fkun0oBvEcTwFxNflUJHw { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/c8d890ab-e738-4e29-9ae5-2175fe66a8d4/WhatsAppImage20251221at120356.jpeg");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; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw.adaptive-delivery-prevent-bg, #smw5bamAga8Fkun0oBvEcTwFxNflUJHw.lazyload, #smw5bamAga8Fkun0oBvEcTwFxNflUJHw.lazyloading { background-image: none; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container { background-color: transparent; background-image: none; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container > .video-iframe-container { display: none; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row > .video-iframe-container { display: none; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .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); }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container { border-width: 0; border-radius: 0; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smw5bamAga8Fkun0oBvEcTwFxNflUJHw > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; }#ZLOFqI7wvCikQh0QRVuPwTg3bJw7GUIq { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#NE4XZxWzonMck0mcu1CCPzlH2bETzg4R { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 { background-color:#536d57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 > .row .container { border-width: 0; border-radius: 0; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdPp0iJXBL1T8cqheTc9c6JFhP7UmzF9 > .row .container { width:20rem;height:28.6875rem;position:relative;display:none; }#B7S6ydIycn4MCzfCQXw3nPVQd7Uwl2xa { top:2.4045140743256rem;left:0.40690106153488rem;width:19.181875rem;height:;z-index:15226;font-size:1.4375rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5GnryLQZDlPX7QOQDIcyv7cXvTrsT9N { top:12.792969703674rem;left:0.74978297948838rem;width:18.499375rem;height:3.125975rem;z-index:15228;font-size:1.5625rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;line-height:1;color:#eef6f1;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XsMJpBHOgQMUEwXzyNF4qUy7dkkJ7oXM { 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; }
#ARDTHHIEEDEThrG2ZZa4TqArBuOUxagF { 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; }
#nSH99SUTrh0kLfEHOchm19gBmJCeWeNR { top:17.597657203674rem;left:0.40690106153488rem;width:8.5623125rem;height:9.249125rem;z-index:15255;overflow:hidden;display:block; }
#K19UquShfXazu7tekV3UNDk3vz6E0HeE { display:block; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE { background-color: transparent; background-image: none; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row .container > .video-iframe-container { display: none; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row > .video-iframe-container { display: none; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .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); }#K19UquShfXazu7tekV3UNDk3vz6E0HeE { border-width: 0; border-radius: 0; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .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; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row .container { width:20rem;height:8.0625rem;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; }#K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row .container.adaptive-delivery-prevent-bg, #K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row .container.lazyload, #K19UquShfXazu7tekV3UNDk3vz6E0HeE > .row .container.lazyloading { background-image: none; }#JECTnLLxFTgifEA3JlfzuKU5FhuWdxoo { top:1.1197910308838rem;left:4.3120663762093rem;width:11.3748125rem;height:1.1002625rem;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:1rem;line-height:1.1;display:block; }
#SLuwEJV0kkFdTT58apcWceoiFLIF3CmD { top:5.125rem;left:12.811415970326rem;width:5.875rem;height:2.3125rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y2XP9B0UMwnoounSkrIRfQW5qxmncIIA { top:2.7165794372559rem;left:7.374348938465rem;width:6.8120625rem;height:2.37413125rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vuH5hukuadDU6r7BwHBfUuleBqmOwRPN { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg { display:block; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg { background-color: transparent; background-image: none; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row .container > .video-iframe-container { display: none; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row > .video-iframe-container { display: none; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .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); }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg { border-width: 0; border-radius: 0; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .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; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .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; }#pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row .container.adaptive-delivery-prevent-bg, #pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row .container.lazyload, #pkd49S6aRpZBL0KREnI4es9QZsh5dxNg > .row .container.lazyloading { background-image: none; }#PdQUhNKZa0D5opftECcvrpfaOps4C2L6 { 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; }
#slm8Aqek9JKkmFH0cE7Aag3IT7trbtvW { 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; }
#eXFvP1UqV06Oxx47tUtxeBORxc6yhFEM { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.1375rem;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; }
#Mz5SMTUoKGGZzVqMfKJGyIpnrU9gX3ZD { 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; }
#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF { 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; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF.adaptive-delivery-prevent-bg, #hLmht0bwnmyZxV1tB93alVDaGCWRCpIF.lazyload, #hLmht0bwnmyZxV1tB93alVDaGCWRCpIF.lazyloading { background-image: none; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row .container { background-color: transparent; background-image: none; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row .container > .video-iframe-container { display: none; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row > .video-iframe-container { display: none; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .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); }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row .container { border-width: 0; border-radius: 0; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLmht0bwnmyZxV1tB93alVDaGCWRCpIF > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#xFCSTd9dng9bPzykyqb8vHGCMsD99N4G { width:13.125rem;height:1.625rem;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; }
#RZMIsghW8ssxu4S8Z9ih1bgPyp5AUHwu { 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; }
#LOFds3m1dCFTF32g45L4dlzPZvvlhiq8 { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#Jxy5DbBOcfda0mTxDvMZTQ3vI2CzvoAX { 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; }
#b07XIrIh0N1KwcJJxzT59sCqLeXv5ga6 { 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; }
#wiVTTB7Rr9speSlv3ZB4vSIefla4MWQd { display:block; }
#SW11moXV4zFo1fNTCJOe82772ZGLxSz6 { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#fOwxhdQeVkDy250mtUWmzMG3RIPFulWu { 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; }
#SI4VcxaBtmX9laRWg9I81actTbkHequ3 { display:block; }
#L7skIsP8bS2u1r3q7AOS1ReITbLDsrrg { 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; }
#A2DO0QnL74aNQLIAK7zOxQdTgcDRzu6l { 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; }
#rXPdqJl9T6IbdiXE8s3kwKtxsrhPZvLW { 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; }
#PltTlckTTcZfkNBoAGcof7z3AOFmbDC6 { 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; }
#coI2TxS0Sxb9E82IPlOXJd9dEpZN8PAC { 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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-regular-label { width:14.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text { width:14.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-textarea { width:14.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select { width:14.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-button { width:13.9375rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#365638;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:first-of-type{padding-top:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:last-of-type{padding-bottom:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN  { width:14.6875rem;height:auto;top:19.806251525879rem;left:1.40625rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .radio-container { width:14.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN {display:block;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN { width:14.6875rem;height:auto;top:19.806251525879rem;left:1.40625rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OEntOqwmNUoPJqoy7UmdDI7ZNeKddrTb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OJUwJuZEbkGdWlU0TJNHCfF2smKWXmwK { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #q5lcOUBh0eK135S9L7ZO9uw5EZH5Nh8T {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #EMeeain0gh7OHd8aQpHWHpM9nAGk5ZIt {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ZOFmW99tvrXS7W801Ivw7NobVzLtEEAx { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #NOFiTgmqR7Je5221pkSDqmHeE7SMtESA {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #SAXC9iQP25fTmR1LgJThGI6IJr4tuDWb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #iJO4xpA9UnftZwFxncxTEMF440fgxSSF { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #yrPqKBrcww8i0lfA4ekAMJlwlTmwg5hb {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #BUXTk5xT5vbDdTLc8kqgcU98hw7RaRzO {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ONedTs8xWXqvv3yvsWeAymuMIm1QuTSd {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #huqr1GzfzSBQV27C3VSqdg3SKJsfPbFC { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #M04r1AP1usCoKlhnrqhXsCNFth6A1TRE {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #E3JnT0IHNsstJwoHIa9tDC3ZOT29JraB {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #e8qKHlNW3wCmKwTzHVSZE4OsvQGi5gZS {  }
#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf { display:block; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf { background-color: transparent; background-image: none; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .row .container > .video-iframe-container { display: none; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .row > .video-iframe-container { display: none; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .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); }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf { border-width: 0; border-radius: 0; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .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; }#uLJC7nRxHeSSbV6N0Lo2AQerx7qs4SJf > .row .container { width:20rem;height:39rem;background-color:transparent;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; }#tc7plDNhdfVJqDAXCxeJus0PnlZEWQeg { top:5.61181640625rem;left:0rem;width:19.9995rem;height:24.624rem;z-index:15000;display:block; }
#deROssoEuxLRKap3zLAwXKVW6CksQCHN { position:relative;z-index:auto;display:block; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN { background-color: transparent; background-image: none; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row .container > .video-iframe-container { display: none; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .row > .video-iframe-container { display: none; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .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); }#deROssoEuxLRKap3zLAwXKVW6CksQCHN { border-width: 0; border-radius: 0; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .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; }#deROssoEuxLRKap3zLAwXKVW6CksQCHN > .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; }#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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); }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .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; }#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-trigger.adaptive-delivery-prevent-bg, #U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-trigger.lazyload, #U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t .accordion-trigger.lazyloading { background-image: none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t { display:flex;height:auto;width:18.244625rem;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; }#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t.adaptive-delivery-prevent-bg, #U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t.lazyload, #U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t.lazyloading { background-image: none; }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #hVvA7GTZb8QUiQEAH4pnpfyVrtHUcIaF {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #UZrT9VgyRm6O5SipVTG1S5kHdQhTHQG6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #NvSWS41PFuVap8OTwkntnKkTdTTB8CO0 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #JQuQWlXg6qxMusKbZHKLNrkfBP9yCQhZ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #r5qBrXmfM7BpDgtHx2N6LLeEiNLsVTT2 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #lOArn3MqZIOPTk2FOb70aJTZJTZ3oshv {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #AT1WKGOv2lkwZwn1iiq784fzg0wSGO2w {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ozvNQt72zToMUTcZKJ5ldWPIC11AkxVV {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #uQx0720pnTwFTnPbDzzcgfB7qhz6vGBt {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #GIgpyCE5BTdbNVsPIhOUPODJokFamt0X {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #l8Ks5SAT2HJwErW8unNlS9CiRnN3zHBf {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #TPRtEMBK3uvyospWss731u6wiXsefaIT {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ZSRUNqW0E6kkRrU018MC1Zz5NRARqdEG {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #D6lcuPaOIFRfDdrUDJszehXF0yUsM9QQ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #C1sGWsivm2Kk76dof6rgBUvCfhyFeENA {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #LJq6kMlqBe6uRFn3gkhT0NfHwTT9wpgm {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #sSam3GUtSgAxxuZVp0FK7hAfJs7JEg0z {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #KcdVXOiyDrplDZyvwsKviq4W8tA8weB6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #AfkSBRxm8X59Hu8SOpTTzdHCmFzVM4vR {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #knKINScuSRkKlmJ6ZB9aT6zPsF1OFE0b {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #Fl031OpaJ1aan1RQpgfIWUlEJzGRneqV {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #HnQfQPxDtaNBuJZODrLQODul6xwO1Cy6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #eM6ZCdG32FBIoxGWuaQoGAXEDkDaCTK6 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #smO2Oylf1t1hvtBBVVytkpROKTne3lTg {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #d4tQeo5QtQh0zl3wdnUy9uSxPloebDbs {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #cetnFkVKww8vr4ETTK9ZKuNfU7z5RFNd {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #siUMNnsBBRPrbhIx9RE3nyiMC0vtEze1 {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #ihqXgw5lZxlN7M7vyTPXsKGwk4TVF24f {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #BwDSanScfSdXpTTWf2rGusfsz7fLv09L {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #fzFpeagEMpSphCC4RgMR564NxcS40d9x {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #e9ZMFdvqBrwmAJrDBTVeKDgLz6wJ6RJk {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #F1B3l7XZsKdQ3TUXJukTPM0XkmysTTGO {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #VOsdMXNdHq1xtfkHEZX0qGA8RNkTs7Na {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #hIRVN6KhtfTvWDaXIvIveFGiVkxgu5nJ {  }
#U0Fq1RIlqg0B6mkxAsltUT5dr9IOL93t #h2gHiZcB0m5MQiyhql49ViLTJGVkoIbX {  }
#vMd4i6WIrk9uUK024BpBbWEpXpWCOFJV { width:15.4375rem;height:1.95rem;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; }
#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI { 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; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI.adaptive-delivery-prevent-bg, #bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI.lazyload, #bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI.lazyloading { background-image: none; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row .container { background-color: transparent; background-image: none; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row .container > .video-iframe-container { display: none; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .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); }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row > .video-iframe-container { display: none; }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .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); }#bzJMbgZ05OtI3Ja8xeBzNXiSwbBqQqMI > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#J3BBvAJT6f1Pvz1O3ucWGrBNpKByPOzd { 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; }
#TINmfFmq1HOPb53hAkNpNIUerPA5UJqU { 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; }
#i7kTN8WAFqzD0zwbrsyOoiuMus5E84Kv { 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; }
#PDCRBllt86VlQlqdvK9s2XtQ6siKLNT3 { 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; }
#SexxeqwwslFq5P8A4BUlQtEHtyzvw5SI { 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; }
#KdTzy3yvDr9f8WahXHkX9mgZPt29EvT2 { 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; }
#vyHpplbf4p36hUXswZHIMWsBGqrTTwmy { 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; }
#dW9E4XIyfhymuFXxIxfBgXCUPKSGJUHh { width:17.4989375rem;height:4.06875rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#TlV7JhEya1iGfFk1TTIQSIyp4hVpH8k8 { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#I5TRZSVN3fuRvOTmVTf9EAHqwMRM7Dx7 { width:12.561875rem;height:1.86875rem;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; }
#ziqvLKzrmt55292ngUTK9b5AzMJMllM2 { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#loWcreZHPl9zvfkxMUSyaCI9veg4Mwqr { width:12.561875rem;height:1.7875rem;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; }
#N4P7qEw8OtDyEiV1MaVEdcL1AJpPbTyb { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#lRQSmFpg4zG5ZTbf4JxgfRi40FNv8d4G { width:12.561875rem;height:1.86875rem;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; }
#oyoxObDJfCqgIg1DQrt6EEUREO10pA13 { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#sFMFT3eM0SxsumpxquX1rULdnO4puady { width:15.9375rem;height:1.86875rem;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; }
#Vya7NKa1dMoxHo7K7DqRyPCdthZZuLc8 { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#P5WVkdd6SJOotMc1zCJH6tkvOCf9E5Q4 { width:16.436625rem;height:1.70625rem;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; }
#r7CiiyTc0PP7beK9I9bWVFwqHWwTMwr4 { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#nudPKDekuyKnUExdS5ZlkOWxGtb33KA3 { width:15.2495625rem;height:1.7875rem;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; }
#fxZoTSMIiw76LAC57pJVyUHxsNrAgAUB { width:12.561875rem;height:1.7875rem;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; }
#kdMf9WQTec0sEDBHPp9Dbp3l3CINgOQu { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#OmyThhgs15v5G52vHWyUmrQkwlsrs3Mq { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#OmyThhgs15v5G52vHWyUmrQkwlsrs3Mq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PEu83A4oEyemLJKOThPXw0Nd4HZ6pDhd { 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; }
#FTSTaZXxzC94D3bE5gvJeokevmkbmHO8 { display:block; }
#Oz2sTzbwNg6vhnyZvmIv1XKLlXVUu0tn { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#Oz2sTzbwNg6vhnyZvmIv1XKLlXVUu0tn > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#vQI4ePlJeDvd2Xe3dbBAGTrPbtv47Zl1 { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn { display:block; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn { background-color: transparent; background-image: none; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container > .video-iframe-container { display: none; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row > .video-iframe-container { display: none; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .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); }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn { border-width: 0; border-radius: 0; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .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; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .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; }#DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container.adaptive-delivery-prevent-bg, #DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container.lazyload, #DmIQK4dd8datFgMFlc37CwVfUGBBRgJn > .row .container.lazyloading { background-image: none; }#XKhr6016eevHVqEHXg6Z4JgKIaJDqli6 { 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; }
#kidq5P6k7vhkf5lCcu0qJRG1x2Tx9Zzg { display:block; }
#xk5uGpt6HBkfMx6iaNzu1tgrAmeQ4r5x { 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; }
#aRu0r2TLxAZ0rbmgmkadbXNdrWmLJ9Gm { 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; }
#OtdTxOF3U3TXBrIOF39BhwGyCoIaieED { 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; }
#kkfxzGoSi6qad4gqSHNH32g9ggQvZCFS { width:20rem;height:2.4rem;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; }
#vAD9kn3HpM24Chuk3pcz28yaOIOfrdma { width:19.1875rem;height:3rem;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; }
#sCUnOcXli8lhcRNLZl8OZULsGTEKB8Gd { 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; }
#mUQ1UpcGd3kS1c1wqWIv06ppThCik5pF { display:block; }
#X6kEthTdnrAiOBBKn5yTrWRor60IkWsr { 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; }
#x4DKV91X7du3IHdyTZ7vWOX41hyTU8wx { display:block; }
#gBbX9E7iv9HnKniCTpIzEMPoM6Sg3hyK { 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; }
#WLu58nWN29MdXRQNc37m7no5hNksbNLn { display:block; }
#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd { display:block; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd { background-color: transparent; background-image: none; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container > .video-iframe-container { display: none; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row > .video-iframe-container { display: none; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .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); }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd { border-width: 0; border-radius: 0; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .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; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .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; }#TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container.adaptive-delivery-prevent-bg, #TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container.lazyload, #TGDeftgOMbpJUptpq6SuaeEs37S1Utzd > .row .container.lazyloading { background-image: none; }#mBOFsB3ueJbViAxOTIqWctQXATllgiV0 { width:20rem;height:2.4rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#174773;display:block; }
#ATdkhOw7OMMZRTxdfZhNXWCpnH95qAyB { 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; }
#ezENTVs8TJ3RtbpJ6tlMmRKKRJFXsDgc { 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; }
#qTp9FSLOtkpIsDNK9nM5JlbKS6cpsriM { display:block; }
#WgQsMt806sRHARqsomIIri45OdKp1xDH { 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; }
#W3C60OLyntQNdnxX1qhSalPQuf4Kdlov { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#m4RWFGbZVTZQpBDZnNxtnRwVNXoBi9Vl { 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; }
#P5Mk1Pq0EcgP4cRq1RITgDDhFuLTg35c { 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; }
#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 { background-color:#ebddc4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { background-color: transparent; background-image: none; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container > .video-iframe-container { display: none; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row > .video-iframe-container { display: none; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .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); }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { border-width: 0; border-radius: 0; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { width:20rem;height:76.020324707031rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#qyT1raiGEGROFfG0GWDAXyHNhxOx2x6J { 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; }
#QACDKrSpvBwm3NNSprwUSQ2Fqb7ddC69 { width:20rem;height:3rem;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; }
#qtVT9Uh5t1sHM6PNnrcpdThwCFiSCqTa { width:20rem;height:1.95rem;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; }
#NmCFmTWRlKZFbad0VeJQEWdppW2ZLJlA { 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; }
#VN44eoBIvZuudbaMQQezfyACNfZRbxHK { 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; }
#ohCsv0dBila0xvSVrAgH2eCtkHXG3aVb { 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; }
#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC { 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; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { background-color: transparent; background-image: none; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container > .video-iframe-container { display: none; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row > .video-iframe-container { display: none; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .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); }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { border-width: 0; border-radius: 0; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { width:20rem;height:9.9375rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#phOhNtbfIBQSAILQ5sD7VdRasoSg9Coq { width:18.562rem;height:1.50065rem;top:5.115234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#Fs6TLkJ5t5p60zLRFS97mMdglTI3cwrI { width:20rem;height:0.125rem;top:9.8125rem;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; }
#PdP8SuJcnNuaXtHdToLtFuy0gzfouV1k { width:5.24956875rem;height:2.68555rem;top:2.4296875rem;left:7.373046875rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { position:relative;z-index:auto;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container { border-width: 0; border-radius: 0; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container { width:20rem;height:5.7486991882324rem;position:relative;display:none; }#Wo7EqmsGrAt6HMUORhw8LN3eCyyZ4iEx { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),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-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nrHkciV2aovHoJv3H1PeHPlGkdtPvP0A { display:block; }
#ntPiuiNFpTFRaienlkR4sQJKMvUxhEEg { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#MbJb9t47E6hfRzUQHACPOpk07LImUfom { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align: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; }
#KQlqvPBTKqOpKI9os2U8tF54NVod63H6 { display:block; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TEOgLsuSvllsXygApmNZzuDUTWhLxHHn { 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-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),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; }
#TGroaike8NZ4InNEAXOKtKxl2pgL9wFF { display:block; }
#N3c0XXb6uswzLCrcmCAlxiF77LrbFh4w { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yQCK0sVLDZmKGUessmheeiEOTBfFIUKX { 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; }
#qlPmRIO5DtxED34ETHaxugOwOxaQ9vto { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#DaoiBTDuqkGwbEOpvXoTegsynBiS984Z { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#FMAURZHbGvfc1E1IfWuTw5mhLei0hE5o { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#nmd7S9CQ9gPLNof8E1IgOBN8zivJTFbA { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#XcMsVzboszTOzlRhcwPzTTh8aXVJ9w2c { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#QTtd2AQr6OlU6tpNAUw4X63fU5CxcIui { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#rkn4CwXZAZXlstQuqJFF62150FkBCZv7 { 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; }
#UPgzLkf4crXISBlr7SVGH1Fpt7tQTo0K { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top 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:none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO.adaptive-delivery-prevent-bg, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO.lazyload, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO.lazyloading { background-image: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container { border-width: 0; border-radius: 0; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#RdUGwKR7ybVhs4venTbbH83zAIFPgf8t { width:6.0620125rem;height:3.374025rem;top:4.249267578125rem;left:11.851806640625rem;z-index:15020;display:block; }
#dPUK7aFTtOkht8GBwKTpwbwgIAGf5HWW { width:7.749rem;height:4.311525rem;top:0.625rem;left:1.328125rem;z-index:15021;display:block; }
#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { display:none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { border-width: 0; border-radius: 0; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container { width:20rem;height:30.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#GeJizobbUzSbXoIGPGwCQcKw5g7ZJI2U { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#STvW8LAGcLTaQhTzKRpXQVvsU35NsOCG { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#tDDQyzuEoGNfVeapFWnwpkrzpxF7nRgL { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--headlines-font-family);display:block; }
#TGddTSzJVMhg7yFev8A9gL58XXMQA0P0 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:#b28c72;background-image:none;display:block; }
#nuSkbFJbSIMKO9Jb1TOagErl8DgQxB9U { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(178,140,114,0.83);background-image:none;display:block; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#b28c72;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:first-of-type{padding-top:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:last-of-type{padding-bottom:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP  { width:14.25rem;height:auto;top:13.746337890625rem;left:1.62353515625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP {display:block;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP { width:14.25rem;height:auto;top:13.746337890625rem;left:1.62353515625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cbldTQp8VlzcPpeJstLHkaAe9c96oGzy {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #CzVsHUnK9kW8b4bwMBfgvaqrM6QvaEKu {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cTbcLJKnbad9nfvtgE7pWFTTeH8KZLGk {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #IUuHDJCHIcRrUO0JhLdc1N9FQ125Qz6V {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #HBRC4qifIV0x38JnEUDoeVhy769okvrA {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Gw9FAHB8nOyDZfOcZfAAsuQvuypRSi7Z {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #kW84EAcH3Uykg1BHI1soXF4zV3pBe76v {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WUmToTruqH861qkry2lyew2Iob54KksT {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cZCCc24V5qNZNnBxkPUxq8FswiqPFl31 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #Gu9FbNx6Wi7m2z6OMUBwxDBPgtuHCCHq {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WGAuI2gG63oTdQd7zxyoHHby6CyUJf1c {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Qu9g8T7535VzpcBiKJLfE4bHBC9EGJS6 {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #TBEWOAwQNqDTgOtwV6bAoS7UH5pkL7yB {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #KaTxnTti2aIpeuWCQSxVquWV5ye2CzSQ {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #hXKtnox5x7lzRC2Pk2boLJukw5bX0hSi {  }
#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { display:none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { border-width: 0; border-radius: 0; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container { width:20rem;height:23.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { display:none; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { border-width: 0; border-radius: 0; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container { width:20rem;height:57.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.adaptive-delivery-prevent-bg, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyload, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyloading { background-image: none; }#EgVccbFTcUxM2C7miGegDaaqHRP07DAO { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#tX5CshgtrIETDVKpds8NS4xbhgJCyF4I { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#nHHyNT96c2QL5ZzfSuxJrGcmmQJdl9zt { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#aCZB8JDCrFeXlw63xs9P8D6F8rCvLfTV { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Ub2bZ4tk3k62D3RGzm4uSaa263ADSE90 { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#xXtW9ceLzUKdBi9el394HO47vBbCdSOZ { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#lNGURsxSSrSx73LIaaHUkrNCIwZ231w8 { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#U491EoZT71mgiyUsw2xguHmzhkTUrbqS { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#i2nmKmOfH5mfWaDAtyOl5LvFMLLLT40a { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#DNRcaV72NdruobHXM6EwB0ATo5VW8bpg { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#uE3Fs3yRk4ZKJwlOxyx5rybhtLI8Kwmq { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#H5XE1hFQqf7WXhQ4sDL5h2odWO7bRECz { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#cThB9GP38rvNmuqevMKAE5Fk3xz5Ta6a { width:5.3125rem;height:0.9746125rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#J5DXwHnFVQkFvQyMrwBlI8osf3FvOVh2 { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#SoKq3dyc6cEF0EI9I7TL8KOLx1csTHJg { width:5.81176875rem;height:0.9746125rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#fSTCu2WtFHhIbJ8WsMPQhuUkrtNEleAI { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#zNvTPx7dVPWOHOogqGe1UCffPt42Vq5W { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#kqBmRXpZhl95mwpLToWcbGmgodcKKJxe { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#oOdyhaLxxVmbeTW1NyTKsRcbPhXSA5hn { width:5.1242875rem;height:0.9746125rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#duZmKw7pDG7LJyulFbwBC5MdVpWBLG6q { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#iWSninoXvw5LQqKvWkXRrt12doLiPtJN { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#aK8o1TMSmxpyKuKB7yOrAka6rgdTsBpc { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#nhEfxMfzgmmbdyq5dNZJcVM8gZZ1VZDN { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#rUP18D4gamUmXITpPZxo7hZTnN3CwQ71 { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zHlIAScnlhoTG357cSCqUPnxeU7FECtH { display:block; }
#x3nDb1dM5aoe9ATIqsrzpbRsO7GA9n7V { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#VLSTFUNZJo8Xo6THsFmGqttQ0UVltH0B { width:8.2475rem;height:0.97439375rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;color:rgba(var(--color-tertiary-0),1);display:block; }
#SD9edwyEgv1wNnKauf8J9bKRaz2FDReD { width:6.3745rem;height:1rem;top:29.015625rem;left:2.18701171875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Gwfv4OnxMOrhmV7cgMzZ7HRJstd4z4hJ { width:6.499rem;height:1rem;top:50.97412109375rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#wxQB7xDNLAzn2cCHSycrqLWXFxHc3Pm5 { width:6.8115rem;height:1rem;top:40.137451171875rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#ieMRu4ls1yqFrqTKdvf9vrVVeQgHq0bc { width:7.06175rem;height:1rem;top:40.137451171875rem;left:1.8896484375rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#r1skqZdlrtkaGmyJp09HcoN3pU5hLPBq { width:6.5625rem;height:1rem;top:28.953125rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { display:none; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { border-width: 0; border-radius: 0; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .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; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container { width:20rem;height:69.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.adaptive-delivery-prevent-bg, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyload, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyloading { background-image: none; }#pcWhA4F4DhXtON4V9Fgp0OLJmzcvB5es { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#EKz2lG5dH0wLfqWt7HS3pT5ZmaRHidTM { display:block; }
#TZfsXXdkRiZJDuAkAzrd9Q5RlbkQyD2o { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QVC84lbE7mwIiyqe1a8eEQbqihandZvT { display:block; }
#HyBPclNgepReN3RL7vTx6J63IUpzmJ45 { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tlPlrSc6tT63o44mpLlsvfkbQZKoR0H7 { display:block; }
#BAhoolXniPcnZiGmLogkK1GTMkfNzFpR { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#icGpG51mBdfmqATTs7lurUHvn1i3Aprt { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#icGpG51mBdfmqATTs7lurUHvn1i3Aprt > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#w4TebFKcaPqzfVZ6pf13KmZ18OhA3R8d { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iaWiLBAq45odNKRytNJTf9W31mEMkCbq { display:block; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#Wc4auio0T5Wv0O8erS7uOAF5M1SZBvk3 { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CqBQL7qVPNDZqthRedlJO4xoWu8BrS8G { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZBwW3d4qbvOtw7M3c2D9ucuxIVr6IoTO { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#efd4bznP42ggcxHrR5sEhvJ4y9FpSNSD { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#K62szuop9oNTXPfC7AxLSE9O6Tt662vX { display:block; }
#hCnnZVxpEBkP42JvqdfKqZm4Lnp7hakP { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mmryitwRm0XgaeTplXsI5h6eUBk1SE2p { display:block; }
#uZtu6MqxbHwuLK6Pv0ioGVJr8kWVleWU { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kNvOiRxTNNsCSyZAzBsbpfriL6BHXs41 { display:block; }
#s2Bf3lWmzFvCyLraziZDfCLle8snvTTK { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#F44SvD6A2n2RugmAFHsKtTo92swWaXop { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#sxv9nqSqRRZLX3JTqqsV6akGxrKhBSxQ { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#fTqHOT3KV4NUxaCOA9q5VdEAyPvsEE16 { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#u5pyGIRPQ3rQQND5w8gArTpqQ9VUeBL3 { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#yt634XJyqHBhiIbpFIys42DAa4bMyN6m { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#H5yJRdOQThSPzEKgEtdxa6gyuBfUPRig { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#vbZUWTk8RloMiiKS28KaRUHQCPOVavb3 { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#EH1KTnIRlZ7iCAaIJWwDO6rfLLylWbWA { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#LDONSLgfoMTgd06uXmCxMykF1TgH632d { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#dsdlu2xTaVuKUvB6DiNtF3BeMyNvkrLw { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { display:none; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { border-width: 0; border-radius: 0; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .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; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container { width:20rem;height:67.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.adaptive-delivery-prevent-bg, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyload, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyloading { background-image: none; }#qCbHLRg2fH9CVZ03OThQGgCUz7wJ9OZM { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UuzTm27HuMQVC9wTEDeXfhJ1DrbZIVOu { display:block; }
#wdf5D9JwTKFVL2kl20HCrPExOwez519i { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VGd29LiH89PGtmhL5dx2M5lPtEedb2e3 { display:block; }
#KvU7u3TW4hGJzfoeSRv13mezUKxp1X3P { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#HzOIfThbNZrLzIrZcEkzp9cJxRCE3O9L { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#DWoDCVA5UVo05KI2DZVZPyQTkf5zTxkL { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cwaw3wA1ORBxwROfRvxZhK1TPp6u0TQ8 { display:block; }
#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { display:none; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { border-width: 0; border-radius: 0; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .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; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.adaptive-delivery-prevent-bg, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyload, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyloading { background-image: none; }#wcaOR6fXnTt4XAIlOenJqBWiLvuVmQUk { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#VGS8stykErFGx5Cd3ldyAlEimHEEvHW8 { width:7.5rem;height:5.2807625rem;top:46.160888671875rem;left:6.25rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#aMBKrPsxVavpbXiEt5fLSteQdXekcSEA { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#oAX86BRPBTmCc7H8G63y2ngFdGECGM0k { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.436767578125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#aLrrsfMccppBIqw9BqrufUtTTiEZ27VT { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:#c3a365;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#DTPRSOk7bCoEhR48THlKqzNuMLwGFO14 { display:block; }
#C3mHrTKoR8qK2amJiHLSTCx9Vee7S3aQ { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#hvmXl37gxkNMccIKMbxSbngAcqgzSf5k { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#tosASP28mueJ9ayDzzTUWqvMRk4slENO { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:#c3a365;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#GJKZzXwpEfa2CfKIrtVg6zWLJduOrKCO { display:block; }
#wItQ5G14AZfnxTiUPXSc7JTdur1gnl5L { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#P1Dxw5txIGcOOpN07C0bw1WuqIEFSJw0 { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#eLrIen6z2Lthvy1aPBhCFTldGgGmShIe { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#LTMRuCPax1OT9ZqMw1RqvgXa02PuHGzZ { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#iNlTsrGPgMeH7gx9LTNattMnpT6F0E6l { width:12.37425rem;height:1.9995125rem;top:0.620849609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);display:block; }
#hwFLbn9vd5bQKEVAd5KSKiALPmk8OnRc { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#eRHeWK4ZThCsVR71iwluWV4WQi5QERXL { width:4.6875rem;height:1.6870125rem;top:33.2958984375rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-4),1);z-index:15182;font-family:var(--paragraphs-font-family);display:block; }
#eJIR4of4Ew4nzT5DiL7qWlakMUwK6I9q { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#Vr9e7yGtF5xvg59T0vF6NXU1vxWJWXHh { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#AgwSKsQy5Fh9GVpas4Hsl6BXiiPFVUTm { width:12.4365rem;height:5.2807625rem;top:12.43408203125rem;left:3.780517578125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#kgPk15CoptmFeUVwV6VvUFHXI64bdmS8 { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:#c3a365;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#E9TK7EIDEAiv2tsi03znP9WNeyKPr0k8 { display:block; }
#n2SuI9tO6hr0OnK2EpqFHtxTvaecBu1z { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#Xn7TcadmRSEbeCyX6eMiE3rUDbxvTwXw { width:5.06225625rem;height:1.6870125rem;top:51.363525390625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#SRoSDkdkSTF1NdG1i1CPEdHoNIcc8KNw { width:4.6875rem;height:1.6870125rem;top:15.12451171875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15184;font-family:var(--paragraphs-font-family);display:block; }
#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e165018-008c-4331-954f-31f30b818abc/instagramcopy45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV.adaptive-delivery-prevent-bg, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV.lazyload, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV.lazyloading { background-image: none; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { border-width: 0; border-radius: 0; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { width:20rem;height:171.5625rem;position:relative;display:none; }#Ak5Euya3tLWh6TERNrwz9TmpX4xV4eKo { width:6.624625rem;height:1.749825rem;top:8.6875rem;left:7.15625rem;background-color:rgba(var(--color-primary-1),0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ae7b1c;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#D8OtVe1aEgInTp9KkRzbeUFWU8VtvhTy { display:block; }
#PHNCCd2z49rK1tBOKSR2udzpB1VDQQ0B { width:19.8111875rem;height:13.2486875rem;top:15.165366172791rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oPGzUTITAcDDzOBFtUeqdJBQxwOwMXOV { width:20rem;height:14.296875rem;top:37.622395992279rem;left:0rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#MJuUpiTr5TpOzOVtNqI2ETPDEBPCIZ8L { width:15.4361875rem;height:4.375rem;top:162.19402122497rem;left:1.6445313096046rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UKmGxmZhhG0Fcwi0OMPGOEclsDcctWsg { display:block; }
#D6bwM2RNOoRKOr7GxpN5ChQs4oD8zvow { width:20rem;height:14.296875rem;top:56.812489986419rem;left:0rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#nEG5zMT3cIVSsEXJwyA30u82zt6z5rb9 { width:20rem;height:17.871125rem;top:75.283859252931rem;left:0rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#y5Iy8r303l7NNhT2yf9MQnIm3te4Z0Rm { width:20rem;height:17.871125rem;top:97.041671752931rem;left:0rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#vCzIiZFiTQyHAxUQIKVmW5uvsA4nko3C { width:20rem;height:23.2324375rem;top:118.679697752rem;left:0rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#GZr9TJQlL5MsaEl60s4Jlxp1fBoGrrMn { width:20rem;height:13.75rem;top:147.50782299042rem;left:0rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#KfTVm35HypoQI3dgq9RTG2i7ZoNypIni { top:32.835927963257rem;left:4.5000002980232rem;width:11rem;height:2.75rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ACSmuNt05Mk5Vc20eT64rN8VanZaEMo1 { display:block; }
#PtUMxriFRGZmGTx2TPEpclPUWbCka5Ka { top:53.334648132324rem;left:4.7812502980232rem;width:10.4375rem;height:2.9375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FMwfiLMe7tNi0grWXtvqhSfBiEteue9y { display:block; }
#shqcttaBGbzs6qLZp5U7QLPTA5vQC71S { top:71.0234375rem;left:4.0312502980232rem;width:11.9375rem;height:3rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wu9luvIdtQAMrGUiD7zBsh4SDdO4JVu0 { display:block; }
#tbPTq6MHmzrnqNxxpCwbNNHMvc1Z0UmU { top:93.657558441162rem;left:3.9674480557442rem;width:11.875rem;height:2.9375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xzbTdvBma3h9VElCcRa6S7oKJm6ogRmQ { display:block; }
#Mq1q48RItgvT49hurcgdfmJdSfGfBKt2 { top:114.82420158386rem;left:4.0625002980232rem;width:11.875rem;height:2.9375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WUBbs4sSFrTKXptl7GNADhkVHgAxFArJ { display:block; }
#lCqvly6KJLdrfqMJkLLgegKxgHzZ9xLb { top:142.82161521912rem;left:3.4375000596046rem;width:13.125rem;height:3.125rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(45deg, #1c8d61, rgba(var(--color-primary-3),1));background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zlmOuzRcn9I7StAXvI7RnM001usDurTH { display:block; }
#Ulx90TBoZTCfKJsOVBLeJHhstoZW82eo { top:167.818359375rem;left:0.5rem;width:19rem;height:2.75rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -moz-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -ms-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -o-linear-gradient(45deg, #8bcab4, #deb16d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );";background-image: linear-gradient(45deg, #8bcab4, #deb16d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mvrwe7GdJAta63mZGTG8FfUKAKzTzGSA { display:block; }
