.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:198,153,110;--color-primary-1:195,163,101;--color-primary-2:187,141,101;--color-primary-3:149,115,83;--color-primary-4:127,96,72;--color-secondary-0:231,235,231;--color-secondary-1:182,194,184;--color-secondary-2:134,154,136;--color-secondary-3:80,92,82;--color-secondary-4:54,86,56;--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); }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi { position:relative;z-index:auto;display:none; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi { border-width: 0; border-radius: 0; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .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; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .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; }#sgxPI3nC5GdTH6zIO85s7rhsxXievi24 { 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; }
#HN5LOvAONvkhX5xIXNKVDD1txOeOGgPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mC4QlS0v4IlRpomCmmRq0eZZ5iZnTT8z { 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; }
#N3bnhP8EkIGArTUAFbVaDMxMoJwHctiV { 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; }
#AgrwEB2a1uaBDfcTMW8Ne8rkzZ1dZBZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RpWTRoWTBdHqXrJW2UmzOw4WpEa28JNU { 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; }
#RpWTRoWTBdHqXrJW2UmzOw4WpEa28JNU > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#LxLbybQIuTZDyQSzGMyqMnAtJIw4FkMk { 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; }
#GIgTTFNx16796rqT5GJ4CorBtPu551ho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q2dMAOZbyT3Lbtq82y4qK6kCoCCEWLh9 { 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; }
#TuoRMIrGCrrCFT63ysZIKRqAkmkCz1HC { 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; }
#C3Dsezfb7dXhvlppplWB99xcZS66aQkz { 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; }
#d6l24mmmTVm39azkELGJDIC6Pu7HUeE6 { 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; }
#ufyfFPgPRDkC0QeBeypFAKgy6rsT34mP { 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; }
#InvvRh1bIFU1JUToaF0VMhUfv5Cd919e { 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; }
#Ciq4FuISOlVf6t7w14qvv4w1Epz6o053 { 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; }
#U28sHLeKGap6BqRK0NcpoWWcHxIpZQ4W { 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; }
#b2Xy1fxkcNn59GlMWfDw0ea2J5KMX5TV { 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; }
#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU { position:relative;z-index:auto;display:none; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU { border-width: 0; border-radius: 0; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .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; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .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; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container.adaptive-delivery-prevent-bg, #XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container.lazyload, #XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container.lazyloading { background-image: none; }#glbT1TVRRAvVA1uAQBSwptt8AzmBNbTw { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#eZPMGC2iVw3NRhhebyRh7EHyfQLiLuJC { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI { position:relative;display:none; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI { border-width: 0; border-radius: 0; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .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; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .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; }#t6E82RmbwmTCmQbBPcUUEFtGaipmEfET { 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; }
#u4gNhqairIMuiX8btvMk9RHvWgJ8SQ66 { 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; }
#bDKdb0AGiUqIFKJvPfep2xRMHHPG9hxm { 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; }
#T5IIMGtc0OG7rOhNg9IltfpiTAlOncIo { 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; }
#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq { position:relative;display:none; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq { border-width: 0; border-radius: 0; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .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; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .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; }#blvdq6eQzhbiCb2rWOQmhwv0JhyK1PSr { 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; }
#Tc3yKArHSRsb6fCNz57P0ELVVfi8S0l0 { 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; }
#eiZJEryvunVK9QtKyfSmAaOrcgdt11pX { 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; }
#VCNS0L5UrR09JKAkppcG6qPAvJDBNRUZ { 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; }
#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR { position:relative;display:none; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR { border-width: 0; border-radius: 0; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .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; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .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; }#qy9EAo40WdZqoA591HOlBW4ZE82eXMl7 { 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; }
#i2SM30nBdw27Mx03ZAPQNVqp4nNPSm63 { 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; }
#TPomlml7r5EyD0r9sMJ6zF4pZzPwSgBK { 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; }
#XDmqVHxIl5TKWHK5H4p9LRNewzGLMK48 { 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; }
#gGqPy2dMfLtC0QniNTQHd1pc7hi0FR6I { 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; }
#TpyrCiNn0ENxHnNItzbW9etuZsBtOfdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDegxiODaWnT69hIyki2ZOsdyBSZszmg { 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; }
#JLoHHTkRGnSyWom51ddgqtMT7eb3NzOp { 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; }
#nNTu9ATUHkvMJ5teU7kL1yoA8mLRuTlR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5MrzDDEA1T9NNZBoJ9aoTJPc0MT9HVo { 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; }
#Nqf9k7NVTyZ37enktvaWEciMAg0XMfFd { 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; }
#K2uduTwJADdKxJztfI9ixXHJITe9s4R8 { 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; }
#bWIVc2b805v5amU7DxhH3zCS8VDLIsl9 { 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; }
#Zuf1H7g5SgVLvnehkbGxJKIBwWXgiCfQ { 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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-form-header {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:first-of-type{padding-top:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:last-of-type{padding-bottom:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.03759765625rem;left:9.2431640625rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N {display:block;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.03759765625rem;left:9.2431640625rem;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #oLfRO0NcAviEJuPrQMeO9QO46Vdho6Wi { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LW49lP8HtJ6cF10OokSb73E77XWoQQJ7 { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #tuhhE3VJSDWJwCpAvSJSnnxK995I4VwK { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #g4WOOUzgH2uTxlNV1iwK5E0SP2noOuJa { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #KC0lMuSNJiXvPeIU0FTmgx77lugAgVOU { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #B7iwGeUDipNSOA9qshLZGJvh8shRTuvq { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #C9eQbzBKX3Xm0Q8NJeJdwSRpQyoVCD00 { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #bNePqN0fRd0rdbWwJ0Cv3w4qeXNMkl6d { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DTfEVDVwuzfIvD0anuRo3zfIFQecTqtA { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XBOMCfTIeIln1hNNmBAMMkokCopn92JJ { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #NnePve36QTmVLFD3rZFSArpKUBl7JUxR { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #R0hUxSu6LyEmXwCKWzGPJevbzHzOpTrJ { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #wTFhHDWKmCrLKyqOXcAR5pUH1Dc3lW1q { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DgOQnSAihCQHnNrTOzos8dGObXqRB60P { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LK0TtivU6QZEzcruh4deOO4w24BggGyw { position:relative; }
#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI { position:relative;display:none; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI { border-width: 0; border-radius: 0; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .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; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .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; }#F2BLCSm274dqG34mT0vNZwlawTCuCzyl { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV { 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; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row .container { border-width: 0; border-radius: 0; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-trigger.adaptive-delivery-prevent-bg, #bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-trigger.lazyload, #bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-trigger.lazyloading { background-image: none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry { 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; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #OHslAt0lleiJnS54xce5DOycl1x77Jmk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #Od7L9liDNusHoeToKOpbGhT1v6b8wkDz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #pKGv89GgB0PH6Tw2fMHBBRx02yqXgPG6 { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #PTEt6JXiMIGD9fapmx68FIattMZdS8wA {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #rNGknlANMWV4fyUgQQnlgdaXbBLfvfec {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TWwpC4T5vQDE155TMfH32HpyXRmd2Tmn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #yQyD8cOdW4PKcxeMiIKNz8Icre6yQ5Er { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #T3bnxCoVH4zklRoK4Up8S7G7AbH73fvH { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #mJgeHV4kkgnXhzNJwgRC4HndsL4CRif1 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #CyutMkxfPMZJsnkh3ekUTExs8OJgiktw { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #QH7XeLXmDfkZetKkRGaRBEXyXhGmMETi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #xIQXyuErqwTJWBWZny2iHJIyIBpqNeh3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #ZveBEaOLdRTcnVbtwHsWXqHQZJCLcCwG { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #dedwPMU4DDIEa6ZKoCdwDarJ74IsdCxp {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #LS4K8d4pPUT2HUfffTFC8vpWVUHgoFxI { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #C7KRdaipu5U6TcRmMsQM24JwhHxgXw2G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #U8cRFTcOfuhlBekl2TABqJmT1LzyeSxl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TWtCy6VqBAIvBMNw33uaeEs5tAkwhHTz { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #UwH1yaelBsNU4DnKLnPBBvK26uOv55bb {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #mqdq3uA6ixhxyH69Jx5m8TscsrOyLxvD { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #atTROCSozSeGf17VGTDZaMVyZaIQ69Uf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #eVyw9pZ73fytvJHi66Rn9dO1EfGtZtio { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #XaysbR8duTotvPtM7NVwi2iT7a6mbJm4 { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #vlnTdAupvM3rZdktSe3KolV8yznuJW15 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #P77HkTULqui00LkMa3tqxn97zIFcxuOK { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #yIJQEEldCvEaTCmNiX93abfUaEZwcTvA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #uiroQsGGRcSOUQfnBscrLAKQqWets0pH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TZMIokTz2U1lIea0n4E4KaTDXU2L9IMy { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #wLnSU5C1qbFHxM3e9pT9TimTiqImxtpv {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #JfTWRLaca63pR416ExRt0qJ8cI8dKA87 { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #HRoMf1vbpysUeKJe1sdFeox3a4355XHd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #CZNgWs8eP03H92IhuHOw6JpxcRlt6CNa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #gEiGDDyTdIg2fkgdrtq4btGciry1qNPs { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TreidoVsFFQDdf4bs92DnuTm2OVipH38 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #qXqg3BamWidLphHyv1RZJ4iQKKFhTbHR { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #nDoFXtxoTCzBXfC1H7w0LZOleWQeoav0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #RiNSUr9qTks6qXcASV9H2orsTfiQpgbH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #wrNmHkU6gvpJuew9AWXpSv6un0ArHKzQ { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #KC7DOuHG8ti6S9TcTCq2qDuM9p7v9oBd {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #G4iZVeTGaaIOc94vbbDTCHcPuz6TNxrl { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #nHcD9yVsf05PI3SaZrxPV7ZmnspQur9q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #devy26EHAZiXMymwQ1aPQC7Mm0J09CBP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #a8UifzrzQFwhqgbuUmQ5BH727KGLUgaB { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #lP7nRC4kP32GzVORMHXpmCRIR2Um0ugb {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #lpBR7Wdzq3xAR0bqdHeC1Gy4ccTQE2Oe { display:none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #dW7idRmaLX2hs2ytI06HLqOXtrwprsT4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #FqETKFUpyB7FrvByQRp2mOUxx6ScyAsT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #MVJzmzN1IkNVc0Zi8zNJRQ6GgBUSAx1m { display:block;position:relative; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #Lm8hwiaxC3kf7guU8e3EmxkEE7OE6NR1 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #y6qQBcG2k183VBFZVvglf2rVZTvCNeA7 { display:none; }
#t8fI0EGv30u7BZAs0TOme3UEchUI1IlH { 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; }
#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg { 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; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container { border-width: 0; border-radius: 0; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#uvNoVFufluvlIn9igClz5NwtfMetM25J { 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; }
#Wtw9weBB475a71TmbC0ZONQ6XUuDnKno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJkx2wRvvH0p4hSeagQrASHuNbgHGkUI { 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; }
#sSRE69GnP3PFCTqHDssaqbT2ecwfFTxC { 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; }
#GBEPfh4kslHlXTRW8tVHInM6uAfhv7GF { 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; }
#JM6THwrGz5oZTMNHsESaPxPND9cxVZpF { 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; }
#NtLiUB0QB1IocgaM6ZogNRBeXoxZQwZX { 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; }
#IvdSqbTKTx59yZNgurGXDT5xDHNLApnc { 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; }
#T37ePofXfV1Wwrkm8T8qHzs8Vbmsr2rS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5TfxH8F5qvtmkoIOxTKRDb7DoUoN0lN { 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; }
#eR5aqkapMGCgws12XMVW539o98wDHHyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2Q51EoLUiWl3tTLtFsRuyP5rl2qB8p2 { 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; }
#dvWZ3lrGOvfvps5M2KbZf06NlPdezaHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq { 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; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq.adaptive-delivery-prevent-bg, #uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq.lazyload, #uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq.lazyloading { background-image: none; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row .container { border-width: 0; border-radius: 0; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq::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; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#yiNB3S2qH2yrB9TQ470ltyyvw1TFZwtM { 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; }
#SNeAbwyLFB69FTB6SSs3Hlv9dlJTmn72 { 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; }
#QQq0CiUzcOsmaRdqqXHvqbgLFQesCafP { 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; }
#UXG9eqxLkeAPBJLXtwZhkB32UqT6GThS { 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; }
#agKnfUmqnu1p71NdnbZgGHaufXJVT317 { 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; }
#k0ESxWSWOBJyEb1Z2kR9Uel5MvMHT77E { 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; }
#L3fMP2LAlTbohmdOVmF30qSXgHdegrk2 { 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; }
#ynP8iQL43q9E2hNfp0BgtlrZd8uGftRe { 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; }
#dnby8xOVWuMGyiUC1UJQgJoi50S3QTtn { 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; }
#KaS1uJuhp05JVF2OTLwbUM0kW8c8i7bL { 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; }
#TSXo1Ur94clGlxQno94chgpMTJic8tb7 { 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; }
#Fk7rnrk1N2ArR0koX4FoxJzkS3f3kBPg { 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; }
#dJLyWThxq0TVVDOHFi2A4If7uUbiaTZv { 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; }
#fVMsTctoKUqJktvEt4fdILIvAHhc860l { 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; }
#wJzVesnKX0EU3o345DLTAl0WFTMh8mDm { 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; }
#TAyBlpVKNRpGvT6pJzgQMiHTp0TaPyKC { 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; }
#hZLU4lD2F3rrBP153pPeELOOOepQvdGS { 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; }
#VBqN6wB9k5CJXvbnxrKvXF2hJSPbgNTF { 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; }
#VvxCn4wHiaZF5xrcIZHQblRucTTyyzAp { 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; }
#CTbZHJLVPS2xGnrUeakeA3wg8LXz4Vy6 { 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; }
#ga1XCrgV7XPiVZ7TqNzcKuVbkWktuDAx { 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; }
#h7RBLwMsEGLMHu1iXS39cqElEeGKwwdU { 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; }
#XfouuUODUiaG5pb3LMSNb88XL293ZM3n { 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; }
#XfouuUODUiaG5pb3LMSNb88XL293ZM3n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Paw2ygLSi8qpfp9TGHfx63azu3trqNAe { 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; }
#EuMr5uDZGm9lq2Hw0V6ewwZieFbZ4Syb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7iZOWc1mky7HJUlk6Vk8sx8TNqED7sx { 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; }
#E7iZOWc1mky7HJUlk6Vk8sx8TNqED7sx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ip6W1dTmxywQNzOuouCoueldkH3A26lK { 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; }
#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB { 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; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container { border-width: 0; border-radius: 0; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#HdKyeWvioDiODJ9ozpCSQl95Tg9Nx7TC { 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; }
#OAyx4MZsJkXQEPxrA0c6Um5JJ6SA6uqL { 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; }
#TJzItkItieOkJFEK4oyo53Pi0IP8mFwX { 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; }
#MLAsdZ8eszeEwMOQoEvKKtFrZrSB51BV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXQMKpmuCyfB5aw8BDbL8GKN5zCsL7CX { 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; }
#gXrOfDz9rPdbkOe6ebrsLuy2KfnX7xXE { 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; }
#APf7AkwLaKQZRxZq6qRwplmn6t6u1qRI { 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; }
#RT68QproZw8Dd6kDb4opO8LLA8B900Kg { 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; }
#mZhHzt87wp6dthooIrtfJx3ps6kvL974 { background-color:rgba(var(--color-tertiary-1),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; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { border-width: 0; border-radius: 0; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#OrLHL5qayh1u1Pa6nrAuidow2SURWiXB { 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; }
#fsqkr2KCWh0oRhFDIU4ZrFUy8LpPdVyt { 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; }
#eatwNvFNoTPXglvmIuNN91ZPq76qdAbg { 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; }
#GFxlTCl19cAgVS15GuJnIRGodTa1qu9a { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#Drf7DRI4xWTqV2coEs26BOqK3fTdUJM3 { 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; }
#uh5KyD8JdBZfzzedSvAx5Kg9b5wfgcsa { 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; }
#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw { 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; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { border-width: 0; border-radius: 0; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#GW2IW7tIWSN1Rt0mgipa24IvwXJHsKXQ { 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; }
#mvnBTFz0TVw8e75irO3Hn1qJFxc4xe8u { 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; }
#T00TeZphKsarv7pNlJqNhse0c06igSUx { 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; }
#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { position:relative;display:none; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { border-width: 0; border-radius: 0; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .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; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.1875rem;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; }#cTNTXT00pfoMS9lRvanCvP6VhoRuvG3s { 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: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:15001;text-align:center;text-align-last:center;top:12.18896484375rem;left:22.1796875rem;display:none; }
#vl8EgP3RpHUT7tm9ZVcTTJL4TCUxOSqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1ysSXKTl5w6qkwKuL1ORQgdXkio5wMz { 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: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:15002;text-align:center;text-align-last:center;top:10.87646484375rem;left:27.1796875rem;display:none; }
#IJKfG9qJgvc8ATTiy0LM5wwrVD7UupqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ8zXrlcuP2l1pk4LsQiuq0kI77lRnM4 { position:absolute;display:block;z-index:15003;height:22.8125rem;width:58.93675rem;top:4.6240234375rem;left:0.52978515625rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { position:relative;display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { border-width: 0; border-radius: 0; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .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; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .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; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.adaptive-delivery-prevent-bg, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyload, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyloading { background-image: none; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { 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; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { 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; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { 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; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { 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; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { 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; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { 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.34912109375rem;left:14.715576171875rem;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; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { 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; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { 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.124755859375rem;left:13.624267578125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { 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; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { 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; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { color:#ffffff;display:block;width:5.3125rem;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.51953125rem;left:20.498046875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { 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; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { 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; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { 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; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { 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; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { 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; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { 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.623046875rem;left:7.560546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { 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; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { 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; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { 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; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { 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; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:20.5888671875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:18.6865234375rem;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; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:6.749267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;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:18.60498046875rem;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; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:23.7548828125rem;left:6.749267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:33.10009765625rem;left:18.66748046875rem;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; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { position:relative;display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { border-width: 0; border-radius: 0; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.adaptive-delivery-prevent-bg, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyload, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyloading { background-image: none; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { 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; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { 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; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { 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; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { 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; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { 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; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { 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; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { position:relative;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { border-width: 0; border-radius: 0; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .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; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.adaptive-delivery-prevent-bg, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.lazyload, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.lazyloading { background-image: none; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:7.0625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:4.9365234375rem;display:block; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15013;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:24.537109375rem;left:44.4375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.5625rem;left:46rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15018;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:24.235677719116rem;left:23.812501907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15017;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:23.208334445953rem;left:3.5299472808838rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15014;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15015;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:37.75rem;left:24.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15016;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:36.874998569489rem;left:3.1888027191162rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:5.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.875rem;left:12.34375rem;display:block; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { position:relative;display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { border-width: 0; border-radius: 0; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.adaptive-delivery-prevent-bg, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyload, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyloading { background-image: none; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { 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; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { 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; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { 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; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { 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; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { 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; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { 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; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { 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; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { 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; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { 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; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { 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; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { 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; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { 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; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { 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; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { 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; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { 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; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { 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; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { 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; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { 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; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { 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; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { 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; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { 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; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { 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; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { 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; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { position:relative;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { border-width: 0; border-radius: 0; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .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; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.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; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.adaptive-delivery-prevent-bg, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.lazyload, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.lazyloading { background-image: none; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { color:#b20129;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15105;line-height:1.8;letter-spacing:0;top:1.0625rem;left:9.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:2.375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:20.1875rem;height:5.375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:5.96875rem;left:8.6875rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:7.25rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:4.375rem;left:32.1875rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { position:absolute;display:block;z-index:15018;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:11.8125rem;width:11.8125rem;top:2.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { position:relative;display:none; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { border-width: 0; border-radius: 0; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.adaptive-delivery-prevent-bg, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyload, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyloading { background-image: none; }#CwZsLvuBPTFcTAc7HNsAGdaqMlzTMr2K { 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; }
#DaU06W2E4W6p0zd7s9MmPX4MI3TWcebC { 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; }
#f7KgR4E6vzMmOgrzyNHwTsEJvlwSJ78T { 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; }
#iM3wHRBbROnk6glG0XmBT5vH4bv1qTXp { 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; }
#EpP2FqEgsBpsNg1HQxNOIIlO6hsw0z3c { background-color:rgba(var(--color-primary-1),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; }
#TMAJTG858OWVTmtii7hJc5c8bdesyThg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMSe81LImIePPHnAoR01QGzO9wzBZR71 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#pimOfLC5VXDS4uGLlAF42y3A9R7dopWo { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);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; }
#yT826rv23HIAhAm79JdWXlpxlVOaKT2u { background-color:rgba(var(--color-primary-1),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; }
#WaW9rQp5dKxzuA3To70U42VxDKsm78AW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOBmZR1sy0Uvpd7y163oa9kUwGzJQbKp { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#tovIHiR47OkiJhSHQGeluDbxf4srq9z9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, #a1f2f3, 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; }
#wCAawDrDBa2nfkRQii0VbyDe2uDZPckO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#CCMMJde3k2a1Q5NXtlnf0A1VW57Zt5X8 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#yhO082udMJ5etKlKPbOsT69MLVBhE47X { 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; }
#T5GQTvTyFtbG72pK1i3H5oxiiTMXsFth { 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; }
#FcJeIXPwpxAWlHCbZaScP3LIKKIrLqxr { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#hx19UHX9pf8kGzgQM2GJZ7ThxVc4wmxe { 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; }
#fshNhdxpqDwfUMNA0eCphnTXz2f2pPzg { 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; }
#CKrnFRWzDs7vbFHKgL64iToUMy0NlWTa { background-color:rgba(var(--color-primary-1),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; }
#XBq8QXPx0GT3yXxqDl2TdNz43i45hZNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Te781HD2rZd5qoaL6raNWc4hX4lpKa70 { 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; }
#L8amynDnBIxXyPSEHgduAPisCOf34txc { 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; }
#m8cmiuTlRkhu8SsJu373rt2erpAceZmh { 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; }
#srPz18OfbT97OgeXehlRCWTnpo8R7UT5 { 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; }
#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi { display:none; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row .container { width:47.75rem;position:relative;display:none; }#sgxPI3nC5GdTH6zIO85s7rhsxXievi24 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#HN5LOvAONvkhX5xIXNKVDD1txOeOGgPv { display:block; }
#mC4QlS0v4IlRpomCmmRq0eZZ5iZnTT8z { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#N3bnhP8EkIGArTUAFbVaDMxMoJwHctiV { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#AgrwEB2a1uaBDfcTMW8Ne8rkzZ1dZBZe { display:block; }
#RpWTRoWTBdHqXrJW2UmzOw4WpEa28JNU { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#RpWTRoWTBdHqXrJW2UmzOw4WpEa28JNU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LxLbybQIuTZDyQSzGMyqMnAtJIw4FkMk { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#GIgTTFNx16796rqT5GJ4CorBtPu551ho { display:block; }
#Q2dMAOZbyT3Lbtq82y4qK6kCoCCEWLh9 { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#TuoRMIrGCrrCFT63ysZIKRqAkmkCz1HC { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#C3Dsezfb7dXhvlppplWB99xcZS66aQkz { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#d6l24mmmTVm39azkELGJDIC6Pu7HUeE6 { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#ufyfFPgPRDkC0QeBeypFAKgy6rsT34mP { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#InvvRh1bIFU1JUToaF0VMhUfv5Cd919e { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#Ciq4FuISOlVf6t7w14qvv4w1Epz6o053 { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#U28sHLeKGap6BqRK0NcpoWWcHxIpZQ4W { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#b2Xy1fxkcNn59GlMWfDw0ea2J5KMX5TV { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU { display:none; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container { width:47.75rem;position:relative;display:none; }#glbT1TVRRAvVA1uAQBSwptt8AzmBNbTw { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#eZPMGC2iVw3NRhhebyRh7EHyfQLiLuJC { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI { display:none; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row .container { width:47.75rem;position:relative;display:none; }#t6E82RmbwmTCmQbBPcUUEFtGaipmEfET { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#u4gNhqairIMuiX8btvMk9RHvWgJ8SQ66 { width:47.75rem;height:19rem;display:none; }
#bDKdb0AGiUqIFKJvPfep2xRMHHPG9hxm { width:14.0625rem;height:5.125rem;display:none; }
#T5IIMGtc0OG7rOhNg9IltfpiTAlOncIo { width:15.9375rem;height:5.25rem;display:none; }
#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq { display:none; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row .container { width:47.75rem;position:relative;display:none; }#blvdq6eQzhbiCb2rWOQmhwv0JhyK1PSr { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#Tc3yKArHSRsb6fCNz57P0ELVVfi8S0l0 { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#eiZJEryvunVK9QtKyfSmAaOrcgdt11pX { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#VCNS0L5UrR09JKAkppcG6qPAvJDBNRUZ { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR { display:none; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row .container { width:47.75rem;position:relative;display:none; }#qy9EAo40WdZqoA591HOlBW4ZE82eXMl7 { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#i2SM30nBdw27Mx03ZAPQNVqp4nNPSm63 { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#TPomlml7r5EyD0r9sMJ6zF4pZzPwSgBK { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#XDmqVHxIl5TKWHK5H4p9LRNewzGLMK48 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#gGqPy2dMfLtC0QniNTQHd1pc7hi0FR6I { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#TpyrCiNn0ENxHnNItzbW9etuZsBtOfdZ { display:block; }
#KDegxiODaWnT69hIyki2ZOsdyBSZszmg { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#JLoHHTkRGnSyWom51ddgqtMT7eb3NzOp { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#nNTu9ATUHkvMJ5teU7kL1yoA8mLRuTlR { display:block; }
#g5MrzDDEA1T9NNZBoJ9aoTJPc0MT9HVo { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#Nqf9k7NVTyZ37enktvaWEciMAg0XMfFd { width:23.5rem;height:27.75rem;display:none; }
#K2uduTwJADdKxJztfI9ixXHJITe9s4R8 { display:none; }
#bWIVc2b805v5amU7DxhH3zCS8VDLIsl9 { display:none; }
#Zuf1H7g5SgVLvnehkbGxJKIBwWXgiCfQ { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N  { width:17.5rem;height:auto;top:2rem;left:3.1181640625rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N {display:block;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N { width:17.5rem;height:auto;top:2rem;left:3.1181640625rem;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #oLfRO0NcAviEJuPrQMeO9QO46Vdho6Wi {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LW49lP8HtJ6cF10OokSb73E77XWoQQJ7 {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #tuhhE3VJSDWJwCpAvSJSnnxK995I4VwK {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #g4WOOUzgH2uTxlNV1iwK5E0SP2noOuJa {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #KC0lMuSNJiXvPeIU0FTmgx77lugAgVOU {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #B7iwGeUDipNSOA9qshLZGJvh8shRTuvq {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #C9eQbzBKX3Xm0Q8NJeJdwSRpQyoVCD00 {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #bNePqN0fRd0rdbWwJ0Cv3w4qeXNMkl6d {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DTfEVDVwuzfIvD0anuRo3zfIFQecTqtA {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XBOMCfTIeIln1hNNmBAMMkokCopn92JJ {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #NnePve36QTmVLFD3rZFSArpKUBl7JUxR {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #R0hUxSu6LyEmXwCKWzGPJevbzHzOpTrJ {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #wTFhHDWKmCrLKyqOXcAR5pUH1Dc3lW1q {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DgOQnSAihCQHnNrTOzos8dGObXqRB60P {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LK0TtivU6QZEzcruh4deOO4w24BggGyw {  }
#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI { display:none; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .row .container { width:47.75rem;position:relative;display:none; }#F2BLCSm274dqG34mT0vNZwlawTCuCzyl { display:none; }
#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV { display:none; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row .container { width:47.75rem;position:relative;display:none; }#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #OHslAt0lleiJnS54xce5DOycl1x77Jmk {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #Od7L9liDNusHoeToKOpbGhT1v6b8wkDz {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #pKGv89GgB0PH6Tw2fMHBBRx02yqXgPG6 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #PTEt6JXiMIGD9fapmx68FIattMZdS8wA {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #rNGknlANMWV4fyUgQQnlgdaXbBLfvfec {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TWwpC4T5vQDE155TMfH32HpyXRmd2Tmn {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #yQyD8cOdW4PKcxeMiIKNz8Icre6yQ5Er {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #T3bnxCoVH4zklRoK4Up8S7G7AbH73fvH {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #mJgeHV4kkgnXhzNJwgRC4HndsL4CRif1 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #CyutMkxfPMZJsnkh3ekUTExs8OJgiktw {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #QH7XeLXmDfkZetKkRGaRBEXyXhGmMETi {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #xIQXyuErqwTJWBWZny2iHJIyIBpqNeh3 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #ZveBEaOLdRTcnVbtwHsWXqHQZJCLcCwG {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #dedwPMU4DDIEa6ZKoCdwDarJ74IsdCxp {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #LS4K8d4pPUT2HUfffTFC8vpWVUHgoFxI {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #C7KRdaipu5U6TcRmMsQM24JwhHxgXw2G {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #U8cRFTcOfuhlBekl2TABqJmT1LzyeSxl {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TWtCy6VqBAIvBMNw33uaeEs5tAkwhHTz {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #UwH1yaelBsNU4DnKLnPBBvK26uOv55bb {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #mqdq3uA6ixhxyH69Jx5m8TscsrOyLxvD {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #atTROCSozSeGf17VGTDZaMVyZaIQ69Uf {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #eVyw9pZ73fytvJHi66Rn9dO1EfGtZtio {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #XaysbR8duTotvPtM7NVwi2iT7a6mbJm4 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #vlnTdAupvM3rZdktSe3KolV8yznuJW15 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #P77HkTULqui00LkMa3tqxn97zIFcxuOK {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #yIJQEEldCvEaTCmNiX93abfUaEZwcTvA {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #uiroQsGGRcSOUQfnBscrLAKQqWets0pH {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TZMIokTz2U1lIea0n4E4KaTDXU2L9IMy {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #wLnSU5C1qbFHxM3e9pT9TimTiqImxtpv {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #JfTWRLaca63pR416ExRt0qJ8cI8dKA87 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #HRoMf1vbpysUeKJe1sdFeox3a4355XHd {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #CZNgWs8eP03H92IhuHOw6JpxcRlt6CNa {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #gEiGDDyTdIg2fkgdrtq4btGciry1qNPs {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TreidoVsFFQDdf4bs92DnuTm2OVipH38 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #qXqg3BamWidLphHyv1RZJ4iQKKFhTbHR {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #nDoFXtxoTCzBXfC1H7w0LZOleWQeoav0 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #RiNSUr9qTks6qXcASV9H2orsTfiQpgbH {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #wrNmHkU6gvpJuew9AWXpSv6un0ArHKzQ {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #KC7DOuHG8ti6S9TcTCq2qDuM9p7v9oBd {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #G4iZVeTGaaIOc94vbbDTCHcPuz6TNxrl {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #nHcD9yVsf05PI3SaZrxPV7ZmnspQur9q {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #devy26EHAZiXMymwQ1aPQC7Mm0J09CBP {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #a8UifzrzQFwhqgbuUmQ5BH727KGLUgaB {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #lP7nRC4kP32GzVORMHXpmCRIR2Um0ugb {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #lpBR7Wdzq3xAR0bqdHeC1Gy4ccTQE2Oe {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #dW7idRmaLX2hs2ytI06HLqOXtrwprsT4 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #FqETKFUpyB7FrvByQRp2mOUxx6ScyAsT {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #MVJzmzN1IkNVc0Zi8zNJRQ6GgBUSAx1m {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #Lm8hwiaxC3kf7guU8e3EmxkEE7OE6NR1 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #y6qQBcG2k183VBFZVvglf2rVZTvCNeA7 {  }
#t8fI0EGv30u7BZAs0TOme3UEchUI1IlH { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg { display:none; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container { width:47.5rem;position:relative;display:none; }#uvNoVFufluvlIn9igClz5NwtfMetM25J { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#Wtw9weBB475a71TmbC0ZONQ6XUuDnKno { display:block; }
#QJkx2wRvvH0p4hSeagQrASHuNbgHGkUI { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#sSRE69GnP3PFCTqHDssaqbT2ecwfFTxC { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#GBEPfh4kslHlXTRW8tVHInM6uAfhv7GF { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#JM6THwrGz5oZTMNHsESaPxPND9cxVZpF { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#NtLiUB0QB1IocgaM6ZogNRBeXoxZQwZX { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#IvdSqbTKTx59yZNgurGXDT5xDHNLApnc { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#T37ePofXfV1Wwrkm8T8qHzs8Vbmsr2rS { display:block; }
#o5TfxH8F5qvtmkoIOxTKRDb7DoUoN0lN { width:;height:;display:none; }
#eR5aqkapMGCgws12XMVW539o98wDHHyc { display:block; }
#N2Q51EoLUiWl3tTLtFsRuyP5rl2qB8p2 { width:;height:;display:none; }
#dvWZ3lrGOvfvps5M2KbZf06NlPdezaHZ { display:block; }
#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq { display:none; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row .container { width:47.75rem;position:relative;display:none; }#yiNB3S2qH2yrB9TQ470ltyyvw1TFZwtM { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#SNeAbwyLFB69FTB6SSs3Hlv9dlJTmn72 { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#QQq0CiUzcOsmaRdqqXHvqbgLFQesCafP { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#UXG9eqxLkeAPBJLXtwZhkB32UqT6GThS { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#agKnfUmqnu1p71NdnbZgGHaufXJVT317 { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#k0ESxWSWOBJyEb1Z2kR9Uel5MvMHT77E { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#L3fMP2LAlTbohmdOVmF30qSXgHdegrk2 { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#ynP8iQL43q9E2hNfp0BgtlrZd8uGftRe { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#dnby8xOVWuMGyiUC1UJQgJoi50S3QTtn { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#KaS1uJuhp05JVF2OTLwbUM0kW8c8i7bL { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#TSXo1Ur94clGlxQno94chgpMTJic8tb7 { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#Fk7rnrk1N2ArR0koX4FoxJzkS3f3kBPg { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#dJLyWThxq0TVVDOHFi2A4If7uUbiaTZv { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#fVMsTctoKUqJktvEt4fdILIvAHhc860l { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#wJzVesnKX0EU3o345DLTAl0WFTMh8mDm { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#TAyBlpVKNRpGvT6pJzgQMiHTp0TaPyKC { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#hZLU4lD2F3rrBP153pPeELOOOepQvdGS { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#VBqN6wB9k5CJXvbnxrKvXF2hJSPbgNTF { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#VvxCn4wHiaZF5xrcIZHQblRucTTyyzAp { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#CTbZHJLVPS2xGnrUeakeA3wg8LXz4Vy6 { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#ga1XCrgV7XPiVZ7TqNzcKuVbkWktuDAx { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#h7RBLwMsEGLMHu1iXS39cqElEeGKwwdU { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#XfouuUODUiaG5pb3LMSNb88XL293ZM3n { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#XfouuUODUiaG5pb3LMSNb88XL293ZM3n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Paw2ygLSi8qpfp9TGHfx63azu3trqNAe { width:;height:;display:none; }
#EuMr5uDZGm9lq2Hw0V6ewwZieFbZ4Syb { display:block; }
#E7iZOWc1mky7HJUlk6Vk8sx8TNqED7sx { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#E7iZOWc1mky7HJUlk6Vk8sx8TNqED7sx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ip6W1dTmxywQNzOuouCoueldkH3A26lK { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB { display:none; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container { width:47.5rem;position:relative;display:none; }#HdKyeWvioDiODJ9ozpCSQl95Tg9Nx7TC { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#OAyx4MZsJkXQEPxrA0c6Um5JJ6SA6uqL { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#TJzItkItieOkJFEK4oyo53Pi0IP8mFwX { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#MLAsdZ8eszeEwMOQoEvKKtFrZrSB51BV { display:block; }
#xXQMKpmuCyfB5aw8BDbL8GKN5zCsL7CX { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#gXrOfDz9rPdbkOe6ebrsLuy2KfnX7xXE { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#APf7AkwLaKQZRxZq6qRwplmn6t6u1qRI { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#RT68QproZw8Dd6kDb4opO8LLA8B900Kg { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#mZhHzt87wp6dthooIrtfJx3ps6kvL974 { display:none; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { width:47.5rem;position:relative;display:none; }#OrLHL5qayh1u1Pa6nrAuidow2SURWiXB { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#fsqkr2KCWh0oRhFDIU4ZrFUy8LpPdVyt { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#eatwNvFNoTPXglvmIuNN91ZPq76qdAbg { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#GFxlTCl19cAgVS15GuJnIRGodTa1qu9a { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#Drf7DRI4xWTqV2coEs26BOqK3fTdUJM3 { top:0rem;width:;height:;display:none; }
#uh5KyD8JdBZfzzedSvAx5Kg9b5wfgcsa { top:0rem;width:;height:;display:none; }
#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw { display:none; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { width:47.5rem;position:relative;display:none; }#GW2IW7tIWSN1Rt0mgipa24IvwXJHsKXQ { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#mvnBTFz0TVw8e75irO3Hn1qJFxc4xe8u { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#T00TeZphKsarv7pNlJqNhse0c06igSUx { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { display:block; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .row .container { width:47.75rem;position:relative;display:block; }#cTNTXT00pfoMS9lRvanCvP6VhoRuvG3s { width:17.5rem;height:3.4375rem;top:12.8125rem;left:16.6796875rem;display:none; }
#vl8EgP3RpHUT7tm9ZVcTTJL4TCUxOSqs { display:block; }
#Z1ysSXKTl5w6qkwKuL1ORQgdXkio5wMz { width:17.5rem;height:3.4375rem;top:11.5rem;left:21.6796875rem;display:none; }
#IJKfG9qJgvc8ATTiy0LM5wwrVD7UupqD { display:block; }
#WZ8zXrlcuP2l1pk4LsQiuq0kI77lRnM4 { top:4.5625rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { display:block; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container { width:47.75rem;position:relative;display:block; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { top:12.5625rem;left:0.62413215637207rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { width:10.9375rem;height:1.375rem;top:22.3125rem;left:8.590576171875rem;font-size:0.75rem;display:block; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { top:22.3125rem;left:10.936767578125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { top:21.0625rem;left:7.499267578125rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { top:31.5rem;left:14.373046875rem;width:5.3125rem;height:1.75rem;font-size:0.75rem;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { top:20.5625rem;left:1.434814453125rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { top:12.5625rem;left:14.46337890625rem;width:5.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { width:6.875rem;height:1.0625rem;top:14.0625rem;left:12.5615234375rem;font-size:0.625rem;display:block; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { width:6.875rem;height:1.0625rem;top:23.625rem;left:12.47998046875rem;font-size:0.625rem;display:block; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { width:6.875rem;height:1.0625rem;top:23.75rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { width:6.875rem;height:1.0625rem;top:33.0625rem;left:12.54248046875rem;font-size:0.625rem;display:block; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { display:block; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container { width:47.75rem;position:relative;display:block; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { width:31.5625rem;height:15.5625rem;display:none; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { display:none; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:; height:; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { display:block; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { width:47.75rem;position:relative;display:block; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { width:7.0625rem;height:2.5rem;top:27.625rem;left:0rem;display:block; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { width:9.8125rem;height:1.1875rem;top:24.5rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { top:20.75rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { top:20.75rem;left:19.437501907349rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { width:9.8125rem;height:3rem;top:24.1875rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { top:20.75rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { width:9.8125rem;height:4.5rem;top:23.1875rem;left:0rem;font-size:0.8125rem;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { top:34.375rem;left:19.75rem;width:8.25rem;height:2rem;font-size:1.5625rem;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { width:9.8125rem;height:3rem;top:37.75rem;left:18.0625rem;font-size:0.8125rem;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { width:9.8125rem;height:4.5rem;top:36.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { width:10.0625rem;height:5.1875rem;top:54.875rem;left:6.21875rem;display:block; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { display:block; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container { width:47.75rem;position:relative;display:block; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { width:9.8125rem;height:8.9375rem;display:none; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { width:47.75rem;height:17.1875rem;display:none; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { display:none; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { display:none; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { display:none; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { display:block; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { width:47.75rem;position:relative;display:block; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { top:1.0625rem;left:3.8125rem;width:40.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { width:20.1875rem;height:5.375rem;top:5.9375rem;left:2.5625rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { width:8.75rem;height:7.25rem;top:4.375rem;left:26.0625rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { top:2.0625rem;left:24.5625rem;width:11.8125rem;height:11.8125rem;display:block; }
#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { display:block; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container { width:47.75rem;position:relative;display:block; }#CwZsLvuBPTFcTAc7HNsAGdaqMlzTMr2K { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#DaU06W2E4W6p0zd7s9MmPX4MI3TWcebC { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#f7KgR4E6vzMmOgrzyNHwTsEJvlwSJ78T { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#iM3wHRBbROnk6glG0XmBT5vH4bv1qTXp { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#EpP2FqEgsBpsNg1HQxNOIIlO6hsw0z3c { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#TMAJTG858OWVTmtii7hJc5c8bdesyThg { display:block; }
#iMSe81LImIePPHnAoR01QGzO9wzBZR71 { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#pimOfLC5VXDS4uGLlAF42y3A9R7dopWo { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#yT826rv23HIAhAm79JdWXlpxlVOaKT2u { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#WaW9rQp5dKxzuA3To70U42VxDKsm78AW { display:block; }
#KOBmZR1sy0Uvpd7y163oa9kUwGzJQbKp { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#tovIHiR47OkiJhSHQGeluDbxf4srq9z9 { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#wCAawDrDBa2nfkRQii0VbyDe2uDZPckO { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#CCMMJde3k2a1Q5NXtlnf0A1VW57Zt5X8 { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#yhO082udMJ5etKlKPbOsT69MLVBhE47X { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#T5GQTvTyFtbG72pK1i3H5oxiiTMXsFth { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#FcJeIXPwpxAWlHCbZaScP3LIKKIrLqxr { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#hx19UHX9pf8kGzgQM2GJZ7ThxVc4wmxe { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#fshNhdxpqDwfUMNA0eCphnTXz2f2pPzg { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#CKrnFRWzDs7vbFHKgL64iToUMy0NlWTa { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#XBq8QXPx0GT3yXxqDl2TdNz43i45hZNX { display:block; }
#Te781HD2rZd5qoaL6raNWc4hX4lpKa70 { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#L8amynDnBIxXyPSEHgduAPisCOf34txc { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#m8cmiuTlRkhu8SsJu373rt2erpAceZmh { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#srPz18OfbT97OgeXehlRCWTnpo8R7UT5 { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;background-color:transparent;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); }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi { 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; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row .container { background-color: transparent; background-image: none; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row .container > .video-iframe-container { display: none; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row > .video-iframe-container { display: none; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .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); }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row .container { border-width: 0; border-radius: 0; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUQeEMWe9CtC1vhuO1PdaiehL5Fin8wi > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#sgxPI3nC5GdTH6zIO85s7rhsxXievi24 { 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; }
#HN5LOvAONvkhX5xIXNKVDD1txOeOGgPv { display:block; }
#mC4QlS0v4IlRpomCmmRq0eZZ5iZnTT8z { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#N3bnhP8EkIGArTUAFbVaDMxMoJwHctiV { 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; }
#AgrwEB2a1uaBDfcTMW8Ne8rkzZ1dZBZe { display:block; }
#RpWTRoWTBdHqXrJW2UmzOw4WpEa28JNU { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#RpWTRoWTBdHqXrJW2UmzOw4WpEa28JNU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LxLbybQIuTZDyQSzGMyqMnAtJIw4FkMk { 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; }
#GIgTTFNx16796rqT5GJ4CorBtPu551ho { display:block; }
#Q2dMAOZbyT3Lbtq82y4qK6kCoCCEWLh9 { 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; }
#TuoRMIrGCrrCFT63ysZIKRqAkmkCz1HC { 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; }
#C3Dsezfb7dXhvlppplWB99xcZS66aQkz { width:6.6235625rem;height:1.13671875rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#d6l24mmmTVm39azkELGJDIC6Pu7HUeE6 { width:3.75rem;height:0.8920875rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#ufyfFPgPRDkC0QeBeypFAKgy6rsT34mP { width:5.1237rem;height:0.8920875rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#InvvRh1bIFU1JUToaF0VMhUfv5Cd919e { width:2.7487rem;height:0.8920875rem;top:3.7174479961395rem;left:0.125rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#Ciq4FuISOlVf6t7w14qvv4w1Epz6o053 { width:7.125rem;height:0.8920875rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#U28sHLeKGap6BqRK0NcpoWWcHxIpZQ4W { 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; }
#b2Xy1fxkcNn59GlMWfDw0ea2J5KMX5TV { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/34d97cce-10c6-40a0-8b2d-88632f51467d/74d970214fa4c5ddf3729bd5ce1713ff.crop_736x468_0,230.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU.adaptive-delivery-prevent-bg, #XX5FKvabise6cm3dlmtTH5mX6CR8hbaU.lazyload, #XX5FKvabise6cm3dlmtTH5mX6CR8hbaU.lazyloading { background-image: none; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container { background-color: transparent; background-image: none; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container > .video-iframe-container { display: none; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row > .video-iframe-container { display: none; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .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); }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container { border-width: 0; border-radius: 0; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XX5FKvabise6cm3dlmtTH5mX6CR8hbaU > .row .container { width:20rem;height:14.25rem;position:relative;display:block; }#glbT1TVRRAvVA1uAQBSwptt8AzmBNbTw { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#eZPMGC2iVw3NRhhebyRh7EHyfQLiLuJC { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI { display:block; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI { background-color: transparent; background-image: none; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row .container > .video-iframe-container { display: none; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row > .video-iframe-container { display: none; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .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); }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI { border-width: 0; border-radius: 0; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .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; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row .container { width:20rem;height:8.0625rem;background-color:rgba(242,244,236,0.12);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row .container.adaptive-delivery-prevent-bg, #uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row .container.lazyload, #uexpK8Iwo7DuzZ06cAePMJGVZ0Hi6bTI > .row .container.lazyloading { background-image: none; }#t6E82RmbwmTCmQbBPcUUEFtGaipmEfET { top:1.1197910308838rem;left:4.3120663762093rem;width:11.3748125rem;height:1.1002625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:1rem;line-height:1.1;display:block; }
#u4gNhqairIMuiX8btvMk9RHvWgJ8SQ66 { 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; }
#bDKdb0AGiUqIFKJvPfep2xRMHHPG9hxm { 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; }
#T5IIMGtc0OG7rOhNg9IltfpiTAlOncIo { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq { display:block; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq { background-color: transparent; background-image: none; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row .container > .video-iframe-container { display: none; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row > .video-iframe-container { display: none; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .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); }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq { border-width: 0; border-radius: 0; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .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; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row .container { width:20rem;height:12.375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row .container.adaptive-delivery-prevent-bg, #ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row .container.lazyload, #ZW38T28E0uxXTVSpRPey62Gvk1GnqClq > .row .container.lazyloading { background-image: none; }#blvdq6eQzhbiCb2rWOQmhwv0JhyK1PSr { 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; }
#Tc3yKArHSRsb6fCNz57P0ELVVfi8S0l0 { 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; }
#eiZJEryvunVK9QtKyfSmAaOrcgdt11pX { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#174773;display:block; }
#VCNS0L5UrR09JKAkppcG6qPAvJDBNRUZ { 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; }
#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR { 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; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR.adaptive-delivery-prevent-bg, #mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR.lazyload, #mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR.lazyloading { background-image: none; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row .container { background-color: transparent; background-image: none; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row .container > .video-iframe-container { display: none; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row > .video-iframe-container { display: none; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .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); }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row .container { border-width: 0; border-radius: 0; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mR1TffTVBKBTWUFDhnwk0gBOXh8ITGHR > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#qy9EAo40WdZqoA591HOlBW4ZE82eXMl7 { width:13.125rem;height:1.62305rem;top:0.9375rem;left:3.4375002980233rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-4),1);line-height:1.3;display:block; }
#i2SM30nBdw27Mx03ZAPQNVqp4nNPSm63 { 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; }
#TPomlml7r5EyD0r9sMJ6zF4pZzPwSgBK { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#XDmqVHxIl5TKWHK5H4p9LRNewzGLMK48 { 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; }
#gGqPy2dMfLtC0QniNTQHd1pc7hi0FR6I { 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; }
#TpyrCiNn0ENxHnNItzbW9etuZsBtOfdZ { display:block; }
#KDegxiODaWnT69hIyki2ZOsdyBSZszmg { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#JLoHHTkRGnSyWom51ddgqtMT7eb3NzOp { 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; }
#nNTu9ATUHkvMJ5teU7kL1yoA8mLRuTlR { display:block; }
#g5MrzDDEA1T9NNZBoJ9aoTJPc0MT9HVo { 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; }
#Nqf9k7NVTyZ37enktvaWEciMAg0XMfFd { 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; }
#K2uduTwJADdKxJztfI9ixXHJITe9s4R8 { 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; }
#bWIVc2b805v5amU7DxhH3zCS8VDLIsl9 { 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; }
#Zuf1H7g5SgVLvnehkbGxJKIBwWXgiCfQ { 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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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); }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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;color:#2e6a3a;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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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); }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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); }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:first-of-type{padding-top:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:last-of-type{padding-bottom:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N  { width:14.25rem;height:auto;top:19.6787109375rem;left:1.623046875rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N {display:block;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N { width:14.25rem;height:auto;top:19.6787109375rem;left:1.623046875rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #oLfRO0NcAviEJuPrQMeO9QO46Vdho6Wi {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LW49lP8HtJ6cF10OokSb73E77XWoQQJ7 { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #tuhhE3VJSDWJwCpAvSJSnnxK995I4VwK {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #g4WOOUzgH2uTxlNV1iwK5E0SP2noOuJa {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #KC0lMuSNJiXvPeIU0FTmgx77lugAgVOU { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #B7iwGeUDipNSOA9qshLZGJvh8shRTuvq {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #C9eQbzBKX3Xm0Q8NJeJdwSRpQyoVCD00 {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #bNePqN0fRd0rdbWwJ0Cv3w4qeXNMkl6d { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DTfEVDVwuzfIvD0anuRo3zfIFQecTqtA {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XBOMCfTIeIln1hNNmBAMMkokCopn92JJ {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #NnePve36QTmVLFD3rZFSArpKUBl7JUxR {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #R0hUxSu6LyEmXwCKWzGPJevbzHzOpTrJ { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #wTFhHDWKmCrLKyqOXcAR5pUH1Dc3lW1q {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DgOQnSAihCQHnNrTOzos8dGObXqRB60P {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LK0TtivU6QZEzcruh4deOO4w24BggGyw {  }
#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI { display:block; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI { background-color: transparent; background-image: none; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .row .container > .video-iframe-container { display: none; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .row > .video-iframe-container { display: none; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .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); }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI { border-width: 0; border-radius: 0; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .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; }#TIzJIpFKTyeMhk2DbMg8RWHFOOdf64CI > .row .container { width:20rem;height:39rem;background-color:#dac8b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#F2BLCSm274dqG34mT0vNZwlawTCuCzyl { top:5.8648004531861rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV { position:relative;z-index:auto;display:block; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV { background-color: transparent; background-image: none; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row .container > .video-iframe-container { display: none; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .row > .video-iframe-container { display: none; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .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); }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV { border-width: 0; border-radius: 0; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .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; }#vFInCvtTJrp0O426eTTwgJcTGNaZmIEV > .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; }#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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); }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .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; }#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-trigger.adaptive-delivery-prevent-bg, #bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-trigger.lazyload, #bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry .accordion-trigger.lazyloading { background-image: none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry { 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; }#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry.adaptive-delivery-prevent-bg, #bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry.lazyload, #bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry.lazyloading { background-image: none; }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #OHslAt0lleiJnS54xce5DOycl1x77Jmk {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #Od7L9liDNusHoeToKOpbGhT1v6b8wkDz {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #pKGv89GgB0PH6Tw2fMHBBRx02yqXgPG6 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #PTEt6JXiMIGD9fapmx68FIattMZdS8wA {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #rNGknlANMWV4fyUgQQnlgdaXbBLfvfec {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TWwpC4T5vQDE155TMfH32HpyXRmd2Tmn {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #yQyD8cOdW4PKcxeMiIKNz8Icre6yQ5Er {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #T3bnxCoVH4zklRoK4Up8S7G7AbH73fvH {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #mJgeHV4kkgnXhzNJwgRC4HndsL4CRif1 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #CyutMkxfPMZJsnkh3ekUTExs8OJgiktw {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #QH7XeLXmDfkZetKkRGaRBEXyXhGmMETi {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #xIQXyuErqwTJWBWZny2iHJIyIBpqNeh3 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #ZveBEaOLdRTcnVbtwHsWXqHQZJCLcCwG {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #dedwPMU4DDIEa6ZKoCdwDarJ74IsdCxp {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #LS4K8d4pPUT2HUfffTFC8vpWVUHgoFxI {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #C7KRdaipu5U6TcRmMsQM24JwhHxgXw2G {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #U8cRFTcOfuhlBekl2TABqJmT1LzyeSxl {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TWtCy6VqBAIvBMNw33uaeEs5tAkwhHTz {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #UwH1yaelBsNU4DnKLnPBBvK26uOv55bb {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #mqdq3uA6ixhxyH69Jx5m8TscsrOyLxvD {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #atTROCSozSeGf17VGTDZaMVyZaIQ69Uf {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #eVyw9pZ73fytvJHi66Rn9dO1EfGtZtio {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #XaysbR8duTotvPtM7NVwi2iT7a6mbJm4 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #vlnTdAupvM3rZdktSe3KolV8yznuJW15 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #P77HkTULqui00LkMa3tqxn97zIFcxuOK {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #yIJQEEldCvEaTCmNiX93abfUaEZwcTvA {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #uiroQsGGRcSOUQfnBscrLAKQqWets0pH {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TZMIokTz2U1lIea0n4E4KaTDXU2L9IMy {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #wLnSU5C1qbFHxM3e9pT9TimTiqImxtpv {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #JfTWRLaca63pR416ExRt0qJ8cI8dKA87 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #HRoMf1vbpysUeKJe1sdFeox3a4355XHd {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #CZNgWs8eP03H92IhuHOw6JpxcRlt6CNa {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #gEiGDDyTdIg2fkgdrtq4btGciry1qNPs {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #TreidoVsFFQDdf4bs92DnuTm2OVipH38 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #qXqg3BamWidLphHyv1RZJ4iQKKFhTbHR {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #nDoFXtxoTCzBXfC1H7w0LZOleWQeoav0 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #RiNSUr9qTks6qXcASV9H2orsTfiQpgbH {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #wrNmHkU6gvpJuew9AWXpSv6un0ArHKzQ {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #KC7DOuHG8ti6S9TcTCq2qDuM9p7v9oBd {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #G4iZVeTGaaIOc94vbbDTCHcPuz6TNxrl {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #nHcD9yVsf05PI3SaZrxPV7ZmnspQur9q {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #devy26EHAZiXMymwQ1aPQC7Mm0J09CBP {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #a8UifzrzQFwhqgbuUmQ5BH727KGLUgaB {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #lP7nRC4kP32GzVORMHXpmCRIR2Um0ugb {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #lpBR7Wdzq3xAR0bqdHeC1Gy4ccTQE2Oe {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #dW7idRmaLX2hs2ytI06HLqOXtrwprsT4 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #FqETKFUpyB7FrvByQRp2mOUxx6ScyAsT {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #MVJzmzN1IkNVc0Zi8zNJRQ6GgBUSAx1m {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #Lm8hwiaxC3kf7guU8e3EmxkEE7OE6NR1 {  }
#bEAyZtS8k2GRf8ei1S95Bb7GdI04Zkry #y6qQBcG2k183VBFZVvglf2rVZTvCNeA7 {  }
#t8fI0EGv30u7BZAs0TOme3UEchUI1IlH { width:15.4375rem;height:1.94970625rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:#3c4626;z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg { display:block; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg { background-color: transparent; background-image: none; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container > .video-iframe-container { display: none; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row > .video-iframe-container { display: none; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .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); }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg { border-width: 0; border-radius: 0; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .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; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container { width:20rem;height:25.875rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/305e495d-1d56-4cc6-8773-07caf8ac4ff8/67c04640c03ae9ffba014f4fc0b8f255.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container.adaptive-delivery-prevent-bg, #RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container.lazyload, #RqtmrJTJ8GyFkxn11Hh5EzR9NagsbNNg > .row .container.lazyloading { background-image: none; }#uvNoVFufluvlIn9igClz5NwtfMetM25J { 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; }
#Wtw9weBB475a71TmbC0ZONQ6XUuDnKno { display:block; }
#QJkx2wRvvH0p4hSeagQrASHuNbgHGkUI { 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; }
#sSRE69GnP3PFCTqHDssaqbT2ecwfFTxC { 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; }
#GBEPfh4kslHlXTRW8tVHInM6uAfhv7GF { 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; }
#JM6THwrGz5oZTMNHsESaPxPND9cxVZpF { width:20rem;height:2.3994125rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#3c4626;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#NtLiUB0QB1IocgaM6ZogNRBeXoxZQwZX { width:19.1875rem;height:1.5rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#3c4626;font-family:var(--paragraphs-font-family);display:block; }
#IvdSqbTKTx59yZNgurGXDT5xDHNLApnc { 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; }
#T37ePofXfV1Wwrkm8T8qHzs8Vbmsr2rS { display:block; }
#o5TfxH8F5qvtmkoIOxTKRDb7DoUoN0lN { 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; }
#eR5aqkapMGCgws12XMVW539o98wDHHyc { display:block; }
#N2Q51EoLUiWl3tTLtFsRuyP5rl2qB8p2 { 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; }
#dvWZ3lrGOvfvps5M2KbZf06NlPdezaHZ { display:block; }
#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq { 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; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq.adaptive-delivery-prevent-bg, #uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq.lazyload, #uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq.lazyloading { background-image: none; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row .container { background-color: transparent; background-image: none; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row .container > .video-iframe-container { display: none; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .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); }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row > .video-iframe-container { display: none; }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .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); }#uSTFa2TBNnoNqQiDiCDOTuMBPnGbb6Dq > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#yiNB3S2qH2yrB9TQ470ltyyvw1TFZwtM { 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; }
#SNeAbwyLFB69FTB6SSs3Hlv9dlJTmn72 { 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; }
#QQq0CiUzcOsmaRdqqXHvqbgLFQesCafP { 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; }
#UXG9eqxLkeAPBJLXtwZhkB32UqT6GThS { 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; }
#agKnfUmqnu1p71NdnbZgGHaufXJVT317 { 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; }
#k0ESxWSWOBJyEb1Z2kR9Uel5MvMHT77E { 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; }
#L3fMP2LAlTbohmdOVmF30qSXgHdegrk2 { 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; }
#ynP8iQL43q9E2hNfp0BgtlrZd8uGftRe { width:17.4989375rem;height:3.81738125rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#dnby8xOVWuMGyiUC1UJQgJoi50S3QTtn { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#KaS1uJuhp05JVF2OTLwbUM0kW8c8i7bL { width:12.561875rem;height:1.8684875rem;top:17.061416625976rem;left:3.4993489384651rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#TSXo1Ur94clGlxQno94chgpMTJic8tb7 { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#Fk7rnrk1N2ArR0koX4FoxJzkS3f3kBPg { width:12.561875rem;height:1.7871125rem;top:21.197045326233rem;left:3.7185333371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#dJLyWThxq0TVVDOHFi2A4If7uUbiaTZv { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#fVMsTctoKUqJktvEt4fdILIvAHhc860l { width:12.561875rem;height:1.8684875rem;top:25.123916625976rem;left:3.7495663762093rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#wJzVesnKX0EU3o345DLTAl0WFTMh8mDm { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#TAyBlpVKNRpGvT6pJzgQMiHTp0TaPyKC { width:15.9375rem;height:1.8684875rem;top:5.5625rem;left:0.5625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#hZLU4lD2F3rrBP153pPeELOOOepQvdGS { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#VBqN6wB9k5CJXvbnxrKvXF2hJSPbgNTF { width:16.436625rem;height:1.705075rem;top:9.404296875rem;left:0.69444447755812rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:#3c4626;font-family:amiri;display:block; }
#VvxCn4wHiaZF5xrcIZHQblRucTTyyzAp { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#CTbZHJLVPS2xGnrUeakeA3wg8LXz4Vy6 { width:15.2495625rem;height:1.7871125rem;top:13.435760498047rem;left:3.6875002980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#ga1XCrgV7XPiVZ7TqNzcKuVbkWktuDAx { width:12.561875rem;height:1.7871125rem;top:28.562496185302rem;left:3.8747833371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;z-index:15051;font-family:amiri;display:block; }
#h7RBLwMsEGLMHu1iXS39cqElEeGKwwdU { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#XfouuUODUiaG5pb3LMSNb88XL293ZM3n { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#XfouuUODUiaG5pb3LMSNb88XL293ZM3n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Paw2ygLSi8qpfp9TGHfx63azu3trqNAe { 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; }
#EuMr5uDZGm9lq2Hw0V6ewwZieFbZ4Syb { display:block; }
#E7iZOWc1mky7HJUlk6Vk8sx8TNqED7sx { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#E7iZOWc1mky7HJUlk6Vk8sx8TNqED7sx > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#ip6W1dTmxywQNzOuouCoueldkH3A26lK { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB { display:block; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB { background-color: transparent; background-image: none; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container > .video-iframe-container { display: none; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row > .video-iframe-container { display: none; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .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); }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB { border-width: 0; border-radius: 0; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .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; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .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; }#vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container.adaptive-delivery-prevent-bg, #vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container.lazyload, #vhLTD0mAATk7yvqA259tBCxT2Z6znlXB > .row .container.lazyloading { background-image: none; }#HdKyeWvioDiODJ9ozpCSQl95Tg9Nx7TC { width:20rem;height:2.3994125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#174773;display:block; }
#OAyx4MZsJkXQEPxrA0c6Um5JJ6SA6uqL { 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; }
#TJzItkItieOkJFEK4oyo53Pi0IP8mFwX { 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; }
#MLAsdZ8eszeEwMOQoEvKKtFrZrSB51BV { display:block; }
#xXQMKpmuCyfB5aw8BDbL8GKN5zCsL7CX { 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; }
#gXrOfDz9rPdbkOe6ebrsLuy2KfnX7xXE { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#APf7AkwLaKQZRxZq6qRwplmn6t6u1qRI { 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; }
#RT68QproZw8Dd6kDb4opO8LLA8B900Kg { 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; }
#mZhHzt87wp6dthooIrtfJx3ps6kvL974 { background-color:#ecddb9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { background-color: transparent; background-image: none; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container > .video-iframe-container { display: none; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row > .video-iframe-container { display: none; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .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); }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { border-width: 0; border-radius: 0; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { width:20rem;height:76.3125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#OrLHL5qayh1u1Pa6nrAuidow2SURWiXB { 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; }
#fsqkr2KCWh0oRhFDIU4ZrFUy8LpPdVyt { width:20rem;height:2.99706875rem;top:6.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);display:block; }
#eatwNvFNoTPXglvmIuNN91ZPq76qdAbg { width:19.9995rem;height:1.94824375rem;top:3.87451171875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#GFxlTCl19cAgVS15GuJnIRGodTa1qu9a { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Drf7DRI4xWTqV2coEs26BOqK3fTdUJM3 { 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; }
#uh5KyD8JdBZfzzedSvAx5Kg9b5wfgcsa { top:46.020833969116rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw { 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; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { background-color: transparent; background-image: none; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container > .video-iframe-container { display: none; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row > .video-iframe-container { display: none; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .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); }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { border-width: 0; border-radius: 0; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { width:20rem;height:7.6860353125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#GW2IW7tIWSN1Rt0mgipa24IvwXJHsKXQ { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#mvnBTFz0TVw8e75irO3Hn1qJFxc4xe8u { 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; }
#T00TeZphKsarv7pNlJqNhse0c06igSUx { 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; }
#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { display:none; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { border-width: 0; border-radius: 0; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .row .container { width:20rem;height:31.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#cTNTXT00pfoMS9lRvanCvP6VhoRuvG3s { width:17.5rem;height:3.4375rem;top:30.25rem;left:1.25rem;z-index:15001;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vl8EgP3RpHUT7tm9ZVcTTJL4TCUxOSqs { display:block; }
#Z1ysSXKTl5w6qkwKuL1ORQgdXkio5wMz { width:17.5rem;height:3.4375rem;top:25.5625rem;left:1.25rem;z-index:15001;font-family:var(--paragraphs-font-family);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;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#IJKfG9qJgvc8ATTiy0LM5wwrVD7UupqD { display:block; }
#WZ8zXrlcuP2l1pk4LsQiuq0kI77lRnM4 { width:20rem;height:23.0615rem;top:4.12353515625rem;left:0rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { border-width: 0; border-radius: 0; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container { width:20rem;height:57.75rem;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; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.adaptive-delivery-prevent-bg, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyload, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyloading { background-image: none; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { 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; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { 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; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { 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; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { width:6.1239375rem;height:1.12426875rem;top:37.422607421875rem;left:12.618408203125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { 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; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { 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; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { 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; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { 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; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { width:5.3125rem;height:0.9747875rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { 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; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { 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; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { 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; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { 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; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { 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; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { 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; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { 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; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { 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; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { 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; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { 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; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { 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; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { 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; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { width:5.6875rem;height:0.9746125rem;top:27.6875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { width:6.875rem;height:1rem;top:29.03466796875rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { width:6.875rem;height:1rem;top:29.140625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { width:6.875rem;height:1rem;top:40.199951171875rem;left:11.071533203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { width:6.875rem;height:1rem;top:40.199951171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { width:6.875rem;height:1rem;top:50.53662109375rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { border-width: 0; border-radius: 0; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container { width:20rem;height:68.0625rem;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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.adaptive-delivery-prevent-bg, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyload, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyloading { background-image: none; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { 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; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { 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; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { 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; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { 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; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { 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; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.adaptive-delivery-prevent-bg, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.lazyload, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.lazyloading { background-image: none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { border-width: 0; border-radius: 0; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { width:20rem;height:78rem;position:relative;display:none; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { width:7.0625rem;height:2.5rem;top:27.625rem;left:6.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { width:9.8125rem;height:1.21875rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { width:8.25rem;height:1.4622375rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { width:8.25rem;height:1.4622375rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { width:9.8125rem;height:2.4375rem;top:24.6865234375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { width:8.25rem;height:1.4622375rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { width:9.8125rem;height:2.4375rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { width:8.25rem;height:1.4622375rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { width:9.8125rem;height:1.21875rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { width:8.25rem;height:1.4622375rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { width:9.8125rem;height:2.4375rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { width:8.25rem;height:1.4622375rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { width:9.8125rem;height:2.4375rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { width:10.0625rem;height:5.1875rem;top:121.53515625rem;left:4.96875rem;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { border-width: 0; border-radius: 0; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container { width:20rem;height:69.5625rem;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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.adaptive-delivery-prevent-bg, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyload, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyloading { background-image: none; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { 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; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { 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; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { 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; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { 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; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { 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; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { 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; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { 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; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { 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; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { 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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { 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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { 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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { 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; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { 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; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { 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; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { background-color:rgba(var(--color-tertiary-0),0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.adaptive-delivery-prevent-bg, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.lazyload, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.lazyloading { background-image: none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { border-width: 0; border-radius: 0; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { width:20rem;height:23.0625rem;position:relative;display:none; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { width:20rem;height:4.5rem;top:1.625rem;left:0rem;font-size:1.25rem;color:#fef7da;font-family:var(--paragraphs-font-family);display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { width:19rem;height:5.375rem;top:16.625rem;left:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { width:8.75rem;height:7.25rem;top:8rem;left:5.625rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0.5);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { width:11.8125rem;height:11.8125rem;top:6.125rem;left:4.09375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { display:none; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { border-width: 0; border-radius: 0; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container { width:20rem;height:61.125rem;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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.adaptive-delivery-prevent-bg, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyload, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyloading { background-image: none; }#CwZsLvuBPTFcTAc7HNsAGdaqMlzTMr2K { 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; }
#DaU06W2E4W6p0zd7s9MmPX4MI3TWcebC { 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; }
#f7KgR4E6vzMmOgrzyNHwTsEJvlwSJ78T { 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; }
#iM3wHRBbROnk6glG0XmBT5vH4bv1qTXp { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#EpP2FqEgsBpsNg1HQxNOIIlO6hsw0z3c { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),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; }
#TMAJTG858OWVTmtii7hJc5c8bdesyThg { display:block; }
#iMSe81LImIePPHnAoR01QGzO9wzBZR71 { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#pimOfLC5VXDS4uGLlAF42y3A9R7dopWo { 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), #a1f2f3);background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);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; }
#yT826rv23HIAhAm79JdWXlpxlVOaKT2u { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),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; }
#WaW9rQp5dKxzuA3To70U42VxDKsm78AW { display:block; }
#KOBmZR1sy0Uvpd7y163oa9kUwGzJQbKp { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#tovIHiR47OkiJhSHQGeluDbxf4srq9z9 { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, #a1f2f3, 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; }
#wCAawDrDBa2nfkRQii0VbyDe2uDZPckO { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#CCMMJde3k2a1Q5NXtlnf0A1VW57Zt5X8 { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#yhO082udMJ5etKlKPbOsT69MLVBhE47X { width:12.375rem;height:1.9995125rem;top:0.556640625rem;left:3.71826171875rem;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; }
#T5GQTvTyFtbG72pK1i3H5oxiiTMXsFth { 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; }
#FcJeIXPwpxAWlHCbZaScP3LIKKIrLqxr { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#hx19UHX9pf8kGzgQM2GJZ7ThxVc4wmxe { 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; }
#fshNhdxpqDwfUMNA0eCphnTXz2f2pPzg { width:12.4365rem;height:5.2807625rem;top:11.09375rem;left:3.78173828125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#CKrnFRWzDs7vbFHKgL64iToUMy0NlWTa { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),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; }
#XBq8QXPx0GT3yXxqDl2TdNz43i45hZNX { display:block; }
#Te781HD2rZd5qoaL6raNWc4hX4lpKa70 { 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; }
#L8amynDnBIxXyPSEHgduAPisCOf34txc { width:5.06225625rem;height:1.6870125rem;top:49.90966796875rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#m8cmiuTlRkhu8SsJu373rt2erpAceZmh { width:5.06225625rem;height:1.6870125rem;top:14.765625rem;left:4.288330078125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15206;font-family:var(--paragraphs-font-family);display:block; }
#srPz18OfbT97OgeXehlRCWTnpo8R7UT5 { width:5.06225625rem;height:1.6870125rem;top:31.639404296875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15207;font-family:var(--paragraphs-font-family);display:block; }
