.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:195,163,101;--color-primary-1:178,140,114;--color-primary-2:238,158,36;--color-primary-3:148,109,83;--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); }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK { position:relative;z-index:auto;display:none; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK { border-width: 0; border-radius: 0; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .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; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .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; }#p1cJIf0999KkofrWZC31Jf0eWVLkPel1 { 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; }
#OlpK1d85a7FdrbhsTsewGUsRG0M4Fb6w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awzkz87iXWa6OONDavbRIQJTil4XVCry { 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; }
#eNouwFmuentwcrIA0pqpXrmk0p7n9keD { 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; }
#oDdDz6EMfhNLwOnw8lvkNmWU9ViHPd37 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeuuAN0dQv1drTeQLshyGTTTef9Dcyqg { 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; }
#qeuuAN0dQv1drTeQLshyGTTTef9Dcyqg > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#kBtW5L5FUShINeLIE99iQSpaaZbxASmI { 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; }
#SchEJ4eiCM1m8aEgkRgA597S9FcwNNVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6X0UlTDBBiUtrop1O6wFHiy4IyVx8vr { 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; }
#Swal0WLReMxiTHzzStPWNP0Z3zna4L7f { 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; }
#tar1WWvpEmKF9JdAQOFTLKvmTBOegoJM { 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; }
#RmSWqFfQwEZLfMy58VTHTn7FWULO2mzE { 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; }
#HVsI2o1S7CIEzzrQOL1NCb6TbqNICAbi { 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; }
#PizNdcWLklBIb8uE9p9dePNAcNdlBC9r { 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; }
#h4KKbfyKmu7UQETZcs4Ie7m4Vwt9ErCS { 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; }
#T70a9HDVEcCNpmT1HwJzB91ochUyBZRE { 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; }
#Tr5y0QQcnrRopURul7ywbD1Isgz3WkKi { 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; }
#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 { position:relative;z-index:auto;display:none; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 { border-width: 0; border-radius: 0; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .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; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .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; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container.adaptive-delivery-prevent-bg, #oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container.lazyload, #oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container.lazyloading { background-image: none; }#tg7kTeBRouhFgmxqq6TdhRLUI1FdFuQ5 { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#w95DuBS1Ri1Vemh44ay7k8uec4UiKWkI { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm { position:relative;display:none; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm { border-width: 0; border-radius: 0; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .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; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .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; }#ehK9gM6RdkNvzRA5G72H8HS0Tiqh6ANW { 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; }
#V78brJCxSHU3yRpdEDnFxCKGaFTmffrT { 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; }
#RLwA2v3Fkr9MUT2QUo4770nlMSVx6s9l { 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; }
#NOXXXU1ilB8zPrPpW0CRKTmROyq5oQde { 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; }
#egZq1sWXhzSsonhmGxttnPx33M6fCnkk { position:relative;display:none; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk { border-width: 0; border-radius: 0; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .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; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .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; }#sOrqiTS8IIt0P8DXpxZoqv81bfBik68m { 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; }
#HTWI7et02VcbECN4DdZCsIxW5vVETL94 { 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; }
#pxHvdQoTBVQgy7AaewF0gMk92sfvZCzU { 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; }
#m7AyKu47KTACoTT5NTaMaolDRFaXrLZy { 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; }
#fEvFTn1igRTzznLU9GU46irheCWapma2 { position:relative;display:none; }#fEvFTn1igRTzznLU9GU46irheCWapma2 { border-width: 0; border-radius: 0; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .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; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .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; }#ECtGq1hLZFug91O25FmTnxGAW5rv2GAR { 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; }
#L2BT4t9khXJSD7G4XtkcqpicQEklplIV { 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; }
#DtvVvGM2CIdlXdNRiJaKo9OpT1dIik8r { 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; }
#nPtMiDqhCKXDa7frlCdtF8QnK22IVk1m { 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; }
#l1APAe2TulATN4uVuVKSw7OKBVMHd9ID { 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; }
#RB2m3HRV567dAmpfxdaDcA1hz2ksFFtz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EpZmS7cLGhv92VGRmoNCndLB3A4g1JXx { 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; }
#oCAgqxhAZtRSAsTzN5uSWqfSvTrrnRew { 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; }
#iLoNRGvvLoE4oILVabxhhwBCONETzM8O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkF7fD8V1aeBvQdNeroqLCoQhyoCIb0f { 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; }
#xs3xtfaU9xTWN0IzUCnHuGlkFnWwm98a { 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; }
#PghOR2UtqMu1Vkbo9XfTdAxnRh9BggW1 { 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; }
#w1zrrStJQyT8CzW0Mlv0yyTUnhKHKt1p { 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; }
#H7akEwo7BAisTcTULBcDxDSBDHKewFXa { 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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-form-header {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { 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:3.39111328125rem;left:10.927734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { 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:3.39111328125rem;left:10.927734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm { position:relative; }
#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu { position:relative;display:none; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu { border-width: 0; border-radius: 0; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .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; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .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; }#De08wGmgEPbsyCKfwzEMRQTs2PKykEE1 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul { 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; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container { border-width: 0; border-radius: 0; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#btn658eT4dHosZVIR7v2oLICur1oeQe0 { 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; }
#ooPbIFAprzisPyg6b1zVTv8v6itGxlG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUoegIndd8IAtD8fgfGBwPDgkfgk5Zrn { 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; }
#u94n4ySdJqNzdcgddgCPhX5Am0LVk8lu { 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; }
#FoLBGTxdzyyZOhE1MTR4gsxgDklIurXu { 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; }
#cxIDG9NT1og8nTB22aAN3ZurLpCe50HN { 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; }
#uCs9NboJRfSOZzVeGLZvMQdRENgmTRcZ { 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; }
#CmNp1ZJlh8RGqXMtAUmywVGCBC2lGs9N { 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; }
#lvSihkSbiskzPZQx18SJCgBe2F9lOfn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLT1H60VbytgKdE1qPqhMTfCn7Dhud1A { 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; }
#FDVOEprQlTZ1ZkJBCqyHdJJt5t704bfy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#psa7SnBuVrCBBQ3nVPGTEZX0yTC5ANwn { 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; }
#a25wzXC6KHnpMObr56qecDXwZQyt8reA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr { 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; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row .container { border-width: 0; border-radius: 0; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-trigger.adaptive-delivery-prevent-bg, #yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-trigger.lazyload, #yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-trigger.lazyloading { background-image: none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ { 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; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #hy6OXmlbpEBhRavm1styx7qahaRCTAEV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #u4AVCkHStaTsr6Hg7uPsxOCAIo9RvHE8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #oyW3yZ2at0W8vbxu3uFDDAwhsvvH4nds { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ABoh8SlHDCN8tTT4tpVCkySBHhTRTiFh {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MdmTWRl66yAFdkgNOmpe1lDUQZewDyzV {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ubFKEM1rCTkAEfXH7UU00iUfDbKEdGPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #iwBot9ELfnZWSH6wTF64KWieNeNUl2vn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #WNlfi05RJPIoSTvDSbtBL1vZyZTRQ4kO { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #czuDqxkhQcCB5z7gt3d3xPdWHGxg2Fq1 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #zLJ6Qt3wyrxekJnN0T5oIvOxSCkWIdvb { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #AB1Ttx9a3EBT0NDWwNMFxofG7aXaNCnz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #fbXswCraX6MNkDLXHHxJBVeeDgLhFvok { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #u581tA91H3A096R4iTyNKpsPckNpfElT { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Bv83I3ugOEMRsQwgFtAmEtTnb15cNFyJ {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #BhQkoZxCgmn72KBRA92aJ5dbaVEPaTr8 { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #gk1HCBqv8M6qz6uHv1wTHRPG2cgOmaSW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #STUOo6Q1PLJV5PuULLuPD54z0y9CIv5M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #uREsVDp55G350cQLynNhHFfa7pNLQkF4 { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Ars8y7Wx1E7V7ibnn5TPnivvdtJMqTGl {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #v1AMXth10TumSqe8MuqLvq9BS1FAwwu1 { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #GIg4cV6dqpgckiaJInl2okxO6iBAL1NF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ZPWmvpynzvGSlWOVxrAEIgAxW4wanVnr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #JcyHhUZBZRRzZn1btFzbK3H0I9wy7F1P { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #xKTLshrJhd7bRRWJ1qPNEK7XcfK2ExiZ {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SR0QWa5ZFOkadWPMOywD98J7NrHWX1n9 { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Lq0AqC9b3dTf59KJER7BdM25LEAT2qwG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #VQBte07Pah4Z0WA7Qw4UUpqpBOrK7Q6Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MB9cGhQsZD1G8fl4le8Co6AqIKGJScbt { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #tKxOk1wMpzlTLpZcU69aQ9ll5XoMCP5W {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Kp4uz7KrLMSkgpNDErTgomM2cwE5t2gM { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #qAHGbpAw5LmygnP3xzuVcbcWkBPosfe3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #iXcgw0Tvp2ietZr03EfzFTXxPUhemQH4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #rTJkhR5R96EdUe6TxZ1IT6WTAASAXd8C { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lFL7serJ8KohuJ8cZIFtJLO5kNebTuKM {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #yGBATpGRgqUqVShOmPBlzyLxZ4mX6zge { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SwzQkboNLTDsFqM1crLugrvVunDTE7SN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MSlaeM16P1i4uETmB4W6D6W9LLfZIlDT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lmU8h4TfbeHGbA96JZ9KF559fOe0Jgog { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SLiIstzolrLght4Cr7yXJ2dsWP9G0qBo {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lcyEbiFi1bEUzH26fqLQeqTs1aV0Uie8 { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Tb0fZKGpi8lzCT00eSeq3QbSuCDAx2Fh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #eTcMTzT5wwChuVMRtx8CFqaME7A7MFXW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #v2TZtl5Bt5yXKWm9mGANUHrVqCTesS5M { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #JD7ruc4fhnsdnUqncxlpDNwPxgn07ffF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #sPx4VLfQbm2OtrytaKLKJo84x0RDwrbT { display:none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #TmXpK89PGBOPfl1m9KVDMXT5Oy5Rmu8e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #UUMMfqJJpTF6LrnirQ0qk9pnasMTu3Sn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #CeV7czIy2aldcpuaKpPTEuUf8VJtTvG3 { display:block;position:relative; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #FND9IEpMo2uRWz0kI9ik8FbXrhq7IcmF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Le6KshJThpGO7C2FygwvzP0mU3dbDKzU { display:none; }
#xCyEubOXh7o1r7nnrqdqRJ2OT22PqVNs { 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; }
#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi { 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; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi.adaptive-delivery-prevent-bg, #VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi.lazyload, #VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi.lazyloading { background-image: none; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row .container { border-width: 0; border-radius: 0; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi::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; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#AGL6DfKDG2L2D1RC1IIDMSmnTeCpXvhv { 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; }
#ftHStPF2EirZ3aAdAJ0dUCbr4FVS9AdX { 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; }
#LmEvd8riB3aqLAb8mQWzAyeGvxuNUeeo { 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; }
#bIXVUuHvwWhTiTnTWIRVgUCv3kEPsL9W { 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; }
#GUSGE6yzcDb05PPk6FfCt6yOFAbGSTbo { 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; }
#nl334gkk0gJuNwU9bPqPbsvRfJHFbIKs { 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; }
#dHFfWcymp7TAal1wXTqc4WigPIsUu16h { 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; }
#kbw0D41Ou2d4TcogcT5WznZFOSNUOzOV { 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; }
#G0cqUICvmsZKsi3GefTDx0X1U8O1WuTx { 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; }
#wNtLICcB02ALIbbRL0QawTKL3lXlFTLw { 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; }
#P57ZWPPCO6sXHaZ9PxlbKiNiU1G3ZEPn { 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; }
#yIURM9XXcOyam3niAMbNBJMpaoSXLkEP { 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; }
#nNHTNc7NCrz3chLRmxvviATFOUT7CGxc { 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; }
#Zsf0uTPyBKchc9VV1pFC1pBFaJ2SXsXU { 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; }
#fgsTzTIUmW802Esw736yRWfzax2uXt0I { 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; }
#tUvcRJaBv7gC2c7EESAeOgg02TJnEpqe { 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; }
#JFwxPwO78f2swbm1qGSUxXJkweza6HK6 { 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; }
#C7RohkpwaZgHKNwrApuMJ8K0QA7wMWtp { 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; }
#p7u3T0ZmVX7sU4vHeQfEfhNiZ5TmeIFC { 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; }
#iCHJc5MhoGi1LoTVFplMqAAmEvwHTGMl { 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; }
#yTRuoNOLfRK7u24SDVV4fWi1GfRNoF3o { 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; }
#NQvlmvnHawmUFqTVAKWFTy6KysF5IsJo { 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; }
#v32rH1BkgxnAlywUDgwhrzu5I8xy68ag { 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; }
#v32rH1BkgxnAlywUDgwhrzu5I8xy68ag > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#L2hG1dA79ITETBD8EmpDIo4lbqBrSnLf { 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; }
#CW8d8LV33nkght8eLvH9XmNyhxbccC6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5lPGqE4O1uFTUA2UbwS3c4hMMMIIr1Q { 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; }
#F5lPGqE4O1uFTUA2UbwS3c4hMMMIIr1Q > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TwRwpINx29qXnItQcGbzL6RPql4MDcpp { 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; }
#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 { 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; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container { border-width: 0; border-radius: 0; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#MTw3pygc0bR4cDO92hhZqk8H7uWpiT58 { 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; }
#ZOdbXKrV3fimPqhPp9wV1DdGqhKrSm4h { 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; }
#Rkszm1mul9LAD9xsZBCbl2ZibPQ8zuTn { 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; }
#O0yLlSLlvehvLZut7RTRd0qXd2Bof9Jm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TInBlcrx1zxrpyVLgc0VMSqtuVEHBNqC { 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; }
#PGTECn0NUi6kRv1l00CnoR54TZNCXlu0 { 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; }
#HirNz6WuZnLXkW2UpoIyDvVHXXyAdSbG { 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; }
#c0mIWGc7wnbSulGQNUGLngMOwrlgMP5X { 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; }
#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 { 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; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { border-width: 0; border-radius: 0; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#u1OnUXIWl9NyAm8mczRc1RWzashOr6f7 { 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; }
#ZmRAfqTOxzCIVbUvkf6JmdO7exdBOVBb { 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; }
#ooQwqL6dqe3HI6m4BmTmNsSXTtNGRT5z { 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; }
#sswr8TXh9KiafO0l4pw7FLureFtDGQdE { 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; }
#gs3aGQ3pLCvtGKL0faXi87PiVRvrKGcc { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.75rem;left:51.375rem; }
#DM14312EaRgRclx4v7q6fSpo6uNOUcMd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:41.8125rem;left:47.8125rem; }
#rSxMBnvKov2MNMNxCsObdKwn99GxyBKu { 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; }
#zLN18TfcmeLElQbhgKr4GosrvU8AtgNb { 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; }
#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ { 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; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { border-width: 0; border-radius: 0; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#qnAyytTbSSFio62oGxiiE7XV9MLVbKDF { 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; }
#NXc5xS2IAwUyiCCpLfNT4lHo6Ue8Ff1q { 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; }
#GLxdWUbAGcrZLqs1Fk9b8fMGk3cUbbc1 { 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; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { background-color: transparent; background-image: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { 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; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { 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; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { 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; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { 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; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { 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; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { 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; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { 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; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { 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; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { 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; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { 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; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { 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; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { 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; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { 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; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { 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; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { 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; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { background-color: transparent; background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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/a1761633-d14f-4859-b559-afa12726aa11/1366x768px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.5rem;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; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyloading { background-image: none; }#b5aoXdvegdHbShIslPbFOIOSn3sTb0uA { position:absolute;display:block;z-index:15018;height:10.06225rem;width:17.99925rem;top:17.811279296875rem;left:1.749267578125rem;display:block; }
#d4a55fJCDSXnHVNU8fmhAon4UE4TP6lx { position:absolute;display:block;z-index:15019;height:8.81225rem;width:15.7495rem;top:7.935791015625rem;left:2.87353515625rem;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { 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; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { 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; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { 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; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { 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; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { 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; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { 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; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { 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; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { 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; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { 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; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { 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; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { 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; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { 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.562255859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { 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; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { 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.445068359375rem;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; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { 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.40185546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { 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; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { 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; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { 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; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { 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; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { 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; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { 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; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { color:rgba(30,30,30,0.7);display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:14.081787109375rem;left:18.186767578125rem;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; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { color:rgba(30,30,30,0.7);display:block;width:10rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.054443359375rem;left:5.07568359375rem;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; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { 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:15051;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; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { 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:15052;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:3.20068359375rem;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; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { 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:15053;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; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { 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; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { 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; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { 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; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { 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; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { 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; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { 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; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { 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; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { 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; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { 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; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { 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; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { 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; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { 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; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { 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; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { 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; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { 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; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { 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; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { 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; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { 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; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { 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; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { 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; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { 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; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { 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; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { 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; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { 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; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { 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; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { 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; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { 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; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { 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; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { 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; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { 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; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { 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; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { 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; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { 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; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { background-color:rgba(var(--color-primary-0),1);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; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { 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; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { 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; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { background-color:rgba(var(--color-primary-0),1);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; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { 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; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { 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; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { 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; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { 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; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { 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; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { 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; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { 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; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { 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; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { 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; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { background-color:rgba(var(--color-primary-0),1);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; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { 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; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { 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; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { 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:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { 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:none; }
body { position:relative;display:block; }
#cl1IL1mMW5EB4eTee2hi439DUBNIozeK { display:none; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row .container { width:47.75rem;position:relative;display:none; }#p1cJIf0999KkofrWZC31Jf0eWVLkPel1 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#OlpK1d85a7FdrbhsTsewGUsRG0M4Fb6w { display:block; }
#awzkz87iXWa6OONDavbRIQJTil4XVCry { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#eNouwFmuentwcrIA0pqpXrmk0p7n9keD { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#oDdDz6EMfhNLwOnw8lvkNmWU9ViHPd37 { display:block; }
#qeuuAN0dQv1drTeQLshyGTTTef9Dcyqg { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#qeuuAN0dQv1drTeQLshyGTTTef9Dcyqg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#kBtW5L5FUShINeLIE99iQSpaaZbxASmI { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#SchEJ4eiCM1m8aEgkRgA597S9FcwNNVG { display:block; }
#i6X0UlTDBBiUtrop1O6wFHiy4IyVx8vr { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#Swal0WLReMxiTHzzStPWNP0Z3zna4L7f { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#tar1WWvpEmKF9JdAQOFTLKvmTBOegoJM { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#RmSWqFfQwEZLfMy58VTHTn7FWULO2mzE { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#HVsI2o1S7CIEzzrQOL1NCb6TbqNICAbi { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#PizNdcWLklBIb8uE9p9dePNAcNdlBC9r { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#h4KKbfyKmu7UQETZcs4Ie7m4Vwt9ErCS { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#T70a9HDVEcCNpmT1HwJzB91ochUyBZRE { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#Tr5y0QQcnrRopURul7ywbD1Isgz3WkKi { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 { display:none; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container { width:47.75rem;position:relative;display:none; }#tg7kTeBRouhFgmxqq6TdhRLUI1FdFuQ5 { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#w95DuBS1Ri1Vemh44ay7k8uec4UiKWkI { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm { display:none; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row .container { width:47.75rem;position:relative;display:none; }#ehK9gM6RdkNvzRA5G72H8HS0Tiqh6ANW { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#V78brJCxSHU3yRpdEDnFxCKGaFTmffrT { width:47.75rem;height:19rem;display:none; }
#RLwA2v3Fkr9MUT2QUo4770nlMSVx6s9l { width:14.0625rem;height:5.125rem;display:none; }
#NOXXXU1ilB8zPrPpW0CRKTmROyq5oQde { width:15.9375rem;height:5.25rem;display:none; }
#egZq1sWXhzSsonhmGxttnPx33M6fCnkk { display:none; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row .container { width:47.75rem;position:relative;display:none; }#sOrqiTS8IIt0P8DXpxZoqv81bfBik68m { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#HTWI7et02VcbECN4DdZCsIxW5vVETL94 { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#pxHvdQoTBVQgy7AaewF0gMk92sfvZCzU { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#m7AyKu47KTACoTT5NTaMaolDRFaXrLZy { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#fEvFTn1igRTzznLU9GU46irheCWapma2 { display:none; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row .container { width:47.75rem;position:relative;display:none; }#ECtGq1hLZFug91O25FmTnxGAW5rv2GAR { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#L2BT4t9khXJSD7G4XtkcqpicQEklplIV { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#DtvVvGM2CIdlXdNRiJaKo9OpT1dIik8r { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#nPtMiDqhCKXDa7frlCdtF8QnK22IVk1m { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#l1APAe2TulATN4uVuVKSw7OKBVMHd9ID { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#RB2m3HRV567dAmpfxdaDcA1hz2ksFFtz { display:block; }
#EpZmS7cLGhv92VGRmoNCndLB3A4g1JXx { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#oCAgqxhAZtRSAsTzN5uSWqfSvTrrnRew { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#iLoNRGvvLoE4oILVabxhhwBCONETzM8O { display:block; }
#UkF7fD8V1aeBvQdNeroqLCoQhyoCIb0f { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#xs3xtfaU9xTWN0IzUCnHuGlkFnWwm98a { width:23.5rem;height:27.75rem;display:none; }
#PghOR2UtqMu1Vkbo9XfTdAxnRh9BggW1 { display:none; }
#w1zrrStJQyT8CzW0Mlv0yyTUnhKHKt1p { display:none; }
#H7akEwo7BAisTcTULBcDxDSBDHKewFXa { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:17.5rem;height:auto;top:3.375rem;left:4.802734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:17.5rem;height:auto;top:3.375rem;left:4.802734375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu { display:none; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .row .container { width:47.75rem;position:relative;display:none; }#De08wGmgEPbsyCKfwzEMRQTs2PKykEE1 { display:none; }
#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul { display:none; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container { width:47.5rem;position:relative;display:none; }#btn658eT4dHosZVIR7v2oLICur1oeQe0 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#ooPbIFAprzisPyg6b1zVTv8v6itGxlG1 { display:block; }
#dUoegIndd8IAtD8fgfGBwPDgkfgk5Zrn { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#u94n4ySdJqNzdcgddgCPhX5Am0LVk8lu { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#FoLBGTxdzyyZOhE1MTR4gsxgDklIurXu { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#cxIDG9NT1og8nTB22aAN3ZurLpCe50HN { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#uCs9NboJRfSOZzVeGLZvMQdRENgmTRcZ { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#CmNp1ZJlh8RGqXMtAUmywVGCBC2lGs9N { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#lvSihkSbiskzPZQx18SJCgBe2F9lOfn8 { display:block; }
#bLT1H60VbytgKdE1qPqhMTfCn7Dhud1A { width:;height:;display:none; }
#FDVOEprQlTZ1ZkJBCqyHdJJt5t704bfy { display:block; }
#psa7SnBuVrCBBQ3nVPGTEZX0yTC5ANwn { width:;height:;display:none; }
#a25wzXC6KHnpMObr56qecDXwZQyt8reA { display:block; }
#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr { display:none; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row .container { width:47.75rem;position:relative;display:none; }#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #hy6OXmlbpEBhRavm1styx7qahaRCTAEV {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #u4AVCkHStaTsr6Hg7uPsxOCAIo9RvHE8 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #oyW3yZ2at0W8vbxu3uFDDAwhsvvH4nds {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ABoh8SlHDCN8tTT4tpVCkySBHhTRTiFh {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MdmTWRl66yAFdkgNOmpe1lDUQZewDyzV {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ubFKEM1rCTkAEfXH7UU00iUfDbKEdGPD {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #iwBot9ELfnZWSH6wTF64KWieNeNUl2vn {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #WNlfi05RJPIoSTvDSbtBL1vZyZTRQ4kO {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #czuDqxkhQcCB5z7gt3d3xPdWHGxg2Fq1 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #zLJ6Qt3wyrxekJnN0T5oIvOxSCkWIdvb {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #AB1Ttx9a3EBT0NDWwNMFxofG7aXaNCnz {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #fbXswCraX6MNkDLXHHxJBVeeDgLhFvok {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #u581tA91H3A096R4iTyNKpsPckNpfElT {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Bv83I3ugOEMRsQwgFtAmEtTnb15cNFyJ {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #BhQkoZxCgmn72KBRA92aJ5dbaVEPaTr8 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #gk1HCBqv8M6qz6uHv1wTHRPG2cgOmaSW {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #STUOo6Q1PLJV5PuULLuPD54z0y9CIv5M {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #uREsVDp55G350cQLynNhHFfa7pNLQkF4 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Ars8y7Wx1E7V7ibnn5TPnivvdtJMqTGl {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #v1AMXth10TumSqe8MuqLvq9BS1FAwwu1 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #GIg4cV6dqpgckiaJInl2okxO6iBAL1NF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ZPWmvpynzvGSlWOVxrAEIgAxW4wanVnr {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #JcyHhUZBZRRzZn1btFzbK3H0I9wy7F1P {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #xKTLshrJhd7bRRWJ1qPNEK7XcfK2ExiZ {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SR0QWa5ZFOkadWPMOywD98J7NrHWX1n9 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Lq0AqC9b3dTf59KJER7BdM25LEAT2qwG {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #VQBte07Pah4Z0WA7Qw4UUpqpBOrK7Q6Z {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MB9cGhQsZD1G8fl4le8Co6AqIKGJScbt {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #tKxOk1wMpzlTLpZcU69aQ9ll5XoMCP5W {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Kp4uz7KrLMSkgpNDErTgomM2cwE5t2gM {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #qAHGbpAw5LmygnP3xzuVcbcWkBPosfe3 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #iXcgw0Tvp2ietZr03EfzFTXxPUhemQH4 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #rTJkhR5R96EdUe6TxZ1IT6WTAASAXd8C {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lFL7serJ8KohuJ8cZIFtJLO5kNebTuKM {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #yGBATpGRgqUqVShOmPBlzyLxZ4mX6zge {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SwzQkboNLTDsFqM1crLugrvVunDTE7SN {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MSlaeM16P1i4uETmB4W6D6W9LLfZIlDT {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lmU8h4TfbeHGbA96JZ9KF559fOe0Jgog {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SLiIstzolrLght4Cr7yXJ2dsWP9G0qBo {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lcyEbiFi1bEUzH26fqLQeqTs1aV0Uie8 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Tb0fZKGpi8lzCT00eSeq3QbSuCDAx2Fh {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #eTcMTzT5wwChuVMRtx8CFqaME7A7MFXW {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #v2TZtl5Bt5yXKWm9mGANUHrVqCTesS5M {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #JD7ruc4fhnsdnUqncxlpDNwPxgn07ffF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #sPx4VLfQbm2OtrytaKLKJo84x0RDwrbT {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #TmXpK89PGBOPfl1m9KVDMXT5Oy5Rmu8e {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #UUMMfqJJpTF6LrnirQ0qk9pnasMTu3Sn {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #CeV7czIy2aldcpuaKpPTEuUf8VJtTvG3 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #FND9IEpMo2uRWz0kI9ik8FbXrhq7IcmF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Le6KshJThpGO7C2FygwvzP0mU3dbDKzU {  }
#xCyEubOXh7o1r7nnrqdqRJ2OT22PqVNs { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi { display:none; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row .container { width:47.75rem;position:relative;display:none; }#AGL6DfKDG2L2D1RC1IIDMSmnTeCpXvhv { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#ftHStPF2EirZ3aAdAJ0dUCbr4FVS9AdX { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#LmEvd8riB3aqLAb8mQWzAyeGvxuNUeeo { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#bIXVUuHvwWhTiTnTWIRVgUCv3kEPsL9W { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#GUSGE6yzcDb05PPk6FfCt6yOFAbGSTbo { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#nl334gkk0gJuNwU9bPqPbsvRfJHFbIKs { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#dHFfWcymp7TAal1wXTqc4WigPIsUu16h { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#kbw0D41Ou2d4TcogcT5WznZFOSNUOzOV { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#G0cqUICvmsZKsi3GefTDx0X1U8O1WuTx { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#wNtLICcB02ALIbbRL0QawTKL3lXlFTLw { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#P57ZWPPCO6sXHaZ9PxlbKiNiU1G3ZEPn { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#yIURM9XXcOyam3niAMbNBJMpaoSXLkEP { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#nNHTNc7NCrz3chLRmxvviATFOUT7CGxc { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#Zsf0uTPyBKchc9VV1pFC1pBFaJ2SXsXU { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#fgsTzTIUmW802Esw736yRWfzax2uXt0I { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#tUvcRJaBv7gC2c7EESAeOgg02TJnEpqe { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#JFwxPwO78f2swbm1qGSUxXJkweza6HK6 { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#C7RohkpwaZgHKNwrApuMJ8K0QA7wMWtp { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#p7u3T0ZmVX7sU4vHeQfEfhNiZ5TmeIFC { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#iCHJc5MhoGi1LoTVFplMqAAmEvwHTGMl { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#yTRuoNOLfRK7u24SDVV4fWi1GfRNoF3o { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#NQvlmvnHawmUFqTVAKWFTy6KysF5IsJo { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#v32rH1BkgxnAlywUDgwhrzu5I8xy68ag { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#v32rH1BkgxnAlywUDgwhrzu5I8xy68ag > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#L2hG1dA79ITETBD8EmpDIo4lbqBrSnLf { width:;height:;display:none; }
#CW8d8LV33nkght8eLvH9XmNyhxbccC6u { display:block; }
#F5lPGqE4O1uFTUA2UbwS3c4hMMMIIr1Q { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#F5lPGqE4O1uFTUA2UbwS3c4hMMMIIr1Q > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TwRwpINx29qXnItQcGbzL6RPql4MDcpp { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 { display:none; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container { width:47.5rem;position:relative;display:none; }#MTw3pygc0bR4cDO92hhZqk8H7uWpiT58 { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#ZOdbXKrV3fimPqhPp9wV1DdGqhKrSm4h { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#Rkszm1mul9LAD9xsZBCbl2ZibPQ8zuTn { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#O0yLlSLlvehvLZut7RTRd0qXd2Bof9Jm { display:block; }
#TInBlcrx1zxrpyVLgc0VMSqtuVEHBNqC { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#PGTECn0NUi6kRv1l00CnoR54TZNCXlu0 { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#HirNz6WuZnLXkW2UpoIyDvVHXXyAdSbG { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#c0mIWGc7wnbSulGQNUGLngMOwrlgMP5X { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 { display:none; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { width:47.5rem;position:relative;display:none; }#u1OnUXIWl9NyAm8mczRc1RWzashOr6f7 { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#ZmRAfqTOxzCIVbUvkf6JmdO7exdBOVBb { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#ooQwqL6dqe3HI6m4BmTmNsSXTtNGRT5z { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#sswr8TXh9KiafO0l4pw7FLureFtDGQdE { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#gs3aGQ3pLCvtGKL0faXi87PiVRvrKGcc { top:41.6875rem;left:45.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#DM14312EaRgRclx4v7q6fSpo6uNOUcMd { top:41.75rem;left:41.6875rem;width:2.5rem;height:2.5rem;display:block; }
#rSxMBnvKov2MNMNxCsObdKwn99GxyBKu { top:0rem;width:;height:;display:none; }
#zLN18TfcmeLElQbhgKr4GosrvU8AtgNb { top:0rem;width:;height:;display:none; }
#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ { display:none; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { width:47.5rem;position:relative;display:none; }#qnAyytTbSSFio62oGxiiE7XV9MLVbKDF { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#NXc5xS2IAwUyiCCpLfNT4lHo6Ue8Ff1q { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#GLxdWUbAGcrZLqs1Fk9b8fMGk3cUbbc1 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:47.75rem;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:47.75rem;position:relative;display:block; }#b5aoXdvegdHbShIslPbFOIOSn3sTb0uA { top:17.75rem;left:0rem;width:17.9375rem;height:10rem;display:block; }
#d4a55fJCDSXnHVNU8fmhAon4UE4TP6lx { top:7.875rem;left:0rem;width:15.6875rem;height:8.75rem;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:block; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:47.75rem;position:relative;display:block; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { top:31.3125rem;left:12.873481750488rem;width:7.5rem;height:1.75rem;font-size:0.75rem;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { top:22.5625rem;left:0rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:11.875rem;height:1.0625rem;top:30.4375rem;left:0rem;font-size:0.625rem;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:6.9375rem;height:1.125rem;top:14.0625rem;left:12.061767578125rem;font-size:0.625rem;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:10rem;height:1.125rem;top:14rem;left:0rem;font-size:0.625rem;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:11.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:block; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:47.75rem;position:relative;display:block; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { width:9.8125rem;height:8.9375rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { width:47.75rem;height:17.1875rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:none; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:none; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:block; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:47.75rem;position:relative;display:block; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { width:31.5625rem;height:15.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:; height:; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:block; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:47.75rem;position:relative;display:block; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;background-color:#edd5b1;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); }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK { 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; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row .container { background-color: transparent; background-image: none; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row .container > .video-iframe-container { display: none; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row > .video-iframe-container { display: none; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .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); }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row .container { border-width: 0; border-radius: 0; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cl1IL1mMW5EB4eTee2hi439DUBNIozeK > .row .container { width:20rem;height:5.7484376430511rem;position:relative;display:block; }#p1cJIf0999KkofrWZC31Jf0eWVLkPel1 { 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; }
#OlpK1d85a7FdrbhsTsewGUsRG0M4Fb6w { display:block; }
#awzkz87iXWa6OONDavbRIQJTil4XVCry { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#eNouwFmuentwcrIA0pqpXrmk0p7n9keD { 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; }
#oDdDz6EMfhNLwOnw8lvkNmWU9ViHPd37 { display:block; }
#qeuuAN0dQv1drTeQLshyGTTTef9Dcyqg { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#qeuuAN0dQv1drTeQLshyGTTTef9Dcyqg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#kBtW5L5FUShINeLIE99iQSpaaZbxASmI { 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; }
#SchEJ4eiCM1m8aEgkRgA597S9FcwNNVG { display:block; }
#i6X0UlTDBBiUtrop1O6wFHiy4IyVx8vr { 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; }
#Swal0WLReMxiTHzzStPWNP0Z3zna4L7f { 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; }
#tar1WWvpEmKF9JdAQOFTLKvmTBOegoJM { 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; }
#RmSWqFfQwEZLfMy58VTHTn7FWULO2mzE { 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; }
#HVsI2o1S7CIEzzrQOL1NCb6TbqNICAbi { 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; }
#PizNdcWLklBIb8uE9p9dePNAcNdlBC9r { 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; }
#h4KKbfyKmu7UQETZcs4Ie7m4Vwt9ErCS { 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; }
#T70a9HDVEcCNpmT1HwJzB91ochUyBZRE { 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; }
#Tr5y0QQcnrRopURul7ywbD1Isgz3WkKi { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 { 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; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5.adaptive-delivery-prevent-bg, #oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5.lazyload, #oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5.lazyloading { background-image: none; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container { background-color: transparent; background-image: none; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container > .video-iframe-container { display: none; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row > .video-iframe-container { display: none; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .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); }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container { border-width: 0; border-radius: 0; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDLL6XWAzkvLfIXifCkPdBGmNEoxvGl5 > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; }#tg7kTeBRouhFgmxqq6TdhRLUI1FdFuQ5 { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#w95DuBS1Ri1Vemh44ay7k8uec4UiKWkI { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm { display:block; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm { background-color: transparent; background-image: none; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row .container > .video-iframe-container { display: none; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row > .video-iframe-container { display: none; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .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); }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm { border-width: 0; border-radius: 0; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .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; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row .container { width:20rem;height:7.5rem;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; }#hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row .container.adaptive-delivery-prevent-bg, #hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row .container.lazyload, #hEP10l0s9XAkZfG2JI9kJnz69LDZqLHm > .row .container.lazyloading { background-image: none; }#ehK9gM6RdkNvzRA5G72H8HS0Tiqh6ANW { top:1.12109375rem;left:3.8740234375rem;width:11.3748125rem;height:1.1rem;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; }
#V78brJCxSHU3yRpdEDnFxCKGaFTmffrT { 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; }
#RLwA2v3Fkr9MUT2QUo4770nlMSVx6s9l { 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; }
#NOXXXU1ilB8zPrPpW0CRKTmROyq5oQde { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#egZq1sWXhzSsonhmGxttnPx33M6fCnkk { display:block; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk { background-color: transparent; background-image: none; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row .container > .video-iframe-container { display: none; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row > .video-iframe-container { display: none; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .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); }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk { border-width: 0; border-radius: 0; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .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; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row .container { width:20rem;height:10.3125rem;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; }#egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row .container.adaptive-delivery-prevent-bg, #egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row .container.lazyload, #egZq1sWXhzSsonhmGxttnPx33M6fCnkk > .row .container.lazyloading { background-image: none; }#sOrqiTS8IIt0P8DXpxZoqv81bfBik68m { 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; }
#HTWI7et02VcbECN4DdZCsIxW5vVETL94 { 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; }
#pxHvdQoTBVQgy7AaewF0gMk92sfvZCzU { 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; }
#m7AyKu47KTACoTT5NTaMaolDRFaXrLZy { 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; }
#fEvFTn1igRTzznLU9GU46irheCWapma2 { 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; }#fEvFTn1igRTzznLU9GU46irheCWapma2.adaptive-delivery-prevent-bg, #fEvFTn1igRTzznLU9GU46irheCWapma2.lazyload, #fEvFTn1igRTzznLU9GU46irheCWapma2.lazyloading { background-image: none; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row .container { background-color: transparent; background-image: none; }#fEvFTn1igRTzznLU9GU46irheCWapma2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row .container > .video-iframe-container { display: none; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row > .video-iframe-container { display: none; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .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); }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row .container { border-width: 0; border-radius: 0; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEvFTn1igRTzznLU9GU46irheCWapma2 > .row .container { width:20rem;height:45rem;position:relative;display:block; }#ECtGq1hLZFug91O25FmTnxGAW5rv2GAR { 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; }
#L2BT4t9khXJSD7G4XtkcqpicQEklplIV { 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; }
#DtvVvGM2CIdlXdNRiJaKo9OpT1dIik8r { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#nPtMiDqhCKXDa7frlCdtF8QnK22IVk1m { 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; }
#l1APAe2TulATN4uVuVKSw7OKBVMHd9ID { 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; }
#RB2m3HRV567dAmpfxdaDcA1hz2ksFFtz { display:block; }
#EpZmS7cLGhv92VGRmoNCndLB3A4g1JXx { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#oCAgqxhAZtRSAsTzN5uSWqfSvTrrnRew { 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; }
#iLoNRGvvLoE4oILVabxhhwBCONETzM8O { display:block; }
#UkF7fD8V1aeBvQdNeroqLCoQhyoCIb0f { 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; }
#xs3xtfaU9xTWN0IzUCnHuGlkFnWwm98a { 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; }
#PghOR2UtqMu1Vkbo9XfTdAxnRh9BggW1 { 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; }
#w1zrrStJQyT8CzW0Mlv0yyTUnhKHKt1p { 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; }
#H7akEwo7BAisTcTULBcDxDSBDHKewFXa { 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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:14.25rem;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); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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;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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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;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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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;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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:13.5rem;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); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:14.25rem;height:auto;top:20.309371948243rem;left:1.6234376430511rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:14.25rem;height:auto;top:20.309371948243rem;left:1.6234376430511rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely { display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C { display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ { display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu { display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu { display:block; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu { background-color: transparent; background-image: none; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .row .container > .video-iframe-container { display: none; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .row > .video-iframe-container { display: none; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .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); }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu { border-width: 0; border-radius: 0; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .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; }#b49sMZfr1S2QvNKOpPS3IsLL5OvU47Mu > .row .container { width:20rem;height:38.8125rem;background-color:#dac8b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#De08wGmgEPbsyCKfwzEMRQTs2PKykEE1 { top:5.8648004531861rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul { display:block; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul { background-color: transparent; background-image: none; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container > .video-iframe-container { display: none; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row > .video-iframe-container { display: none; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .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); }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul { border-width: 0; border-radius: 0; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .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; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container { width:20rem;height:25.6875rem;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; }#IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container.adaptive-delivery-prevent-bg, #IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container.lazyload, #IndWhwqgz2Ui0WqbwLzkC88u1uWBL9Ul > .row .container.lazyloading { background-image: none; }#btn658eT4dHosZVIR7v2oLICur1oeQe0 { 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; }
#ooPbIFAprzisPyg6b1zVTv8v6itGxlG1 { display:block; }
#dUoegIndd8IAtD8fgfGBwPDgkfgk5Zrn { 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; }
#u94n4ySdJqNzdcgddgCPhX5Am0LVk8lu { 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; }
#FoLBGTxdzyyZOhE1MTR4gsxgDklIurXu { 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; }
#cxIDG9NT1og8nTB22aAN3ZurLpCe50HN { 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; }
#uCs9NboJRfSOZzVeGLZvMQdRENgmTRcZ { 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; }
#CmNp1ZJlh8RGqXMtAUmywVGCBC2lGs9N { 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; }
#lvSihkSbiskzPZQx18SJCgBe2F9lOfn8 { display:block; }
#bLT1H60VbytgKdE1qPqhMTfCn7Dhud1A { 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; }
#FDVOEprQlTZ1ZkJBCqyHdJJt5t704bfy { display:block; }
#psa7SnBuVrCBBQ3nVPGTEZX0yTC5ANwn { 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; }
#a25wzXC6KHnpMObr56qecDXwZQyt8reA { display:block; }
#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr { position:relative;z-index:auto;display:block; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr { background-color: transparent; background-image: none; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row .container > .video-iframe-container { display: none; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .row > .video-iframe-container { display: none; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .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); }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr { border-width: 0; border-radius: 0; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .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; }#cF4Bq2Tbam0veHIcAszhPa8L7T5rDFGr > .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; }#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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); }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .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; }#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-trigger.adaptive-delivery-prevent-bg, #yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-trigger.lazyload, #yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ .accordion-trigger.lazyloading { background-image: none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ { display:flex;height:auto;width:18.2454375rem;top:4.1859130859375rem;left:0.12734371423721rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fb30b318-f020-4384-a978-5b6407429157/mobileapp0103.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ.adaptive-delivery-prevent-bg, #yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ.lazyload, #yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ.lazyloading { background-image: none; }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #hy6OXmlbpEBhRavm1styx7qahaRCTAEV {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #u4AVCkHStaTsr6Hg7uPsxOCAIo9RvHE8 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #oyW3yZ2at0W8vbxu3uFDDAwhsvvH4nds {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ABoh8SlHDCN8tTT4tpVCkySBHhTRTiFh {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MdmTWRl66yAFdkgNOmpe1lDUQZewDyzV {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ubFKEM1rCTkAEfXH7UU00iUfDbKEdGPD {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #iwBot9ELfnZWSH6wTF64KWieNeNUl2vn {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #WNlfi05RJPIoSTvDSbtBL1vZyZTRQ4kO {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #czuDqxkhQcCB5z7gt3d3xPdWHGxg2Fq1 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #zLJ6Qt3wyrxekJnN0T5oIvOxSCkWIdvb {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #AB1Ttx9a3EBT0NDWwNMFxofG7aXaNCnz {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #fbXswCraX6MNkDLXHHxJBVeeDgLhFvok {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #u581tA91H3A096R4iTyNKpsPckNpfElT {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Bv83I3ugOEMRsQwgFtAmEtTnb15cNFyJ {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #BhQkoZxCgmn72KBRA92aJ5dbaVEPaTr8 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #gk1HCBqv8M6qz6uHv1wTHRPG2cgOmaSW {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #STUOo6Q1PLJV5PuULLuPD54z0y9CIv5M {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #uREsVDp55G350cQLynNhHFfa7pNLQkF4 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Ars8y7Wx1E7V7ibnn5TPnivvdtJMqTGl {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #v1AMXth10TumSqe8MuqLvq9BS1FAwwu1 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #GIg4cV6dqpgckiaJInl2okxO6iBAL1NF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #ZPWmvpynzvGSlWOVxrAEIgAxW4wanVnr {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #JcyHhUZBZRRzZn1btFzbK3H0I9wy7F1P {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #xKTLshrJhd7bRRWJ1qPNEK7XcfK2ExiZ {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SR0QWa5ZFOkadWPMOywD98J7NrHWX1n9 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Lq0AqC9b3dTf59KJER7BdM25LEAT2qwG {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #VQBte07Pah4Z0WA7Qw4UUpqpBOrK7Q6Z {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MB9cGhQsZD1G8fl4le8Co6AqIKGJScbt {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #tKxOk1wMpzlTLpZcU69aQ9ll5XoMCP5W {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Kp4uz7KrLMSkgpNDErTgomM2cwE5t2gM {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #qAHGbpAw5LmygnP3xzuVcbcWkBPosfe3 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #iXcgw0Tvp2ietZr03EfzFTXxPUhemQH4 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #rTJkhR5R96EdUe6TxZ1IT6WTAASAXd8C {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lFL7serJ8KohuJ8cZIFtJLO5kNebTuKM {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #yGBATpGRgqUqVShOmPBlzyLxZ4mX6zge {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SwzQkboNLTDsFqM1crLugrvVunDTE7SN {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #MSlaeM16P1i4uETmB4W6D6W9LLfZIlDT {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lmU8h4TfbeHGbA96JZ9KF559fOe0Jgog {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #SLiIstzolrLght4Cr7yXJ2dsWP9G0qBo {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #lcyEbiFi1bEUzH26fqLQeqTs1aV0Uie8 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Tb0fZKGpi8lzCT00eSeq3QbSuCDAx2Fh {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #eTcMTzT5wwChuVMRtx8CFqaME7A7MFXW {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #v2TZtl5Bt5yXKWm9mGANUHrVqCTesS5M {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #JD7ruc4fhnsdnUqncxlpDNwPxgn07ffF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #sPx4VLfQbm2OtrytaKLKJo84x0RDwrbT {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #TmXpK89PGBOPfl1m9KVDMXT5Oy5Rmu8e {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #UUMMfqJJpTF6LrnirQ0qk9pnasMTu3Sn {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #CeV7czIy2aldcpuaKpPTEuUf8VJtTvG3 {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #FND9IEpMo2uRWz0kI9ik8FbXrhq7IcmF {  }
#yHQi61KHnHa5ZRhxItcb1JVRE459NpdQ #Le6KshJThpGO7C2FygwvzP0mU3dbDKzU {  }
#xCyEubOXh7o1r7nnrqdqRJ2OT22PqVNs { width:15.4375rem;height:1.9504625rem;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; }
#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi { 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; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi.adaptive-delivery-prevent-bg, #VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi.lazyload, #VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi.lazyloading { background-image: none; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row .container { background-color: transparent; background-image: none; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row .container > .video-iframe-container { display: none; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .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); }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row > .video-iframe-container { display: none; }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .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); }#VeQsBd2boIO9lv5DE4JtxVvxhqTbidsi > .row .container { width:20rem;height:37.875rem;position:relative;display:block; }#AGL6DfKDG2L2D1RC1IIDMSmnTeCpXvhv { 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; }
#ftHStPF2EirZ3aAdAJ0dUCbr4FVS9AdX { 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; }
#LmEvd8riB3aqLAb8mQWzAyeGvxuNUeeo { 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; }
#bIXVUuHvwWhTiTnTWIRVgUCv3kEPsL9W { 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; }
#GUSGE6yzcDb05PPk6FfCt6yOFAbGSTbo { 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; }
#nl334gkk0gJuNwU9bPqPbsvRfJHFbIKs { 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; }
#dHFfWcymp7TAal1wXTqc4WigPIsUu16h { 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; }
#kbw0D41Ou2d4TcogcT5WznZFOSNUOzOV { width:17.4989375rem;height:4.06875rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#G0cqUICvmsZKsi3GefTDx0X1U8O1WuTx { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#wNtLICcB02ALIbbRL0QawTKL3lXlFTLw { 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; }
#P57ZWPPCO6sXHaZ9PxlbKiNiU1G3ZEPn { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#yIURM9XXcOyam3niAMbNBJMpaoSXLkEP { 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; }
#nNHTNc7NCrz3chLRmxvviATFOUT7CGxc { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#Zsf0uTPyBKchc9VV1pFC1pBFaJ2SXsXU { 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; }
#fgsTzTIUmW802Esw736yRWfzax2uXt0I { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#tUvcRJaBv7gC2c7EESAeOgg02TJnEpqe { 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; }
#JFwxPwO78f2swbm1qGSUxXJkweza6HK6 { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#C7RohkpwaZgHKNwrApuMJ8K0QA7wMWtp { 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; }
#p7u3T0ZmVX7sU4vHeQfEfhNiZ5TmeIFC { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#iCHJc5MhoGi1LoTVFplMqAAmEvwHTGMl { 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; }
#yTRuoNOLfRK7u24SDVV4fWi1GfRNoF3o { 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; }
#NQvlmvnHawmUFqTVAKWFTy6KysF5IsJo { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#v32rH1BkgxnAlywUDgwhrzu5I8xy68ag { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#v32rH1BkgxnAlywUDgwhrzu5I8xy68ag > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#L2hG1dA79ITETBD8EmpDIo4lbqBrSnLf { 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; }
#CW8d8LV33nkght8eLvH9XmNyhxbccC6u { display:block; }
#F5lPGqE4O1uFTUA2UbwS3c4hMMMIIr1Q { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#F5lPGqE4O1uFTUA2UbwS3c4hMMMIIr1Q > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#TwRwpINx29qXnItQcGbzL6RPql4MDcpp { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 { display:block; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 { background-color: transparent; background-image: none; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container > .video-iframe-container { display: none; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row > .video-iframe-container { display: none; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .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); }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 { border-width: 0; border-radius: 0; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .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; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .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; }#A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container.adaptive-delivery-prevent-bg, #A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container.lazyload, #A4t9VixfJEXHOr3rKP0VkiUlesoTOsk0 > .row .container.lazyloading { background-image: none; }#MTw3pygc0bR4cDO92hhZqk8H7uWpiT58 { 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; }
#ZOdbXKrV3fimPqhPp9wV1DdGqhKrSm4h { 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; }
#Rkszm1mul9LAD9xsZBCbl2ZibPQ8zuTn { 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; }
#O0yLlSLlvehvLZut7RTRd0qXd2Bof9Jm { display:block; }
#TInBlcrx1zxrpyVLgc0VMSqtuVEHBNqC { 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; }
#PGTECn0NUi6kRv1l00CnoR54TZNCXlu0 { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#HirNz6WuZnLXkW2UpoIyDvVHXXyAdSbG { 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; }
#c0mIWGc7wnbSulGQNUGLngMOwrlgMP5X { 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; }
#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 { background-color:#efd5bd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { background-color: transparent; background-image: none; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container > .video-iframe-container { display: none; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row > .video-iframe-container { display: none; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .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); }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { border-width: 0; border-radius: 0; }#T5kd6iSTdoVIIsqKeJH8PMmt4mae5Rs9 > .row .container { width:20rem;height:76.375rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#u1OnUXIWl9NyAm8mczRc1RWzashOr6f7 { 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; }
#ZmRAfqTOxzCIVbUvkf6JmdO7exdBOVBb { width:20rem;height:3rem;top:6.0720491409302rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#365638;font-family:var(--headlines-font-family);display:block; }
#ooQwqL6dqe3HI6m4BmTmNsSXTtNGRT5z { width:20rem;height:1.95rem;top:2.4359817504883rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#365638;display:block; }
#sswr8TXh9KiafO0l4pw7FLureFtDGQdE { 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; }
#gs3aGQ3pLCvtGKL0faXi87PiVRvrKGcc { display:flex;width:2.875rem;height:2.875rem;top:73.3125rem;left:6.125rem; }
#DM14312EaRgRclx4v7q6fSpo6uNOUcMd { display:flex;width:2.875rem;height:2.875rem;top:73.5rem;left:2.625rem; }
#rSxMBnvKov2MNMNxCsObdKwn99GxyBKu { 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; }
#zLN18TfcmeLElQbhgKr4GosrvU8AtgNb { top:46.255429267883rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ { 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; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { background-color: transparent; background-image: none; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container > .video-iframe-container { display: none; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row > .video-iframe-container { display: none; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .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); }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { border-width: 0; border-radius: 0; }#LVEpprP5IgPaI3GXF7CBB01GkAvkNhzQ > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#qnAyytTbSSFio62oGxiiE7XV9MLVbKDF { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#NXc5xS2IAwUyiCCpLfNT4lHo6Ue8Ff1q { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GLxdWUbAGcrZLqs1Fk9b8fMGk3cUbbc1 { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:relative;z-index:auto;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { 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-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),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; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { top:0.5rem;left:0rem;width:6.375rem;height:2.0625rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),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);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { 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; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { 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; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { 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; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { 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; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { 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; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:none; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a1761633-d14f-4859-b559-afa12726aa11/1366x768px.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyloading { background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:20rem;height:11.25rem;position:relative;display:none; }#b5aoXdvegdHbShIslPbFOIOSn3sTb0uA { width:7.3125rem;height:3.9375rem;top:1.24951171875rem;left:10.7490234375rem;display:block; }
#d4a55fJCDSXnHVNU8fmhAon4UE4TP6lx { width:7.125rem;height:3.9375rem;top:1.24951171875rem;left:2.1240234375rem;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { 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; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { 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; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { 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; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { 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; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { width:3.99858125rem;height:0.97439375rem;top:37.496337890625rem;left:10.946533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { 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; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { width:4.4992875rem;height:0.97439375rem;top:39.21337890625rem;left:11.072998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { 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; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { 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; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { 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; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { 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; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { 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; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { width:5.81176875rem;height:0.9747875rem;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; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { 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; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { 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; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { 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; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { 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; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { 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; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { 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; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { 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; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { 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; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { 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; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { width:8.25rem;height:0.9746125rem;top:27.6875rem;left:11.2421875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:7.06175rem;height:1rem;top:40.262451171875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:7.375rem;height:1rem;top:50.849609375rem;left:10.763671875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:6.875rem;height:1rem;top:29.223388671875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:7.5rem;height:1rem;top:40.199951171875rem;left:1.576416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:7.312rem;height:1rem;top:29.160888671875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { 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; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { 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; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { 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; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { 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; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { 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; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { 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; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { 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; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { 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; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { 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; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { 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; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { 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; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { 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; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { 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; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { 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; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { 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; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { 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; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { 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; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { 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; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { 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; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { 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; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { 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; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.43798828125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);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; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { 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; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { 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; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);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; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { 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; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { 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; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { 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; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { 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; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { width:12.37425rem;height:1.9995125rem;top:0.558349609375rem;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; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { 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; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { 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; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { 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; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);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; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { 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; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { width:5.06225625rem;height:1.6870125rem;top:50.22216796875rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#020402;font-family:var(--paragraphs-font-family);display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15202;font-family:var(--paragraphs-font-family);display:block; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { width:5.06225625rem;height:1.6870125rem;top:31.68701171875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15203;font-family:var(--paragraphs-font-family);display:block; }
